aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-10Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-13/+12
2022-04-10timers: Move timer sysctl into the timer codetangmeng2-26/+38
2022-04-10clockevents: Use dedicated list iterator variableJakob Koschel1-4/+5
2022-04-10tick/sched: Fix non-kernel-doc commentJiapeng Chong1-2/+2
2022-04-10tick/nohz: Use WARN_ON_ONCE() to prevent console saturationPaul Gortmaker1-1/+1
2022-04-09timers: Simplify calc_index()Thomas Gleixner1-1/+1
2022-04-09timers: Initialize base::next_expiry_recalc in timers_prepare_cpu()Anna-Maria Behnsen1-0/+1
2022-04-09timers: Fix warning condition in __run_timers()Anna-Maria Behnsen1-4/+7
2022-04-08Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-38/+61
2022-04-09bpf: Fix excessive memory allocation in stack_map_alloc()Yuntao Wang1-1/+0
2022-04-07Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+3
2022-04-07x86/topology: Disable CPU online/offline control for TDX guestsKuppuswamy Sathyanarayanan1-0/+7
2022-04-07futex: add missing rtmutex.h includeChristian König1-0/+1
2022-04-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2-3/+3
2022-04-06ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao2-10/+21
2022-04-06kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng1-9/+0
2022-04-06kernel/delayacct: move delayacct sysctls to its own filetangmeng2-13/+21
2022-04-06kernel/acct: move acct sysctls to its own filetangmeng2-13/+21
2022-04-06kernel/panic: move panic sysctls to its own filetangmeng2-12/+25
2022-04-06kernel/lockdep: move lockdep sysctls to its own filetangmeng2-23/+33
2022-04-06mm: move page-writeback sysctls to their own filezhanglianjie1-69/+0
2022-04-06mm: move oom_kill sysctls to their own filesujiaxun1-23/+0
2022-04-06kernel/reboot: move reboot sysctls to its own filetangmeng2-16/+32
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni2-13/+23
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2-30/+31
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni2-34/+37
2022-04-06sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong1-2/+9
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni3-9/+12
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni2-22/+34
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni5-28/+48
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni2-12/+21
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni3-7/+21
2022-04-06x86/configs: Add x86 debugging Kconfig fragment plus docsDave Hansen1-0/+18
2022-04-06bpf: Reject writes for PTR_TO_MAP_KEY in check_helper_mem_accessKumar Kartikeya Dwivedi1-0/+5
2022-04-06bpf: Check PTR_TO_MEM | MEM_RDONLY in check_helper_mem_accessKumar Kartikeya Dwivedi1-1/+11
2022-04-06bpf: Do write access check for kfunc and global funcKumar Kartikeya Dwivedi1-15/+29
2022-04-05module: Remove module_addr_min and module_addr_maxChristophe Leroy1-3/+3
2022-04-05module: Add CONFIG_ARCH_WANTS_MODULES_DATA_IN_VMALLOCChristophe Leroy6-6/+82
2022-04-05module: Introduce data_layoutChristophe Leroy4-22/+28
2022-04-05module: Prepare for handling several RB treesChristophe Leroy3-20/+20
2022-04-05module: Always have struct mod_tree_rootChristophe Leroy2-6/+3
2022-04-05module: Rename debug_align() as strict_align()Christophe Leroy3-11/+11
2022-04-05module: Rework layout alignment to avoid BUG_ON()sChristophe Leroy3-9/+24
2022-04-05module: Move module_enable_x() and frob_text() in strict_rwx.cChristophe Leroy4-53/+50
2022-04-05module: Make module_enable_x() independent of CONFIG_ARCH_HAS_STRICT_MODULE_RWXChristophe Leroy2-11/+7
2022-04-05module: Move version support into a separate fileAaron Tomlin4-148/+166
2022-04-05module: Move kdb module related code out of main kdb codeAaron Tomlin8-60/+57
2022-04-05module: Move sysfs support into a separate fileAaron Tomlin4-466/+461
2022-04-05module: Move procfs support into a separate fileAaron Tomlin4-130/+145
2022-04-05module: kallsyms: Fix suspicious rcu usageAaron Tomlin1-12/+22