index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-16
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
11
-156
/
+32
2019-07-16
init/Kconfig: fix neighboring typos
Kees Cook
1
-2
/
+2
2019-07-16
fs/binfmt_elf.c: delete stale comment
Alexey Dobriyan
1
-1
/
+0
2019-07-16
fs/binfmt_flat.c: remove set but not used variable 'inode'
YueHaibing
1
-2
/
+0
2019-07-16
checkpatch.pl: warn on duplicate sysctl local variable
Matteo Croce
1
-0
/
+6
2019-07-16
lib/rbtree: avoid generating code twice for the cached versions
Michel Lespinasse
3
-78
/
+59
2019-07-16
lib/test_meminit.c: minor test fixes
Alexander Potapenko
1
-6
/
+6
2019-07-16
lib/test_meminit.c: fix -Wmaybe-uninitialized false positive
Arnd Bergmann
1
-24
/
+26
2019-07-16
lib/string_helpers: fix some kerneldoc warnings
Jonathan Corbet
1
-37
/
+40
2019-07-16
mm/ioremap: probe platform for p4d huge map support
Anshuman Khandual
5
-0
/
+18
2019-07-16
mm/ioremap: check virtual address alignment while creating huge mappings
Anshuman Khandual
1
-0
/
+9
2019-07-16
lib: introduce test_meminit module
Alexander Potapenko
3
-0
/
+371
2019-07-16
lib/test_overflow.c: avoid tainting the kernel and fix wrap size
Kees Cook
1
-5
/
+6
2019-07-16
lib/test_string.c: add some testcases for strchr and strnchr
Peter Rosin
1
-0
/
+77
2019-07-16
lib/test_string.c: avoid masking memset16/32/64 failures
Peter Rosin
1
-3
/
+3
2019-07-16
lib/string.c: allow searching for NUL with strnchr
Peter Rosin
1
-1
/
+10
2019-07-16
lib/list: tweak LIST_POISON2 for better code generation on x86_64
Alexey Dobriyan
1
-1
/
+1
2019-07-16
get_maintainer: add ability to skip moderated mailing lists
Joe Perches
1
-4
/
+10
2019-07-16
asm-generic: fix a compilation warning
Qian Cai
1
-14
/
+60
2019-07-16
arch/*: remove unused isa_page_to_bus()
Stephen Kitt
4
-9
/
+0
2019-07-16
arch: replace _BITUL() in kernel-space headers with BIT()
Masahiro Yamada
9
-135
/
+136
2019-07-16
linux/bits.h: make BIT(), GENMASK(), and friends available in assembly
Masahiro Yamada
1
-7
/
+10
2019-07-16
kernel: fix typos and some coding style in comments
Weitao Hou
4
-12
/
+12
2019-07-16
fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...
Radoslaw Burny
1
-0
/
+4
2019-07-16
proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)
Alexey Dobriyan
3
-0
/
+135
2019-07-16
fs/proc/inode.c: use typeof_member() macro
Alexey Dobriyan
1
-10
/
+17
2019-07-16
include/linux/kernel.h: add typeof_member() macro
Alexey Dobriyan
1
-0
/
+2
2019-07-16
vmcore: add a kernel parameter novmcoredd
Kairui Song
3
-1
/
+22
2019-07-16
tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...
Alexey Dobriyan
1
-2
/
+15
2019-07-16
mm: stub out all of swapops.h for !CONFIG_MMU
Christoph Hellwig
1
-2
/
+3
2019-07-16
mm: provide a print_vma_addr stub for !CONFIG_MMU
Christoph Hellwig
1
-0
/
+6
2019-07-16
mm: fix the MAP_UNINITIALIZED flag
Christoph Hellwig
3
-11
/
+7
2019-07-16
mm/cma.c: fail if fixed declaration can't be honored
Doug Berger
1
-0
/
+13
2019-07-16
mm/z3fold.c: reinitialize zhdr structs after migration
Henry Burns
1
-0
/
+10
2019-07-16
mm/z3fold.c: remove z3fold_migration trylock
Henry Burns
1
-6
/
+0
2019-07-16
mm/vmscan.c: add checks for incorrect handling of current->reclaim_state
Andrew Morton
1
-13
/
+24
2019-07-16
mm/vmscan.c: calculate reclaimed slab caches in all reclaim paths
Yafang Shao
1
-0
/
+7
2019-07-16
mm/vmscan.c: add a new member reclaim_state in struct shrink_control
Yafang Shao
2
-16
/
+8
2019-07-16
mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones
Yafang Shao
1
-7
/
+15
2019-07-16
mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc
Henry Burns
1
-3
/
+5
2019-07-16
mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() comments
Ryohei Suzuki
1
-1
/
+1
2019-07-16
mm/slab_common.c: work around clang bug #42570
Arnd Bergmann
1
-1
/
+2
2019-07-16
lib/mpi/longlong.h: fix building with 32-bit x86
Arnd Bergmann
1
-8
/
+8
2019-07-16
mm/shmem.c: fix unused shmem_parse_huge() function warning
Arnd Bergmann
1
-1
/
+3
2019-07-16
mm/z3fold: don't try to use buddy slots after free
Vitaly Wool
1
-1
/
+4
2019-07-16
Merge tag 'backlight-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-36
/
+17
2019-07-15
Merge tag 'for-linus-20190715' of git://git.kernel.dk/linux-block
Linus Torvalds
50
-210
/
+660
2019-07-15
Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
51
-644
/
+1605
2019-07-15
Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
27
-13
/
+908
2019-07-15
Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
117
-2994
/
+4502
[next]