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
2016-01-11
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2016-01-11
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-7
/
+58
2016-01-11
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
10
-286
/
+404
2016-01-11
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-177
/
+109
2016-01-11
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-88
/
+730
2016-01-11
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-217
/
+342
2016-01-08
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-1
/
+2
2016-01-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-29
/
+6
2016-01-08
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2016-01-07
Merge tag 'trace-v4.4-rc4-4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+6
2016-01-07
ftrace/module: Call clean up function when module init fails early
Steven Rostedt (Red Hat)
1
-0
/
+6
2016-01-06
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
9
-217
/
+342
2016-01-06
perf/core: Collapse more IPI loops
Peter Zijlstra
1
-73
/
+33
2016-01-06
Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...
Ingo Molnar
1
-29
/
+6
2016-01-06
sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...
Yuyang Du
1
-10
/
+28
2016-01-06
sched/deadline: Fix the earliest_dl.next logic
Wanpeng Li
1
-52
/
+7
2016-01-06
Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...
Ingo Molnar
29
-206
/
+323
2016-01-06
sched/core: Reset task's lockless wake-queues on fork()
Sebastian Andrzej Siewior
1
-0
/
+1
2016-01-06
sched/fair: Fix multiplication overflow on 32-bit systems
Andrey Ryabinin
1
-1
/
+1
2016-01-06
perf: Fix race in swevent hash
Peter Zijlstra
1
-19
/
+1
2016-01-06
perf: Fix race in perf_event_exec()
Peter Zijlstra
1
-10
/
+5
2016-01-05
Merge tag 'trace-v4.4-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2016-01-04
tracing: Fix setting of start_index in find_next()
Qiu Peiyang
1
-0
/
+1
2015-12-20
futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op
Darren Hart
1
-1
/
+2
2015-12-20
futex: Cleanup the goto confusion in requeue_pi()
Thomas Gleixner
1
-2
/
+7
2015-12-20
futex: Remove pointless put_pi_state calls in requeue()
Thomas Gleixner
1
-4
/
+2
2015-12-20
futex: Document pi_state refcounting in requeue code
Thomas Gleixner
1
-12
/
+39
2015-12-20
futex: Rename free_pi_state() to put_pi_state()
Thomas Gleixner
1
-7
/
+10
2015-12-20
futex: Drop refcount if requeue_pi() acquired the rtmutex
Thomas Gleixner
1
-0
/
+5
2015-12-19
kexec: Fix race between panic() and crash_kexec()
Hidehiro Kawai
2
-3
/
+35
2015-12-19
panic, x86: Allow CPUs to save registers even if looping in NMI context
Hidehiro Kawai
2
-1
/
+10
2015-12-19
panic, x86: Fix re-entrance problem due to panic on NMI
Hidehiro Kawai
2
-4
/
+14
2015-12-17
locking/osq: Fix ordering of node initialisation in osq_lock
Will Deacon
1
-3
/
+5
2015-12-14
genirq: Prevent chip buslock deadlock
Thomas Gleixner
1
-3
/
+3
2015-12-14
Merge tag 'v4.4-rc5' into perf/core, to pick up fixes
Ingo Molnar
20
-180
/
+285
2015-12-13
sched/wait: Fix the signal handling fix
Peter Zijlstra
1
-10
/
+10
2015-12-12
kernel: remove stop_machine() Kconfig dependency
Chris Wilson
1
-2
/
+2
2015-12-08
Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
7
-118
/
+141
2015-12-08
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
11
-33
/
+71
2015-12-07
Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...
Paul E. McKenney
9
-144
/
+262
2015-12-07
rcu: Make rcu_gp_init() be bool rather than int
Paul E. McKenney
1
-5
/
+5
2015-12-07
rcu: Move wakeup out from under rnp->lock
Peter Zijlstra
1
-1
/
+1
2015-12-07
rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()
Paul E. McKenney
1
-6
/
+26
2015-12-07
rcu: Make cpu_needs_another_gp() be bool
Paul E. McKenney
1
-7
/
+7
2015-12-07
rcu: Eliminate unused rcu_init_one() argument
Paul E. McKenney
2
-5
/
+4
2015-12-07
rcu: Remove TINY_RCU bloat from pointless boot parameters
Paul E. McKenney
2
-3
/
+8
2015-12-07
Merge branch 'master' into for-4.4-fixes
Tejun Heo
16
-56
/
+147
2015-12-06
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
5
-15
/
+45
2015-12-06
perf/core: Collapse common IPI pattern
Peter Zijlstra
1
-104
/
+76
2015-12-06
perf: Do not send exit event twice
Jiri Olsa
1
-11
/
+31
[next]