summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland3-3/+65
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland1-0/+2
2022-02-19sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland1-8/+4
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland1-22/+37
2022-02-19sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland1-136/+136
2022-02-16sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker1-29/+62
2022-02-16sched/isolation: Fix housekeeping_mask memory leakFrederic Weisbecker1-9/+10
2022-02-16sched/isolation: Consolidate error handlingFrederic Weisbecker1-10/+9
2022-02-16sched/isolation: Consolidate check for housekeeping minimum serviceFrederic Weisbecker1-18/+17
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker13-43/+55
2022-02-16workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker1-2/+2
2022-02-16psi: fix possible trigger missing in the windowZhaoyang Huang1-16/+30
2022-02-16sched/numa: Avoid migrating task to CPU-less nodeHuang Ying1-5/+20
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying4-95/+137
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov2-2/+2
2022-02-11sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman2-10/+65
2022-02-11sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman1-8/+10
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni3-11/+24
2022-02-02rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers1-4/+4
2022-01-27psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan1-38/+41
2022-01-27sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef1-0/+1
2022-01-27sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef2-84/+107
2022-01-27sched/core: Export pelt_thermal_tpQais Yousef1-0/+1
2022-01-27sched/numa: initialize numa statistics when forking new taskHonglei Wang1-0/+2
2022-01-27sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao1-10/+0
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2-3/+10
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2-3/+10
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song2-6/+6
2022-01-22locking/rwlocks: introduce write_lock_nestedMinchan Kim2-0/+22
2022-01-22sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li1-3/+4
2022-01-22kernel/sysctl.c: remove unused variable ten_thousandColin Ian King1-3/+0
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2-16/+26
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni1-2/+0
2022-01-22printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2-1/+4
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain1-1/+1
2022-01-22fs: move namespace sysctls and declare fs base directoryLuis Chamberlain1-14/+0
2022-01-22sysctl: add and use base directory declarer and registration helperLuis Chamberlain1-31/+10
2022-01-22fs: move pipe sysctls to is own fileLuis Chamberlain1-55/+6
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain1-66/+0
2022-01-22fs: move namei sysctls to its own fileLuis Chamberlain1-36/+0
2022-01-22fs: move locking sysctls where they are usedLuis Chamberlain1-20/+0
2022-01-22fs: move shared sysctls to fs/sysctls.cLuis Chamberlain1-18/+0
2022-01-22sysctl: move maxolduid as a sysctl specific constLuis Chamberlain1-8/+4
2022-01-22fs: move dcache sysctls to its own fileLuis Chamberlain1-7/+0
2022-01-22fs: move fs stat sysctls to file_table.cLuis Chamberlain1-25/+0
2022-01-22fs: move inode sysctls to its own fileLuis Chamberlain1-14/+0
2022-01-22sysctl: share unsigned long const valuesLuis Chamberlain1-6/+3
2022-01-22stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni2-16/+24
2022-01-22scsi/sg: move sg-big-buff sysctl to scsi/sg.cXiaoming Ni1-12/+0