index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
|
|
|
|
|
perf: Do not check PERF_EVENT_STATE_EXIT on syscall read path
Jiri Olsa
2014-09-16
|
*
|
|
|
|
|
|
|
perf/core: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
2014-09-09
|
*
|
|
|
|
|
|
|
perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
Andreea-Cristina Bernat
2014-09-09
|
*
|
|
|
|
|
|
|
Merge tag 'v3.17-rc4' into perf/core, to pick up fixes
Ingo Molnar
2014-09-09
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
Merge branch 'linus' into perf/core, to fix conflicts
Ingo Molnar
2014-08-24
|
|
\
\
\
\
\
\
\
\
|
|
|
|
_
|
_
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
perf: Add PERF_EVENT_STATE_EXIT state for events with exited task
Jiri Olsa
2014-08-24
|
*
|
|
|
|
|
|
|
perf: Fix perf_poll to return proper POLLHUP value
Jiri Olsa
2014-08-24
|
*
|
|
|
|
|
|
|
perf: Do poll_wait() before checking condition in perf_poll()
Sebastian Andrzej Siewior
2014-08-13
|
*
|
|
|
|
|
|
|
perf: Add queued work to remove orphaned child events
Jiri Olsa
2014-08-13
|
*
|
|
|
|
|
|
|
perf: Set owner pointer for kernel events
Jiri Olsa
2014-08-13
*
|
|
|
|
|
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-10-13
|
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
locking/lockdep: Revert qrwlock recusive stuff
Peter Zijlstra
2014-10-03
|
*
|
|
|
|
|
|
|
|
locking/rwsem: Avoid double checking before try acquiring write lock
Jason Low
2014-10-03
|
*
|
|
|
|
|
|
|
|
locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definition
Davidlohr Bueso
2014-09-16
|
*
|
|
|
|
|
|
|
|
locking/semaphore: Resolve some shadow warnings
Mark Rustad
2014-09-04
|
*
|
|
|
|
|
|
|
|
locking/lockdep: Restrict the use of recursive read_lock() with qrwlock
Waiman Long
2014-08-13
|
*
|
|
|
|
|
|
|
|
locking/Documentation: Move locking related docs into Documentation/locking/
Davidlohr Bueso
2014-08-13
|
*
|
|
|
|
|
|
|
|
locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriate
Davidlohr Bueso
2014-08-13
|
*
|
|
|
|
|
|
|
|
locking/mutexes: Refactor optimistic spinning code
Davidlohr Bueso
2014-08-13
|
*
|
|
|
|
|
|
|
|
locking/mcs: Remove obsolete comment
Davidlohr Bueso
2014-08-13
|
*
|
|
|
|
|
|
|
|
locking/mutexes: Document quick lock release when unlocking
Davidlohr Bueso
2014-08-13
|
*
|
|
|
|
|
|
|
|
locking/mutexes: Standardize arguments in lock/unlock slowpaths
Davidlohr Bueso
2014-08-13
|
*
|
|
|
|
|
|
|
|
locking: Remove deprecated smp_mb__() barriers
Peter Zijlstra
2014-08-13
|
|
|
_
|
_
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2014-10-13
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
2014-10-09
|
|
\
\
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
|
|
workqueue: Use cond_resched_rcu_qs macro
Joe Lawrence
2014-10-06
|
|
*
|
|
|
|
|
|
|
|
workqueue: Add quiescent state between work items
Joe Lawrence
2014-10-06
|
|
*
|
|
|
|
|
|
|
|
locktorture: Cleanup header usage
Davidlohr Bueso
2014-09-30
|
|
*
|
|
|
|
|
|
|
|
locktorture: Cannot hold read and write lock
Davidlohr Bueso
2014-09-30
|
|
*
|
|
|
|
|
|
|
|
locktorture: Fix __acquire annotation for spinlock irq
Davidlohr Bueso
2014-09-30
|
|
*
|
|
|
|
|
|
|
|
locktorture: Support rwlocks
Davidlohr Bueso
2014-09-30
|
*
|
|
|
|
|
|
|
|
|
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
2014-09-23
|
|
\
|
|
|
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Eliminate deadlock between CPU hotplug and expedited grace periods
Paul E. McKenney
2014-09-18
|
|
*
|
|
|
|
|
|
|
|
rcutorture: Rename rcutorture_runnable parameter
Paul E. McKenney
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
locktorture: Introduce torture context
Davidlohr Bueso
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
locktorture: Support rwsems
Davidlohr Bueso
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
locktorture: Add infrastructure for torturing read locks
Davidlohr Bueso
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
torture: Address race in module cleanup
Davidlohr Bueso
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
locktorture: Make statistics generic
Davidlohr Bueso
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
locktorture: Teach about lock debugging
Davidlohr Bueso
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
locktorture: Support mutexes
Davidlohr Bueso
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
locktorture: Rename locktorture_runnable parameter
Davidlohr Bueso
2014-09-16
|
|
*
|
|
|
|
|
|
|
|
Merge branch 'rcu-tasks.2014.09.10a' into HEAD
Paul E. McKenney
2014-09-16
|
|
|
\
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Per-CPU operation cleanups to rcu_*_qs() functions
Paul E. McKenney
2014-09-07
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()
Paul E. McKenney
2014-09-07
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Additional information on RCU-tasks stall-warning messages
Paul E. McKenney
2014-09-07
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Make rcu_tasks_kthread()'s GP-wait loop allow preemption
Paul E. McKenney
2014-09-07
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Make TASKS_RCU handle nohz_full= CPUs
Paul E. McKenney
2014-09-07
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Defer rcu_tasks_kthread() creation till first call_rcu_tasks()
Paul E. McKenney
2014-09-07
|
|
|
*
|
|
|
|
|
|
|
|
rcu: Improve RCU-tasks energy efficiency
Paul E. McKenney
2014-09-07
[prev]
[next]