Age | Commit message (Expand) | Author | Files | Lines |
2018-06-13 | treewide: Use array_size() in vmalloc() | Kees Cook | 1 | -2/+3 |
2018-05-15 | Merge branches 'exp.2018.05.15a', 'fixes.2018.05.15a', 'lock.2018.05.15a' and... | Paul E. McKenney | 1 | -1/+14 |
2018-05-15 | rcutorture: Print end-of-test state | Paul E. McKenney | 1 | -0/+8 |
2018-05-15 | srcu: Add cleanup_srcu_struct_quiesced() | Paul E. McKenney | 1 | -1/+6 |
2018-02-21 | rcutorture: Record which grace-period primitives are tested | Paul E. McKenney | 1 | -8/+16 |
2018-02-21 | rcutorture: Re-enable testing of dynamic expediting | Paul E. McKenney | 1 | -6/+9 |
2018-02-21 | rcutorture: Avoid fake-writer use of undefined primitives | Paul E. McKenney | 1 | -4/+4 |
2018-02-21 | rcutorture: Abstract function and module names | Paul E. McKenney | 1 | -8/+8 |
2018-02-21 | rcutorture: Replace multi-instance kzalloc() with kcalloc() | Paul E. McKenney | 1 | -5/+4 |
2017-12-11 | torture: Eliminate torture_runnable and perf_runnable | Paul E. McKenney | 1 | -5/+1 |
2017-12-11 | rcutorture: Preempt RCU-preempt readers more vigorously | Paul E. McKenney | 1 | -1/+1 |
2017-12-11 | torture: Reduce #ifdefs for preempt_schedule() | Paul E. McKenney | 1 | -3/+1 |
2017-11-14 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -2/+2 |
2017-11-03 | rcu: Convert timers to use timer_setup() | Kees Cook | 1 | -2/+2 |
2017-10-10 | rcutorture: Dump writer stack if stalled | Paul E. McKenney | 1 | -0/+6 |
2017-10-10 | rcutorture: Add interrupt-disable capability to stall-warning tests | Paul E. McKenney | 1 | -5/+13 |
2017-08-17 | Merge branches 'doc.2017.08.17a', 'fixes.2017.08.17a', 'hotplug.2017.07.25b',... | Paul E. McKenney | 1 | -59/+24 |
2017-08-17 | rcu: Drive TASKS_RCU directly off of PREEMPT | Paul E. McKenney | 1 | -16/+1 |
2017-07-25 | rcutorture: Invoke call_rcu() from timer handler | Paul E. McKenney | 1 | -0/+13 |
2017-07-25 | rcutorture: Eliminate unused ts_rem local from rcu_trace_clock_local() | Paul E. McKenney | 1 | -1/+2 |
2017-07-25 | rcutorture: Add task's CPU for rcutorture writer stalls | Paul E. McKenney | 1 | -2/+3 |
2017-07-25 | rcutorture: Place event-traced strings into trace buffer | Paul E. McKenney | 1 | -1/+1 |
2017-07-25 | rcutorture: Enable SRCU readers from timer handler | Paul E. McKenney | 1 | -1/+3 |
2017-07-25 | rcutorture: Move SRCU status printing to SRCU implementations | Paul E. McKenney | 1 | -38/+1 |
2017-06-09 | srcu: Remove Classic SRCU | Paul E. McKenney | 1 | -17/+0 |
2017-06-09 | rcu: Move expediting-related access/control out of rcupdate.h | Paul E. McKenney | 1 | -0/+2 |
2017-06-08 | srcu: Shrink Tiny SRCU a bit more | Paul E. McKenney | 1 | -1/+1 |
2017-04-26 | srcu: Make rcutorture writer stalls print SRCU GP state | Paul E. McKenney | 1 | -3/+5 |
2017-04-21 | srcu: Parallelize callback handling | Paul E. McKenney | 1 | -1/+19 |
2017-04-18 | srcu: Introduce CLASSIC_SRCU Kconfig option | Paul E. McKenney | 1 | -1/+1 |
2017-04-18 | srcutorture: Print Tiny SRCU reader statistics | Paul E. McKenney | 1 | -4/+11 |
2017-04-18 | srcu: Create a tiny SRCU | Paul E. McKenney | 1 | -0/+2 |
2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 1 | -0/+1 |
2017-01-25 | srcu: Implement more-efficient reader counts | Lance Roy | 1 | -2/+17 |
2016-11-14 | torture: Trace long read-side delays | Paul E. McKenney | 1 | -1/+10 |
2016-09-14 | Merge branches 'doc.2016.08.22c', 'exp.2016.08.22c', 'fixes.2016.09.14a', 'ho... | Paul E. McKenney | 1 | -41/+21 |
2016-08-22 | rcutorture: Print out barrier error as document says | SeongJae Park | 1 | -1/+2 |
2016-08-22 | torture: Add task state to writer-task stall printk()s | Paul E. McKenney | 1 | -2/+5 |
2016-08-22 | rcutorture: Convert to hotplug state machine | Sebastian Andrzej Siewior | 1 | -38/+14 |
2016-06-16 | Merge branches 'doc.2016.06.15a', 'fixes.2016.06.15b' and 'torture.2016.06.14... | Paul E. McKenney | 1 | -7/+2 |
2016-06-16 | rcu: Fix a typo in a comment | Paul E. McKenney | 1 | -1/+1 |
2016-06-15 | torture: Remove CONFIG_RCU_TORTURE_TEST_RUNNABLE, simplify code | Paul E. McKenney | 1 | -6/+1 |
2016-04-21 | rcutorture: Add irqs-disabled test for call_rcu() | Paul E. McKenney | 1 | -0/+2 |
2016-03-31 | rcutorture: Consider FROZEN hotplug notifier transitions | Anna-Maria Gleixner | 1 | -1/+1 |
2016-03-31 | rcutorture: Remove redundant initialization to zero | Paul E. McKenney | 1 | -2/+2 |
2016-03-31 | rcutorture: Allow for rcupdate.rcu_normal | Paul E. McKenney | 1 | -2/+2 |
2016-03-31 | rcu: Consolidate dumping of ftrace buffer | Paul E. McKenney | 1 | -14/+3 |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -4/+2 |
2016-03-16 | tags: Fix DEFINE_PER_CPU expansions | Peter Zijlstra | 1 | -4/+2 |