summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-11timers: Split [try_to_]del_timer[_sync]() to prepare for shutdown modeThomas Gleixner1-51/+92
2026-02-11timers: Silently ignore timers with a NULL functionThomas Gleixner1-5/+52
2026-02-11Documentation: Replace del_timer/del_timer_sync()Thomas Gleixner6-15/+14
2026-02-11timers: Rename del_timer() to timer_delete()Thomas Gleixner2-4/+17
2026-02-11timers: Replace BUG_ON()sThomas Gleixner1-5/+6
2026-02-11timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner6-11/+9
2026-02-11clocksource/drivers/sp804: Do not use timer namespace for timer_shutdown() fu...Steven Rostedt (Google)1-3/+3
2026-02-11clocksource/drivers/arm_arch_timer: Do not use timer namespace for timer_shut...Steven Rostedt (Google)1-6/+6
2026-02-11ARM: spear: Do not use timer namespace for timer_shutdown() functionSteven Rostedt (Google)1-4/+4
2026-02-11Documentation: Remove bogus claim about del_timer_sync()Thomas Gleixner2-5/+2
2026-02-11netfilter: nft_set_pipapo: clamp maximum map bucket size to INT_MAXPablo Neira Ayuso1-0/+8
2026-02-11mm/kfence: randomize the freelist on initializationPimyn Girgis1-4/+21
2026-02-11KVM: Don't clobber irqfd routing type when deassigning irqfdSean Christopherson1-20/+24
2026-02-11ARM: 9468/1: fix memset64() on big-endianThomas Weissschuh1-1/+4
2026-02-11rbd: check for EOD after exclusive lock is ensured to be heldIlya Dryomov1-12/+21
2026-02-11platform/x86: intel_telemetry: Fix swapped arrays in PSS outputKaushlendra Kumar1-2/+2
2026-02-11x86/kfence: fix booting on 32bit non-PAE systemsAndrew Cooper1-3/+4
2026-02-06Linux 5.15.199v5.15.199Greg Kroah-Hartman1-1/+1
2026-02-06wifi: cfg80211: init wiphy_work before allocating rfkill failsEdward Adam Davis1-3/+3
2026-02-06wifi: cfg80211: fully move wiphy work to unbound workqueueJohannes Berg2-3/+3
2026-02-06wifi: cfg80211: cancel wiphy_work before freeing wiphyMiri Korenblit1-0/+7
2026-02-06wifi: cfg80211: fix wiphy delayed work queueingJohannes Berg1-1/+2
2026-02-06wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg1-1/+1
2026-02-06team: Move team device type change at the end of team_port_addNikola Z. Ivanov1-8/+15
2026-02-06pinctrl: meson: mark the GPIO controller as sleepingBartosz Golaszewski1-1/+1
2026-02-06mptcp: avoid dup SUB_CLOSED events after disconnectMatthieu Baerts (NGI0)1-2/+2
2026-02-06writeback: fix 100% CPU usage when dirtytime_expire_interval is 0Laveesh Bansal1-4/+10
2026-02-06drm/imx/tve: fix probe device leakJohan Hovold1-0/+13
2026-02-06pinctrl: lpass-lpi: implement .get_direction() for the GPIO driverBartosz Golaszewski1-0/+17
2026-02-06net/sched: act_ife: convert comma to semicolonChen Ni1-3/+3
2026-02-06btrfs: prevent use-after-free on page private data in btrfs_subpage_clear_upt...JP Kobryn1-0/+13
2026-02-06drm/amdkfd: fix a memory leak in device_queue_manager_init()Haoxiang Li1-8/+10
2026-02-06can: esd_usb: esd_usb_read_bulk_callback(): fix URB memory leakMarc Kleine-Budde1-1/+8
2026-02-06genirq/irq_sim: Initialize work context pointers properlyGyeyoung Baek1-1/+1
2026-02-06HID: uclogic: Add NULL check in uclogic_input_configured()Henry Martin1-1/+4
2026-02-06HID: uclogic: Correct devm device reference for hidinput input_dev nameRahul Rameshbabu1-10/+3
2026-02-06wifi: mac80211: move TDLS work to wiphy workJohannes Berg3-10/+12
2026-02-06wifi: mac80211: use wiphy work for sdata->workJohannes Berg11-29/+30
2026-02-06wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg4-5/+226
2026-02-06Bluetooth: Fix hci_suspend_sync crashYing Hsu1-0/+4
2026-02-06net: stmmac: make sure that ptp_rate is not 0 before configuring ESTAlexis Lothoré2-0/+10
2026-02-06usbnet: Fix using smp_processor_id() in preemptible code warningsZqiang1-0/+2
2026-02-06NFSD: fix race between nfsd registration and exports_procManinder Singh1-9/+8
2026-02-06ext4: fix memory leaks in ext4_fname_{setup_filename,prepare_lookup}Luís Henriques1-17/+21
2026-02-06espintcp: fix skb leaksSabrina Dubroca3-3/+9
2026-02-06blk-cgroup: Reinit blkg_iostat_set after clearing in blkcg_reset_stats()Waiman Long1-0/+4
2026-02-06fs/ntfs3: Initialize allocated memory before useBartlomiej Kubik1-4/+3
2026-02-06ksmbd: fix use-after-free in ksmbd_tree_connect_put under concurrencyNamjae Jeon3-18/+4
2026-02-06drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATEDGaosheng Cui1-1/+1
2026-02-06ksm: use range-walk function to jump over holes in scan_get_next_rmap_itemPedro Demarchi Gomes1-10/+105