summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'folio-5.18c' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-03-232-11/+4
|\
| * mm: Add DEFINE_PAGE_VMA_WALK and DEFINE_FOLIO_VMA_WALKMatthew Wilcox (Oracle)2022-03-211-5/+1
| * mm/truncate: Inline invalidate_complete_page() into its one callerMatthew Wilcox (Oracle)2022-03-211-1/+1
| * mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-171-5/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-233-8/+19
|\ \
| * | NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-222-5/+18
| * | cma: factor out minimum alignment requirementDavid Hildenbrand2022-03-221-3/+1
* | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-2252-812/+1260
|\ \ \
| * | | sched/numa: Fix boot crash on arm64 systemsHuang, Ying2022-03-221-1/+1
| * | | sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar2022-03-151-1/+3
| * | | Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar2022-03-1525-107/+269
| |\ \ \
| * \ \ \ Merge branch 'sched/fast-headers' into sched/coreIngo Molnar2022-03-1533-163/+369
| |\ \ \ \
| | * | | | sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h depende...Ingo Molnar2022-02-234-113/+46
| | * | | | sched/headers: Reorganize, clean up and optimize kernel/sched/build_utility.c...Ingo Molnar2022-02-231-2/+41
| | * | | | sched/headers: Reorganize, clean up and optimize kernel/sched/build_policy.c ...Ingo Molnar2022-02-231-0/+24
| | * | | | sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...Ingo Molnar2022-02-231-0/+29
| | * | | | sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...Ingo Molnar2022-02-231-11/+70
| | * | | | sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar2022-02-236-11/+22
| | * | | | sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar2022-02-239-15/+38
| | * | | | sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar2022-02-2322-63/+139
| | * | | | sched/headers: Fix comment typo in kernel/sched/cpudeadline.cIngo Molnar2022-02-231-1/+1
| | * | | | sched/headers: sched/clock: Mark all functions 'notrace', remove CC_FLAGS_FTR...Ingo Molnar2022-02-232-24/+21
| | * | | | sched/headers: Add header guard to kernel/sched/stats.h and kernel/sched/auto...Ingo Molnar2022-02-232-0/+11
| | * | | | sched/headers: Add header guard to kernel/sched/sched.hIngo Molnar2022-02-231-0/+4
| * | | | | sched/topology: Remove redundant variable and fix incorrect type in build_sch...K Prateek Nayak2022-03-081-5/+3
| * | | | | sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2022-03-082-6/+4
| * | | | | sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann2022-03-082-20/+0
| * | | | | sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann2022-03-081-12/+12
| * | | | | sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann2022-03-083-44/+24
| * | | | | sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...Dietmar Eggemann2022-03-082-49/+44
| * | | | | sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann2022-03-083-9/+0
| * | | | | sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-017-7/+19
| * | | | | sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2022-03-012-16/+28
| * | | | | sched/cpuacct: Remove redundant RCU read lockChengming Zhou2022-03-011-2/+0
| * | | | | sched/cpuacct: Optimize away RCU read lockChengming Zhou2022-03-011-3/+1
| * | | | | sched/cpuacct: Fix charge percpu cpuusageChengming Zhou2022-03-011-1/+2
| |/ / / /
| * | | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-2137-339/+553
| |\ \ \ \
| * | | | | 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