summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | x86/msi: Fix msi message data shadow structReto Buerki2022-04-071-8/+11
| | * | | | | | x86/extable: Prefer local labels in .set directivesNick Desaulniers2022-04-071-10/+10
| | * | | | | | x86,bpf: Avoid IBT objtool warningPeter Zijlstra2022-04-071-0/+1
| | * | | | | | objtool: Fix SLS validation for kcov tail-call replacementPeter Zijlstra2022-04-051-0/+11
| | * | | | | | objtool: Fix IBT tail-call detectionPeter Zijlstra2022-04-051-5/+14
| | * | | | | | x86/bug: Prevent shadowing in __WARN_FLAGSVincent Mailhol2022-04-051-2/+2
| | * | | | | | x86/mm/tlb: Revert retpoline avoidance approachDave Hansen2022-04-041-32/+5
| | |/ / / / /
| * | | | | | Merge tag 'perf_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-107-169/+101
| |\ \ \ \ \ \
| | * | | | | | perf/core: Always set cpuctx cgrp when enable cgroup eventChengming Zhou2022-04-051-16/+2
| | * | | | | | perf/core: Fix perf_cgroup_switch()Chengming Zhou2022-04-051-107/+25
| | * | | | | | perf/core: Use perf_cgroup_info->active to check if cgroup is activeChengming Zhou2022-04-051-5/+2
| | * | | | | | perf/core: Don't pass task around when ctx sched inChengming Zhou2022-04-051-32/+26
| | * | | | | | perf/x86/intel: Update the FRONTEND MSR mask on Sapphire RapidsKan Liang2022-04-051-1/+1
| | * | | | | | perf/x86/intel: Don't extend the pseudo-encoding to GP countersKan Liang2022-04-052-1/+10
| | * | | | | | perf/core: Inherit event_capsNamhyung Kim2022-04-051-0/+3
| | * | | | | | perf/x86/uncore: Add Raptor Lake uncore supportKan Liang2022-04-052-0/+21
| | * | | | | | perf/x86/msr: Add Raptor Lake CPU supportKan Liang2022-04-051-0/+1
| | * | | | | | perf/x86/cstate: Add Raptor Lake supportKan Liang2022-04-051-10/+12
| | * | | | | | perf/x86: Add Intel Raptor Lake supportKan Liang2022-04-051-0/+1
| | |/ / / / /
| * | | | | | Merge tag 'locking_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-1010-572/+585
| |\ \ \ \ \ \
| | * | | | | | Revert "mm/page_alloc: mark pagesets as __maybe_unused"Sebastian Andrzej Siewior2022-04-051-1/+1
| | * | | | | | Revert "locking/local_lock: Make the empty local_lock_*() function a macro."Sebastian Andrzej Siewior2022-04-051-3/+3
| | * | | | | | x86/percpu: Remove volatile from arch_raw_cpu_ptr().Sebastian Andrzej Siewior2022-04-051-3/+3
| | * | | | | | static_call: Remove __DEFINE_STATIC_CALL macroChristophe Leroy2022-04-051-13/+10
| | * | | | | | static_call: Properly initialise DEFINE_STATIC_CALL_RET0()Christophe Leroy2022-04-053-3/+20
| | * | | | | | static_call: Don't make __static_call_return0 staticChristophe Leroy2022-04-054-546/+546
| | * | | | | | x86,static_call: Fix __static_call_return0 for i386Peter Zijlstra2022-04-051-3/+2
| | |/ / / / /
| * | | | | | Merge tag 'sched_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-04-104-13/+12
| |\ \ \ \ \ \
| | * | | | | | entry: Fix compile error in dynamic_irqentry_exit_cond_resched()Sven Schnelle2022-04-051-1/+1
| | * | | | | | sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior2022-04-051-1/+1
| | * | | | | | sched/core: Fix forceidle balancingPeter Zijlstra2022-04-053-11/+10
| | |/ / / / /
| * | | | | | Merge tag 'perf-tools-fixes-for-v5.18-2022-04-09' of git://git.kernel.org/pub...Linus Torvalds2022-04-1026-71/+234
| |\ \ \ \ \ \
| | * | | | | | perf annotate: Drop objdump stderr to avoid getting stuck waiting for stdout ...Ian Rogers2022-04-091-0/+1
| | * | | | | | perf tools: Add external commands to list-cmdsMichael Petlan2022-04-091-0/+4
| | * | | | | | perf docs: Add perf-iostat link to manpagesMichael Petlan2022-04-091-1/+1
| | * | | | | | perf session: Remap buf if there is no space for eventDenis Nikitin2022-04-091-3/+12
| | * | | | | | perf bench: Fix epoll bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-092-12/+38
| | * | | | | | perf bench: Fix futex bench to correct usage of affinity for machines with #C...Athira Rajeev2022-04-095-28/+83
| | * | | | | | perf tools: Fix perf's libperf_print callbackAdrian Hunter2022-04-091-1/+1
| | * | | | | | perf: arm-spe: Fix perf report --mem-modeJames Clark2022-04-091-0/+6
| | * | | | | | perf unwind: Don't show unwind error messages when augmenting frame pointer s...James Clark2022-04-098-14/+32
| | * | | | | | tools headers arm64: Sync arm64's cputype.h with the kernel sourcesArnaldo Carvalho de Melo2022-04-091-0/+2
| | * | | | | | perf test tsc: Fix error message when not supportedChengdong Li2022-04-091-9/+27
| | * | | | | | perf build: Don't use -ffat-lto-objects in the python feature test when build...Arnaldo Carvalho de Melo2022-04-092-0/+5
| | * | | | | | perf python: Fix probing for some clang command line optionsArnaldo Carvalho de Melo2022-04-091-2/+4
| | * | | | | | tools build: Filter out options and warnings not supported by clangArnaldo Carvalho de Melo2022-04-092-0/+10
| | * | | | | | tools build: Use $(shell ) instead of `` to get embedded libperl's ccoptsArnaldo Carvalho de Melo2022-04-091-1/+1
| | * | | | | | tools include UAPI: Sync linux/vhost.h with the kernel sourcesArnaldo Carvalho de Melo2022-04-091-0/+7
| * | | | | | | Merge tag 'cxl+nvdimm-for-5.18-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-04-102-3/+2
| |\ \ \ \ \ \ \
| | * | | | | | | cxl/pci: Drop shadowed variableDan Williams2022-04-081-1/+0