index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-15
rcutorture: Add RCU-tasks qualifier to dereference
Paul E. McKenney
1
-2
/
+14
2015-07-15
rcutorture: Fix rcu_torture_cbflood() for callback-free RCU
Paul E. McKenney
1
-3
/
+2
2015-07-15
rcutorture: Bounds-check rcutorture.shuffle_interval
Paul E. McKenney
1
-1
/
+1
2015-07-15
rcutorture: Check nfakewriters parameter
Paul E. McKenney
1
-6
/
+9
2015-07-15
rcutorture: Better bounds checking for n_barrier_cbs
Paul E. McKenney
1
-1
/
+1
2015-07-15
rcu: Simplify arithmetic to calculate number of RCU nodes
Alexander Gordeev
2
-15
/
+6
2015-07-15
rcu: Limit count of static data to the number of RCU levels
Alexander Gordeev
2
-17
/
+16
2015-07-15
rcu: Remove unnecessary fields from rcu_state structure
Alexander Gordeev
2
-14
/
+15
2015-07-15
rcu: Limit rcu_capacity[] size to RCU_NUM_LVLS items
Alexander Gordeev
2
-8
/
+6
2015-07-15
rcu: Limit rcu_state::levelcnt[] to RCU_NUM_LVLS items
Alexander Gordeev
1
-1
/
+1
2015-07-15
rcu: Simplify rcu_init_geometry() capacity arithmetics
Alexander Gordeev
1
-10
/
+8
2015-07-15
rcu: Cleanup rcu_init_geometry() code and arithmetics
Alexander Gordeev
1
-14
/
+10
2015-07-15
rcu: Remove superfluous local variable in rcu_init_geometry()
Alexander Gordeev
1
-7
/
+7
2015-07-15
rcu: Panic if RCU tree can not accommodate all CPUs
Alexander Gordeev
1
-12
/
+17
2015-07-15
rcu: Provide more diagnostics for stalled GP kthread
Paul E. McKenney
2
-3
/
+13
2015-07-15
rcu: Change return type to bool
Nicholas Mc Guire
1
-2
/
+3
2015-07-15
rcu: Deinline rcu_read_lock_sched_held() if DEBUG_LOCK_ALLOC
Denys Vlasenko
1
-0
/
+49
2015-07-06
rcu: Drop RCU_USER_QS in favor of NO_HZ_FULL
Paul E. McKenney
1
-4
/
+4
2015-06-26
Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
2
-2
/
+2
2015-06-22
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-9
/
+9
2015-06-19
timer: Reduce timer migration overhead if disabled
Thomas Gleixner
1
-2
/
+0
2015-05-27
Merge branches 'array.2015.05.27a', 'doc.2015.05.27a', 'fixes.2015.05.27a', '...
Paul E. McKenney
5
-190
/
+290
2015-05-27
rcutorture: Test SRCU cleanup code path
Paul E. McKenney
1
-19
/
+58
2015-05-27
rcutorture: Replace barriers with smp_store_release() and smp_load_acquire()
Paul E. McKenney
1
-11
/
+13
2015-05-27
rcutorture: Allow negative values of nreaders to oversubscribe
Paul E. McKenney
1
-1
/
+1
2015-05-27
rcu: Correctly handle non-empty Tiny RCU callback list with none ready
Paul E. McKenney
1
-0
/
+5
2015-05-27
rcu: Further shrink Tiny RCU by making empty functions static inlines
Paul E. McKenney
1
-33
/
+0
2015-05-27
rcu: Conditionally compile RCU's eqs warnings
Paul E. McKenney
1
-8
/
+15
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_KTHREAD_PRIO
Paul E. McKenney
1
-0
/
+4
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT_LEAF
Paul E. McKenney
3
-8
/
+18
2015-05-27
rcu: Make RCU able to tolerate undefined CONFIG_RCU_FANOUT
Paul E. McKenney
3
-8
/
+20
2015-05-27
rcu: Enable diagnostic dump of rcu_node combining tree
Paul E. McKenney
1
-0
/
+27
2015-05-27
rcu: Convert CONFIG_RCU_FANOUT_EXACT to boot parameter
Paul E. McKenney
2
-3
/
+6
2015-05-27
rcu: Provide diagnostic option to slow down grace-period scans
Paul E. McKenney
1
-4
/
+25
2015-05-27
rcu: Shut up spurious gcc uninitialized-variable warning
Paul E. McKenney
1
-3
/
+3
2015-05-27
rcu: Modulate grace-period slow init to normalize delay
Paul E. McKenney
1
-2
/
+13
2015-05-27
rcu: Correctly initialize ->rcu_qs_ctr_snap at online time
Paul E. McKenney
1
-1
/
+1
2015-05-27
rcu: Remove redundant offline check
Paul E. McKenney
1
-2
/
+0
2015-05-27
rcu: Remove dead code from force_qs_rnp()
Paul E. McKenney
1
-4
/
+0
2015-05-27
rcu: Adjust ->lock acquisition for tasks no longer migrating
Paul E. McKenney
1
-3
/
+6
2015-05-27
rcu: Eliminate HOTPLUG_CPU #ifdef in favor of IS_ENABLED()
Paul E. McKenney
1
-25
/
+14
2015-05-27
rcu: Change function declaration to bool
Nicholas Mc Guire
1
-1
/
+1
2015-05-27
rcu: Make rcu_*_data variables static
Nicolas Iooss
2
-4
/
+1
2015-05-27
rcu: Make synchronize_sched_expedited() call wait_rcu_gp()
Paul E. McKenney
1
-1
/
+1
2015-05-27
rcu: Add more debug info on "kthread starved" RCU CPU stall warnings
Paul E. McKenney
1
-2
/
+3
2015-05-27
rcu: Fix missing task information during rcu-preempt stall
Patrick Daly
1
-2
/
+2
2015-05-27
rcu: tree_plugin: Use bool function return values of true/false not 1/0
Joe Perches
1
-2
/
+2
2015-05-27
rcu: Force wakeup of rcu_gp_kthread at grace-period end
Paul E. McKenney
1
-0
/
+1
2015-05-27
rcu: Eliminate a few CONFIG_RCU_NOCB_CPU_ALL #ifdefs
Paul E. McKenney
1
-10
/
+12
2015-05-27
rcu: Create an immutable rcu_data_p pointer to default rcu_data structure
Paul E. McKenney
2
-7
/
+10
[prev]
[next]