summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-linus-5.15-rc0' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-09-031-8/+16
|\
| * Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ko...Konrad Rzeszutek Wilk2021-09-031-8/+16
| |\
| | * iscsi_ibft: Fix isa_bus_to_virt not working under ARMKonrad Rzeszutek Wilk2021-09-021-8/+16
* | | Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-03212-2616/+2814
|\ \ \
| * \ \ Merge branch 'fixes' into nextMichael Ellerman2021-09-0318-81/+125
| |\ \ \
| * | | | powerpc/bug: Cast to unsigned long before passing to inline asmMichael Ellerman2021-09-011-1/+2
| * | | | powerpc/ptdump: Fix generic ptdump for 64-bitMichael Ellerman2021-09-011-0/+2
| * | | | KVM: PPC: Fix clearing never mapped TCEs in realmodeAlexey Kardashevskiy2021-08-301-3/+6
| * | | | powerpc/pseries/iommu: Rename "direct window" to "dma window"Leonardo Bras2021-08-271-42/+45
| * | | | powerpc/pseries/iommu: Make use of DDW for indirect mappingLeonardo Bras2021-08-271-15/+74
| * | | | powerpc/pseries/iommu: Find existing DDW with given property nameLeonardo Bras2021-08-271-10/+15
| * | | | powerpc/pseries/iommu: Update remove_dma_window() to accept property nameLeonardo Bras2021-08-271-8/+10
| * | | | powerpc/pseries/iommu: Reorganize iommu_table_setparms*() with new helperLeonardo Bras2021-08-271-34/+38
| * | | | powerpc/pseries/iommu: Add ddw_property_create() and refactor enable_ddw()Leonardo Bras2021-08-271-45/+84
| * | | | powerpc/pseries/iommu: Allow DDW windows starting at 0x00Leonardo Bras2021-08-271-18/+18
| * | | | powerpc/pseries/iommu: Add ddw_list_new_entry() helperLeonardo Bras2021-08-271-11/+21
| * | | | powerpc/pseries/iommu: Add iommu_pseries_alloc_table() helperLeonardo Bras2021-08-271-11/+14
| * | | | powerpc/kernel/iommu: Add new iommu_table_in_use() helperLeonardo Bras2021-08-272-30/+32
| * | | | powerpc/pseries/iommu: Replace hard-coded page shiftLeonardo Bras2021-08-272-24/+23
| * | | | powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju2021-08-273-5/+18
| * | | | powerpc/numa: Print debug statements only when requiredSrikar Dronamraju2021-08-271-5/+4
| * | | | powerpc/numa: convert printk to pr_xxxSrikar Dronamraju2021-08-271-13/+9
| * | | | powerpc/numa: Drop dbg in favour of pr_debugSrikar Dronamraju2021-08-271-15/+9
| * | | | powerpc/smp: Enable CACHE domain for shared processorSrikar Dronamraju2021-08-271-1/+1
| * | | | powerpc/smp: Update cpu_core_map on all PowerPc systemsSrikar Dronamraju2021-08-271-6/+5
| * | | | powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2Srikar Dronamraju2021-08-271-1/+1
| * | | | powerpc/configs/microwatt: Enable options for systemdJoel Stanley2021-08-271-1/+4
| * | | | powerpc/configs/microwattt: Enable LiteethJoel Stanley2021-08-271-0/+1
| * | | | powerpc/microwatt: Add Ethernet to device treeJoel Stanley2021-08-271-0/+12
| * | | | powerpc: Redefine HMT_xxx macros as empty on PPC32Christophe Leroy2021-08-271-0/+9
| * | | | powerpc/doc: Fix htmldocs errorsAneesh Kumar K.V2021-08-272-14/+16
| * | | | Merge changes from Paul GortmakerMichael Ellerman2021-08-2718-1022/+2
| |\ \ \ \
| | * | | | MAINTAINERS: update for Paul GortmakerPaul Gortmaker2021-08-271-1/+0
| | * | | | powerpc: retire sbc8641d board supportPaul Gortmaker2021-08-276-273/+1
| | * | | | powerpc: retire sbc8548 board supportPaul Gortmaker2021-08-2711-748/+1
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2021-08-2610-139/+180
| |\ \ \ \ \
| | * | | | | powerpc/64s: Remove WORT SPR from POWER9/10Nicholas Piggin2021-08-252-5/+0
| | * | | | | KVM: PPC: Book3S HV Nested: Reflect guest PMU in-use to L0 when guest SPRs ar...Nicholas Piggin2021-08-252-0/+27
| | * | | | | KVM: PPC: Book3S HV Nested: save_hv_return_state does not require trap argumentFabiano Rosas2021-08-251-3/+3
| | * | | | | KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1Fabiano Rosas2021-08-251-2/+29
| | * | | | | KVM: PPC: Book3S HV Nested: Make nested HFSCR state accessibleNicholas Piggin2021-08-254-2/+8
| | * | | | | KVM: PPC: Book3S HV Nested: Sanitise vcpu registersFabiano Rosas2021-08-251-48/+46
| | * | | | | KVM: PPC: Book3S HV Nested: Fix TM softpatch HFAC interrupt emulationNicholas Piggin2021-08-253-34/+48
| | * | | | | KVM: PPC: Book3S HV P9: Fixes for TM softpatch interrupt NIPNicholas Piggin2021-08-251-2/+15
| | * | | | | KVM: PPC: Book3S HV: Remove TM emulation from POWER7/8 pathNicholas Piggin2021-08-251-42/+0
| | * | | | | KVM: PPC: Book3S HV: Initialise vcpu MSR with MSR_MENicholas Piggin2021-08-251-0/+1
| | * | | | | KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radixFabiano Rosas2021-08-241-3/+0
| | * | | | | KVM: PPC: Book3S HV: Add sanity check to copy_tofrom_guestFabiano Rosas2021-08-241-0/+3
| | * | | | | KVM: PPC: Book3S HV: Fix copy_tofrom_guest routinesFabiano Rosas2021-08-241-2/+4
| | |/ / / /
| * | | | | powerpc: Refactor verification of MSR_RIChristophe Leroy2021-08-2611-30/+40