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-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
2022-04-05
module: Move kallsyms support into a separate file
Aaron Tomlin
4
-525
/
+538
2022-04-05
module: Move kmemleak support to a separate file
Aaron Tomlin
4
-27
/
+38
2022-04-05
module: Move extra signature support out of core code
Aaron Tomlin
3
-87
/
+86
2022-04-05
module: Move strict rwx support to a separate file
Aaron Tomlin
4
-97
/
+120
2022-04-05
module: Move latched RB-tree support to a separate file
Aaron Tomlin
4
-126
/
+147
2022-04-05
module: Move livepatch support to a separate file
Aaron Tomlin
4
-92
/
+107
2022-04-05
module: Make internal.h and decompress.c more compliant
Aaron Tomlin
2
-2
/
+7
2022-04-05
module: Simple refactor in preparation for split
Aaron Tomlin
2
-20
/
+23
2022-04-05
ftrace: Use preemption model accessors for trace header printout
Valentin Schneider
1
-10
/
+4
2022-04-05
preempt/dynamic: Introduce preemption model accessors
Valentin Schneider
1
-0
/
+12
2022-04-05
kcsan: Use preemption model accessors
Valentin Schneider
1
-2
/
+3
2022-04-05
locking/mutex: Make contention tracepoints more consistent wrt adaptive spinning
Peter Zijlstra
1
-4
/
+12
2022-04-05
locking: Apply contention tracepoints in the slow path
Namhyung Kim
8
-1
/
+63
2022-04-05
locking: Add lock contention tracepoints
Namhyung Kim
2
-1
/
+3
2022-04-05
locking/rwsem: Always try to wake waiters in out_nolock path
Waiman Long
1
-10
/
+34
2022-04-05
locking/rwsem: Conditionally wake waiters in reader/writer slowpaths
Waiman Long
1
-36
/
+32
2022-04-05
locking/rwsem: No need to check for handoff bit if wait queue empty
Waiman Long
1
-5
/
+4
2022-04-05
lockdep: Fix -Wunused-parameter for _THIS_IP_
Nick Desaulniers
4
-20
/
+14
[prev]
[next]