index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-10-18
stddef: Introduce DECLARE_FLEX_ARRAY() helper
Kees Cook
2021-10-18
btrfs: Use memset_startat() to clear end of struct
Kees Cook
2021-10-18
string.h: Introduce memset_startat() for wiping trailing members and padding
Kees Cook
2021-10-18
xfrm: Use memset_after() to clear padding
Kees Cook
2021-10-18
string.h: Introduce memset_after() for wiping trailing members/padding
Kees Cook
2021-10-18
lib: Introduce CONFIG_MEMCPY_KUNIT_TEST
Kees Cook
2021-10-18
fortify: Add compile-time FORTIFY_SOURCE tests
Kees Cook
2021-09-25
fortify: Allow strlen() and strnlen() to pass compile-time known lengths
Kees Cook
2021-09-25
fortify: Prepare to improve strnlen() and strlen() warnings
Kees Cook
2021-09-25
fortify: Fix dropped strcpy() compile-time write overflow check
Kees Cook
2021-09-25
fortify: Explicitly disable Clang support
Kees Cook
2021-09-25
fortify: Move remaining fortify helpers into fortify-string.h
Kees Cook
2021-09-25
lib/string: Move helper functions out of string.c
Kees Cook
2021-09-25
compiler_types.h: Remove __compiletime_object_size()
Kees Cook
2021-09-25
cm4000_cs: Use struct_group() to zero struct cm4000_dev region
Kees Cook
2021-09-25
can: flexcan: Use struct_group() to zero struct flexcan_regs regions
Kees Cook
2021-09-25
HID: roccat: Use struct_group() to zero kone_mouse_event
Kees Cook
2021-09-25
HID: cp2112: Use struct_group() for memcpy() region
Kees Cook
2021-09-25
drm/mga/mga_ioc32: Use struct_group() for memcpy() region
Kees Cook
2021-09-25
iommu/amd: Use struct_group() for memcpy() region
Kees Cook
2021-09-25
bnxt_en: Use struct_group_attr() for memcpy() region
Kees Cook
2021-09-25
cxl/core: Replace unions with struct_group()
Kees Cook
2021-09-25
stddef: Introduce struct_group() helper macro
Kees Cook
2021-09-25
stddef: Fix kerndoc for sizeof_field() and offsetofend()
Kees Cook
2021-09-25
powerpc: Split memset() to avoid multi-field overflow
Kees Cook
2021-09-25
scsi: ibmvscsi: Avoid multi-field memset() overflow by aiming at srp
Kees Cook
2021-09-19
Linux 5.15-rc2
Linus Torvalds
2021-09-19
pci_iounmap'2: Electric Boogaloo: try to make sense of it all
Linus Torvalds
2021-09-19
Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2021-09-19
Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-09-19
Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-09-19
Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-09-19
Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-19
Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git://git.kernel.org/pub...
Linus Torvalds
2021-09-19
dmascc: use proper 'virt_to_bus()' rather than casting to 'int'
Linus Torvalds
2021-09-19
alpha: enable GENERIC_PCI_IOMAP unconditionally
Linus Torvalds
2021-09-19
parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabled
Helge Deller
2021-09-19
Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"
Linus Torvalds
2021-09-19
Revert drm/vc4 hdmi runtime PM changes
Linus Torvalds
2021-09-19
kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS
Nathan Chancellor
2021-09-19
x86/build: Do not add -falign flags unconditionally for clang
Nathan Chancellor
2021-09-19
kbuild: Fix comment typo in scripts/Makefile.modpost
Ramji Jiyani
2021-09-19
sh: Add missing FORCE prerequisites in Makefile
Geert Uytterhoeven
2021-09-19
gen_compile_commands: fix missing 'sys' package
Kortan
2021-09-19
checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_file
Ariel Marcovitch
2021-09-19
checkkconfigsymbols.py: Forbid passing 'HEAD' to --commit
Ariel Marcovitch
2021-09-18
alpha: move __udiv_qrnnd library function to arch/alpha/lib/
Linus Torvalds
2021-09-18
alpha: mark 'Jensen' platform as no longer broken
Linus Torvalds
2021-09-18
perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()
Andrii Nakryiko
2021-09-18
libperf evsel: Make use of FD robust.
Ian Rogers
[next]