summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-2316-87/+131
|\
| * powerpc/64s: Mask SRR0 before checking against the masked NIPNicholas Piggin2022-01-181-0/+2
| * powerpc/perf: Only define power_pmu_wants_prompt_pmi() for CONFIG_PPC64Athira Rajeev2022-01-171-30/+28
| * powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2022-01-163-33/+38
| * powerpc/time: Fix build failure due to do_hard_irq_enable() on PPC32Christophe Leroy2022-01-161-1/+1
| * powerpc/audit: Fix syscall_get_arch()Christophe Leroy2022-01-152-2/+4
| * powerpc64/bpf: Limit 'ldbrx' to processors compliant with ISA v2.06Naveen N. Rao2022-01-152-9/+14
| * tools/bpf: Rename 'struct event' to avoid naming conflictNaveen N. Rao2022-01-153-3/+3
| * powerpc/bpf: Update ldimm64 instructions during extra passNaveen N. Rao2022-01-153-7/+35
| * powerpc32/bpf: Fix codegen for bpf-to-bpf callsNaveen N. Rao2022-01-151-0/+3
| * bpf: Guard against accessing NULL pt_regs in bpf_get_task_stack()Naveen N. Rao2022-01-151-2/+3
* | Merge tag 'irq_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-01-232-3/+2
|\ \
| * | PCI/MSI: Prevent UAF in error pathThomas Gleixner2022-01-212-3/+2
* | | Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-2310-103/+125
|\ \ \
| * | | kernel/sched: Remove dl_boosted flag commentHui Su2022-01-181-4/+0
| * | | sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra2022-01-181-9/+3
| * | | sched/fair: Fix all kernel-doc warningsRandy Dunlap2022-01-181-3/+5
| * | | sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao2022-01-182-3/+2
| * | | sched/pelt: Relax the sync of load_sum with load_avgVincent Guittot2022-01-181-14/+22
| * | | sched/pelt: Relax the sync of runnable_sum with runnable_avgVincent Guittot2022-01-181-14/+19
| * | | sched/pelt: Continue to relax the sync of util_sum with util_avgVincent Guittot2022-01-181-7/+18
| * | | sched/pelt: Relax the sync of util_sum with util_avgVincent Guittot2022-01-182-4/+16
| * | | psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-01-185-45/+40
* | | | Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-01-2312-189/+501
|\ \ \ \
| * | | | x86/perf: Avoid warning for Arch LBR without XSAVEAndi Kleen2022-01-181-0/+3
| * | | | perf/x86/intel/uncore: Add IMC uncore support for ADLKan Liang2022-01-185-5/+220
| * | | | perf/x86/intel/lbr: Add static_branch for LBR INFO flagsPeter Zijlstra (Intel)2022-01-181-17/+34
| * | | | perf/x86/intel/lbr: Support LBR format V7Peter Zijlstra (Intel)2022-01-183-51/+75
| * | | | perf/x86/rapl: fix AMD event handlingStephane Eranian2022-01-181-3/+6
| * | | | perf/x86/intel/uncore: Fix CAS_COUNT_WRITE issue for ICXZhengjun Xing2022-01-181-1/+1
| * | | | perf/x86/intel: Add a quirk for the calculation of the number of counters on ...Kan Liang2022-01-181-0/+13
| * | | | perf: Fix perf_event_read_local() timePeter Zijlstra2022-01-182-112/+149
| |/ / /
* | | | Linux 5.17-rc1v5.17-rc1Linus Torvalds2022-01-231-2/+2
* | | | Merge tag 'perf-tools-for-v5.17-2022-01-22' of git://git.kernel.org/pub/scm/l...Linus Torvalds2022-01-2351-149/+354
|\ \ \ \
| * | | | perf tools: Remove redundant err variableMinghao Chi2022-01-221-4/+1
| * | | | perf test: Add parse-events test for aliases with hyphensJohn Garry2022-01-222-9/+82
| * | | | perf test: Add pmu-events test for aliases with hyphensJohn Garry2022-01-222-0/+48
| * | | | perf parse-events: Support event alias in form foo-bar-bazJohn Garry2022-01-224-4/+41
| * | | | perf evsel: Override attr->sample_period for non-libpfm4 eventsGerman Gomez2022-01-221-8/+17
| * | | | perf cpumap: Remove duplicate include in cpumap.hLv Ruyi2022-01-221-1/+0
| * | | | perf cpumap: Migrate to libperf cpumap apiIan Rogers2022-01-2231-87/+99
| * | | | perf python: Fix cpu_map__item() buildingIan Rogers2022-01-221-3/+3
| * | | | perf script: Fix printing 'phys_addr' failure issueYao Jin2022-01-221-1/+1
| * | | | tools headers UAPI: Sync files changed by new set_mempolicy_home_node syscallArnaldo Carvalho de Melo2022-01-205-1/+8
| * | | | tools headers UAPI: Sync x86 arch prctl headers with the kernel sourcesArnaldo Carvalho de Melo2022-01-191-12/+14
| * | | | perf machine: Use path__join() to compose a path instead of snprintf(dir, '/'...Arnaldo Carvalho de Melo2022-01-191-1/+2
| * | | | perf evlist: No need to setup affinities when disabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * | | | perf evlist: No need to setup affinities when enabling events for pid targetsArnaldo Carvalho de Melo2022-01-181-5/+9
| * | | | perf stat: No need to setup affinities when starting a workloadArnaldo Carvalho de Melo2022-01-181-7/+10
| * | | | perf affinity: Allow passing a NULL arg to affinity__cleanup()Arnaldo Carvalho de Melo2022-01-181-1/+7