summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-11-14thermal: testing: Use DEFINE_FREE() and __free() to simplify codeRafael J. Wysocki
2024-11-14net: sched: u32: Add test case for systematic hnode IDR leaksAlexandre Ferrieux
2024-11-14drm/bridge: tc358768: Fix DSI command txFrancesco Dolcini
2024-11-14Merge branch 'bonding-fix-ns-targets-not-work-on-hardware-nic'Paolo Abeni
2024-11-14selftests: bonding: add ns multicast group testingHangbin Liu
2024-11-14bonding: add ns target multicast address to slave deviceHangbin Liu
2024-11-14fs: reduce pointer chasing in is_mgtime() testJeff Layton
2024-11-14vfs: make evict() use smp_mb__after_spinlock instead of smp_mbMateusz Guzik
2024-11-14perf/core: Correct perf sampling with guest VMsColton Lewis
2024-11-14perf/x86: Refactor misc flag assignmentsColton Lewis
2024-11-14perf/powerpc: Use perf_arch_instruction_pointer()Colton Lewis
2024-11-14perf/core: Hoist perf_instruction_pointer() and perf_misc_flags()Colton Lewis
2024-11-14perf/arm: Drop unused functionsColton Lewis
2024-11-14net: ti: icssg-prueth: Fix 1 PPS syncMeghana Malladi
2024-11-14drm/vmwgfx: avoid null_ptr_deref in vmw_framebuffer_surface_create_handleChen Ridong
2024-11-13stmmac: dwmac-intel-plat: fix call balance of tx_clk handling routinesVitalii Mordan
2024-11-13net: Make copy_safe_from_sockptr() match documentationMichal Luczaj
2024-11-13net: stmmac: dwmac-mediatek: Fix inverted handling of mediatek,mac-wolNícolas F. R. A. Prado
2024-11-13ipmr: Fix access to mfc_cache_list without lock heldBreno Leitao
2024-11-13samples: pktgen: correct dev to DEVWei Fang
2024-11-13net: phylink: ensure PHY momentary link-fails are handledRussell King (Oracle)
2024-11-13Merge branch 'mptcp-pm-a-few-more-fixes'Jakub Kicinski
2024-11-13mptcp: pm: use _rcu variant under rcu_read_lockMatthieu Baerts (NGI0)
2024-11-13mptcp: hold pm lock when deleting entryGeliang Tang
2024-11-13mptcp: update local address flags when setting itGeliang Tang
2024-11-14nouveau/dp: handle retries for AUX CH transfers with GSP.Dave Airlie
2024-11-14nouveau: handle EBUSY and EAGAIN for GSP aux errors.Dave Airlie
2024-11-14nouveau: fw: sync dma after setup is called.Dave Airlie
2024-11-13Merge tag 'pm-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2024-11-13Merge tag 'tpmdd-next-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-11-13block/genhd: use seq_put_decimal_ull for diskstats decimal valuesDavid Wang
2024-11-13Merge tag 'timers-v6.13-rc1' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner
2024-11-13hwmon: (pmbus/isl68137) add support for voltage divider on VoutGrant Peltier
2024-11-13dt-bindings: hwmon: isl68137: add bindings to support voltage dividersGrant Peltier
2024-11-13hwmon: tmp108: fix I3C dependencyArnd Bergmann
2024-11-13drm/xe/oa: Fix "Missing outer runtime PM protection" warningAshutosh Dixit
2024-11-13xen: Fix the issue of resource not being properly released in xenbus_dev_probe()Qiu-ji Chen
2024-11-13tpm: Disable TPM on tpm2_create_primary() failureJarkko Sakkinen
2024-11-13tpm: Opt-in in disable PCR integrity protectionJarkko Sakkinen
2024-11-13block: don't reorder requests in blk_mq_add_to_batchChristoph Hellwig
2024-11-13block: don't reorder requests in blk_add_rq_to_plugChristoph Hellwig
2024-11-13block: add a rq_list typeChristoph Hellwig
2024-11-13block: remove rq_list_moveChristoph Hellwig
2024-11-13virtio_blk: reverse request order in virtio_queue_rqsChristoph Hellwig
2024-11-13nvme-pci: reverse request order in nvme_queue_rqsChristoph Hellwig
2024-11-13btrfs: validate queue limitsChristoph Hellwig
2024-11-13block: export blk_validate_limitsChristoph Hellwig
2024-11-13jbd2: Fix comment describing journal_init_common()Daniel Martín Gómez
2024-11-13ext4: prevent an infinite loop in the lazyinit threadMathieu Othacehe
2024-11-13ext4: use struct_size() to improve ext4_htree_store_dirent()Thorsten Blum