summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-31powerpc: Fix build error in paravirt.hMichal Suchanek1-0/+1
2021-01-31powerpc/mce: Remove per cpu variables from MCE handlersGanesh Goudar4-32/+71
2021-01-31powerpc/mce: Reduce the size of event arraysGanesh Goudar1-1/+1
2021-01-31powerpc/time: Enable sched clock for irqtimePingfan Liu1-0/+2
2021-01-31powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scanCédric Le Goater1-8/+4
2021-01-31powerpc/pci: Delete traverse_pci_dn()Oliver O'Halloran2-43/+0
2021-01-31powerpc/eeh: Add a debugfs interface to check if a driver supports recoveryOliver O'Halloran1-0/+50
2021-01-31powerpc/eeh: Rework pci_dev lookup in debugfs attributesOliver O'Halloran1-34/+37
2021-01-31selftests/powerpc: Add VF recovery testsOliver O'Halloran3-0/+188
2021-01-31selftests/powerpc: Use stderr for debug messages in eeh-functionsOliver O'Halloran1-8/+12
2021-01-31selftests/powerpc: Hoist helper code out of eeh-basicOliver O'Halloran2-36/+51
2021-01-30powerpc/sstep: Fix incorrect return from analyze_instr()Ananth N Mavinakayanahalli1-1/+6
2021-01-30powerpc/sstep: Check instruction validity against ISA version before emulationAnanth N Mavinakayanahalli1-16/+62
2021-01-30powerpc/44x: Remove STDBINUTILS kconfig optionChristophe Leroy1-20/+6
2021-01-30powerpc/47x: Disable 256k page sizeChristophe Leroy1-1/+1
2021-01-30powerpc/kvm: Force selection of CONFIG_PPC_FPUChristophe Leroy1-0/+1
2021-01-30powerpc: Always enable queued spinlocks for 64s, disable for othersNicholas Piggin1-6/+2
2021-01-30powerpc/vas: Fix IRQ name allocationCédric Le Goater2-3/+9
2021-01-30powerpc/iommu/debug: Add debugfs entries for IOMMU tablesAlexey Kardashevskiy1-0/+46
2021-01-30powerpc/pseries/eeh: Make pseries_send_allow_unfreeze() staticCédric Le Goater1-2/+1
2021-01-30powerpc/pcidn: Make IOV setup routines staticCédric Le Goater1-8/+7
2021-01-30powerpc/pseries: Make IOV setup routines staticCédric Le Goater1-4/+4
2021-01-30KVM: PPC: Book3S HV: Declare some prototypesCédric Le Goater1-0/+7
2021-01-30KVM: PPC: Book3S HV: Include prototypesCédric Le Goater1-0/+1
2021-01-30KVM: PPC: Make the VMX instruction emulation routines staticCédric Le Goater1-4/+4
2021-01-30powerpc/watchdog: Declare soft_nmi_interrupt() prototypeCédric Le Goater2-0/+2
2021-01-30powerpc/mm: Declare arch_report_meminfo() prototype.Cédric Le Goater1-0/+3
2021-01-30powerpc/mm/hugetlb: Make pseries_alloc_bootmem_huge_page() staticCédric Le Goater1-1/+1
2021-01-30powerpc/mm: Declare preload_new_slb_context() prototypeCédric Le Goater1-0/+1
2021-01-30powerpc/mm: Move hpte_insert_repeating() prototypeCédric Le Goater2-4/+2
2021-01-30powerpc/mm: Declare some prototypesCédric Le Goater1-0/+2
2021-01-30powerpc/optprobes: Make patch_imm64_load_insns() staticCédric Le Goater1-1/+1
2021-01-30powerpc/optprobes: Remove unused routine patch_imm32_load_insns()Cédric Le Goater1-19/+0
2021-01-30powerpc/smp: Make debugger_ipi_callback() staticCédric Le Goater1-1/+1
2021-01-30powerpc/smp: Include tick_broadcast() prototypeCédric Le Goater1-0/+1
2021-01-30powerpc/mce: Include prototypesCédric Le Goater1-0/+1
2021-01-30powerpc/setup_64: Make some routines staticCédric Le Goater1-3/+4
2021-01-30powerpc/pmem: Include pmem prototypesCédric Le Goater1-0/+1
2021-01-30powerpc/pseries/ras: Make init_ras_hotplug_IRQ() staticCédric Le Goater1-1/+1
2021-01-30powerpc/pseries/eeh: Make pseries_pcibios_bus_add_device() staticCédric Le Goater1-1/+1
2021-01-30powerpc/pseries/ras: Remove unused variable 'status'Cédric Le Goater1-9/+4
2021-01-30powerpc/mm: Include __find_linux_pte() prototypeCédric Le Goater1-0/+1
2021-01-30powerpc/perf/hv-24x7: Dont create sysfs event files for dummy eventsKajol Jain1-0/+15
2021-01-30powerpc/64s/kuap: Use mmu_has_feature()Michael Ellerman1-2/+2
2021-01-30 ocxl: use DEFINE_MUTEX() for mutex lockZheng Yongjun1-2/+1
2021-01-04selftests/powerpc: Make the test check in eeh-basic.sh posix compliantPo-Hsu Lin1-1/+1
2021-01-04Linux 5.11-rc2v5.11-rc2Linus Torvalds1-1/+1
2021-01-01depmod: handle the case of /sbin/depmod without /sbin in PATHLinus Torvalds1-0/+2
2020-12-31kernel/io_uring: cancel io_uring before task worksPavel Begunkov2-2/+2
2020-12-31io_uring: fix io_sqe_files_unregister() hangsPavel Begunkov1-2/+22