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-06-14
locking/barriers: Introduce smp_acquire__after_ctrl_dep()
Peter Zijlstra
1
-1
/
+1
2016-06-14
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
4
-12
/
+12
2016-06-14
Merge branch 'linus' into locking/core, to pick up fixes before merging new c...
Ingo Molnar
9
-28
/
+48
2016-06-10
Merge branch 'stacking-fixes' (vfs stacking fixes from Jann)
Linus Torvalds
1
-1
/
+2
2016-06-10
sched: panic on corrupted stack end
Jann Horn
1
-1
/
+2
2016-06-10
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-16
/
+28
2016-06-10
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-4
/
+2
2016-06-10
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-6
/
+77
2016-06-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-2
/
+2
2016-06-10
Merge tag 'pm-4.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
1
-1
/
+1
2016-06-09
Merge branches 'pm-cpufreq-fixes' and 'pm-cpuidle'
Rafael J. Wysocki
1
-1
/
+1
2016-06-09
kernel/relay.c: fix potential memory leak
Zhouyi Zhou
1
-0
/
+1
2016-06-08
futex: Calculate the futex key based on a tail page for file-based futexes
Mel Gorman
1
-3
/
+11
2016-06-08
locking/mutex: Optimize mutex_trylock() fast-path
Peter Zijlstra
1
-1
/
+0
2016-06-08
locking/rwsem: Streamline the rwsem_optimistic_spin() code
Waiman Long
1
-18
/
+20
2016-06-08
locking/rwsem: Improve reader wakeup code
Waiman Long
1
-3
/
+8
2016-06-08
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
1
-3
/
+10
2016-06-08
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
3
-21
/
+69
2016-06-08
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
1
-15
/
+17
2016-06-08
locking/qspinlock: Add comments
Peter Zijlstra
1
-0
/
+57
2016-06-08
locking/qspinlock: Clarify xchg_tail() ordering
Peter Zijlstra
1
-2
/
+13
2016-06-08
Merge branch 'locking/urgent' into locking/core, to pick up dependency
Ingo Molnar
1
-0
/
+60
2016-06-08
sched/debug: Fix 'schedstats=enable' cmdline option
Josh Poimboeuf
1
-5
/
+21
2016-06-08
sched/debug: Fix /proc/sched_debug regression
Josh Poimboeuf
2
-11
/
+7
2016-06-08
perf/core: Remove a redundant check
Alexander Shishkin
1
-4
/
+2
2016-06-08
locking/qspinlock: Fix spin_unlock_wait() some more
Peter Zijlstra
1
-0
/
+60
2016-06-08
locking/rtmutex: Only warn once on a trylock from bad context
Sebastian Andrzej Siewior
1
-1
/
+1
2016-06-08
locking/lockdep: Use __jhash_mix() for iterate_chain_key()
Peter Zijlstra
1
-4
/
+9
2016-06-07
bpf, trace: use READ_ONCE for retrieving file ptr
Daniel Borkmann
1
-2
/
+2
2016-06-03
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2016-06-03
Merge tag 'irqchip-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Thomas Gleixner
66
-1058
/
+6095
2016-06-03
locking/mutex: Set and clear owner using WRITE_ONCE()
Jason Low
2
-4
/
+10
2016-06-03
locking/rwsem: Optimize write lock by reducing operations in slowpath
Jason Low
1
-7
/
+18
2016-06-03
locking/rwsem: Rework zeroing reader waiter->task
Davidlohr Bueso
1
-10
/
+7
2016-06-03
locking/rwsem: Enable lockless waiter wakeup(s)
Davidlohr Bueso
1
-16
/
+42
2016-06-03
locking/ww_mutex: Report recursive ww_mutex locking early
Chris Wilson
1
-3
/
+6
2016-06-02
cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLE
Catalin Marinas
1
-1
/
+1
2016-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-1
/
+1
2016-05-31
timer: Export destroy_hrtimer_on_stack()
Guenter Roeck
1
-0
/
+1
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+16
2016-05-27
remove lots of IS_ERR_VALUE abuses
Arnd Bergmann
1
-1
/
+1
2016-05-26
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
1
-0
/
+1
2016-05-26
mm: oom_reaper: remove some bloat
Michal Hocko
1
-0
/
+2
2016-05-26
add down_write_killable_nested()
Al Viro
1
-0
/
+16
2016-05-25
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-7
/
+11
2016-05-25
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-14
/
+36
2016-05-25
Merge tag 'pm-4.7-rc1-more' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+3
2016-05-25
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'pm-core'
Rafael J. Wysocki
1
-1
/
+3
2016-05-25
sched/core: Fix remote wakeups
Peter Zijlstra
1
-7
/
+11
2016-05-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
[next]