aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-12-18thermal/thresholds: Fix boundaries and detection routineDaniel Lezcano1-32/+36
2024-12-18pwm: stm32: Fix complementary output in round_waveform_tohw()Fabrice Gasnier1-1/+1
2024-12-18Merge patch series "can: m_can: set init flag earlier in probe"Marc Kleine-Budde3-10/+28
2024-12-18can: m_can: fix missed interrupts with m_can_pciMatthias Schiffer3-5/+19
2024-12-18can: m_can: set init flag earlier in probeMatthias Schiffer1-5/+9
2024-12-17rtnetlink: Try the outer netns attribute in rtnl_get_peer_net().Kuniyuki Iwashima1-2/+3
2024-12-17net: netdevsim: fix nsim_pp_hold_write()Eric Dumazet1-2/+2
2024-12-17bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi1-1/+5
2024-12-17hexagon: Disable constant extender optimization for LLVM prior to 19.1.0Nathan Chancellor1-0/+6
2024-12-17idpf: trigger SW interrupt when exiting wb_on_itr modeJoshua Hay1-10/+19
2024-12-17idpf: add support for SW triggered interruptsJoshua Hay3-1/+13
2024-12-17arm64: dts: broadcom: Fix L2 linesize for Raspberry Pi 5Willow Cunningham1-4/+4
2024-12-17btrfs: tree-checker: reject inline extent items with 0 ref countQu Wenruo1-1/+26
2024-12-17btrfs: split bios to the fs sector size boundaryChristoph Hellwig1-2/+8
2024-12-17btrfs: use bio_is_zone_append() in the completion handlerChristoph Hellwig1-3/+3
2024-12-17btrfs: fix improper generation check in snapshot deleteJosef Bacik2-3/+22
2024-12-17drm: rework FB_CORE dependencyArnd Bergmann1-0/+1
2024-12-17Merge tag 'ftrace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+9
2024-12-17Merge tag 's390-6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-4/+6
2024-12-17drm/fbdev: Select FB_CORE dependency for fbdev on DMA and TTMThomas Zimmermann1-0/+2
2024-12-17fbdev: Fix recursive dependencies wrt BACKLIGHT_CLASS_DEVICEThomas Zimmermann7-8/+19
2024-12-17Merge tag 'erofs-for-6.13-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-82/+79
2024-12-17Merge tag 'hardening-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+13
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt5-217/+88
2024-12-17tracing: Add "%s" check in test_event_printk()Steven Rostedt1-15/+89
2024-12-17tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt1-2/+19
2024-12-17tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt1-29/+53
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds20-108/+316
2024-12-17fs/nfs: fix missing declaration of nfs_idmap_cache_timeoutZhang Kunbo1-0/+1
2024-12-17NFS/pnfs: Fix a live lock between recalled layouts and layoutgetTrond Myklebust1-1/+1
2024-12-17io_uring: make ctx->timeout_lock a raw spinlockJens Axboe3-26/+26
2024-12-17qed: fix possible uninit pointer read in qed_mcp_nvm_info_populate()Gianfranco Trad1-0/+1
2024-12-17net: ethernet: bgmac-platform: fix an OF node reference leakJoe Hattori1-1/+4
2024-12-17Merge branch 'fixes-on-the-open-alliance-tc6-10base-t1x-mac-phy-support-gener...Paolo Abeni1-2/+9
2024-12-17net: ethernet: oa_tc6: fix tx skb race condition between reference pointersParthiban Veerasooran1-0/+6
2024-12-17net: ethernet: oa_tc6: fix infinite loop error when tx credits becomes 0Parthiban Veerasooran1-2/+3
2024-12-17usb: xhci: fix ring expansion regression in 6.13-rc1Niklas Neronin1-1/+1
2024-12-17xhci: Turn NEC specific quirk for handling Stop Endpoint errors genericMathias Nyman1-2/+0
2024-12-17i915/guc: Accumulate active runtime on gt resetUmesh Nerlige Ramappa1-1/+14
2024-12-17i915/guc: Ensure busyness counter increases motonicallyUmesh Nerlige Ramappa2-1/+9
2024-12-17i915/guc: Reset engine utilization buffer before registrationUmesh Nerlige Ramappa1-0/+21
2024-12-17rust: net::phy fix module autoloadingFUJITA Tomonori1-2/+2
2024-12-17x86/xen: remove hypercall pageJuergen Gross7-52/+1
2024-12-17x86/xen: use new hypercall functions instead of hypercall pageJuergen Gross1-13/+20
2024-12-17x86/xen: add central hypercall functionsJuergen Gross7-1/+190
2024-12-16net: hinic: Fix cleanup in create_rxqs/txqs()Dan Carpenter1-0/+2
2024-12-16team: Fix feature exposure when no ports are presentDaniel Borkmann1-2/+6
2024-12-16chelsio/chtls: prevent potential integer overflow on 32bitDan Carpenter1-2/+3
2024-12-16Merge branch 'netdev-fix-repeated-netlink-messages-in-queue-dumps'Jakub Kicinski4-28/+45
2024-12-16selftests: net-drv: stats: sanity check netlink dumpsJakub Kicinski1-1/+18