aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-07-13Merge tag 'irq_urgent_for_v6.16_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-07-12Merge tag 'mm-hotfixes-stable-2025-07-11-16-16' of git://git.kernel.org/pub/s...Linus Torvalds3-6/+5
2025-07-11Merge tag 'drm-fixes-2025-07-12' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-0/+10
2025-07-11Merge tag 'block-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds1-0/+5
2025-07-11Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2025-07-11Merge tag 'drm-misc-fixes-2025-07-10' of https://gitlab.freedesktop.org/drm/m...Simona Vetter2-0/+10
2025-07-10Merge tag 'wireless-2025-07-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-12/+33
2025-07-10netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet1-1/+1
2025-07-10irqchip/irq-msi-lib: Fix build with PCI disabledArnd Bergmann1-0/+1
2025-07-10Merge tag 'net-6.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-4/+26
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-0/+6
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei1-1/+24
2025-07-09Revert "sched/numa: add statistics of numa balance task"Chen Yu2-6/+0
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang1-0/+5
2025-07-09drm/gem: Fix race in drm_gem_handle_create_tail()Simona Vetter1-0/+3
2025-07-09drm/framebuffer: Acquire internal references on GEM handlesThomas Zimmermann1-0/+7
2025-07-08Merge tag 'bitmap-for-6.16-rc6' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2025-07-08io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe1-0/+2
2025-07-08uapi: bitops: use UAPI-safe variant of BITS_PER_LONG again (2)Thomas Weißschuh1-2/+2
2025-07-07Merge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+1
2025-07-07Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-07-07vsock: fix `vsock_proto` declarationStefano Garzarella1-1/+1
2025-07-07block: reject bs > ps block devices when THP is disabledPankaj Raghav1-0/+5
2025-07-07wifi: mac80211: correctly identify S1G short beaconLachlan Hodges1-12/+33
2025-07-04Merge tag 'pm-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+5
2025-07-04Merge branch 'pm-sleep'Rafael J. Wysocki1-0/+5
2025-07-04Merge tag 'soc-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-0/+1
2025-07-04Merge tag 'spi-fix-v6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+9
2025-07-04Merge tag 'platform-drivers-x86-v6.16-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+13
2025-07-04Merge tag 'usb-6.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+3
2025-07-04Merge tag 'drm-fixes-2025-07-04' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-1/+6
2025-07-04Merge tag 'vfs-6.16-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-20/+32
2025-07-04Merge tag 'drm-misc-fixes-2025-07-03' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-1/+6
2025-07-03Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_s...Luiz Augusto von Dentz1-2/+1
2025-07-03Merge tag 'ffa-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-0/+1
2025-07-01drm/sched: Increment job count before swapping tail spsc queueMatthew Brost1-1/+3
2025-07-01netfs: Update tracepoints in a number of waysDavid Howells1-8/+18
2025-07-01netfs: Renumber the NETFS_RREQ_* flags to make traces easier to readDavid Howells2-11/+11
2025-07-01netfs: Merge i_size update functionsDavid Howells1-1/+0
2025-07-01netfs: Fix double put of requestDavid Howells1-0/+1
2025-06-30spi: spi-qpic-snand: avoid memory corruptionMark Brown1-0/+8
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello1-0/+13
2025-06-29spi: Raise limit on number of chip selects to 24Marc Kleine-Budde1-1/+1
2025-06-29mtd: nand: qpic_common: prevent out of bounds access of BAM arraysGabor Juhos1-0/+8
2025-06-29Merge tag 'locking_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2025-06-28Merge tag 'i2c-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+12
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+4
2025-06-27Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-6/+26
2025-06-27drm/mipi-dsi: Add dev_is_mipi_dsi functionMaxime Ripard1-0/+3