summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: Fix all occurences of the "the the" typoBo Liu2022-05-273-3/+3
* x86/idt: Remove unused headerssunliming2022-05-251-3/+0
* x86/Kconfig: Fix indentation of arch/x86/Kconfig.debugJuerg Haefliger2022-05-251-15/+14
* x86/Kconfig: Fix indentation and add endif comments to arch/x86/KconfigJuerg Haefliger2022-05-251-52/+49
* Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-2423-331/+213
|\
| * topology: Remove unused cpu_cluster_mask()Dietmar Eggemann2022-05-191-7/+0
| * sched: Reverse sched_class layoutPeter Zijlstra2022-05-193-19/+20
| * sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia2022-05-111-7/+1
| * sched/core: Avoid obvious double update_rq_clock warningHao Jia2022-05-114-11/+33
| * Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2022-05-061369-9006/+12762
| |\
| * | smp: Make softirq handling RT safe in flush_smp_call_function_queue()Sebastian Andrzej Siewior2022-05-013-1/+26
| * | smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner2022-05-014-11/+24
| * | sched: Fix missing prototype warningsThomas Gleixner2022-05-019-10/+17
| * | sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann2022-04-291-19/+0
| * | sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann2022-04-292-112/+0
| * | sched/fair: Refactor cpu_util_without()Dietmar Eggemann2022-04-291-100/+57
| * | sched/fair: Revise comment about lb decision matrixTao Zhou2022-04-221-1/+1
| * | sched/psi: report zeroes for CPU full at the system levelChengming Zhou2022-04-222-11/+13
| * | sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou2022-04-221-1/+1
| * | sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou2022-04-223-8/+8
| * | sched/fair: Move calculate of avg_load to a better locationzgpeng2022-04-221-2/+3
| * | mailmap: Update my email address to @redhat.comValentin Schneider2022-04-221-0/+1
| * | MAINTAINERS: Add myself as scheduler topology reviewerValentin Schneider2022-04-221-0/+1
| * | psi: Fix trigger being fired unexpectedly at initialHailong Liu2022-04-221-1/+2
| * | ftrace: Use preemption model accessors for trace header printoutValentin Schneider2022-04-051-10/+4
| * | kcsan: Use preemption model accessorsValentin Schneider2022-04-051-2/+3
* | | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-2434-414/+1445
|\ \ \
| * | | perf/x86/amd/core: Fix reloading events for SVMSandipan Das2022-05-191-4/+20
| * | | perf/x86/amd: Run AMD BRS code only on supported hwBorislav Petkov2022-05-181-1/+4
| * | | perf/x86/amd: Fix AMD BRS period adjustmentPeter Zijlstra2022-05-183-25/+13
| * | | perf/x86/amd: Remove unused variable 'hwc'Zucheng Zheng2022-05-121-3/+0
| * | | perf/ibs: Fix commentRavi Bangoria2022-05-112-2/+2
| * | | perf/amd/ibs: Advertise zen4_ibs_extensions as pmu capability attributeRavi Bangoria2022-05-111-0/+21
| * | | perf/amd/ibs: Add support for L3 miss filteringRavi Bangoria2022-05-112-7/+63
| * | | perf/amd/ibs: Use ->is_visible callback for dynamic attributesRavi Bangoria2022-05-111-24/+54
| * | | perf/amd/ibs: Cascade pmu init functions' return valueRavi Bangoria2022-05-111-8/+29
| * | | perf/x86/uncore: Add new Alder Lake and Raptor Lake supportKan Liang2022-05-112-0/+54
| * | | perf/x86/uncore: Clean up uncore_pci_ids[]Kan Liang2022-05-111-316/+86
| * | | perf/x86/cstate: Add new Alder Lake and Raptor Lake supportKan Liang2022-05-111-0/+2
| * | | perf/x86/msr: Add new Alder Lake and Raptor Lake supportKan Liang2022-05-111-0/+2
| * | | perf/x86: Add new Alder Lake and Raptor Lake supportKan Liang2022-05-111-0/+2
| * | | Merge branch 'v5.18-rc5'Peter Zijlstra2022-05-111369-9006/+12762
| |\ \ \ | | | |/ | | |/|
| * | | perf/amd/ibs: Use interrupt regs ip for stack unwindingRavi Bangoria2022-05-101-0/+18
| * | | perf/x86/amd/core: Add PerfMonV2 overflow handlingSandipan Das2022-05-041-11/+133
| * | | perf/x86/amd/core: Add PerfMonV2 counter controlSandipan Das2022-05-041-5/+45
| * | | perf/x86/amd/core: Detect available countersSandipan Das2022-05-042-0/+23
| * | | perf/x86/amd/core: Detect PerfMonV2 supportSandipan Das2022-05-041-0/+27
| * | | x86/msr: Add PerfCntrGlobal* registersSandipan Das2022-05-041-0/+5
| * | | x86/cpufeatures: Add PerfMonV2 feature bitSandipan Das2022-05-042-1/+2
| * | | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-2212-5/+35