summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-10reboot: Fix build warning without CONFIG_SYSCTLYueHaibing1-27/+27
2022-04-26kernel/kexec_core: move kexec_core sysctls into its own fileyingelin2-13/+22
2022-04-25sysctl: minor cleanup in new_dir()Vasily Averin1-1/+0
2022-04-21ftrace: fix building with SYSCTL=y but DYNAMIC_FTRACE=nLuis Chamberlain1-0/+6
2022-04-21fs/proc: Introduce list_for_each_table_entry for proc sysctlMeng Tang1-38/+50
2022-04-21mm: fix unused variable kernel warning when SYSCTL=nLuis Chamberlain1-3/+4
2022-04-21latencytop: move sysctl to its own fileliaohua3-25/+29
2022-04-21ftrace: fix building with SYSCTL=n but DYNAMIC_FTRACE=yLuis Chamberlain1-37/+34
2022-04-15ftrace: Fix build warningYueHaibing1-2/+2
2022-04-13Merge remote-tracking branch 'bpf-next/pr/bpf-sysctl' into sysctl-nextLuis Chamberlain2-79/+87
2022-04-13bpf: Move BPF sysctls from kernel/sysctl.c to BPF coreYan Zhu2-79/+87
2022-04-06ftrace: move sysctl_ftrace_enabled to ftrace.cWei Xiao3-13/+21
2022-04-06kernel/do_mount_initrd: move real_root_dev sysctls to its own filetangmeng3-12/+21
2022-04-06kernel/delayacct: move delayacct sysctls to its own filetangmeng3-16/+21
2022-04-06kernel/acct: move acct sysctls to its own filetangmeng3-14/+21
2022-04-06kernel/panic: move panic sysctls to its own filetangmeng3-18/+25
2022-04-06kernel/lockdep: move lockdep sysctls to its own filetangmeng3-27/+33
2022-04-06mm: move page-writeback sysctls to their own filezhanglianjie3-94/+93
2022-04-06mm: move oom_kill sysctls to their own filesujiaxun3-30/+35
2022-04-06kernel/reboot: move reboot sysctls to its own filetangmeng3-20/+32
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni3-19/+23
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni3-34/+31
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni3-42/+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 Ni4-14/+12
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni3-25/+34
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni6-39/+48
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni3-14/+21
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni4-9/+21
2022-04-04Linux 5.18-rc1Linus Torvalds1-2/+2
2022-04-03Merge tag 'trace-v5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds15-167/+44
2022-04-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2-136/+14
2022-04-03Merge tag 'x86-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-187/+200
2022-04-03Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-69/+1
2022-04-03Merge tag 'dma-mapping-5.18-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds5-142/+16
2022-04-03Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds4-11/+12
2022-04-03Revert "clk: Drop the rate range on clk_put()"Stephen Boyd2-136/+14
2022-04-02Merge tag 'perf-tools-for-v5.18-2022-04-02' of git://git.kernel.org/pub/scm/l...Linus Torvalds31-88/+180
2022-04-02Merge tag 'kbuild-fixes-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+2
2022-04-02Merge tag 'mips_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...Linus Torvalds7-45/+72
2022-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds49-414/+617
2022-04-02modpost: restore the warning message for missing symbol versionsMasahiro Yamada1-1/+1
2022-04-02Merge tag 'for-5.18/drivers-2022-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-12/+12
2022-04-02Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+0
2022-04-02Merge tag 'tag-chrome-platform-for-v5.18' of git://git.kernel.org/pub/scm/lin...Linus Torvalds7-152/+186
2022-04-02Revert "nbd: fix possible overflow on 'first_minor' in nbd_dev_add()"Jens Axboe1-12/+12
2022-04-02watch_queue: Free the page array when watch_queue is dismantledEric Dumazet1-0/+1
2022-04-02tracing: mark user_events as BROKENSteven Rostedt (Google)3-0/+6
2022-04-02tracing: Move user_events.h temporarily out of include/uapiSteven Rostedt (Google)2-0/+5
2022-04-02ftrace: Make ftrace_graph_is_dead() a static branchChristophe Leroy2-15/+18