| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-09-06 | Merge tag 'powerpc-5.3-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux |  Linus Torvalds | 2 | -18/+4 |
| 2019-09-05 | powerpc: Remove empty comment |  Jordan Niethe | 1 | -3/+0 |
| 2019-09-05 | powerpc/imc: Dont create debugfs files for cpu-less nodes |  Madhavan Srinivasan | 1 | -6/+6 |
| 2019-09-05 | powerpc/64s/radix: introduce options to disable use of the tlbie instruction |  Nicholas Piggin | 4 | -18/+234 |
| 2019-09-05 | powerpc/64s: remove unnecessary translation cache flushes at boot |  Nicholas Piggin | 4 | -13/+7 |
| 2019-09-05 | powerpc/64s/pseries: radix flush translations before MMU is enabled at boot |  Nicholas Piggin | 2 | -8/+10 |
| 2019-09-05 | powerpc/64s: make mmu_partition_table_set_entry TLB flush optional |  Nicholas Piggin | 5 | -6/+6 |
| 2019-09-05 | powerpc/64s/radix: tidy up TLB flushing code |  Nicholas Piggin | 4 | -110/+34 |
| 2019-09-05 | powerpc/64s: remove register_process_table callback |  Nicholas Piggin | 5 | -48/+27 |
| 2019-09-05 | powerpc/eeh: Add a eeh_dev_break debugfs interface |  Oliver O'Halloran | 1 | -1/+138 |
| 2019-09-05 | powerpc/eeh: Add debugfs interface to run an EEH check |  Oliver O'Halloran | 1 | -0/+61 |
| 2019-09-05 | powerpc/eeh: Set attention indicator while recovering |  Oliver O'Halloran | 1 | -0/+32 |
| 2019-09-05 | pci-hotplug/pnv_php: Add support for IODA3 Power9 PHBs |  Oliver O'Halloran | 1 | -1/+2 |
| 2019-09-05 | powernv/eeh: Use generic code to handle hot resets |  Oliver O'Halloran | 1 | -3/+35 |
| 2019-09-05 | powerpc/eeh: Remove stale CAPI comment |  Oliver O'Halloran | 1 | -7/+0 |
| 2019-09-05 | powerpc/eeh: Defer printing stack trace |  Oliver O'Halloran | 4 | -26/+64 |
| 2019-09-05 | powerpc/eeh: Check slot presence state in eeh_handle_normal_event() |  Oliver O'Halloran | 1 | -0/+60 |
| 2019-09-05 | powerpc/eeh: Make permanently failed devices non-actionable |  Oliver O'Halloran | 1 | -2/+10 |
| 2019-09-05 | powerpc/eeh: Fix race when freeing PDNs |  Oliver O'Halloran | 3 | -2/+27 |
| 2019-09-05 | powerpc/eeh: Clean up EEH PEs after recovery finishes |  Oliver O'Halloran | 3 | -3/+64 |
| 2019-09-04 | kbuild: add $(BASH) to run scripts with bash-extension |  Masahiro Yamada | 2 | -2/+2 |
| 2019-09-04 | powerpc/tm: Fix restoring FP/VMX facility incorrectly on interrupts |  Gustavo Romero | 1 | -16/+2 |
| 2019-09-04 | powerpc/tm: Fix FP/VMX unavailable exceptions inside a transaction |  Gustavo Romero | 1 | -1/+2 |
| 2019-09-04 | dma-mapping: provide a better default ->get_required_mask |  Christoph Hellwig | 1 | -7/+0 |
| 2019-09-04 | dma-mapping: explicitly wire up ->mmap and ->get_sgtable |  Christoph Hellwig | 3 | -0/+8 |
| 2019-09-02 | Merge 5.3-rc7 into usb-next |  Greg Kroah-Hartman | 2 | -4/+8 |
| 2019-08-30 | Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/core |  Will Deacon | 1 | -13/+0 |
| 2019-08-30 | powerpc/64s/exception: reduce page fault unnecessary loads |  Nicholas Piggin | 2 | -23/+19 |
| 2019-08-30 | powerpc/64s/exception: Remove pointless KVM handler name bifurcation |  Nicholas Piggin | 1 | -58/+44 |
| 2019-08-30 | powerpc/64s/exception: program check handler do not branch into a macro |  Nicholas Piggin | 1 | -7/+8 |
| 2019-08-30 | powerpc/64s/exception: move interrupt entry code above the common handler |  Nicholas Piggin | 1 | -225/+225 |
| 2019-08-30 | powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile options |  Nicholas Piggin | 1 | -60/+51 |
| 2019-08-30 | powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into caller |  Nicholas Piggin | 1 | -45/+40 |
| 2019-08-30 | powerpc/64s/exception: Expand EXCEPTION_COMMON macro into caller |  Nicholas Piggin | 1 | -27/+27 |
| 2019-08-30 | powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception code |  Nicholas Piggin | 1 | -20/+32 |
| 2019-08-30 | powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3 |  Nicholas Piggin | 1 | -12/+6 |
| 2019-08-30 | powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macros |  Nicholas Piggin | 1 | -8/+8 |
| 2019-08-30 | powerpc/64s/exception: Add INT_KVM_HANDLER gas macro |  Nicholas Piggin | 1 | -59/+40 |
| 2019-08-30 | powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI |  Nicholas Piggin | 1 | -6/+10 |
| 2019-08-30 | powerpc/64s/exception: Add the virt variant of the denorm interrupt handler |  Nicholas Piggin | 1 | -1/+5 |
| 2019-08-30 | powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2 |  Nicholas Piggin | 1 | -78/+73 |
| 2019-08-30 | powerpc/64s/exceptions: Use keyword params to shorten arg lists |  Michael Ellerman | 1 | -60/+60 |
| 2019-08-30 | powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macro |  Nicholas Piggin | 1 | -296/+206 |
| 2019-08-30 | powerpc/64s/exception: remove 0xb00 handler |  Nicholas Piggin | 1 | -4/+2 |
| 2019-08-30 | powerpc/64s/exception: Fix performance monitor virt handler |  Nicholas Piggin | 1 | -1/+1 |
| 2019-08-30 | powerpc/64s/exception: Add EXC_HV_OR_STD, which selects HSRR if HVMODE |  Nicholas Piggin | 1 | -23/+79 |
| 2019-08-30 | powerpc/64s/exception: move head-64.h exception code to exception-64s.S |  Nicholas Piggin | 2 | -41/+41 |
| 2019-08-30 | powerpc/64s/exception: Fix DAR load for handle_page_fault error case |  Nicholas Piggin | 1 | -1/+1 |
| 2019-08-30 | powerpc/64s/exception: machine check improve labels and comments |  Nicholas Piggin | 1 | -4/+10 |
| 2019-08-30 | powerpc/64s/exception: untangle early machine check handler branch |  Nicholas Piggin | 1 | -67/+62 |