summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv/pci: fix a RCU-list lockQian Cai2021-01-311-0/+4
* powerpc: Fix build error in paravirt.hMichal Suchanek2021-01-311-0/+1
* powerpc/mce: Remove per cpu variables from MCE handlersGanesh Goudar2021-01-314-32/+71
* powerpc/mce: Reduce the size of event arraysGanesh Goudar2021-01-311-1/+1
* powerpc/time: Enable sched clock for irqtimePingfan Liu2021-01-311-0/+2
* powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scanCédric Le Goater2021-01-311-8/+4
* powerpc/pci: Delete traverse_pci_dn()Oliver O'Halloran2021-01-312-43/+0
* powerpc/eeh: Add a debugfs interface to check if a driver supports recoveryOliver O'Halloran2021-01-311-0/+50
* powerpc/eeh: Rework pci_dev lookup in debugfs attributesOliver O'Halloran2021-01-311-34/+37
* powerpc/sstep: Fix incorrect return from analyze_instr()Ananth N Mavinakayanahalli2021-01-301-1/+6
* powerpc/sstep: Check instruction validity against ISA version before emulationAnanth N Mavinakayanahalli2021-01-301-16/+62
* powerpc/44x: Remove STDBINUTILS kconfig optionChristophe Leroy2021-01-301-20/+6
* powerpc/47x: Disable 256k page sizeChristophe Leroy2021-01-301-1/+1
* powerpc/kvm: Force selection of CONFIG_PPC_FPUChristophe Leroy2021-01-301-0/+1
* powerpc: Always enable queued spinlocks for 64s, disable for othersNicholas Piggin2021-01-301-6/+2
* powerpc/vas: Fix IRQ name allocationCédric Le Goater2021-01-302-3/+9
* powerpc/iommu/debug: Add debugfs entries for IOMMU tablesAlexey Kardashevskiy2021-01-301-0/+46
* powerpc/pseries/eeh: Make pseries_send_allow_unfreeze() staticCédric Le Goater2021-01-301-2/+1
* powerpc/pcidn: Make IOV setup routines staticCédric Le Goater2021-01-301-8/+7
* powerpc/pseries: Make IOV setup routines staticCédric Le Goater2021-01-301-4/+4
* KVM: PPC: Book3S HV: Declare some prototypesCédric Le Goater2021-01-301-0/+7
* KVM: PPC: Book3S HV: Include prototypesCédric Le Goater2021-01-301-0/+1
* KVM: PPC: Make the VMX instruction emulation routines staticCédric Le Goater2021-01-301-4/+4
* powerpc/watchdog: Declare soft_nmi_interrupt() prototypeCédric Le Goater2021-01-302-0/+2
* powerpc/mm: Declare arch_report_meminfo() prototype.Cédric Le Goater2021-01-301-0/+3
* powerpc/mm/hugetlb: Make pseries_alloc_bootmem_huge_page() staticCédric Le Goater2021-01-301-1/+1
* powerpc/mm: Declare preload_new_slb_context() prototypeCédric Le Goater2021-01-301-0/+1
* powerpc/mm: Move hpte_insert_repeating() prototypeCédric Le Goater2021-01-302-4/+2
* powerpc/mm: Declare some prototypesCédric Le Goater2021-01-301-0/+2
* powerpc/optprobes: Make patch_imm64_load_insns() staticCédric Le Goater2021-01-301-1/+1
* powerpc/optprobes: Remove unused routine patch_imm32_load_insns()Cédric Le Goater2021-01-301-19/+0
* powerpc/smp: Make debugger_ipi_callback() staticCédric Le Goater2021-01-301-1/+1
* powerpc/smp: Include tick_broadcast() prototypeCédric Le Goater2021-01-301-0/+1
* powerpc/mce: Include prototypesCédric Le Goater2021-01-301-0/+1
* powerpc/setup_64: Make some routines staticCédric Le Goater2021-01-301-3/+4
* powerpc/pmem: Include pmem prototypesCédric Le Goater2021-01-301-0/+1
* powerpc/pseries/ras: Make init_ras_hotplug_IRQ() staticCédric Le Goater2021-01-301-1/+1
* powerpc/pseries/eeh: Make pseries_pcibios_bus_add_device() staticCédric Le Goater2021-01-301-1/+1
* powerpc/pseries/ras: Remove unused variable 'status'Cédric Le Goater2021-01-301-9/+4
* powerpc/mm: Include __find_linux_pte() prototypeCédric Le Goater2021-01-301-0/+1
* powerpc/perf/hv-24x7: Dont create sysfs event files for dummy eventsKajol Jain2021-01-301-0/+15
* powerpc/64s/kuap: Use mmu_has_feature()Michael Ellerman2021-01-301-2/+2
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-301-1/+0
* Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-12-247-15/+29
|\
| * powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall...Christophe Leroy2020-12-211-9/+16
| * powerpc/vdso: Fix DOTSYM for 32-bit LE VDSOMichael Ellerman2020-12-211-1/+6
| * powerpc/vdso: Don't pass 64-bit ABI cflags to 32-bit VDSOMichael Ellerman2020-12-211-1/+1
| * powerpc/vdso: Block R_PPC_REL24 relocationsMichael Ellerman2020-12-212-2/+2
| * powerpc/smp: Add __init to init_big_cores()Cédric Le Goater2020-12-211-1/+1
| * powerpc/time: Force inlining of get_tb()Christophe Leroy2020-12-211-1/+1