index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2023-01-07
sched/membarrier: Introduce MEMBARRIER_CMD_GET_REGISTRATIONS
Michal Clapinski
-1
/
+38
2023-01-07
cpufreq, sched/util: Optimize operations with single CPU capacity lookup
Lukasz Luba
-20
/
+23
2023-01-07
sched/core: Reorganize ttwu_do_wakeup() and ttwu_do_activate()
Chengming Zhou
-33
/
+31
2023-01-07
sched/core: Micro-optimize ttwu_runnable()
Chengming Zhou
-3
/
+10
2023-01-06
workqueue: Make show_pwq() use run-length encoding
Paul E. McKenney
-5
/
+39
2023-01-06
bpf: Skip task with pid=1 in send_signal_common()
Hao Sun
-0
/
+3
2023-01-06
bpf: Skip invalid kfunc call in backtrack_insn
Hao Sun
-0
/
+6
2023-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-128
/
+253
2023-01-05
Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-18
/
+48
2023-01-05
clocksource: Improve "skew is too large" messages
Paul E. McKenney
-0
/
+8
2023-01-05
rcu: Align the output of RCU CPU stall warning messages
Zhen Lei
-2
/
+2
2023-01-05
rcu: Add RCU stall diagnosis information
Zhen Lei
-0
/
+84
2023-01-05
sched: Add helper nr_context_switches_cpu()
Zhen Lei
-0
/
+5
2023-01-05
torture: Fix hang during kthread shutdown phase
Joel Fernandes (Google)
-1
/
+1
2023-01-05
rcutorture: Drop sparse lock-acquisition annotations
Paul E. McKenney
-6
/
+6
2023-01-05
locktorture: Make the rt_boost factor a tunable
Joel Fernandes (Google)
-5
/
+7
2023-01-05
locktorture: Allow non-rtmutex lock types to be boosted
Joel Fernandes (Google)
-43
/
+56
2023-01-05
refscale: Add tests using SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
-0
/
+234
2023-01-05
sched/topology: Add __init for sched_init_domains()
Bing Huang
-1
/
+1
2023-01-05
locking/qspinlock: Micro-optimize pending state waiting for unlock
Guo Ren
-2
/
+2
2023-01-04
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-143
/
+163
2023-01-04
workqueue: Add a new flag to spot the potential UAF error
Richard Clark
-3
/
+12
2023-01-04
cgroup/cpuset: no need to explicitly init a global static variable
Daniel Vacek
-2
/
+0
2023-01-03
clocksource: Improve read-back-delay message
Paul E. McKenney
-2
/
+2
2023-01-03
clocksource: Loosen clocksource watchdog constraints
Paul E. McKenney
-7
/
+14
2023-01-03
clocksource: Print clocksource name when clocksource is tested unstable
Yunying Sun
-2
/
+2
2023-01-03
refscale: Provide for initialization failure
Paul E. McKenney
-5
/
+11
2023-01-03
torture: Seed torture_random_state on CPU
Paul E. McKenney
-1
/
+1
2023-01-03
rcu-tasks: Handle queue-shrink/callback-enqueue race condition
Zqiang
-5
/
+8
2023-01-03
rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
Zqiang
-5
/
+3
2023-01-03
rcu-tasks: Fix synchronize_rcu_tasks() VS zap_pid_ns_processes()
Frederic Weisbecker
-2
/
+30
2023-01-03
rcu-tasks: Remove preemption disablement around srcu_read_[un]lock() calls
Frederic Weisbecker
-4
/
+0
2023-01-03
rcu-tasks: Improve comments explaining tasks_rcu_exit_srcu purpose
Frederic Weisbecker
-8
/
+29
2023-01-03
rcu-tasks: Use accurate runstart time for RCU Tasks boot-time testing
Zqiang
-5
/
+3
2023-01-03
srcu: Update comment after the index flip
Paul E. McKenney
-4
/
+5
2023-01-03
srcu: Yet more detail for srcu_readers_active_idx_check() comments
Paul E. McKenney
-16
/
+51
2023-01-03
srcu: Remove needless rcu_seq_done() check while holding read lock
Pingfan Liu
-4
/
+7
2023-01-03
rcu: Add test code for semaphore-like SRCU readers
Paul E. McKenney
-0
/
+3
2023-01-03
srcu: Fix the comparision in srcu_invl_snp_seq()
Pingfan Liu
-1
/
+1
2023-01-03
srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
Pingfan Liu
-4
/
+5
2023-01-03
srcu: Release early_srcu resources when no longer in use
Zqiang
-0
/
+1
2023-01-03
rcu/kvfree: Split ready for reclaim objects from a batch
Uladzislau Rezki (Sony)
-33
/
+54
2023-01-03
rcu/kvfree: Carefully reset number of objects in krcp
Uladzislau Rezki (Sony)
-10
/
+30
2023-01-03
rcu/kvfree: Use READ_ONCE() when access to krcp->head
Uladzislau Rezki (Sony)
-2
/
+2
2023-01-03
rcu/kvfree: Use a polled API to speedup a reclaim process
Uladzislau Rezki (Sony)
-8
/
+39
2023-01-03
rcu/kvfree: Move need_offload_krc() out of krcp->lock
Uladzislau Rezki (Sony)
-7
/
+4
2023-01-03
rcu/kvfree: Move bulk/list reclaim to separate functions
Uladzislau Rezki (Sony)
-49
/
+65
2023-01-03
rcu/kvfree: Switch to a generic linked list API
Uladzislau Rezki (Sony)
-46
/
+43
2023-01-03
rcu: Refactor kvfree_call_rcu() and high-level helpers
Uladzislau Rezki (Sony)
-23
/
+15
2023-01-03
rcu: Allow expedited RCU CPU stall warnings to dump task stacks
Paul E. McKenney
-0
/
+44
[prev]
[next]