index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
2019-07-17
8
-108
/
+57
*
signal: reorder struct sighand_struct
Alexey Dobriyan
2019-07-17
1
-2
/
+2
*
selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFO
Dmitry V. Levin
2019-07-17
3
-1
/
+273
*
ptrace: add PTRACE_GET_SYSCALL_INFO request
Elvira Khabirova
2019-07-17
4
-8
/
+150
*
powerpc: define syscall_get_error()
Dmitry V. Levin
2019-07-17
1
-0
/
+10
*
parisc: define syscall_get_error()
Dmitry V. Levin
2019-07-17
1
-0
/
+7
*
mips: define syscall_get_error()
Dmitry V. Levin
2019-07-17
1
-0
/
+6
*
hexagon: define syscall_get_error() and syscall_get_return_value()
Dmitry V. Levin
2019-07-17
1
-0
/
+14
*
nds32: fix asm/syscall.h
Dmitry V. Levin
2019-07-17
1
-10
/
+17
*
fs/reiserfs/journal.c: change return type of dirty_one_transaction
Hariprasad Kelam
2019-07-17
1
-4
/
+2
*
fs/ufs/super.c: remove set but not used variable 'usb3'
YueHaibing
2019-07-17
1
-2
/
+0
*
fs/hfsplus/xattr.c: replace strncpy with memcpy
Mathieu Malaterre
2019-07-17
1
-1
/
+1
*
coda: add hinting support for partial file caching
Pedro Cuadra
2019-07-17
6
-27
/
+139
*
coda: ftoc validity check integration
Fabian Frederick
2019-07-17
4
-18
/
+18
*
coda: remove sb test in coda_fid_to_inode()
Fabian Frederick
2019-07-17
1
-5
/
+0
*
coda: remove sysctl object from module when unused
Fabian Frederick
2019-07-17
4
-16
/
+12
*
coda: add __init to init_coda_psdev()
Fabian Frederick
2019-07-17
1
-1
/
+1
*
coda: use SIZE() for stat
Fabian Frederick
2019-07-17
1
-1
/
+1
*
coda: destroy mutex in put_super()
Fabian Frederick
2019-07-17
1
-0
/
+1
*
coda: remove uapi/linux/coda_psdev.h
Jan Harkes
2019-07-17
2
-11
/
+4
*
coda: move internal defs out of include/linux/ [ver #2]
David Howells
2019-07-17
11
-39
/
+35
*
coda: bump module version
Jan Harkes
2019-07-17
1
-1
/
+1
*
coda: get rid of CODA_FREE()
Dan Carpenter
2019-07-17
3
-24
/
+22
*
coda: get rid of CODA_ALLOC()
Dan Carpenter
2019-07-17
3
-13
/
+7
*
coda: change Coda's user api to use 64-bit time_t in timespec
Jan Harkes
2019-07-17
3
-45
/
+19
*
coda: stop using 'struct timespec' in user API
Arnd Bergmann
2019-07-17
3
-19
/
+62
*
coda: clean up indentation, replace spaces with tab
Colin Ian King
2019-07-17
1
-1
/
+1
*
uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headers
Jan Harkes
2019-07-17
2
-5
/
+5
*
coda: don't try to print names that were considered too long
Jan Harkes
2019-07-17
1
-2
/
+2
*
coda: fix build using bare-metal toolchain
Sam Protsenko
2019-07-17
1
-2
/
+1
*
coda: potential buffer overflow in coda_psdev_write()
Jan Harkes
2019-07-17
3
-4
/
+41
*
coda: add error handling for fget
Zhouyang Jia
2019-07-17
1
-1
/
+4
*
uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side hea...
Mikko Rapeli
2019-07-17
2
-13
/
+11
*
uapi linux/coda.h: use __kernel_pid_t for userspace
Mikko Rapeli
2019-07-17
1
-2
/
+2
*
coda: pass the host file in vma->vm_file on mmap
Jan Harkes
2019-07-17
1
-2
/
+68
*
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
2019-07-17
11
-156
/
+32
*
init/Kconfig: fix neighboring typos
Kees Cook
2019-07-17
1
-2
/
+2
*
fs/binfmt_elf.c: delete stale comment
Alexey Dobriyan
2019-07-17
1
-1
/
+0
*
fs/binfmt_flat.c: remove set but not used variable 'inode'
YueHaibing
2019-07-17
1
-2
/
+0
*
checkpatch.pl: warn on duplicate sysctl local variable
Matteo Croce
2019-07-17
1
-0
/
+6
*
lib/rbtree: avoid generating code twice for the cached versions
Michel Lespinasse
2019-07-17
3
-78
/
+59
*
lib/test_meminit.c: minor test fixes
Alexander Potapenko
2019-07-17
1
-6
/
+6
*
lib/test_meminit.c: fix -Wmaybe-uninitialized false positive
Arnd Bergmann
2019-07-17
1
-24
/
+26
*
lib/string_helpers: fix some kerneldoc warnings
Jonathan Corbet
2019-07-17
1
-37
/
+40
*
mm/ioremap: probe platform for p4d huge map support
Anshuman Khandual
2019-07-17
5
-0
/
+18
*
mm/ioremap: check virtual address alignment while creating huge mappings
Anshuman Khandual
2019-07-17
1
-0
/
+9
*
lib: introduce test_meminit module
Alexander Potapenko
2019-07-17
3
-0
/
+371
*
lib/test_overflow.c: avoid tainting the kernel and fix wrap size
Kees Cook
2019-07-17
1
-5
/
+6
*
lib/test_string.c: add some testcases for strchr and strnchr
Peter Rosin
2019-07-17
1
-0
/
+77
*
lib/test_string.c: avoid masking memset16/32/64 failures
Peter Rosin
2019-07-17
1
-3
/
+3
[next]