index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-11
srcu: Ensure snp nodes tree is fully initialized before traversal
Neeraj Upadhyay
1
-3
/
+19
2022-04-11
srcu: Use invalid initial value for srcu_node GP sequence numbers
Paul E. McKenney
1
-9
/
+27
2022-04-11
srcu: Compute snp_seq earlier in srcu_funnel_gp_start()
Paul E. McKenney
1
-5
/
+3
2022-04-11
srcu: Make rcutorture dump the SRCU size state
Paul E. McKenney
1
-2
/
+20
2022-04-11
srcu: Add size-state transitioning code
Paul E. McKenney
1
-0
/
+13
2022-04-11
srcu: Dynamically allocate srcu_node array
Paul E. McKenney
1
-15
/
+50
2022-04-11
srcu: Make Tree SRCU able to operate without snp_node array
Paul E. McKenney
1
-92
/
+111
2022-04-11
srcu: Make srcu_funnel_gp_start() cache ->mynode in snp_leaf
Paul E. McKenney
1
-6
/
+7
2022-04-11
srcu: Tighten cleanup_srcu_struct() GP checks
Paul E. McKenney
1
-2
/
+4
2022-04-11
bpf: Remove redundant assignment to meta.seq in __task_seq_show()
Yuntao Wang
2
-2
/
+1
2022-04-11
genirq/affinity: Consider that CPUs on nodes can be unbalanced
Rei Yamamoto
1
-2
/
+3
2022-04-10
clocksource: Replace cpumask_weight() with cpumask_empty()
Yury Norov
1
-1
/
+1
2022-04-10
genirq/affinity: Replace cpumask_weight() with cpumask_empty() where appropriate
Yury Norov
1
-1
/
+1
2022-04-10
genirq: Always limit the affinity to online CPUs
Marc Zyngier
1
-8
/
+17
2022-04-10
genirq/msi: Shutdown managed interrupts with unsatifiable affinities
Marc Zyngier
1
-0
/
+15
2022-04-10
Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-157
/
+55
2022-04-10
Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-542
/
+545
2022-04-10
Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-13
/
+12
2022-04-10
timers: Move timer sysctl into the timer code
tangmeng
2
-26
/
+38
2022-04-10
clockevents: Use dedicated list iterator variable
Jakob Koschel
1
-4
/
+5
2022-04-10
tick/sched: Fix non-kernel-doc comment
Jiapeng Chong
1
-2
/
+2
2022-04-10
tick/nohz: Use WARN_ON_ONCE() to prevent console saturation
Paul Gortmaker
1
-1
/
+1
2022-04-09
timers: Simplify calc_index()
Thomas Gleixner
1
-1
/
+1
2022-04-09
timers: Initialize base::next_expiry_recalc in timers_prepare_cpu()
Anna-Maria Behnsen
1
-0
/
+1
2022-04-09
timers: Fix warning condition in __run_timers()
Anna-Maria Behnsen
1
-4
/
+7
2022-04-08
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
4
-38
/
+61
2022-04-09
bpf: Fix excessive memory allocation in stack_map_alloc()
Yuntao Wang
1
-1
/
+0
2022-04-07
Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+3
2022-04-07
x86/topology: Disable CPU online/offline control for TDX guests
Kuppuswamy Sathyanarayanan
1
-0
/
+7
2022-04-07
futex: add missing rtmutex.h include
Christian König
1
-0
/
+1
2022-04-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
2
-3
/
+3
2022-04-06
ftrace: move sysctl_ftrace_enabled to ftrace.c
Wei Xiao
2
-10
/
+21
2022-04-06
kernel/do_mount_initrd: move real_root_dev sysctls to its own file
tangmeng
1
-9
/
+0
2022-04-06
kernel/delayacct: move delayacct sysctls to its own file
tangmeng
2
-13
/
+21
2022-04-06
kernel/acct: move acct sysctls to its own file
tangmeng
2
-13
/
+21
2022-04-06
kernel/panic: move panic sysctls to its own file
tangmeng
2
-12
/
+25
2022-04-06
kernel/lockdep: move lockdep sysctls to its own file
tangmeng
2
-23
/
+33
2022-04-06
mm: move page-writeback sysctls to their own file
zhanglianjie
1
-69
/
+0
2022-04-06
mm: move oom_kill sysctls to their own file
sujiaxun
1
-23
/
+0
2022-04-06
kernel/reboot: move reboot sysctls to its own file
tangmeng
2
-16
/
+32
2022-04-06
sched: Move energy_aware sysctls to topology.c
Zhen Ni
2
-13
/
+23
2022-04-06
sched: Move cfs_bandwidth_slice sysctls to fair.c
Zhen Ni
2
-30
/
+31
2022-04-06
sched: Move uclamp_util sysctls to core.c
Zhen Ni
2
-34
/
+37
2022-04-06
sched/rt: fix build error when CONFIG_SYSCTL is disable
Baisong Zhong
1
-2
/
+9
2022-04-06
sched: Move rr_timeslice sysctls to rt.c
Zhen Ni
3
-9
/
+12
2022-04-06
sched: Move deadline_period sysctls to deadline.c
Zhen Ni
2
-22
/
+34
2022-04-06
sched: Move rt_period/runtime sysctls to rt.c
Zhen Ni
5
-28
/
+48
2022-04-06
sched: Move schedstats sysctls to core.c
Zhen Ni
2
-12
/
+21
2022-04-06
sched: Move child_runs_first sysctls to fair.c
Zhen Ni
3
-7
/
+21
2022-04-06
x86/configs: Add x86 debugging Kconfig fragment plus docs
Dave Hansen
1
-0
/
+18
[prev]
[next]