Age | Commit message (Expand) | Author |
2020-10-12 | Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2020-09-25 | Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2020-09-24 | treewide: Make all debug_obj_descriptors const | Stephen Boyd |
2020-09-21 | rcu/tree: Export rcu_idle_{enter,exit} to modules | Borislav Petkov |
2020-09-16 | rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread() | Paul E. McKenney |
2020-08-07 | rcu: kasan: record and print call_rcu() call stack | Walter Wu |
2020-08-06 | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2020-07-31 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-07-05 | Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2020-06-29 | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney |
2020-06-29 | rcutorture: Check for unwatched readers | Paul E. McKenney |
2020-06-29 | rcu/rcutorture: Replace 0 with false | Jules Irenge |
2020-06-29 | rcutorture: NULL rcu_torture_current earlier in cleanup code | Paul E. McKenney |
2020-06-29 | rcutorture: Add races with task-exit processing | Paul E. McKenney |
2020-06-29 | srcu: Avoid local_irq_save() before acquiring spinlock_t | Sebastian Andrzej Siewior |
2020-06-29 | srcu: Fix a typo in comment "amoritized"->"amortized" | Ethon Paul |
2020-06-29 | refperf: Rename refperf.c to refscale.c and change internal names | Paul E. McKenney |
2020-06-29 | refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST | Paul E. McKenney |
2020-06-29 | rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment | Paul E. McKenney |
2020-06-29 | refperf: Add test for RCU Tasks readers | Paul E. McKenney |
2020-06-29 | refperf: Add test for RCU Tasks Trace readers. | Paul E. McKenney |
2020-06-29 | refperf: Change readdelay module parameter to nanoseconds | Paul E. McKenney |
2020-06-29 | refperf: Work around 64-bit division | Arnd Bergmann |
2020-06-29 | refperf: Adjust refperf.loop default value | Paul E. McKenney |
2020-06-29 | refperf: Add read-side delay module parameter | Paul E. McKenney |
2020-06-29 | refperf: Simplify initialization-time wakeup protocol | Paul E. McKenney |
2020-06-29 | refperf: Label experiment-number column "Runs" | Paul E. McKenney |
2020-06-29 | refperf: Add warmup and cooldown processing phases | Paul E. McKenney |
2020-06-29 | refperf: More closely synchronize reader start times | Paul E. McKenney |
2020-06-29 | refperf: Convert reader_task structure's "start" field to int | Paul E. McKenney |
2020-06-29 | refperf: Tune reader measurement interval | Paul E. McKenney |
2020-06-29 | refperf: Make functions static | Paul E. McKenney |
2020-06-29 | refperf: Dynamically allocate thread-summary output buffer | Paul E. McKenney |
2020-06-29 | refperf: Dynamically allocate experiment-summary output buffer | Paul E. McKenney |
2020-06-29 | refperf: Provide module parameter to specify number of experiments | Paul E. McKenney |
2020-06-29 | refperf: Convert nreaders to a module parameter | Paul E. McKenney |
2020-06-29 | refperf: Allow decimal nanoseconds | Paul E. McKenney |
2020-06-29 | refperf: Hoist function-pointer calls out of the loop | Paul E. McKenney |
2020-06-29 | refperf: Add holdoff parameter to allow CPUs to come online | Paul E. McKenney |
2020-06-29 | rcuperf: Add comments explaining the high reader overhead | Paul E. McKenney |
2020-06-29 | refperf: Add a test to measure performance of read-side synchronization | Joel Fernandes (Google) |
2020-06-29 | rcuperf: Remove useless while loops around wait_event | Joel Fernandes (Google) |
2020-06-29 | rcu-tasks: Fix code-style issues | Paul E. McKenney |
2020-06-29 | rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads() | Paul E. McKenney |
2020-06-29 | rcu-tasks: Add #include of rcupdate_trace.h to update.c | Paul E. McKenney |
2020-06-29 | rcu-tasks: Make rcu_tasks_postscan() be static | Paul E. McKenney |
2020-06-29 | rcu-tasks: Convert sleeps to idle priority | Paul E. McKenney |
2020-06-29 | rcu: Support reclaim for head-less object | Uladzislau Rezki (Sony) |
2020-06-29 | rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_* | Uladzislau Rezki (Sony) |
2020-06-29 | rcu/tiny: support vmalloc in tiny-RCU | Uladzislau Rezki (Sony) |