summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang2022-04-071-1/+5
| * | KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman2022-04-032-12/+12
| * | powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
| * | powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-289-18/+142
| |\ \
| | * | KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-083-1/+31
| | * | KVM: PPC: Book3S PR: Disallow AIL != 0Nicholas Piggin2022-03-081-0/+20
| | * | KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin2022-03-084-9/+58
| | * | Merge branch 'kvm-ppc-cap-210' of https://git.kernel.org/pub/scm/virt/kvm/kvm...Michael Ellerman2022-03-08389-2555/+5413
| | |\ \
| | * | | KVM: PPC: Book3S HV P9: Fix "lost kick" raceNicholas Piggin2022-03-071-8/+33
* | | | | Merge tag 'irq-urgent-2022-04-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-04-105-14/+37
|\ \ \ \ \
| * \ \ \ \ Merge tag 'irqchip-fixes-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Thomas Gleixner2022-04-095-14/+37
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | irqchip/gic, gic-v3: Prevent GSI to SGI translationsAndre Przywara2022-04-052-0/+12
| | * | | | irqchip/gic-v3: Fix GICR_CTLR.RWP pollingMarc Zyngier2022-04-051-4/+4
| | * | | | irqchip/gic-v4: Wait for GICR_VPENDBASER.Dirty to clear before deschedulingMarc Zyngier2022-04-051-9/+19
| | * | | | irqchip/irq-qcom-mpm: fix return value check in qcom_mpm_init()Yang Yingliang2022-04-051-1/+1
| | * | | | irq/qcom-mpm: Fix build error without MAILBOXYueHaibing2022-04-051-0/+1
| |/ / / /
* | | | | Merge tag 'x86_urgent_for_v5.18_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-106-57/+54
|\ \ \ \ \
| * | | | | 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
|\ \ \ \ \