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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2022-04-06
bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-0
/
+5
2022-04-06
bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_access
Kumar Kartikeya Dwivedi
1
-1
/
+11
2022-04-06
bpf: Do write access check for kfunc and global func
Kumar Kartikeya Dwivedi
1
-15
/
+29
2022-04-05
module: Remove module_addr_min and module_addr_max
Christophe Leroy
1
-3
/
+3
2022-04-05
module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOC
Christophe Leroy
6
-6
/
+82
2022-04-05
module: Introduce data_layout
Christophe Leroy
4
-22
/
+28
2022-04-05
module: Prepare for handling several RB trees
Christophe Leroy
3
-20
/
+20
2022-04-05
module: Always have struct mod_tree_root
Christophe Leroy
2
-6
/
+3
2022-04-05
module: Rename debug_align() as strict_align()
Christophe Leroy
3
-11
/
+11
2022-04-05
module: Rework layout alignment to avoid BUG_ON()s
Christophe Leroy
3
-9
/
+24
2022-04-05
module: Move module_enable_x() and frob_text() in strict_rwx.c
Christophe Leroy
4
-53
/
+50
2022-04-05
module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWX
Christophe Leroy
2
-11
/
+7
2022-04-05
module: Move version support into a separate file
Aaron Tomlin
4
-148
/
+166
2022-04-05
module: Move kdb module related code out of main kdb code
Aaron Tomlin
8
-60
/
+57
2022-04-05
module: Move sysfs support into a separate file
Aaron Tomlin
4
-466
/
+461
2022-04-05
module: Move procfs support into a separate file
Aaron Tomlin
4
-130
/
+145
2022-04-05
module: kallsyms: Fix suspicious rcu usage
Aaron Tomlin
1
-12
/
+22
[prev]
[next]