summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman
2022-02-11sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni
2022-02-02rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers
2022-01-27psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan
2022-01-27sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef
2022-01-27sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef
2022-01-27sched/core: Export pelt_thermal_tpQais Yousef
2022-01-27sched/numa: initialize numa statistics when forking new taskHonglei Wang
2022-01-27sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-22locking/rwlocks: introduce write_lock_nestedMinchan Kim
2022-01-22sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li
2022-01-22kernel/sysctl.c: remove unused variable ten_thousandColin Ian King
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain
2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain
2022-01-22fs: move locking sysctls where they are usedLuis Chamberlain
2022-01-22fs: move shared sysctls to fs/sysctls.cLuis Chamberlain
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain
2022-01-22stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni
2022-01-22printk: move printk sysctl to printk/sysctl.cXiaoming Ni
2022-01-22fs: move binfmt_misc sysctl to its own fileLuis Chamberlain
2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni
2022-01-22firmware_loader: move firmware sysctl to its own filesXiaoming Ni
2022-01-22eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni
2022-01-22inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni
2022-01-22dnotify: move dnotify sysctl to dnotify.cXiaoming Ni
2022-01-22aio: move aio sysctl to aio.cXiaoming Ni
2022-01-22sysctl: use SYSCTL_ZERO to replace some static int zero usesXiaoming Ni