summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-18stddef: Introduce DECLARE_FLEX_ARRAY() helperKees Cook
2021-10-18btrfs: Use memset_startat() to clear end of structKees Cook
2021-10-18string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook
2021-10-18xfrm: Use memset_after() to clear paddingKees Cook
2021-10-18string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook
2021-10-18lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook
2021-10-18fortify: Add compile-time FORTIFY_SOURCE testsKees Cook
2021-09-25fortify: Allow strlen() and strnlen() to pass compile-time known lengthsKees Cook
2021-09-25fortify: Prepare to improve strnlen() and strlen() warningsKees Cook
2021-09-25fortify: Fix dropped strcpy() compile-time write overflow checkKees Cook
2021-09-25fortify: Explicitly disable Clang supportKees Cook
2021-09-25fortify: Move remaining fortify helpers into fortify-string.hKees Cook
2021-09-25lib/string: Move helper functions out of string.cKees Cook
2021-09-25compiler_types.h: Remove __compiletime_object_size()Kees Cook
2021-09-25cm4000_cs: Use struct_group() to zero struct cm4000_dev regionKees Cook
2021-09-25can: flexcan: Use struct_group() to zero struct flexcan_regs regionsKees Cook
2021-09-25HID: roccat: Use struct_group() to zero kone_mouse_eventKees Cook
2021-09-25HID: cp2112: Use struct_group() for memcpy() regionKees Cook
2021-09-25drm/mga/mga_ioc32: Use struct_group() for memcpy() regionKees Cook
2021-09-25iommu/amd: Use struct_group() for memcpy() regionKees Cook
2021-09-25bnxt_en: Use struct_group_attr() for memcpy() regionKees Cook
2021-09-25cxl/core: Replace unions with struct_group()Kees Cook
2021-09-25stddef: Introduce struct_group() helper macroKees Cook
2021-09-25stddef: Fix kerndoc for sizeof_field() and offsetofend()Kees Cook
2021-09-25powerpc: Split memset() to avoid multi-field overflowKees Cook
2021-09-25scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srpKees Cook
2021-09-19Linux 5.15-rc2Linus Torvalds
2021-09-19pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-19Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-09-19Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-09-19Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-09-19Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-19Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git://git.kernel.org/pub...Linus Torvalds
2021-09-19dmascc: use proper 'virt_to_bus()' rather than casting to 'int'Linus Torvalds
2021-09-19alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds
2021-09-19parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller
2021-09-19Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"Linus Torvalds
2021-09-19Revert drm/vc4 hdmi runtime PM changesLinus Torvalds
2021-09-19kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor
2021-09-19x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani
2021-09-19sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven
2021-09-19gen_compile_commands: fix missing 'sys' packageKortan
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch
2021-09-18alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds
2021-09-18alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds
2021-09-18perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko
2021-09-18libperf evsel: Make use of FD robust.Ian Rogers