summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-07-20locking/rwsem: make owner helpers globally availableLance Yang1-0/+12
2025-07-20panic: add 'panic_sys_info' sysctl to take human readable string parameterFeng Tang1-0/+8
2025-07-20panic: generalize panic_print's function to show sys infoFeng Tang1-0/+20
2025-07-20kdump: implement reserve_crashkernel_cmaJiri Bohac1-0/+12
2025-07-20Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-1/+2
2025-07-10lib/raid6: replace custom zero page with ZERO_PAGEHerbert Xu1-1/+11
2025-07-10relayfs: support a counter tracking if data is too big to writeJason Xing1-2/+3
2025-07-10relayfs: introduce getting relayfs statistics functionJason Xing1-0/+7
2025-07-10relayfs: support a counter tracking if per-cpu buffers is fullJason Xing1-0/+9
2025-07-10relayfs: abolish prev_paddingJason Xing1-4/+1
2025-07-10include/linux/jhash.h: replace __get_unaligned_cpu32 in jhash functionJulian Vetter1-4/+4
2025-07-05Merge 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-03Merge tag 'ffa-fixes-6.16' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-0/+1
2025-07-02drm/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-30spi: Raise limit on number of chip selects to 24Marc Kleine-Budde1-1/+1
2025-06-30mtd: 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-29Merge tag 'i2c-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+12
2025-06-28Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+4
2025-06-28Merge 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
2025-06-26PM: Restrict swap use to later in the suspend sequenceMario Limonciello1-0/+5
2025-06-26Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-3/+9
2025-06-26Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2025-06-26mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...Hao Ge1-0/+4
2025-06-26netlink: specs: mptcp: replace underscores with dashes in namesJakub Kicinski1-3/+3
2025-06-26i2c: amd-isp: Initialize unique adapter namePratap Nirujogi1-0/+12
2025-06-25ublk: update UBLK_F_SUPPORT_ZERO_COPY comment in UAPI headerCaleb Sander Mateos1-2/+22
2025-06-25ublk: fix narrowing warnings in UAPI headerCaleb Sander Mateos1-4/+4
2025-06-25vsock/uapi: fix linux/vm_sockets.h userspace compilation errorsStefano Garzarella1-0/+4
2025-06-24usb: typec: altmodes/displayport: do not index invalid pin_assignmentsRD Babiera1-0/+1
2025-06-23replace collect_mounts()/drop_collected_mounts() with a safer variantAl Viro1-4/+2
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-0/+2
2025-06-23futex: Initialize futex_phash_new during fork().Sebastian Andrzej Siewior1-0/+1
2025-06-23dm-crypt: Extend state buffer size in crypt_iv_lmk_oneHerbert Xu2-0/+6