aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland2022-02-193-3/+65
* sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland2022-02-191-0/+2
* sched/preempt: Simplify irqentry_exit_cond_resched() callersMark Rutland2022-02-191-8/+4
* sched/preempt: Refactor sched_dynamic_update()Mark Rutland2022-02-191-22/+37
* sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland2022-02-191-136/+136
* sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker2022-02-161-29/+62
* sched/isolation: Fix housekeeping_mask memory leakFrederic Weisbecker2022-02-161-9/+10
* sched/isolation: Consolidate error handlingFrederic Weisbecker2022-02-161-10/+9
* sched/isolation: Consolidate check for housekeeping minimum serviceFrederic Weisbecker2022-02-161-18/+17
* sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-1613-43/+55
* workqueue: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker2022-02-161-2/+2
* psi: fix possible trigger missing in the windowZhaoyang Huang2022-02-161-16/+30
* sched/numa: Avoid migrating task to CPU-less nodeHuang Ying2022-02-161-5/+20
* sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying2022-02-164-95/+137
* sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-162-2/+2
* sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman2022-02-112-10/+65
* sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman2022-02-111-8/+10
* sched: move autogroup sysctls into its own fileZhen Ni2022-02-023-11/+24
* rseq: Remove broken uapi field layout on 32-bit little endianMathieu Desnoyers2022-02-021-4/+4
* psi: Fix "defined but not used" warnings when CONFIG_PROC_FS=nSuren Baghdasaryan2022-01-271-38/+41
* sched/uclamp: Fix iowait boost escaping uclamp restrictionQais Yousef2022-01-271-0/+1
* sched/sugov: Ignore 'busy' filter when rq is capped by uclamp_maxQais Yousef2022-01-272-84/+107
* sched/core: Export pelt_thermal_tpQais Yousef2022-01-271-0/+1
* sched/numa: initialize numa statistics when forking new taskHonglei Wang2022-01-271-0/+2
* sched/debug: Remove mpol_get/put and task_lock/unlock from sched_show_numaBharata B Rao2022-01-271-10/+0
* Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2022-01-232-3/+10
|\
| * ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)2022-01-232-3/+10
* | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+2
|\ \
| * | cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov2022-01-151-2/+2
* | | proc: remove PDE_DATA() completelyMuchun Song2022-01-222-6/+6
* | | locking/rwlocks: introduce write_lock_nestedMinchan Kim2022-01-222-0/+22
* | | sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_mi...Baokun Li2022-01-221-3/+4
* | | kernel/sysctl.c: remove unused variable ten_thousandColin Ian King2022-01-221-3/+0
* | | kprobe: move sysctl_kprobes_optimization to kprobes.cXiaoming Ni2022-01-222-16/+26
* | | fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-221-2/+0
* | | printk: fix build warning when CONFIG_PRINTK=nXiaoming Ni2022-01-222-1/+4
* | | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-1/+1
* | | fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-221-14/+0
* | | sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-31/+10
* | | fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-221-55/+6
* | | fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-221-66/+0
* | | fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-36/+0
* | | fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-20/+0
* | | fs: move shared sysctls to fs/sysctls.cLuis Chamberlain2022-01-221-18/+0
* | | sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-8/+4
* | | fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-221-7/+0
* | | fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-221-25/+0
* | | fs: move inode sysctls to its own fileLuis Chamberlain2022-01-221-14/+0
* | | sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-6/+3
* | | stackleak: move stack_erasing sysctl to stackleak.cXiaoming Ni2022-01-222-16/+24