summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-18fortify: Add compile-time FORTIFY_SOURCE testsKees Cook22-0/+226
2021-09-25fortify: Allow strlen() and strnlen() to pass compile-time known lengthsKees Cook1-11/+38
2021-09-25fortify: Prepare to improve strnlen() and strlen() warningsKees Cook1-11/+11
2021-09-25fortify: Fix dropped strcpy() compile-time write overflow checkKees Cook1-1/+4
2021-09-25fortify: Explicitly disable Clang supportKees Cook1-0/+3
2021-09-25fortify: Move remaining fortify helpers into fortify-string.hKees Cook3-9/+9
2021-09-25lib/string: Move helper functions out of string.cKees Cook7-204/+208
2021-09-25compiler_types.h: Remove __compiletime_object_size()Kees Cook3-8/+1
2021-09-25cm4000_cs: Use struct_group() to zero struct cm4000_dev regionKees Cook1-5/+4
2021-09-25can: flexcan: Use struct_group() to zero struct flexcan_regs regionsKees Cook1-34/+34
2021-09-25HID: roccat: Use struct_group() to zero kone_mouse_eventKees Cook2-6/+8
2021-09-25HID: cp2112: Use struct_group() for memcpy() regionKees Cook1-6/+8
2021-09-25drm/mga/mga_ioc32: Use struct_group() for memcpy() regionKees Cook2-23/+26
2021-09-25iommu/amd: Use struct_group() for memcpy() regionKees Cook1-3/+6
2021-09-25bnxt_en: Use struct_group_attr() for memcpy() regionKees Cook2-8/+10
2021-09-25cxl/core: Replace unions with struct_group()Kees Cook1-43/+18
2021-09-25stddef: Introduce struct_group() helper macroKees Cook3-0/+76
2021-09-25stddef: Fix kerndoc for sizeof_field() and offsetofend()Kees Cook1-2/+2
2021-09-25powerpc: Split memset() to avoid multi-field overflowKees Cook1-1/+2
2021-09-25scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srpKees Cook1-1/+2
2021-09-19Linux 5.15-rc2v5.15-rc2Linus Torvalds1-1/+1
2021-09-19pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds2-23/+46
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-15/+47
2021-09-19Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2021-09-19Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-20/+45
2021-09-19Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-55/+159
2021-09-19Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-20/+27
2021-09-19Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git://git.kernel.org/pub...Linus Torvalds7-51/+100
2021-09-19dmascc: use proper 'virt_to_bus()' rather than casting to 'int'Linus Torvalds1-3/+3
2021-09-19alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds1-1/+1
2021-09-19parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller3-11/+6
2021-09-19Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"Linus Torvalds1-27/+13
2021-09-19Revert drm/vc4 hdmi runtime PM changesLinus Torvalds1-34/+10
2021-09-19kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor1-0/+5
2021-09-19x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor1-3/+9
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani1-1/+1
2021-09-19sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven1-8/+8
2021-09-19gen_compile_commands: fix missing 'sys' packageKortan1-0/+1
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch1-8/+0
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch1-0/+3
2021-09-18alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds5-3/+5
2021-09-18alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds2-6/+5
2021-09-18perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko1-0/+3
2021-09-18libperf evsel: Make use of FD robust.Ian Rogers1-23/+41
2021-09-18perf machine: Initialize srcline string member in add_location structMichael Petlan1-0/+1
2021-09-18perf script: Fix ip display when type != attr->typeAdrian Hunter1-11/+13
2021-09-18perf annotate: Fix fused instr logic for assembly functionsRavi Bangoria3-17/+42
2021-09-18Merge tag 's390-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-27/+17
2021-09-18Merge tag 'devicetree-fixes-for-5.15-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-6/+97
2021-09-18tgafb: clarify dependenciesLinus Torvalds1-1/+3