summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* powerpc/xics: Remove ICS listCédric Le Goater2021-08-101-26/+19
* KVM: PPC: Book3S HV: XIVE: Fix mapping of passthrough interruptsCédric Le Goater2021-08-102-1/+3
* KVM: PPC: Book3S HV: XIVE: Change interface of passthrough interrupt routinesCédric Le Goater2021-08-103-13/+12
* KVM: PPC: Book3S HV: Use the new IRQ chip to detect passthrough interruptsCédric Le Goater2021-08-102-2/+4
* powerpc/powernv/pci: Add MSI domainsCédric Le Goater2021-08-101-0/+188
* powerpc/powernv/pci: Introduce __pnv_pci_ioda_msi_setup()Cédric Le Goater2021-08-101-5/+23
* powerpc/pseries/pci: Add support of MSI domains to PHB hotplugCédric Le Goater2021-08-103-0/+15
* powerpc/pseries/pci: Add a msi_free() handler to clear XIVE dataCédric Le Goater2021-08-103-2/+20
* powerpc/pseries/pci: Add a domain_free_irqs() handlerCédric Le Goater2021-08-101-0/+16
* powerpc/xive: Remove irqd_is_started() check when setting the affinityCédric Le Goater2021-08-101-4/+0
* powerpc/xive: Drop unmask of MSIs at startupCédric Le Goater2021-08-101-10/+0
* powerpc/pseries/pci: Add MSI domainsCédric Le Goater2021-08-105-0/+199
* powerpc/xive: Ease debugging of xive_irq_set_affinity()Cédric Le Goater2021-08-101-2/+2
* powerpc/xive: Add support for IRQ domain hierarchyCédric Le Goater2021-08-101-0/+64
* powerpc/pseries/pci: Introduce rtas_prepare_msi_irqs()Cédric Le Goater2021-08-101-4/+19
* powerpc/pseries/pci: Introduce __find_pe_total_msi()Cédric Le Goater2021-08-101-2/+7
* KVM: PPC: Use arch_get_random_seed_long instead of powernv variantAlexey Kardashevskiy2021-08-101-1/+1
* powerpc/configs: Disable legacy ptys on microwatt defconfigAnton Blanchard2021-08-101-0/+1
* powerpc: Always inline radix_enabled() to fix build failureJordan Niethe2021-08-101-1/+1
* powerpc: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior2021-08-104-13/+13
* powerpc/kexec: fix for_each_child.cocci warningkernel test robot2021-08-101-1/+3
* powerpc/pseries: Prevent free CPU ids being reused on another nodeLaurent Dufour2021-08-101-39/+132
* pseries/drmem: update LMBs after LPMLaurent Dufour2021-08-103-0/+51
* powerpc/numa: Consider the max NUMA node for migratable LPARLaurent Dufour2021-08-101-3/+10
* powerpc/non-smp: Unconditionaly call smp_mb() on switch_mmChristophe Leroy2021-08-101-1/+2
* powerpc: Remove in_kernel_text()Christophe Leroy2021-08-101-8/+0
* powerpc/64s/perf: Always use SIAR for kernel interruptsNicholas Piggin2021-08-041-0/+9
* powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblingsParth Shah2021-08-043-21/+51
* powerpc/cacheinfo: Remove the redundant get_shared_cpu_map()Gautham R. Shenoy2021-08-041-40/+1
* powerpc/cacheinfo: Lookup cache by dt node and thread-group idGautham R. Shenoy2021-08-043-24/+63
* powerpc: move the install rule to arch/powerpc/MakefileMasahiro Yamada2021-08-042-7/+2
* powerpc: make the install target not depend on any build artifactMasahiro Yamada2021-08-042-1/+15
* powerpc: remove unused zInstall target from arch/powerpc/boot/MakefileMasahiro Yamada2021-08-042-18/+1
* cpuidle: pseries: Mark pseries_idle_proble() as __initNathan Chancellor2021-08-041-1/+1
* powerpc/stacktrace: Include linux/delay.hMichal Suchanek2021-08-031-0/+1
* cpuidle: pseries: Do not cap the CEDE0 latency in fixup_cede0_latency()Gautham R. Shenoy2021-08-031-29/+30
* cpuidle: pseries: Fixup CEDE0 latency only for POWER10 onwardsGautham R. Shenoy2021-08-031-1/+15
* powerpc/kexec: blacklist functions called in real mode for kprobeHari Bathini2021-07-268-12/+25
* Merge branch 'fixes' into nextMichael Ellerman2021-07-265-8/+68
|\
| * KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM stateNicholas Piggin2021-07-231-0/+20
| * KVM: PPC: Book3S: Fix H_RTAS rets buffer overflowNicholas Piggin2021-07-231-3/+22
| * KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leakNicholas Piggin2021-07-171-2/+2
| * KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crashNicholas Piggin2021-07-171-0/+2
| * KVM: PPC: Book3S HV P9: Fix guest TM supportNicholas Piggin2021-07-151-3/+22
* | Linux 5.14-rc2v5.14-rc2Linus Torvalds2021-07-181-1/+1
* | Merge tag 'perf-tools-fixes-for-v5.14-2021-07-18' of git://git.kernel.org/pub...Linus Torvalds2021-07-1836-98/+391
|\ \
| * | perf sched: Fix record failure when CONFIG_SCHEDSTATS is not setYang Jihong2021-07-181-4/+29
| * | perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-186-42/+38
| * | perf data: Close all files in close_dir()Riccardo Mancini2021-07-181-1/+1
| * | perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2