index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
coda: add __init to init_coda_psdev()
Fabian Frederick
2019-07-16
1
-1
/
+1
*
coda: use SIZE() for stat
Fabian Frederick
2019-07-16
1
-1
/
+1
*
coda: destroy mutex in put_super()
Fabian Frederick
2019-07-16
1
-0
/
+1
*
coda: remove uapi/linux/coda_psdev.h
Jan Harkes
2019-07-16
2
-11
/
+4
*
coda: move internal defs out of include/linux/ [ver #2]
David Howells
2019-07-16
11
-39
/
+35
*
coda: bump module version
Jan Harkes
2019-07-16
1
-1
/
+1
*
coda: get rid of CODA_FREE()
Dan Carpenter
2019-07-16
3
-24
/
+22
*
coda: get rid of CODA_ALLOC()
Dan Carpenter
2019-07-16
3
-13
/
+7
*
coda: change Coda's user api to use 64-bit time_t in timespec
Jan Harkes
2019-07-16
3
-45
/
+19
*
coda: stop using 'struct timespec' in user API
Arnd Bergmann
2019-07-16
3
-19
/
+62
*
coda: clean up indentation, replace spaces with tab
Colin Ian King
2019-07-16
1
-1
/
+1
*
uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headers
Jan Harkes
2019-07-16
2
-5
/
+5
*
coda: don't try to print names that were considered too long
Jan Harkes
2019-07-16
1
-2
/
+2
*
coda: fix build using bare-metal toolchain
Sam Protsenko
2019-07-16
1
-2
/
+1
*
coda: potential buffer overflow in coda_psdev_write()
Jan Harkes
2019-07-16
3
-4
/
+41
*
coda: add error handling for fget
Zhouyang Jia
2019-07-16
1
-1
/
+4
*
uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...
Mikko Rapeli
2019-07-16
2
-13
/
+11
*
uapi linux/coda.h: use __kernel_pid_t for userspace
Mikko Rapeli
2019-07-16
1
-2
/
+2
*
coda: pass the host file in vma->vm_file on mmap
Jan Harkes
2019-07-16
1
-2
/
+68
*
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
2019-07-16
11
-156
/
+32
*
init/Kconfig: fix neighboring typos
Kees Cook
2019-07-16
1
-2
/
+2
*
fs/binfmt_elf.c: delete stale comment
Alexey Dobriyan
2019-07-16
1
-1
/
+0
*
fs/binfmt_flat.c: remove set but not used variable 'inode'
YueHaibing
2019-07-16
1
-2
/
+0
*
checkpatch.pl: warn on duplicate sysctl local variable
Matteo Croce
2019-07-16
1
-0
/
+6
*
lib/rbtree: avoid generating code twice for the cached versions
Michel Lespinasse
2019-07-16
3
-78
/
+59
*
lib/test_meminit.c: minor test fixes
Alexander Potapenko
2019-07-16
1
-6
/
+6
*
lib/test_meminit.c: fix -Wmaybe-uninitialized false positive
Arnd Bergmann
2019-07-16
1
-24
/
+26
*
lib/string_helpers: fix some kerneldoc warnings
Jonathan Corbet
2019-07-16
1
-37
/
+40
*
mm/ioremap: probe platform for p4d huge map support
Anshuman Khandual
2019-07-16
5
-0
/
+18
*
mm/ioremap: check virtual address alignment while creating huge mappings
Anshuman Khandual
2019-07-16
1
-0
/
+9
*
lib: introduce test_meminit module
Alexander Potapenko
2019-07-16
3
-0
/
+371
*
lib/test_overflow.c: avoid tainting the kernel and fix wrap size
Kees Cook
2019-07-16
1
-5
/
+6
*
lib/test_string.c: add some testcases for strchr and strnchr
Peter Rosin
2019-07-16
1
-0
/
+77
*
lib/test_string.c: avoid masking memset16/32/64 failures
Peter Rosin
2019-07-16
1
-3
/
+3
*
lib/string.c: allow searching for NUL with strnchr
Peter Rosin
2019-07-16
1
-1
/
+10
*
lib/list: tweak LIST_POISON2 for better code generation on x86_64
Alexey Dobriyan
2019-07-16
1
-1
/
+1
*
get_maintainer: add ability to skip moderated mailing lists
Joe Perches
2019-07-16
1
-4
/
+10
*
asm-generic: fix a compilation warning
Qian Cai
2019-07-16
1
-14
/
+60
*
arch/*: remove unused isa_page_to_bus()
Stephen Kitt
2019-07-16
4
-9
/
+0
*
arch: replace _BITUL() in kernel-space headers with BIT()
Masahiro Yamada
2019-07-16
9
-135
/
+136
*
linux/bits.h: make BIT(), GENMASK(), and friends available in assembly
Masahiro Yamada
2019-07-16
1
-7
/
+10
*
kernel: fix typos and some coding style in comments
Weitao Hou
2019-07-16
4
-12
/
+12
*
fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys ino...
Radoslaw Burny
2019-07-16
1
-0
/
+4
*
proc: test /proc/sysvipc vs setns(CLONE_NEWIPC)
Alexey Dobriyan
2019-07-16
3
-0
/
+135
*
fs/proc/inode.c: use typeof_member() macro
Alexey Dobriyan
2019-07-16
1
-10
/
+17
*
include/linux/kernel.h: add typeof_member() macro
Alexey Dobriyan
2019-07-16
1
-0
/
+2
*
vmcore: add a kernel parameter novmcoredd
Kairui Song
2019-07-16
3
-1
/
+22
*
tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff60000...
Alexey Dobriyan
2019-07-16
1
-2
/
+15
*
mm: stub out all of swapops.h for !CONFIG_MMU
Christoph Hellwig
2019-07-16
1
-2
/
+3
*
mm: provide a print_vma_addr stub for !CONFIG_MMU
Christoph Hellwig
2019-07-16
1
-0
/
+6
[next]