aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-12-02panic: Introduce warn_limitKees Cook
2022-12-02panic: Consolidate open-coded panic_on_warn checksKees Cook
2022-12-02exit: Allow oops_limit to be disabledKees Cook
2022-12-01exit: Expose "oops_count" to sysfsKees Cook
2022-12-01exit: Put an upper limit on how often we can oopsJann Horn
2022-12-01panic: Separate sysctl logic from CONFIG_SMPKees Cook
2022-12-01mm/pgtable: Fix multiple -Wstringop-overflow warningsGustavo A. R. Silva
2022-12-01mm: Make ksize() a reporting-only functionKees Cook
2022-11-22kunit/fortify: Validate __alloc_size attribute resultsKees Cook
2022-11-18drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid()Nathan Chancellor
2022-11-18drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid()Nathan Chancellor
2022-11-18driver core: Add __alloc_size hint to devm allocatorsKees Cook
2022-11-08Merge branch 'for-linus/hardening' into for-next/hardeningKees Cook
2022-11-08vmlinux.lds.h: Fix placement of '.data..decrypted' sectionNathan Chancellor
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook
2022-11-01coredump: Proactively round up to kmalloc bucket sizeKees Cook
2022-11-01btrfs: send: Proactively round up to kmalloc bucket sizeKees Cook
2022-11-01dma-buf: Proactively round up to kmalloc bucket sizeKees Cook
2022-11-01kbuild: upgrade the orphan section warning to an error if CONFIG_WERROR is setXin Li
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook
2022-11-01fortify: Do not cast to "unsigned char"Kees Cook
2022-11-01siphash: Convert selftest to KUnitKees Cook
2022-11-01fortify: Short-circuit known-safe calls to strscpy()Kees Cook
2022-11-01string: Convert strscpy() self-test to KUnitKees Cook
2022-11-01string: Add __realloc_size hint to kmemdup()Kees Cook
2022-10-28kunit/memcpy: Add dynamic size and window testsKees Cook
2022-10-28string: Rewrite and add more kern-doc for the str*() functionsKees Cook
2022-10-28fortify: Capture __bos() results in const temp varsKees Cook
2022-10-25overflow: Refactor test skips for Clang-specific issuesKees Cook
2022-10-25overflow: disable failing tests for older clang versionsNick Desaulniers
2022-10-25overflow: Fix kern-doc markup for functionsKees Cook
2022-10-16Linux 6.1-rc1Linus Torvalds
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...Linus Torvalds
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2022-10-16Merge tag '6.1-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds
2022-10-16Revert "cpumask: fix checking valid cpu range".Tetsuo Handa
2022-10-17lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor
2022-10-17kbuild: fix single directory buildMasahiro Yamada
2022-10-15Merge tag 'slab-for-6.1-rc1-hotfix' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-10-15Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds
2022-10-15Merge tag 'pci-v6.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-15mm/slab: use kmalloc_node() for off slab freelist_idx_t array allocationHyeonggon Yoo
2022-10-15MAINTAINERS: git://github -> https://github.com for openriscPalmer Dabbelt
2022-10-15smb3: improve SMB3 change notification supportSteve French
2022-10-15cifs: lease key is uninitialized in two additional functions when smb1Steve French
2022-10-15cifs: lease key is uninitialized in smb1 pathsSteve French
2022-10-15smb3: must initialize two ACL struct fields to zeroSteve French
2022-10-15cifs: fix double-fault crash during ntlmsspPaulo Alcantara