summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-12-02lib: fortify_kunit: build without structleak pluginAnders Roxell1-0/+1
2022-12-02panic: Expose "warn_count" to sysfsKees Cook3-2/+27
2022-12-02panic: Introduce warn_limitKees Cook2-0/+24
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook7-12/+14
2022-12-02exit: Allow oops_limit to be disabledKees Cook2-3/+4
2022-12-01exit: Expose "oops_count" to sysfsKees Cook3-2/+27
2022-12-01exit: Put an upper limit on how often we can oopsJann Horn2-0/+50
2022-12-01panic: Separate sysctl logic from CONFIG_SMPKees Cook1-1/+3
2022-12-01mm/pgtable: Fix multiple -Wstringop-overflow warningsGustavo A. R. Silva1-9/+13
2022-12-01mm: Make ksize() a reporting-only functionKees Cook2-22/+23
2022-11-22kunit/fortify: Validate __alloc_size attribute resultsKees Cook2-0/+256
2022-11-18drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor3-6/+9
2022-11-18drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()Nathan Chancellor1-2/+3
2022-11-18driver core: Add __alloc_size hint to devm allocatorsKees Cook1-3/+4
2022-11-08Merge branch 'for-linus/hardening' into for-next/hardeningKees Cook1-1/+1
2022-11-08vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor1-1/+1
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook6-5/+431
2022-11-01coredump: Proactively round up to kmalloc bucket sizeKees Cook1-2/+5
2022-11-01btrfs: send: Proactively round up to kmalloc bucket sizeKees Cook1-5/+6
2022-11-01dma-buf: Proactively round up to kmalloc bucket sizeKees Cook1-2/+7
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li6-8/+17
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook9-17/+16
2022-11-01fortify: Do not cast to "unsigned char"Kees Cook1-1/+1
2022-11-01siphash: Convert selftest to KUnitKees Cook4-106/+83
2022-11-01fortify: Short-circuit known-safe calls to strscpy()Kees Cook2-0/+23
2022-11-01string: Convert strscpy() self-test to KUnitKees Cook5-154/+136
2022-11-01string: Add __realloc_size hint to kmemdup()Kees Cook2-2/+3
2022-10-28kunit/memcpy: Add dynamic size and window testsKees Cook2-0/+206
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook4-93/+131
2022-10-28fortify: Capture __bos() results in const temp varsKees Cook1-4/+9
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook1-17/+35
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers1-1/+8
2022-10-25overflow: Fix kern-doc markup for functionsKees Cook3-25/+22
2022-10-16Linux 6.1-rc1v6.1-rc1Linus Torvalds1-2/+2
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds185-421/+378
2022-10-16Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds36-71/+1265
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-11/+18
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds18-129/+1831
2022-10-16Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds23-726/+922
2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa1-8/+11
2022-10-17lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor1-2/+7
2022-10-17kbuild: fix single directory buildMasahiro Yamada1-0/+2
2022-10-15Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-19/+19
2022-10-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds2-9/+9
2022-10-15Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-61/+1
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo2-19/+19
2022-10-15MAINTAINERS: git://github -> https://github.com for openriscPalmer Dabbelt1-1/+1
2022-10-15smb3: improve SMB3 change notification supportSteve French6-13/+90
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Steve French1-2/+2
2022-10-15cifs: lease key is uninitialized in smb1 pathsSteve French1-1/+1