index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
locking/spinlock: Update spin_unlock_wait() users
Peter Zijlstra
2016-06-14
3
-4
/
+6
|
*
|
|
locking/spinlock, arch: Update and fix spin_unlock_wait() implementations
Peter Zijlstra
2016-06-14
20
-32
/
+145
|
*
|
|
locking/barriers, tile: Provide TILE specific smp_acquire__after_ctrl_dep()
Peter Zijlstra
2016-06-14
1
-0
/
+7
|
*
|
|
locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.h
Peter Zijlstra
2016-06-14
2
-37
/
+39
|
*
|
|
locking/barriers: Introduce smp_acquire__after_ctrl_dep()
Peter Zijlstra
2016-06-14
3
-18
/
+15
|
*
|
|
locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Peter Zijlstra
2016-06-14
5
-18
/
+31
|
*
|
|
Merge branch 'linus' into locking/core, to pick up fixes before merging new c...
Ingo Molnar
2016-06-14
474
-2942
/
+4043
|
|
\
\
\
|
*
|
|
|
MAINTAINERS: Update locking tree description and file patterns
Ingo Molnar
2016-06-09
1
-4
/
+12
|
*
|
|
|
locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock()
Pan Xinhui
2016-06-08
1
-3
/
+2
|
*
|
|
|
locking/mutex: Optimize mutex_trylock() fast-path
Peter Zijlstra
2016-06-08
7
-9
/
+12
|
*
|
|
|
locking/rwsem: Streamline the rwsem_optimistic_spin() code
Waiman Long
2016-06-08
1
-18
/
+20
|
*
|
|
|
locking/rwsem: Improve reader wakeup code
Waiman Long
2016-06-08
1
-3
/
+8
|
*
|
|
|
locking/rwsem: Protect all writes to owner by WRITE_ONCE()
Waiman Long
2016-06-08
1
-3
/
+10
|
*
|
|
|
locking/rwsem: Add reader-owned state to the owner field
Waiman Long
2016-06-08
3
-21
/
+69
|
*
|
|
|
locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update()
Jason Low
2016-06-08
5
-120
/
+0
|
*
|
|
|
locking/rwsem: Convert sem->count to 'atomic_long_t'
Jason Low
2016-06-08
5
-46
/
+50
|
*
|
|
|
locking/qspinlock: Add comments
Peter Zijlstra
2016-06-08
1
-0
/
+57
|
*
|
|
|
locking/qspinlock: Clarify xchg_tail() ordering
Peter Zijlstra
2016-06-08
1
-2
/
+13
|
*
|
|
|
Merge branch 'locking/urgent' into locking/core, to pick up dependency
Ingo Molnar
2016-06-08
2
-36
/
+77
|
|
\
\
\
\
|
*
|
|
|
|
locking/barriers: Validate lockless_dereference() is used on a pointer type
Peter Zijlstra
2016-06-08
1
-0
/
+4
|
*
|
|
|
|
locking/rtmutex: Only warn once on a trylock from bad context
Sebastian Andrzej Siewior
2016-06-08
1
-1
/
+1
|
*
|
|
|
|
locking/lockdep: Use __jhash_mix() for iterate_chain_key()
Peter Zijlstra
2016-06-08
1
-4
/
+9
|
*
|
|
|
|
percpu, locking: Revert ("percpu: Replace smp_read_barrier_depends() with loc...
Tejun Heo
2016-06-03
1
-7
/
+5
|
*
|
|
|
|
locking/mutex: Set and clear owner using WRITE_ONCE()
Jason Low
2016-06-03
2
-4
/
+10
|
*
|
|
|
|
locking/rwsem: Optimize write lock by reducing operations in slowpath
Jason Low
2016-06-03
1
-7
/
+18
|
*
|
|
|
|
locking/rwsem: Rework zeroing reader waiter->task
Davidlohr Bueso
2016-06-03
1
-10
/
+7
|
*
|
|
|
|
locking/rwsem: Enable lockless waiter wakeup(s)
Davidlohr Bueso
2016-06-03
1
-16
/
+42
*
|
|
|
|
|
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-07-25
10
-190
/
+125
|
\
\
\
\
\
\
|
*
|
|
|
|
|
efi: Reorganize the GUID table to make it easier to read
Ingo Molnar
2016-07-08
1
-109
/
+36
|
*
|
|
|
|
|
x86/efi: Remove the unused efi_get_time() function
Arnd Bergmann
2016-06-27
2
-16
/
+0
|
*
|
|
|
|
|
x86/efi: Update efi_thunk() to use the the arch_efi_call_virt*() macros
Alex Thorlton
2016-06-27
1
-13
/
+8
|
*
|
|
|
|
|
x86/uv: Update uv_bios_call() to use efi_call_virt_pointer()
Alex Thorlton
2016-06-27
1
-2
/
+1
|
*
|
|
|
|
|
efi: Convert efi_call_virt() to efi_call_virt_pointer()
Alex Thorlton
2016-06-27
5
-52
/
+69
|
*
|
|
|
|
|
x86/efi: Remove unused variable 'efi'
Colin Ian King
2016-06-27
1
-2
/
+0
|
*
|
|
|
|
|
efi: Document #define FOO_PROTOCOL_GUID layout
Peter Jones
2016-06-27
1
-1
/
+16
|
*
|
|
|
|
|
efibc: Report more information in the error messages
Compostella, Jeremy
2016-06-27
1
-2
/
+2
*
|
|
|
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-07-25
23
-793
/
+978
|
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2016-06-30
23
-793
/
+978
|
|
\
\
\
\
\
\
\
|
|
|
/
/
/
/
/
/
|
|
/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\
\
\
\
\
|
|
*
-
.
\
\
\
\
\
Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14...
Paul E. McKenney
2016-06-15
20
-792
/
+939
|
|
|
\
\
\
\
\
\
\
|
|
|
|
*
|
|
|
|
|
rcutorture: Fix error return code in rcu_perf_init()
Wei Yongjun
2016-06-14
1
-1
/
+3
|
|
|
|
*
|
|
|
|
|
torture: Inflict default jitter
Paul E. McKenney
2016-06-14
1
-1
/
+1
|
|
|
|
*
|
|
|
|
|
rcuperf: Don't treat gp_exp mis-setting as a WARN
Boqun Feng
2016-06-14
1
-3
/
+11
|
|
|
|
*
|
|
|
|
|
rcutorture: Drop "-soundhw pcspkr" from x86 boot arguments
Paul E. McKenney
2016-06-14
1
-1
/
+0
|
|
|
|
*
|
|
|
|
|
rcutorture: Don't specify the cpu type of QEMU on PPC
Boqun Feng
2016-06-14
1
-1
/
+1
|
|
|
|
*
|
|
|
|
|
rcutorture: Make -soundhw a x86 specific option
Boqun Feng
2016-06-14
2
-4
/
+5
|
|
|
|
*
|
|
|
|
|
rcutorture: Use vmlinux as the fallback kernel image
Boqun Feng
2016-06-14
2
-8
/
+7
|
|
|
|
*
|
|
|
|
|
rcutorture/doc: Create initrd using dracut
Boqun Feng
2016-06-14
1
-0
/
+22
|
|
|
|
*
|
|
|
|
|
torture: Stop onoff task if there is only one cpu
Boqun Feng
2016-06-14
1
-0
/
+8
|
|
|
|
*
|
|
|
|
|
torture: Add starvation events to error summary
Paul E. McKenney
2016-06-14
1
-1
/
+6
|
|
|
|
*
|
|
|
|
|
torture: Break online and offline functions out of torture_onoff()
Paul E. McKenney
2016-06-14
2
-64
/
+108
[prev]
[next]