index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LICENSES
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-12-16
ubsan: expand tests and reporting
Kees Cook
1
-8
/
+66
2020-12-16
ubsan: remove UBSAN_MISC in favor of individual options
Kees Cook
2
-26
/
+57
2020-12-16
ubsan: enable for all*config builds
Kees Cook
2
-2
/
+5
2020-12-16
ubsan: disable UBSAN_TRAP for all*config
Kees Cook
1
-0
/
+1
2020-12-16
ubsan: disable object-size sanitizer under GCC
Kees Cook
1
-0
/
+3
2020-12-16
ubsan: move cc-option tests into Kconfig
Kees Cook
2
-33
/
+73
2020-12-16
ubsan: remove redundant -Wno-maybe-uninitialized
Kees Cook
2
-8
/
+0
2020-12-16
kernel/resource.c: fix kernel-doc markups
Mauro Carvalho Chehab
1
-10
/
+14
2020-12-16
blktrace: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-16
ath9k: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-16
ath11k: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-16
ath10k: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-16
drm/i915: make relay callbacks const
Jani Nikula
1
-1
/
+1
2020-12-16
relay: allow the use of const callback structs
Jani Nikula
2
-29
/
+12
2020-12-16
relay: make create_buf_file and remove_buf_file callbacks mandatory
Jani Nikula
2
-25
/
+7
2020-12-16
relay: require non-NULL callbacks in relay_open()
Jani Nikula
1
-12
/
+2
2020-12-16
relay: remove unused buf_mapped and buf_unmapped callbacks
Jani Nikula
2
-53
/
+0
2020-12-16
bfs: don't use WARNING: string when it's just info.
Randy Dunlap
1
-1
/
+1
2020-12-16
gcov: fix kernel-doc markup issue
Alex Shi
1
-3
/
+3
2020-12-16
gcov: remove support for GCC < 4.9
Nick Desaulniers
1
-3
/
+1
2020-12-16
rapidio: remove unused rio_get_asm() and rio_get_device()
Sebastian Andrzej Siewior
2
-84
/
+0
2020-12-16
kdump: append uts_namespace.name offset to VMCOREINFO
Alexander Egorenkov
2
-0
/
+7
2020-12-16
fs/nilfs2: remove some unused macros to tame gcc
Alex Shi
1
-5
/
+0
2020-12-16
checkpatch: add printk_once and printk_ratelimit to prefer pr_<level> warning
Joe Perches
1
-3
/
+10
2020-12-16
checkpatch: fix TYPO_SPELLING check for words with apostrophe
Dwaipayan Ray
1
-2
/
+5
2020-12-16
checkpatch: add warning for lines starting with a '#' in commit log
Dwaipayan Ray
1
-0
/
+9
2020-12-16
checkpatch: add warning for unnecessary use of %h[xudi] and %hh[xudi]
Dwaipayan Ray
1
-0
/
+22
2020-12-16
checkpatch: add fix and improve warning msg for non-standard signature
Aditya Srivastava
1
-2
/
+69
2020-12-16
checkpatch: add fix option for LOGICAL_CONTINUATIONS
Aditya Srivastava
1
-2
/
+10
2020-12-16
checkpatch: add fix option for ASSIGNMENT_CONTINUATIONS
Aditya Srivastava
1
-2
/
+8
2020-12-16
checkpatch: fix unescaped left brace
Dwaipayan Ray
1
-1
/
+1
2020-12-16
checkpatch: avoid COMMIT_LOG_LONG_LINE warning for signature tags
Aditya Srivastava
1
-2
/
+2
2020-12-16
checkpatch: fix spelling errors and remove repeated word
Dwaipayan Ray
1
-3
/
+3
2020-12-16
checkpatch: improve email parsing
Dwaipayan Ray
1
-17
/
+91
2020-12-16
checkpatch: add __alias and __weak to suggested __attribute__ conversions
Joe Perches
1
-1
/
+3
2020-12-16
checkpatch: add fix option for GERRIT_CHANGE_ID
Aditya Srivastava
1
-2
/
+5
2020-12-16
checkpatch: update __attribute__((section("name"))) quote removal
Joe Perches
1
-32
/
+15
2020-12-16
checkpatch: add a fixer for missing newline at eof
Tom Rix
1
-2
/
+5
2020-12-16
checkpatch: extend attributes check to handle more patterns
Dwaipayan Ray
1
-38
/
+71
2020-12-16
checkpatch: allow --fix removal of unnecessary break statements
Joe Perches
1
-4
/
+8
2020-12-16
checkpatch: prefer static const declarations
Joe Perches
1
-0
/
+12
2020-12-16
checkpatch: ignore generated CamelCase defines and enum values
Ćukasz Stelmach
1
-0
/
+2
2020-12-16
checkpatch: fix false positives in REPEATED_WORD warning
Aditya Srivastava
1
-1
/
+15
2020-12-16
checkpatch: add new exception to repeated word check
Dwaipayan Ray
1
-2
/
+13
2020-12-16
lib/lz4: explicitly support in-place decompression
Gao Xiang
2
-1
/
+6
2020-12-16
lib: cleanup kstrto*() usage
Alexey Dobriyan
2
-22
/
+13
2020-12-16
drivers/misc/lkdtm/lkdtm.h: correct wrong filenames in comment
Francis Laniel
1
-7
/
+7
2020-12-16
drivers/misc/lkdtm: add new file in LKDTM to test fortified strscpy
Francis Laniel
5
-0
/
+88
2020-12-16
string.h: add FORTIFY coverage for strscpy()
Francis Laniel
1
-0
/
+48
2020-12-16
lkdtm: tests for FORTIFY_SOURCE
Daniel Axtens
3
-0
/
+54
[next]