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
2016-05-23
aio: make aio_setup_ring killable
Michal Hocko
1
-1
/
+6
2016-05-23
coredump: make coredump_wait wait for mmap_sem for write killable
Michal Hocko
1
-1
/
+3
2016-05-23
vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
Michal Hocko
9
-10
/
+21
2016-05-23
ipc, shm: make shmem attach/detach wait for mmap_sem killable
Michal Hocko
1
-2
/
+7
2016-05-23
mm, fork: make dup_mmap wait for mmap_sem for write killable
Michal Hocko
1
-1
/
+5
2016-05-23
mm, proc: make clear_refs killable
Michal Hocko
1
-2
/
+9
2016-05-23
mm: make vm_brk killable
Michal Hocko
2
-7
/
+4
2016-05-23
mm, elf: handle vm_brk error
Michal Hocko
1
-2
/
+5
2016-05-23
mm, aout: handle vm_brk failures
Michal Hocko
2
-10
/
+23
2016-05-23
mm: make vm_munmap killable
Michal Hocko
1
-5
/
+3
2016-05-23
mm: make vm_mmap killable
Michal Hocko
5
-14
/
+8
2016-05-23
mm: make mmap_sem for write waits killable for mm syscalls
Michal Hocko
8
-21
/
+55
2016-05-23
MAINTAINERS: add co-maintainer for scripts/gdb
Kieran Bingham
1
-0
/
+1
2016-05-23
scripts/gdb: decode bytestream on dmesg for Python3
Kieran Bingham
1
-2
/
+2
2016-05-23
scripts/gdb: fix issue with dmesg.py and python 3.X
Dom Cote
1
-3
/
+4
2016-05-23
scripts/gdb: improve types abstraction for gdb python scripts
Dom Cote
1
-2
/
+15
2016-05-23
scripts/gdb: add lx_thread_info_by_pid helper
Kieran Bingham
1
-0
/
+19
2016-05-23
scripts/gdb: add documentation example for radix tree
Kieran Bingham
1
-0
/
+21
2016-05-23
scripts/gdb: add a Radix Tree Parser
Kieran Bingham
3
-0
/
+105
2016-05-23
scripts/gdb: cast CPU numbers to integer
Jan Kiszka
1
-1
/
+1
2016-05-23
scripts/gdb: add cpu iterators
Kieran Bingham
1
-0
/
+38
2016-05-23
scripts/gdb: add mount point list command
Kieran Bingham
2
-0
/
+119
2016-05-23
scripts/gdb: add io resource readers
Kieran Bingham
1
-0
/
+57
2016-05-23
scripts/gdb: provide a dentry_name VFS path helper
Kieran Bingham
1
-0
/
+8
2016-05-23
scripts/gdb: support !CONFIG_MODULES gracefully
Kieran Bingham
1
-1
/
+4
2016-05-23
scripts/gdb: provide exception catching parser
Kieran Bingham
1
-0
/
+7
2016-05-23
scripts/gdb: convert modules usage to lists functions
Kieran Bingham
1
-11
/
+6
2016-05-23
scripts/gdb: provide kernel list item generators
Kieran Bingham
1
-0
/
+21
2016-05-23
scripts/gdb: provide linux constants
Kieran Bingham
4
-1
/
+54
2016-05-23
scripts/gdb: Adjust module reference counter reported by lx-lsmod
Jan Kiszka
1
-1
/
+1
2016-05-23
arch/defconfig: remove CONFIG_RESOURCE_COUNTERS
Konstantin Khlebnikov
18
-18
/
+0
2016-05-23
drivers/memstick/core/mspro_block: use kmemdup
Muhammad Falak R Wani
1
-2
/
+1
2016-05-23
rtsx_usb_ms: use schedule_timeout_idle() in polling loop
Oleksandr Natalenko
1
-1
/
+1
2016-05-23
kdump: fix gdb macros work work with newer and 64-bit kernels
Corey Minyard
1
-52
/
+44
2016-05-23
s390/kexec: consolidate crash_map/unmap_reserved_pages() and arch_kexec_prote...
Xunlei Pang
4
-33
/
+20
2016-05-23
kexec: do a cleanup for function kexec_load
Minfei Huang
1
-56
/
+69
2016-05-23
kexec: make a pair of map/unmap reserved pages in error path
Minfei Huang
1
-3
/
+6
2016-05-23
kexec: provide arch_kexec_protect(unprotect)_crashkres()
Xunlei Pang
1
-0
/
+45
2016-05-23
kexec: introduce a protection mechanism for the crashkernel reserved memory
Xunlei Pang
4
-2
/
+23
2016-05-23
exec: remove the no longer needed remove_arg_zero()->free_arg_page()
Oleg Nesterov
1
-7
/
+0
2016-05-23
kernek/fork.c: allocate idle task for a CPU always on its local node
Andi Kleen
1
-6
/
+9
2016-05-23
signal: move the "sig < SIGRTMIN" check into siginmask(sig)
Oleg Nesterov
1
-9
/
+7
2016-05-23
kernel/signal.c: convert printk(KERN_<LEVEL> ...) to pr_<level>(...)
Wang Xiaoqiang
1
-5
/
+5
2016-05-23
signal: make oom_flags a bool
Tetsuo Handa
3
-8
/
+8
2016-05-23
wait: allow sys_waitid() to accept __WNOTHREAD/__WCLONE/__WALL
Oleg Nesterov
1
-1
/
+2
2016-05-23
wait/ptrace: assume __WALL if the child is traced
Oleg Nesterov
1
-9
/
+20
2016-05-23
nilfs2: fix block comments
Ryusuke Konishi
11
-107
/
+202
2016-05-23
nilfs2: remove loops of single statement macros
Ryusuke Konishi
1
-5
/
+4
2016-05-23
nilfs2: remove unnecessary else after return or break
Ryusuke Konishi
3
-23
/
+21
2016-05-23
nilfs2: avoid bare use of 'unsigned'
Ryusuke Konishi
27
-90
/
+97
[next]