index
:
~anholt/linux
exec-locking
flush-dw
flush-dw-notify
flush-dw-sync-sync-sync
gen7-reset-sol
no-more-domains
no-more-domains-2
Unnamed repository; edit this file 'description' to name the repository.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-23
rcu: Make offline-CPU checking allow for indefinite delays
Paul E. McKenney
1
-32
/
+21
2012-09-23
rcu: Improve boost selection when moving tasks to root rcu_node
Paul E. McKenney
1
-2
/
+7
2012-09-23
rcu: Permit RCU_NONIDLE() to be used from interrupt context
Paul E. McKenney
1
-0
/
+2
2012-09-23
rcu: Properly initialize ->boost_tasks on CPU offline
Paul E. McKenney
1
-3
/
+4
2012-09-23
rcu: Pull TINY_RCU dyntick-idle tracing into non-idle region
Paul E. McKenney
1
-15
/
+16
2012-09-23
rcu: Add PROVE_RCU_DELAY to provoke difficult races
Paul E. McKenney
1
-0
/
+4
2012-09-23
rcu: Prevent initialization race in rcutorture kthreads
Paul E. McKenney
1
-4
/
+6
2012-09-23
rcu: Switch rcutorture to pr_alert() and friends
Paul E. McKenney
1
-50
/
+50
2012-09-23
rcu: Track CPU-hotplug duration statistics
Paul E. McKenney
1
-5
/
+37
2012-09-23
rcu: Update rcutorture defaults
Paul E. McKenney
1
-3
/
+4
2012-09-23
rcu: Shrink RCU based on number of CPUs
Paul E. McKenney
1
-1
/
+2
2012-09-23
rcu: Handle unbalanced rcu_node configurations with few CPUs
Paul E. McKenney
1
-1
/
+1
2012-09-23
rcu: Simplify quiescent-state detection
Paul E. McKenney
4
-27
/
+16
2012-09-23
rcu: Reduce synchronize_rcu_expedited() latency
Paul E. McKenney
1
-8
/
+22
2012-09-23
rcu: Eliminate signed overflow in synchronize_rcu_expedited()
Paul E. McKenney
1
-4
/
+4
2012-09-23
rcu: Adjust for unconditional ->completed assignment
Paul E. McKenney
1
-1
/
+3
2012-09-23
rcu: Add random PROVE_RCU_DELAY to grace-period initialization
Paul E. McKenney
1
-0
/
+5
2012-09-23
rcu: Fix day-zero grace-period initialization/cleanup race
Paul E. McKenney
1
-23
/
+17
2012-09-23
rcu: Make rcutree module parameters visible in sysfs
Paul E. McKenney
1
-4
/
+4
2012-09-23
rcu: Control grace-period duration from sysfs
Paul E. McKenney
1
-3
/
+22
2012-09-23
rcu: Prevent force_quiescent_state() memory contention
Paul E. McKenney
2
-10
/
+38
2012-09-23
rcu: Adjust debugfs tracing for kthread-based quiescent-state forcing
Paul E. McKenney
2
-3
/
+1
2012-09-23
rcu: Allow RCU quiescent-state forcing to be preempted
Paul E. McKenney
1
-0
/
+1
2012-09-23
rcu: Move quiescent-state forcing into kthread
Paul E. McKenney
3
-138
/
+82
2012-09-23
rcu: Segregate rcu_state fields to improve cache locality
Dimitri Sivanich
1
-1
/
+2
2012-09-23
rcu: Provide OOM handler to motivate lazy RCU callbacks
Paul E. McKenney
2
-1
/
+87
2012-09-23
rcu: Prevent offline CPUs from executing RCU core code
Paul E. McKenney
1
-0
/
+2
2012-09-23
rcu: Break up rcu_gp_kthread() into subfunctions
Paul E. McKenney
1
-115
/
+135
2012-09-23
rcu: Allow RCU grace-period cleanup to be preempted
Paul E. McKenney
1
-6
/
+5
2012-09-23
rcu: Move RCU grace-period cleanup into kthread
Paul E. McKenney
1
-50
/
+62
2012-09-23
rcu: Allow RCU grace-period initialization to be preempted
Paul E. McKenney
1
-15
/
+11
2012-09-23
rcu: Prevent initialization-time quiescent-state race
Paul E. McKenney
1
-14
/
+0
2012-09-23
rcu: Move RCU grace-period initialization into a kthread
Paul E. McKenney
2
-64
/
+129
2012-09-23
rcu: Fix day-one dyntick-idle stall-warning bug
Paul E. McKenney
1
-1
/
+3
2012-09-21
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+12
2012-09-20
workqueue: remove spurious WARN_ON_ONCE(in_irq()) from try_to_grab_pending()
Tejun Heo
1
-2
/
+0
2012-09-19
Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-17
/
+8
2012-09-19
workqueue: use cwq_set_max_active() helper for workqueue_set_max_active()
Lai Jiangshan
1
-1
/
+1
2012-09-19
workqueue: introduce cwq_set_max_active() helper for thaw_workqueues()
Lai Jiangshan
1
-5
/
+21
2012-09-19
workqueue: reimplement work_on_cpu() using system_wq
Tejun Heo
1
-17
/
+8
2012-09-19
Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Ingo Molnar
1
-20
/
+79
2012-09-18
workqueue: remove @delayed from cwq_dec_nr_in_flight()
Lai Jiangshan
1
-13
/
+8
2012-09-18
workqueue: fix possible stall on try_to_grab_pending() of a delayed work item
Lai Jiangshan
1
-3
/
+22
2012-09-18
workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()
Lai Jiangshan
1
-1
/
+1
2012-09-18
workqueue: use __cpuinit instead of __devinit for cpu callbacks
Lai Jiangshan
1
-2
/
+2
2012-09-18
workqueue: rename manager_mutex to assoc_mutex
Lai Jiangshan
1
-19
/
+19
2012-09-18
workqueue: WORKER_REBIND is no longer necessary for idle rebinding
Lai Jiangshan
1
-26
/
+15
2012-09-18
workqueue: WORKER_REBIND is no longer necessary for busy rebinding
Lai Jiangshan
1
-16
/
+2
2012-09-18
workqueue: reimplement idle worker rebinding
Lai Jiangshan
1
-99
/
+42
2012-09-18
userns: Add kprojid_t and associated infrastructure in projid.h
Eric W. Biederman
2
-1
/
+135
[prev]
[next]