index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
openrisc
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-04-05
mac802154: Rename kfree_rcu() to kvfree_rcu_mightsleep()
Joel Fernandes (Google)
1
-2
/
+2
2023-04-05
rcuscale: Rename kfree_rcu() to kfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
1
-1
/
+1
2023-04-05
ext4/super: Rename kfree_rcu() to kfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
1
-1
/
+1
2023-04-05
net/mlx5: Rename kfree_rcu() to kfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2
-3
/
+3
2023-04-05
net/sysctl: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
1
-2
/
+2
2023-04-05
lib/test_vmalloc.c: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
1
-1
/
+1
2023-04-05
tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2
-2
/
+2
2023-04-05
misc: vmw_vmci: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2
-2
/
+2
2023-04-05
drbd: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
3
-6
/
+6
2023-04-05
rcu: Protect rcu_print_task_exp_stall() ->exp_tasks access
Zqiang
1
-2
/
+4
2023-04-05
rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed
Zheng Yejian
1
-0
/
+1
2023-04-05
rcu-tasks: Report stalls during synchronize_srcu() in rcu_tasks_postscan()
Neeraj Upadhyay
1
-0
/
+31
2023-04-05
rcu: Permit start_poll_synchronize_rcu_expedited() to be invoked early
Zqiang
2
-5
/
+5
2023-04-05
rcu: Remove never-set needwake assignment from rcu_report_qs_rdp()
Zqiang
1
-4
/
+6
2023-04-05
rcu: Register rcu-lazy shrinker only for CONFIG_RCU_LAZY=y kernels
Zqiang
1
-0
/
+4
2023-04-05
rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
Zqiang
2
-1
/
+7
2023-04-05
rcu: Fix set/clear TICK_DEP_BIT_RCU_EXP bitmask race
Zqiang
1
-2
/
+3
2023-04-05
rcu/trace: use strscpy() to instead of strncpy()
Xu Panda
1
-3
/
+1
2023-04-05
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
3
-4
/
+12
2023-04-05
MAINTAINERS: Add Zqiang as a RCU reviewer
Joel Fernandes (Google)
1
-0
/
+1
2023-04-05
MAINTAINERS: Add Boqun to RCU entry
Boqun Feng
1
-0
/
+1
2023-04-05
MAINTAINERS: Change Joel Fernandes from R: to M:
Joel Fernandes (Google)
1
-1
/
+1
2023-04-05
arch/x86: Remove "select SRCU"
Paul E. McKenney
1
-2
/
+0
2023-04-05
kvm: Remove "select SRCU"
Paul E. McKenney
6
-6
/
+0
2023-04-05
mm: Remove "select SRCU"
Paul E. McKenney
1
-1
/
+0
2023-04-05
rcu: Remove CONFIG_SRCU
Paul E. McKenney
2
-7
/
+0
2023-04-05
rcu: Add comment to rcu_do_batch() identifying rcuoc code path
Paul E. McKenney
1
-0
/
+2
2023-04-05
doc: Update whatisRCU.rst
Uladzislau Rezki (Sony)
1
-3
/
+3
2023-04-05
Documentation: RCU: Correct spelling
Randy Dunlap
6
-14
/
+14
2023-04-05
srcu: Clarify comments on memory barrier "E"
Joel Fernandes (Google)
1
-7
/
+27
2023-04-05
Documentation/RCU: s/not/note/ in checklist.rst
Qiuxu Zhuo
1
-1
/
+1
2023-04-05
srcu: Add comments for srcu_size_state
Pingfan Liu
1
-10
/
+23
2023-04-05
rcu: Further comment and explain the state space of GP sequences
Frederic Weisbecker
1
-0
/
+37
2023-04-04
srcu: Fix long lines in srcu_funnel_gp_start()
Paul E. McKenney
1
-13
/
+14
2023-04-04
srcu: Fix long lines in srcu_gp_end()
Paul E. McKenney
1
-20
/
+21
2023-04-04
srcu: Fix long lines in cleanup_srcu_struct()
Paul E. McKenney
1
-10
/
+11
2023-04-04
srcu: Fix long lines in srcu_get_delay()
Paul E. McKenney
1
-5
/
+6
2023-04-04
srcu: Check for readers at module-exit time
Paul E. McKenney
1
-1
/
+2
2023-04-04
srcu: Move work-scheduling fields from srcu_struct to srcu_usage
Paul E. McKenney
2
-23
/
+27
2023-04-04
srcu: Move srcu_barrier() fields from srcu_struct to srcu_usage
Paul E. McKenney
2
-26
/
+26
2023-04-04
srcu: Move ->sda_is_static from srcu_struct to srcu_usage
Paul E. McKenney
2
-5
/
+5
2023-04-04
srcu: Move heuristics fields from srcu_struct to srcu_usage
Paul E. McKenney
2
-12
/
+12
2023-04-04
srcu: Move grace-period fields from srcu_struct to srcu_usage
Paul E. McKenney
2
-76
/
+77
2023-04-04
srcu: Move ->srcu_gp_mutex from srcu_struct to srcu_usage
Paul E. McKenney
2
-8
/
+8
2023-04-04
srcu: Move ->lock from srcu_struct to srcu_usage
Paul E. McKenney
2
-32
/
+35
2023-04-04
srcu: Move ->lock initialization after srcu_usage allocation
Paul E. McKenney
1
-2
/
+2
2023-04-04
srcu: Move ->srcu_cb_mutex from srcu_struct to srcu_usage
Paul E. McKenney
2
-4
/
+4
2023-04-04
srcu: Move ->srcu_size_state from srcu_struct to srcu_usage
Paul E. McKenney
2
-19
/
+20
2023-04-04
srcu: Move ->level from srcu_struct to srcu_usage
Paul E. McKenney
2
-9
/
+9
2023-04-04
srcu: Begin offloading srcu_struct fields to srcu_update
Paul E. McKenney
5
-24
/
+48
[next]