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-04-12
futex: update documentation for ordering guarantees
Davidlohr Bueso
1
-9
/
+23
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-9
/
+3
2014-04-12
Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
8
-335
/
+289
2014-04-12
Merge git://git.infradead.org/users/eparis/audit
Linus Torvalds
5
-54
/
+149
2014-04-12
missing bits of "splice: fix racy pipe->buffers uses"
Al Viro
2
-3
/
+3
2014-04-10
tracing: Add missing function triggers dump and cpudump to README
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-04-09
tracing: Fix anonymous unions in struct ftrace_event_call
Mathieu Desnoyers
1
-2
/
+4
2014-04-09
futex: avoid race between requeue and wake
Linus Torvalds
1
-0
/
+5
2014-04-09
tracepoint: Fix sparse warnings in tracepoint.c
Mathieu Desnoyers
1
-2
/
+4
2014-04-08
tracepoint: Simplify tracepoint module search
Steven Rostedt (Red Hat)
1
-5
/
+4
2014-04-08
tracepoint: Use struct pointer instead of name hash for reg/unreg tracepoints
Mathieu Desnoyers
6
-331
/
+280
2014-04-07
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
21
-117
/
+155
2014-04-07
lglock: map to spinlock when !CONFIG_SMP
Josh Triplett
1
-1
/
+2
2014-04-07
modules: use raw_cpu_write for initialization of per cpu refcount.
Christoph Lameter
1
-1
/
+1
2014-04-07
kernel: use macros from compiler.h instead of __attribute__((...))
Gideon Israel Dsouza
13
-21
/
+34
2014-04-07
kernel/panic.c: display reason at end + pr_emerg
Fabian Frederick
1
-7
/
+6
2014-04-07
hung_task: check the value of "sysctl_hung_task_timeout_sec"
Liu Hua
1
-0
/
+6
2014-04-07
wait: WSTOPPED|WCONTINUED doesn't work if a zombie leader is traced by anothe...
Oleg Nesterov
1
-13
/
+9
2014-04-07
wait: WSTOPPED|WCONTINUED hangs if a zombie child is traced by real_parent
Oleg Nesterov
1
-13
/
+16
2014-04-07
wait: completely ignore the EXIT_DEAD tasks
Oleg Nesterov
1
-5
/
+6
2014-04-07
wait: use EXIT_TRACE only if thread_group_leader(zombie)
Oleg Nesterov
1
-10
/
+7
2014-04-07
wait: introduce EXIT_TRACE to avoid the racy EXIT_DEAD->EXIT_ZOMBIE transition
Oleg Nesterov
1
-29
/
+21
2014-04-07
wait: fix reparent_leader() vs EXIT_DEAD->EXIT_ZOMBIE race
Oleg Nesterov
1
-4
/
+11
2014-04-07
kernel/exit.c: call proc_exit_connector() after exit_state is set
Guillaume Morin
1
-1
/
+1
2014-04-07
exit: move check_stack_usage() to the end of do_exit()
Oleg Nesterov
1
-1
/
+1
2014-04-07
exit: call disassociate_ctty() before exit_task_namespaces()
Oleg Nesterov
1
-4
/
+2
2014-04-07
res_counter: remove interface for locked charging and uncharging
David Rientjes
1
-11
/
+12
2014-04-07
mm, mempolicy: remove per-process flag
David Rientjes
1
-1
/
+0
2014-04-07
fork: collapse copy_flags into copy_process
David Rientjes
1
-10
/
+2
2014-04-07
mm: per-thread vma caching
Davidlohr Bueso
2
-4
/
+17
2014-04-07
mm, thp: add VM_INIT_DEF_MASK and PRCTL_THP_DISABLE
Alex Thorlton
2
-3
/
+23
2014-04-07
Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+29
2014-04-07
Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-15
/
+62
2014-04-07
cgroup: newly created dirs and files should be owned by the creator
Tejun Heo
1
-1
/
+26
2014-04-07
sched: remove sleep_on() and friends
Arnd Bergmann
1
-46
/
+0
2014-04-06
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-6
/
+11
2014-04-05
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
2
-0
/
+10
2014-04-04
cgroup: fix top cgroup refcnt leak
Li Zefan
1
-2
/
+3
2014-04-03
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
14
-40
/
+35
2014-04-03
printk: fix one circular lockdep warning about console_lock
Jane Li
1
-0
/
+2
2014-04-03
printk: do not compute the size of the message twice
Petr Mladek
1
-1
/
+1
2014-04-03
printk: use also the last bytes in the ring buffer
Petr Mladek
1
-2
/
+2
2014-04-03
printk: add comment about tricky check for text buffer size
Petr Mladek
1
-0
/
+5
2014-04-03
printk: remove obsolete check for log level "c"
Petr Mladek
1
-2
/
+0
2014-04-03
kernel/resource.c: make reallocate_resource() static
Daeseok Youn
1
-1
/
+1
2014-04-03
kernel: audit/fix non-modular users of module_init in core code
Paul Gortmaker
6
-9
/
+7
2014-04-03
fs, kernel: permit disabling the uselib syscall
Josh Triplett
1
-0
/
+1
2014-04-03
kernel/groups.c: remove return value of set_groups
Wang YanQing
1
-12
/
+2
2014-04-03
sys_sysfs: Add CONFIG_SYSFS_SYSCALL
Fabian Frederick
1
-0
/
+1
2014-04-03
drop_caches: add some documentation and info message
Dave Hansen
1
-2
/
+2
[next]