index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
rcu: Apply micro-optimization and int/bool fixes to RCU's idle handling
Paul E. McKenney
2012-09-26
1
-8
/
+8
*
rcu: Userspace RCU extended QS selftest
Frederic Weisbecker
2012-09-26
1
-1
/
+1
*
rcu: Exit RCU extended QS on user preemption
Frederic Weisbecker
2012-09-26
1
-0
/
+15
*
rcu: Exit RCU extended QS on kernel preemption after irq/exception
Frederic Weisbecker
2012-09-26
1
-0
/
+1
*
rcu: Switch task's syscall hooks on context switch
Frederic Weisbecker
2012-09-26
2
-0
/
+16
*
rcu: Ignore userspace extended quiescent state by default
Frederic Weisbecker
2012-09-26
2
-1
/
+5
*
rcu: Allow rcu_user_enter()/exit() to nest
Frederic Weisbecker
2012-09-26
2
-8
/
+36
*
rcu: Settle config for userspace extended quiescent state
Frederic Weisbecker
2012-09-26
1
-1
/
+4
*
rcu: Make RCU_FAST_NO_HZ handle adaptive ticks
Paul E. McKenney
2012-09-26
1
-0
/
+20
*
rcu: New rcu_user_enter_after_irq() and rcu_user_exit_after_irq() APIs
Frederic Weisbecker
2012-09-26
1
-0
/
+43
*
rcu: New rcu_user_enter() and rcu_user_exit() APIs
Frederic Weisbecker
2012-09-26
1
-34
/
+101
*
Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25b
Paul E. McKenney
2012-09-25
10
-141
/
+198
|
\
|
*
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2012-09-21
1
-7
/
+12
|
|
\
|
|
*
time: Fix timeekeping_get_ns overflow on 32bit systems
John Stultz
2012-09-13
1
-7
/
+12
|
*
|
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-09-19
1
-17
/
+8
|
|
\
\
|
|
*
|
workqueue: reimplement work_on_cpu() using system_wq
Tejun Heo
2012-09-19
1
-17
/
+8
|
*
|
|
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-09-17
1
-2
/
+10
|
|
\
\
\
|
|
|
/
/
|
|
*
|
workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()
Lai Jiangshan
2012-09-17
1
-2
/
+10
|
*
|
|
pid-namespace: limit value of ns_last_pid to (0, max_pid)
Andrew Vagin
2012-09-17
1
-1
/
+5
|
*
|
|
Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...
Linus Torvalds
2012-09-16
2
-45
/
+22
|
*
|
|
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2012-09-14
5
-29
/
+17
|
|
\
\
\
|
|
*
|
|
sched: Fix kernel-doc warnings in kernel/sched/fair.c
Randy Dunlap
2012-09-04
1
-2
/
+0
|
|
*
|
|
sched: Unthrottle rt runqueues in __disable_runtime()
Peter Boonstoppel
2012-09-04
4
-6
/
+6
|
|
*
|
|
sched: Add missing call to calc_load_exit_idle()
Charles Wang
2012-09-04
1
-0
/
+1
|
|
*
|
|
sched: Fix load avg vs cpu-hotplug
Peter Zijlstra
2012-09-04
1
-21
/
+10
|
*
|
|
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2012-09-14
2
-31
/
+44
|
|
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled
K.Prasad
2012-09-04
2
-2
/
+11
|
|
*
|
|
perf_event: Switch to internal refcount, fix race with close()
Al Viro
2012-09-04
1
-29
/
+33
|
*
|
|
|
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-09-12
1
-21
/
+89
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
/
|
|
|
|
/
|
|
|
/
|
|
|
*
|
workqueue: fix possible idle worker depletion across CPU hotplug
Lai Jiangshan
2012-09-10
1
-1
/
+36
|
|
*
|
workqueue: restore POOL_MANAGING_WORKERS
Lai Jiangshan
2012-09-10
1
-1
/
+4
|
|
*
|
workqueue: fix possible deadlock in idle worker rebinding
Tejun Heo
2012-09-05
1
-2
/
+27
|
|
*
|
workqueue: move WORKER_REBIND clearing in rebind_workers() to the end of the ...
Tejun Heo
2012-09-05
1
-13
/
+13
|
|
*
|
workqueue: UNBOUND -> REBIND morphing in rebind_workers() should be atomic
Lai Jiangshan
2012-09-04
1
-6
/
+11
*
|
|
|
Merge remote-tracking branch 'tip/smp/hotplug' into next.2012.09.25b
Paul E. McKenney
2012-09-25
11
-636
/
+606
|
\
\
\
\
|
*
|
|
|
rcu: Use smp_hotplug_thread facility for RCUs per-CPU kthread
Paul E. McKenney
2012-08-13
4
-177
/
+41
|
*
|
|
|
watchdog: Use hotplug thread infrastructure
Thomas Gleixner
2012-08-13
1
-174
/
+89
|
*
|
|
|
softirq: Use hotplug thread infrastructure
Thomas Gleixner
2012-08-13
1
-84
/
+27
|
*
|
|
|
hotplug: Fix UP bug in smpboot hotplug code
Paul E. McKenney
2012-08-13
2
-2
/
+5
|
*
|
|
|
smpboot: Provide infrastructure for percpu hotplug threads
Thomas Gleixner
2012-08-13
3
-1
/
+242
|
*
|
|
|
kthread: Implement park/unpark facility
Thomas Gleixner
2012-08-13
1
-19
/
+166
|
*
|
|
|
rcu: Yield simpler
Thomas Gleixner
2012-08-13
3
-184
/
+41
|
|
|
|
|
|
\
\
\
\
|
\
\
\
\
|
\
\
\
\
|
\
\
\
\
|
\
\
\
\
*
-
-
-
-
-
.
\
\
\
\
Merge branches 'bigrt.2012.09.23a', 'doctorture.2012.09.23a', 'fixes.2012.09....
Paul E. McKenney
2012-09-24
10
-241
/
+229
|
\
\
\
\
\
\
\
\
|
|
|
*
|
|
|
|
|
sched: Fix load avg vs cpu-hotplug
Peter Zijlstra
2012-09-23
1
-21
/
+20
|
|
|
*
|
|
|
|
|
rcu: Disallow callback registry on offline CPUs
Paul E. McKenney
2012-09-23
1
-0
/
+10
|
|
|
*
|
|
|
|
|
rcu: Remove _rcu_barrier() dependency on __stop_machine()
Paul E. McKenney
2012-09-23
3
-77
/
+13
|
|
|
|
/
/
/
/
/
|
|
*
|
|
|
|
|
rcu: Fix CONFIG_RCU_FAST_NO_HZ stall warning message
Paul E. McKenney
2012-09-23
1
-4
/
+8
|
|
*
|
|
|
|
|
rcu: Move TINY_RCU quiescent state out of extended quiescent state
Li Zhong
2012-09-23
1
-1
/
+1
|
|
*
|
|
|
|
|
time: RCU permitted to stop idle entry via softirq
Paul E. McKenney
2012-09-23
1
-1
/
+2
|
|
*
|
|
|
|
|
rcu: Move TINY_PREEMPT_RCU away from raw_local_irq_save()
Paul E. McKenney
2012-09-23
1
-5
/
+5
[next]