index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-07-13
sysctl: kdoc'ify sysctl_writes_strict
Luis R. Rodriguez
1
-4
/
+25
2017-07-13
sysctl: fix lax sysctl_check_table() sanity check
Luis R. Rodriguez
1
-5
/
+5
2017-07-13
kexec/kdump: minor Documentation updates for arm64 and Image
Bharat Bhushan
1
-3
/
+9
2017-07-13
kdump: protect vmcoreinfo data under the crash memory
Xunlei Pang
6
-2
/
+74
2017-07-13
powerpc/fadump: use the correct VMCOREINFO_NOTE_SIZE for phdr
Xunlei Pang
3
-5
/
+2
2017-07-13
kexec: move vmcoreinfo out of the kernel's .bss section
Xunlei Pang
8
-21
/
+29
2017-07-13
kernel/fork.c: virtually mapped stacks: do not disable interrupts
Christoph Lameter
1
-11
/
+5
2017-07-13
mm/memory.c: mark create_huge_pmd() inline to prevent build failure
Geert Uytterhoeven
1
-1
/
+1
2017-07-13
kernel.h: handle pointers to arrays better in container_of()
Ian Abbott
1
-3
/
+7
2017-07-13
include/linux/dcache.h: use unsigned chars in struct name_snapshot
Stephen Rothwell
1
-2
/
+2
2017-07-12
fix a braino in compat_sys_getrlimit()
Al Viro
1
-1
/
+1
2017-07-11
kernel/exit.c: avoid undefined behaviour when calling wait4()
zhongjiang
1
-0
/
+4
2017-07-11
kernel/signal.c: avoid undefined behaviour in kill_something_info
zhongjiang
1
-0
/
+4
2017-07-11
binfmt_elf: safely increment argv pointers
Kees Cook
1
-11
/
+9
2017-07-11
s390: reduce ELF_ET_DYN_BASE
Kees Cook
1
-8
/
+7
2017-07-11
powerpc: move ELF_ET_DYN_BASE to 4GB / 4MB
Kees Cook
1
-6
/
+7
2017-07-11
arm64: move ELF_ET_DYN_BASE to 4GB / 4MB
Kees Cook
1
-6
/
+6
2017-07-11
arm: move ELF_ET_DYN_BASE to 4MB
Kees Cook
1
-6
/
+2
2017-07-11
binfmt_elf: use ELF_ET_DYN_BASE only for PIE
Kees Cook
2
-14
/
+58
2017-07-11
fs, epoll: short circuit fetching events if thread has been killed
David Rientjes
1
-0
/
+10
2017-07-11
checkpatch: improve multi-line alignment test
Joe Perches
1
-1
/
+1
2017-07-11
checkpatch: improve macro reuse test
Joe Perches
1
-6
/
+6
2017-07-11
checkpatch: change format of --color argument to --color[=WHEN]
John Brooks
1
-6
/
+29
2017-07-11
checkpatch: silence perl 5.26.0 unescaped left brace warnings
Cyril Bur
1
-3
/
+3
2017-07-11
checkpatch: improve tests for multiple line function definitions
Joe Perches
1
-1
/
+25
2017-07-11
checkpatch: remove false warning for commit reference
Heinrich Schuchardt
1
-1
/
+3
2017-07-11
checkpatch: fix stepping through statements with $stat and ctx_statement_block
Joe Perches
1
-1
/
+1
2017-07-11
checkpatch: [HLP]LIST_HEAD is also declaration
Steffen Maier
1
-1
/
+1
2017-07-11
checkpatch: warn when a MAINTAINERS entry isn't [A-Z]:\t
Joe Perches
1
-0
/
+11
2017-07-11
checkpatch: improve the unnecessary OOM message test
Joe Perches
1
-1
/
+1
2017-07-11
lib/bsearch.c: micro-optimize pivot position calculation
Sergey Senozhatsky
1
-10
/
+12
2017-07-11
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
8
-56
/
+63
2017-07-11
lib/rhashtable.c: use kvzalloc() in bucket_table_alloc() when possible
Michal Hocko
1
-4
/
+3
2017-07-11
lib/interval_tree_test.c: allow full tree search
Davidlohr Bueso
1
-5
/
+10
2017-07-11
lib/interval_tree_test.c: allow users to limit scope of endpoint
Davidlohr Bueso
1
-10
/
+13
2017-07-11
lib/interval_tree_test.c: make test options module parameters
Davidlohr Bueso
1
-17
/
+40
2017-07-11
lib/interval_tree_test.c: allow the module to be compiled-in
Davidlohr Bueso
1
-1
/
+1
2017-07-11
lib/kstrtox.c: use "unsigned int" more
Alexey Dobriyan
1
-4
/
+6
2017-07-11
lib/kstrtox.c: delete end-of-string test
Alexey Dobriyan
1
-1
/
+1
2017-07-11
bitmap: use memcmp optimisation in more situations
Matthew Wilcox
2
-3
/
+2
2017-07-11
include/linux/bitmap.h: turn bitmap_set and bitmap_clear into memset when pos...
Matthew Wilcox
1
-0
/
+6
2017-07-11
bitmap: optimise bitmap_set and bitmap_clear of a single bit
Matthew Wilcox
3
-10
/
+24
2017-07-11
lib/test_bitmap.c: add optimisation tests
Matthew Wilcox
1
-0
/
+32
2017-07-11
MAINTAINERS: give proc sysctl some maintainer love
Luis R. Rodriguez
1
-0
/
+11
2017-07-11
kernel/kallsyms.c: replace all_var with IS_ENABLED(CONFIG_KALLSYMS_ALL)
Masahiro Yamada
1
-8
/
+2
2017-07-11
kernel/groups.c: use sort library function
Rasmus Villemoes
1
-24
/
+11
2017-07-11
kernel/ksysfs.c: constify attribute_group structures.
Arvind Yadav
1
-1
/
+1
2017-07-11
ARM: fix rd_size declaration
Bart Van Assche
3
-2
/
+5
2017-07-11
bug: split BUILD_BUG stuff out into <linux/build_bug.h>
Ian Abbott
2
-73
/
+85
2017-07-11
linux/bug.h: correct "space required before that '-'"
Ian Abbott
1
-2
/
+2
[next]