summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* rcu: Exit RCU extended QS on user preemptionFrederic Weisbecker2012-09-261-0/+15
* rcu: Exit RCU extended QS on kernel preemption after irq/exceptionFrederic Weisbecker2012-09-261-0/+1
* rcu: Switch task's syscall hooks on context switchFrederic Weisbecker2012-09-262-0/+16
* rcu: Ignore userspace extended quiescent state by defaultFrederic Weisbecker2012-09-262-1/+5
* rcu: Allow rcu_user_enter()/exit() to nestFrederic Weisbecker2012-09-262-8/+36
* rcu: Settle config for userspace extended quiescent stateFrederic Weisbecker2012-09-261-1/+4
* rcu: Make RCU_FAST_NO_HZ handle adaptive ticksPaul E. McKenney2012-09-261-0/+20
* rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIsFrederic Weisbecker2012-09-261-0/+43
* rcu: New rcu_user_enter() and rcu_user_exit() APIsFrederic Weisbecker2012-09-261-34/+101
* Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney2012-09-2510-141/+198
|\
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-09-211-7/+12
| |\
| | * time: Fix timeekeping_get_ns overflow on 32bit systemsJohn Stultz2012-09-131-7/+12
| * | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-191-17/+8Star
| |\ \
| | * | workqueue: reimplement work_on_cpu() using system_wqTejun Heo2012-09-191-17/+8Star
| * | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-181-2/+10
| |\| |
| | * | workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan2012-09-181-2/+10
| * | | pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin2012-09-181-1/+5
| * | | Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds2012-09-162-45/+22Star
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-09-155-29/+17Star
| |\ \ \
| | * | | sched: Fix kernel-doc warnings in kernel/sched/fair.cRandy Dunlap2012-09-041-2/+0Star
| | * | | sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-044-6/+6
| | * | | sched: Add missing call to calc_load_exit_idle()Charles Wang2012-09-041-0/+1
| | * | | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-041-21/+10Star
| * | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-09-152-31/+44
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabledK.Prasad2012-09-042-2/+11
| | * | | perf_event: Switch to internal refcount, fix race with close()Al Viro2012-09-041-29/+33
| * | | | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-121-21/+89
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | workqueue: fix possible idle worker depletion across CPU hotplugLai Jiangshan2012-09-101-1/+36
| | * | workqueue: restore POOL_MANAGING_WORKERSLai Jiangshan2012-09-101-1/+4
| | * | workqueue: fix possible deadlock in idle worker rebindingTejun Heo2012-09-061-2/+27
| | * | workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...Tejun Heo2012-09-061-13/+13
| | * | workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomicLai Jiangshan2012-09-051-6/+11
* | | | Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25bPaul E. McKenney2012-09-2511-636/+606Star
|\ \ \ \
| * | | | rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthreadPaul E. McKenney2012-08-134-177/+41Star
| * | | | watchdog: Use hotplug thread infrastructureThomas Gleixner2012-08-131-174/+89Star
| * | | | softirq: Use hotplug thread infrastructureThomas Gleixner2012-08-131-84/+27Star
| * | | | hotplug: Fix UP bug in smpboot hotplug codePaul E. McKenney2012-08-132-2/+5
| * | | | smpboot: Provide infrastructure for percpu hotplug threadsThomas Gleixner2012-08-133-1/+242
| * | | | kthread: Implement park/unpark facilityThomas Gleixner2012-08-131-19/+166
| * | | | rcu: Yield simplerThomas Gleixner2012-08-133-184/+41Star
| | | | |
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
| \ \ \ \
*-----. \ \ \ \ Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....Paul E. McKenney2012-09-2510-241/+229Star
|\ \ \ \ \ \ \ \
| | | * | | | | | sched: Fix load avg vs cpu-hotplugPeter Zijlstra2012-09-231-21/+20Star
| | | * | | | | | rcu: Disallow callback registry on offline CPUsPaul E. McKenney2012-09-231-0/+10
| | | * | | | | | rcu: Remove _rcu_barrier() dependency on __stop_machine()Paul E. McKenney2012-09-233-77/+13Star
| | | |/ / / / /
| | * | | | | | rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning messagePaul E. McKenney2012-09-231-4/+8
| | * | | | | | rcu: Move TINY_RCU quiescent state out of extended quiescent stateLi Zhong2012-09-231-1/+1
| | * | | | | | time: RCU permitted to stop idle entry via softirqPaul E. McKenney2012-09-231-1/+2
| | * | | | | | rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()Paul E. McKenney2012-09-231-5/+5
| | * | | | | | rcu: Remove redundant memory barrier from __call_rcu()Paul E. McKenney2012-09-231-2/+0Star
| | * | | | | | rcu: Avoid spurious RCU CPU stall warningsPaul E. McKenney2012-09-231-1/+2