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
2023-09-13
rcu: Add sysfs to provide throttled access to rcu_barrier()
Paul E. McKenney
1
-0
/
+76
2023-09-13
rcu/tree: Remove superfluous return from void call_rcu* functions
Joel Fernandes (Google)
1
-2
/
+2
2023-09-13
srcu: Fix error handling in init_srcu_struct_fields()
Joel Fernandes (Google)
1
-15
/
+17
2023-09-11
refscale: Print out additional module parameters
Paul E. McKenney
1
-2
/
+2
2023-09-11
refscale: Fix misplaced data re-read
Paul E. McKenney
1
-1
/
+1
2023-09-11
rcu-tasks: Make rcu_tasks_lazy_ms static
Jiapeng Chong
1
-1
/
+1
2023-09-11
rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loop
Paul E. McKenney
1
-1
/
+3
2023-09-11
rcu-tasks: Add printk()s to localize boot-time self-test hang
Paul E. McKenney
1
-1
/
+3
2023-09-11
rcu/tree: Defer setting of jiffies during stall reset
Joel Fernandes (Google)
3
-2
/
+34
2023-09-11
rcutorture: Add test of RCU CPU stall notifiers
Paul E. McKenney
1
-0
/
+21
2023-09-11
rcu: Add RCU CPU stall notifier
Paul E. McKenney
3
-2
/
+69
2023-09-11
rcu: Eliminate check_cpu_stall() duplicate code
Zhen Lei
1
-27
/
+15
2023-09-11
rcu: Don't redump the stalled CPU where RCU GP kthread last ran
Zhen Lei
1
-1
/
+3
2023-09-11
rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()
Zhen Lei
1
-7
/
+5
2023-09-01
Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+1
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+0
2023-08-16
Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a...
Paul E. McKenney
7
-39
/
+252
2023-08-16
rcu: Make the rcu_nocb_poll boot parameter usable via boot config
Paul E. McKenney
1
-2
/
+2
2023-08-16
rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs load
Paul E. McKenney
1
-1
/
+1
2023-08-14
rcutorture: Stop right-shifting torture_random() return values
Paul E. McKenney
1
-3
/
+3
2023-08-14
rcu-tasks: Fix boot-time RCU tasks debug-only deadlock
Paul E. McKenney
1
-0
/
+2
2023-07-31
rcu-tasks: Permit use of debug-objects with RCU Tasks flavors
Paul E. McKenney
1
-10
/
+6
2023-07-25
tty: sysrq: switch sysrq handlers from int to u8
Jiri Slaby
1
-1
/
+1
2023-07-19
rcu: Clarify rcu_is_watching() kernel-doc comment
Paul E. McKenney
1
-5
/
+9
2023-07-14
rcutorture: Dump grace-period state upon rtort_pipe_count incidents
Paul E. McKenney
1
-0
/
+1
2023-07-14
rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()
Zqiang
1
-1
/
+1
2023-07-14
rcuscale: fix building with RCU_TINY
Arnd Bergmann
2
-8
/
+19
2023-07-14
rcuscale: Add RCU Tasks Rude testing
Paul E. McKenney
3
-1
/
+40
2023-07-14
rcuscale: Measure RCU Tasks Trace grace-period kthread CPU time
Paul E. McKenney
3
-0
/
+10
2023-07-14
rcuscale: Measure grace-period kthread CPU time
Paul E. McKenney
2
-0
/
+27
2023-07-14
rcuscale: Print out full set of kfree_rcu parameters
Paul E. McKenney
1
-0
/
+4
2023-07-14
rcuscale: Print out full set of module parameters
Paul E. McKenney
1
-2
/
+2
2023-07-14
rcuscale: Add minruntime module parameter
Paul E. McKenney
1
-1
/
+4
2023-07-14
rcuscale: Fix gp_async_max typo: s/reader/writer/
Paul E. McKenney
1
-1
/
+1
2023-07-14
rcuscale: Permit blocking delays between writers
Paul E. McKenney
1
-0
/
+4
2023-07-14
refscale: Add a "jiffies" test
Paul E. McKenney
1
-1
/
+33
2023-07-14
refscale: Fix uninitalized use of wait_queue_head_t
Waiman Long
1
-2
/
+1
2023-07-14
rcu-tasks: Cancel callback laziness if too many callbacks
Paul E. McKenney
1
-2
/
+5
2023-07-14
rcu-tasks: Add kernel boot parameters for callback laziness
Paul E. McKenney
1
-0
/
+15
2023-07-14
rcu-tasks: Remove redundant #ifdef CONFIG_TASKS_RCU
Paul E. McKenney
1
-2
/
+0
2023-07-14
rcu-tasks: Treat only synchronous grace periods urgently
Paul E. McKenney
1
-8
/
+73
2023-07-12
rcu: Export rcu_request_urgent_qs_task()
Paul E. McKenney
1
-2
/
+0
2023-06-07
Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...
Paul E. McKenney
8
-151
/
+273
2023-05-11
rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscale
Qiuxu Zhuo
1
-0
/
+5
2023-05-11
rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()
Qiuxu Zhuo
1
-97
/
+97
2023-05-11
rcu/nocb: Make shrinker iterate only over NOCB CPUs
Frederic Weisbecker
1
-3
/
+14
2023-05-11
rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUs
Paul E. McKenney
3
-3
/
+22
2023-05-11
rcu: Make rcu_cpu_starting() rely on interrupts being disabled
Paul E. McKenney
1
-6
/
+5
2023-05-11
rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_work
Paul E. McKenney
1
-2
/
+2
2023-05-11
rcu: Mark additional concurrent load from ->cpu_no_qs.b.exp
Paul E. McKenney
2
-2
/
+4
[prev]
[next]