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
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-13
gcov: enable GCOV_PROFILE_ALL from ARCH Kconfigs
Riku Voipio
1
-1
/
+4
2014-12-13
kexec: remove unnecessary KERN_ERR from kexec.c
Masanari Iida
1
-1
/
+1
2014-12-13
syscalls: implement execveat() system call
David Drysdale
1
-0
/
+3
2014-12-13
stacktrace: introduce snprint_stack_trace for buffer output
Joonsoo Kim
1
-0
/
+32
2014-12-13
uprobes: share the i_mmap_rwsem
Davidlohr Bueso
1
-2
/
+2
2014-12-13
mm: convert i_mmap_mutex to rwsem
Davidlohr Bueso
1
-1
/
+1
2014-12-13
mm: use new helper functions around the i_mmap_mutex
Davidlohr Bueso
2
-4
/
+4
2014-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-2
/
+2
2014-12-11
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-159
/
+178
2014-12-11
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-6
/
+24
2014-12-11
Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
2
-3
/
+3
2014-12-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
2
-7
/
+13
2014-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
7
-97
/
+750
2014-12-10
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
5
-41
/
+35
2014-12-10
Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-131
/
+172
2014-12-10
Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
25
-1177
/
+1132
2014-12-10
Merge branch 'akpm' (patchbomb from Andrew)
Linus Torvalds
12
-424
/
+205
2014-12-10
exit: pidns: fix/update the comments in zap_pid_ns_processes()
Oleg Nesterov
1
-4
/
+24
2014-12-10
exit: pidns: alloc_pid() leaks pid_namespace if child_reaper is exiting
Oleg Nesterov
1
-0
/
+2
2014-12-10
exit: exit_notify: re-use "dead" list to autoreap current
Oleg Nesterov
1
-4
/
+2
2014-12-10
exit: reparent: call forget_original_parent() under tasklist_lock
Oleg Nesterov
1
-24
/
+23
2014-12-10
exit: reparent: avoid find_new_reaper() if no children
Oleg Nesterov
1
-0
/
+3
2014-12-10
exit: reparent: introduce find_alive_thread()
Oleg Nesterov
1
-13
/
+19
2014-12-10
exit: reparent: introduce find_child_reaper()
Oleg Nesterov
1
-21
/
+35
2014-12-10
exit: reparent: document the ->has_child_subreaper checks
Oleg Nesterov
1
-8
/
+6
2014-12-10
exit: reparent: s/while_each_thread/for_each_thread/ in find_new_reaper()
Oleg Nesterov
1
-5
/
+3
2014-12-10
exit: reparent: fix the cross-namespace PR_SET_CHILD_SUBREAPER reparenting
Oleg Nesterov
1
-2
/
+4
2014-12-10
exit: reparent: fix the dead-parent PR_SET_CHILD_SUBREAPER reparenting
Oleg Nesterov
1
-1
/
+1
2014-12-10
exit: release_task: fix the comment about group leader accounting
Oleg Nesterov
1
-7
/
+4
2014-12-10
exit: wait: drop tasklist_lock before psig->c* accounting
Oleg Nesterov
1
-7
/
+5
2014-12-10
exit: wait: don't use zombie->real_parent
Oleg Nesterov
1
-12
/
+11
2014-12-10
exit: wait: cleanup the ptrace_reparented() checks
Oleg Nesterov
1
-8
/
+6
2014-12-10
usermodehelper: kill the kmod_thread_locker logic
Oleg Nesterov
1
-30
/
+3
2014-12-10
usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()
Oleg Nesterov
1
-9
/
+3
2014-12-10
printk: drop logbuf_cpu volatile qualifier
Alex Elder
1
-1
/
+1
2014-12-10
printk: add and use LOGLEVEL_<level> defines for KERN_<LEVEL> equivalents
Joe Perches
1
-15
/
+13
2014-12-10
printk: remove used-once early_vprintk
Joe Perches
1
-11
/
+8
2014-12-10
kernel: add panic_on_warn
Prarit Bhargava
3
-0
/
+23
2014-12-10
exit: ptrace: shift "reap dead" code from exit_ptrace() to forget_original_pa...
Oleg Nesterov
2
-26
/
+7
2014-12-10
exit: reparent: cleanup the usage of reparent_leader()
Oleg Nesterov
1
-13
/
+9
2014-12-10
exit: reparent: cleanup the changing of ->parent
Oleg Nesterov
1
-8
/
+5
2014-12-10
exit: reparent: use ->ptrace_entry rather than ->sibling for EXIT_DEAD tasks
Oleg Nesterov
1
-3
/
+3
2014-12-10
sched_show_task: fix unsafe usage of ->real_parent
Oleg Nesterov
1
-1
/
+3
2014-12-10
kernel: res_counter: remove the unused API
Johannes Weiner
2
-212
/
+0
2014-12-10
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
5
-6
/
+11
2014-12-10
Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2014-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+6
2014-12-10
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-5
/
+63
2014-12-10
Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-0
/
+16
2014-12-10
Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-21
/
+1024
[next]