summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-07-28staging: media: atomisp: Fix stack buffer overflow in gmin_get_var_int()Kees Cook-4/+5
2025-07-26sched/task_stack: Add missing const qualifier to end_of_stack()Kees Cook-1/+1
2025-07-26kstack_erase: Support Clang stack depth trackingKees Cook-1/+10
2025-07-26kstack_erase: Add -mgeneral-regs-only to silence Clang warningsKees Cook-0/+1
2025-07-26init.h: Disable sanitizer coverage for __init and __headKees Cook-2/+4
2025-07-26kstack_erase: Disable kstack_erase for all of arm compressed boot codeKees Cook-1/+1
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook-13/+13
2025-07-24arm64: Handle KCOV __init vs inline mismatchesKees Cook-1/+1
2025-07-21s390: Handle KCOV __init vs inline mismatchesKees Cook-3/+3
2025-07-21arm: Handle KCOV __init vs inline mismatchesKees Cook-5/+5
2025-07-21mips: Handle KCOV __init vs inline mismatchKees Cook-1/+1
2025-07-21powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init ...Ritesh Harjani (IBM)-5/+5
2025-07-21configs/hardening: Enable CONFIG_INIT_ON_FREE_DEFAULT_ONKees Cook-0/+3
2025-07-21configs/hardening: Enable CONFIG_KSTACK_ERASEKees Cook-0/+3
2025-07-21stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGSKees Cook-18/+27
2025-07-21stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depthKees Cook-32/+32
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook-95/+101
2025-07-19seq_buf: Introduce KUnit testsKees Cook-0/+218
2025-07-17string: Group str_has_prefix() and strstarts()Andy Shevchenko-10/+10
2025-07-14kunit/fortify: Add back "volatile" for sizeof() constantsKees Cook-2/+2
2025-06-27acpi: nfit: intel: avoid multiple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-67/+52
2025-06-18stddef: Introduce TRAILING_OVERLAP() helper macroGustavo A. R. Silva-0/+20
2025-06-18mux: Convert mux_control_ops to a flex array member in mux_chipThorsten Blum-6/+5
2025-06-15Linux 6.16-rc2v6.16-rc2Linus Torvalds-1/+1
2025-06-15Merge tag 'kbuild-fixes-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-64/+33
2025-06-16gendwarfksyms: Fix structure type overridesSami Tolvanen-58/+21
2025-06-16kbuild: move warnings about linux/export.h from W=1 to W=2Masahiro Yamada-6/+12
2025-06-14Merge tag 'v6.16-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds-22/+35
2025-06-14Merge tag 'iommu-fixes-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+2
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds-38/+114
2025-06-14Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds-23/+59
2025-06-14Merge tag 'rust-fixes-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+1
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds-29/+134
2025-06-13Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-14/+23
2025-06-13Merge tag 'drm-fixes-2025-06-14' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-39/+68
2025-06-13io_uring: run local task_work from ring exit IOPOLL reapingJens Axboe-0/+3
2025-06-13nvme: always punt polled uring_cmd end_io work to task_workJens Axboe-14/+7
2025-06-13Merge tag 'acpi-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-9/+31
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-133/+368
2025-06-13Merge branches 'acpi-pad', 'acpi-cppc', 'acpi-ec' and 'acpi-resource'Rafael J. Wysocki-2/+26
2025-06-13Merge branch 'pm-cpuidle'Rafael J. Wysocki-65/+64
2025-06-13Merge branch 'pm-tools'Rafael J. Wysocki-4/+5
2025-06-13Merge tag 'spi-fix-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-20/+41
2025-06-13Merge tag 'regulator-fix-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2025-06-13posix-cpu-timers: fix race between handle_posix_cpu_timers() and posix_cpu_ti...Oleg Nesterov-0/+9
2025-06-13Merge tag 'trace-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+1
2025-06-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-126/+194
2025-06-13io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe-1/+4
2025-06-13Merge tag 'v6.16-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2025-06-13Merge tag 'bcachefs-2025-06-12' of git://evilpiepirate.org/bcachefsLinus Torvalds-116/+319