summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | perf: Do not check PERF_EVENT_STATE_EXIT on syscall read pathJiri Olsa2014-09-161-2/+1
| * | | | | | | | perf/core: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-091-1/+1
| * | | | | | | | perf/callchain: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-09-091-1/+1
| * | | | | | | | Merge tag 'v3.17-rc4' into perf/core, to pick up fixesIngo Molnar2014-09-0914-128/+281
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2014-08-2467-1717/+4265
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | perf: Add PERF_EVENT_STATE_EXIT state for events with exited taskJiri Olsa2014-08-241-1/+9
| * | | | | | | | perf: Fix perf_poll to return proper POLLHUP valueJiri Olsa2014-08-241-1/+1
| * | | | | | | | perf: Do poll_wait() before checking condition in perf_poll()Sebastian Andrzej Siewior2014-08-131-3/+1
| * | | | | | | | perf: Add queued work to remove orphaned child eventsJiri Olsa2014-08-131-1/+86
| * | | | | | | | perf: Set owner pointer for kernel eventsJiri Olsa2014-08-131-6/+26
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-10-137-228/+250
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | locking/lockdep: Revert qrwlock recusive stuffPeter Zijlstra2014-10-031-6/+0
| * | | | | | | | | locking/rwsem: Avoid double checking before try acquiring write lockJason Low2014-10-031-9/+11
| * | | | | | | | | locking/rwsem: Move EXPORT_SYMBOL() lines to follow function definitionDavidlohr Bueso2014-09-161-4/+3
| * | | | | | | | | locking/semaphore: Resolve some shadow warningsMark Rustad2014-09-041-6/+6
| * | | | | | | | | locking/lockdep: Restrict the use of recursive read_lock() with qrwlockWaiman Long2014-08-131-0/+6
| * | | | | | | | | locking/Documentation: Move locking related docs into Documentation/locking/Davidlohr Bueso2014-08-132-2/+2
| * | | | | | | | | locking/mutexes: Use MUTEX_SPIN_ON_OWNER when appropriateDavidlohr Bueso2014-08-131-1/+1
| * | | | | | | | | locking/mutexes: Refactor optimistic spinning codeDavidlohr Bueso2014-08-131-182/+214
| * | | | | | | | | locking/mcs: Remove obsolete commentDavidlohr Bueso2014-08-131-3/+0
| * | | | | | | | | locking/mutexes: Document quick lock release when unlockingDavidlohr Bueso2014-08-131-2/+9
| * | | | | | | | | locking/mutexes: Standardize arguments in lock/unlock slowpathsDavidlohr Bueso2014-08-131-3/+4
| * | | | | | | | | locking: Remove deprecated smp_mb__() barriersPeter Zijlstra2014-08-131-16/+0
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-10-1313-379/+1397
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-10-092-19/+127
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | workqueue: Use cond_resched_rcu_qs macroJoe Lawrence2014-10-061-2/+1
| | * | | | | | | | | workqueue: Add quiescent state between work itemsJoe Lawrence2014-10-061-1/+3
| | * | | | | | | | | locktorture: Cleanup header usageDavidlohr Bueso2014-09-301-13/+1
| | * | | | | | | | | locktorture: Cannot hold read and write lockDavidlohr Bueso2014-09-301-0/+10
| | * | | | | | | | | locktorture: Fix __acquire annotation for spinlock irqDavidlohr Bueso2014-09-301-1/+1
| | * | | | | | | | | locktorture: Support rwlocksDavidlohr Bueso2014-09-301-3/+112
| * | | | | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-09-2312-362/+1272
| |\| | | | | | | | |
| | * | | | | | | | | rcu: Eliminate deadlock between CPU hotplug and expedited grace periodsPaul E. McKenney2014-09-183-14/+32
| | * | | | | | | | | rcutorture: Rename rcutorture_runnable parameterPaul E. McKenney2014-09-162-13/+4
| | * | | | | | | | | locktorture: Introduce torture contextDavidlohr Bueso2014-09-161-79/+82
| | * | | | | | | | | locktorture: Support rwsemsDavidlohr Bueso2014-09-161-1/+67
| | * | | | | | | | | locktorture: Add infrastructure for torturing read locksDavidlohr Bueso2014-09-161-20/+156
| | * | | | | | | | | torture: Address race in module cleanupDavidlohr Bueso2014-09-163-5/+17
| | * | | | | | | | | locktorture: Make statistics genericDavidlohr Bueso2014-09-161-16/+16
| | * | | | | | | | | locktorture: Teach about lock debuggingDavidlohr Bueso2014-09-161-2/+13
| | * | | | | | | | | locktorture: Support mutexesDavidlohr Bueso2014-09-161-2/+39
| | * | | | | | | | | locktorture: Rename locktorture_runnable parameterDavidlohr Bueso2014-09-161-4/+4
| | * | | | | | | | | Merge branch 'rcu-tasks.2014.09.10a' into HEADPaul E. McKenney2014-09-168-62/+451
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | rcu: Per-CPU operation cleanups to rcu_*_qs() functionsPaul E. McKenney2014-09-074-34/+39
| | | * | | | | | | | | rcu: Remove local_irq_disable() in rcu_preempt_note_context_switch()Paul E. McKenney2014-09-072-18/+16
| | | * | | | | | | | | rcu: Additional information on RCU-tasks stall-warning messagesPaul E. McKenney2014-09-071-0/+9
| | | * | | | | | | | | rcu: Make rcu_tasks_kthread()'s GP-wait loop allow preemptionPaul E. McKenney2014-09-071-5/+6
| | | * | | | | | | | | rcu: Make TASKS_RCU handle nohz_full= CPUsPaul E. McKenney2014-09-074-1/+23
| | | * | | | | | | | | rcu: Defer rcu_tasks_kthread() creation till first call_rcu_tasks()Paul E. McKenney2014-09-071-7/+26
| | | * | | | | | | | | rcu: Improve RCU-tasks energy efficiencyPaul E. McKenney2014-09-071-2/+12