summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-03-08vdso/helpers: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-8/+12
2025-03-08vdso/datapage: Define vdso_clock to prepare for multiple PTP clocksAnna-Maria Behnsen1-0/+2
2025-03-08vdso: Make vdso_time_data cacheline alignedAnna-Maria Behnsen1-1/+2
2025-03-08vdso: Introduce vdso/cache.hThomas Weißschuh2-8/+16
2025-03-03elf, uapi: Add types ElfXX_Verdef and ElfXX_VerauxThomas Weißschuh1-0/+30
2025-03-03elf, uapi: Add type ElfXX_VersymThomas Weißschuh1-0/+2
2025-03-03elf, uapi: Add definitions for VER_FLG_BASE and VER_FLG_WEAKThomas Weißschuh1-0/+3
2025-03-03elf, uapi: Add definition for DT_GNU_HASHThomas Weißschuh1-0/+1
2025-03-03elf, uapi: Add definition for STN_UNDEFThomas Weißschuh1-0/+2
2025-02-21vdso: Remove remnants of architecture-specific time storageThomas Weißschuh4-41/+9
2025-02-21vdso: Remove remnants of architecture-specific random state storageThomas Weißschuh2-6/+0
2025-02-21vdso: Add generic architecture-specific data storageThomas Weißschuh1-0/+25
2025-02-21vdso: Add generic random data storageThomas Weißschuh2-0/+22
2025-02-21vdso: Add generic time data storageThomas Weißschuh4-8/+60
2025-02-21vdso: Introduce vdso/align.hThomas Weißschuh2-9/+16
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+5
2025-02-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2025-02-09Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-17/+27
2025-02-09Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-3/+2
2025-02-09Merge tag 'i2c-for-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2025-02-07Merge tag 'drm-fixes-2025-02-08' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-1/+9
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+25
2025-02-07vfs: sanity check the length passed to inode_set_cached_link()Mateusz Guzik1-0/+13
2025-02-07fsnotify: use accessor to set FMODE_NONOTIFY_*Amir Goldstein2-3/+8
2025-02-07lockref: remove count argument of lockref_initAndreas Gruenbacher1-3/+4
2025-02-07Merge tag 'drm-misc-fixes-2025-02-06' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-0/+1
2025-02-07string.h: Use ARRAY_SIZE() for memtostr*()/strtomem*()Kees Cook1-4/+8
2025-02-07compiler.h: Introduce __must_be_byte_array()Kees Cook1-1/+7
2025-02-07compiler.h: Move C string helpers into C-only kernel sectionKees Cook1-13/+13
2025-02-06Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-2/+3
2025-02-06Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard118-426/+1784
2025-02-06net: sched: Fix truncation of offloaded action statisticsIdo Schimmel1-1/+1
2025-02-05kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMSMasahiro Yamada2-1/+5
2025-02-05Revert "i2c: Replace list-based mechanism for handling auto-detected clients"Wolfram Sang1-1/+2
2025-02-05Revert "i2c: Replace list-based mechanism for handling userspace-created clie...Wolfram Sang1-1/+6
2025-02-04KVM: remove kvm_arch_post_init_vmPaolo Bonzini1-1/+0
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells1-0/+1
2025-02-04net: harmonize tstats and dstatsPaolo Abeni1-1/+1
2025-02-04scsi: ufs: core: Fix use-after free in init error and remove pathsAndré Draszik1-1/+0
2025-02-04Merge branch '6.14/scsi-queue' into 6.14/scsi-fixesMartin K. Petersen1-2/+2
2025-02-03drm/amdgpu: add a BO metadata flag to disable write compression for VulkanMarek Olšák1-1/+8
2025-02-03Merge tag 'timers-urgent-2025-02-03' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+2
2025-02-02Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye1-0/+1
2025-02-01Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+17
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-5/+16
2025-01-31Merge tag 'io_uring-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-2/+3
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1