summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: Improve RFI L1-D cache flush fallbackNicholas Piggin2018-01-235-58/+39
* powerpc/pseries, ps3: panic flush kernel messages before halting systemNicholas Piggin2018-01-225-16/+38
* powerpc/tm: Fix endianness flip on trapGustavo Romero2018-01-211-1/+7
* powerpc: Expose TSCR via sysfsAnton Blanchard2018-01-211-0/+8
* powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_allMahesh Salgaonkar2018-01-211-2/+0
* powerpc/powernv: Add ppc_pci_reset_phbs parameter to issue a PHB resetGuilherme G. Piccoli2018-01-211-2/+12
* powerpc/pseries: Don't give a warning when HPT resizing isn't availableDavid Gibson2018-01-211-1/+1
* powerpc: Use octal numbers for file permissionsRussell Currey2018-01-2123-50/+47
* powerpc/boot/dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre2018-01-2126-106/+106
* powerpc: Fix old-style function definitionMathieu Malaterre2018-01-211-3/+3
* powerpc/xmon: Do not compute/store the major opcodeMathieu Malaterre2018-01-211-4/+0
* powerpc/xive: Properly use static keyword for inline functionMathieu Malaterre2018-01-211-1/+1
* powerpc/hash: Skip non initialized page size in init_hpte_page_sizesAneesh Kumar K.V2018-01-211-1/+1
* Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2018-01-218-43/+99
|\
| * powerpc/sysdev: change CPM GPIO to platform_deviceChristophe Leroy2018-01-217-39/+97
| * powerpc/fsl_pci: Fix ptr_ret.cocci warningsVasyl Gomonovych2018-01-211-3/+1
| * powerpc/fsl_pci: Correct fsl_pci_mcheck_exceptionJoakim Tjernlund2018-01-211-1/+1
* | Merge branch 'fixes' into nextMichael Ellerman2018-01-2132-94/+672
|\ \
| * | powerpc/pseries: include linux/types.h in asm/hvcall.hMichal Suchanek2018-01-171-0/+1
| * | powerpc/64s: Allow control of RFI flush via debugfsMichael Ellerman2018-01-171-0/+30
| * | powerpc/64s: Wire up cpu_show_meltdown()Michael Ellerman2018-01-172-0/+9
| * | powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt2018-01-101-11/+0
| * | powerpc/xmon: Don't print hashed pointers in paca dumpMichael Ellerman2018-01-101-11/+11
| * | powerpc/xmon: Add RFI flush related fields to paca dumpMichael Ellerman2018-01-101-0/+4
| * | powerpc/powernv: Check device-tree for RFI flush settingsOliver O'Halloran2018-01-101-0/+49
| * | powerpc/pseries: Query hypervisor for RFI flush settingsMichael Neuling2018-01-101-0/+35
| * | powerpc/64s: Support disabling RFI flush with no_rfi_flush and noptiMichael Ellerman2018-01-101-1/+23
| * | powerpc/64s: Add support for RFI flush of L1-D cacheMichael Ellerman2018-01-109-8/+286
| * | powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+28
| * | powerpc/64: Convert fast_exception_return to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-2/+16
| * | powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNELNicholas Piggin2018-01-091-1/+11
| * | powerpc/64s: Simple RFI macro conversionsNicholas Piggin2018-01-096-28/+34
| * | powerpc/64: Add macros for annotating the destination of rfid/hrfidNicholas Piggin2018-01-092-0/+35
| * | Merge branch 'topic/ppc-kvm' into fixesMichael Ellerman2018-01-092-0/+31
| |\ \
| * | | powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman2018-01-083-4/+22
| * | | powerpc/mm: Fix SEGV on mapped region to return SEGV_ACCERRJohn Sperbeck2018-01-021-1/+6
| * | | KVM: PPC: Book3S HV: Fix pending_pri value in kvmppc_xive_get_icp()Laurent Vivier2017-12-221-1/+2
| * | | KVM: PPC: Book3S: fix XIVE migration of pending interruptsCédric Le Goater2017-12-221-2/+2
| * | | powerpc/kernel: Print actual address of regs when oopsingMichael Ellerman2017-12-191-1/+1
| * | | powerpc/perf: Fix kfree memory allocated for nest pmusAnju T Sudhakar2017-12-131-1/+3
| * | | powerpc/perf/imc: Fix nest-imc cpuhotplug callback failureAnju T Sudhakar2017-12-131-0/+13
| * | | powerpc/perf: Dereference BHRB entries safelyRavi Bangoria2017-12-131-2/+6
| * | | powerpc/xmon: Don't print hashed pointers in xmonMichael Ellerman2017-12-061-5/+5
| * | | powerpc/64s: Initialize ISAv3 MMU registers before setting partition tableNicholas Piggin2017-12-061-0/+2
| * | | Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson2017-12-056-22/+45
| * | | powerpc/perf: Fix oops when grouping different pmu eventsRavi Bangoria2017-12-041-2/+2
* | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-01-2111-78/+206
|\ \ \ \
| * | | | powerpc/mm: Remove unused flag arg in global_invalidatesAneesh Kumar K.V2018-01-211-5/+4
| * | | | KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9Paul Mackerras2018-01-185-37/+131
| * | | | powerpc/xive: Add interrupt flag to disable automatic EOIBenjamin Herrenschmidt2018-01-122-1/+5