summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02140-0/+140
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-09-091-0/+8
|\
| * vga: optimise console scrollingMatthew Wilcox2017-09-081-0/+8
* | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-0/+1
|\ \ | |/ |/|
| * Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2017-08-313-9/+40
| |\
| * | KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai2017-08-311-0/+1
* | | Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-0753-210/+698
|\ \ \
| * | | powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater2017-09-021-1/+4
| * | | powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater2017-09-021-0/+1
| * | | powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater2017-09-021-0/+1
| * | | powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater2017-09-022-1/+15
| * | | crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2017-09-011-0/+3
| * | | powerpc/32: add memset16()Christophe Leroy2017-09-011-1/+3
| * | | powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras2017-09-011-2/+3
| * | | powerpc: Separate out load/store emulation into its own functionPaul Mackerras2017-09-011-0/+9
| * | | powerpc: Handle opposite-endian processes in emulation codePaul Mackerras2017-09-011-3/+4
| * | | powerpc: Emulate the dcbz instructionPaul Mackerras2017-09-011-0/+2
| * | | powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2017-09-011-0/+1
| * | | powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras2017-09-011-1/+3
| * | | powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras2017-09-012-0/+29
| * | | powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras2017-09-011-4/+48
| * | | powerpc: Correct instruction code for xxlor instructionPaul Mackerras2017-08-311-1/+1
| * | | powerpc/smp: Add cpu_l2_cache_mapOliver O'Halloran2017-08-311-0/+6
| * | | powerpc/asm: Convert .llong directives to .8byteTobin C. Harding2017-08-313-10/+10
| * | | powerpc/xmon: Add ISA v3.0 SPRs to SPR dumpBalbir Singh2017-08-311-0/+1
| * | | powerpc/powernv/vas: Define copy/paste interfacesSukadev Bhattiprolu2017-08-312-0/+14
| * | | powerpc/powernv/vas: Define vas_tx_win_open()Sukadev Bhattiprolu2017-08-311-0/+42
| * | | powerpc/powernv/vas: Define vas_win_close() interfaceSukadev Bhattiprolu2017-08-311-0/+7
| * | | powerpc/powernv/vas: Define vas_rx_win_open() interfaceSukadev Bhattiprolu2017-08-311-0/+45
| * | | powerpc/powernv: Move GET_FIELD/SET_FIELD to vas.hSukadev Bhattiprolu2017-08-311-0/+8
| * | | powerpc/powernv/vas: Define macros, register fields and structuresSukadev Bhattiprolu2017-08-311-0/+45
| * | | powerpc/pci: Remove OF node back pointer from pci_dnAlexey Kardashevskiy2017-08-311-1/+0
| * | | powerpc/eeh: Remove unnecessary config_addr from eeh_devAlexey Kardashevskiy2017-08-311-1/+0
| * | | powerpc/eeh: Remove unnecessary pointer to phb from eeh_devAlexey Kardashevskiy2017-08-311-1/+0
| * | | powerpc/eeh: Reduce to one the number of places where edev is allocatedAlexey Kardashevskiy2017-08-311-1/+2
| * | | powerpc/powernv: Use kernel crash path for machine checksNicholas Piggin2017-08-312-0/+3
| * | | powerpc/powernv: Flush console before platform error rebootNicholas Piggin2017-08-311-1/+1
| * | | powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin2017-08-312-2/+0
| * | | powerpc/64: Fix watchdog configuration regressionsNicholas Piggin2017-08-311-2/+1
| * | | powerpc/64s: Move IDLE_STATE_ENTER_SEQ[_NORET] into idle_book3s.SNicholas Piggin2017-08-291-16/+0
| * | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-291-0/+4
| |\ \ \ | | | |/ | | |/|
| | * | KVM: PPC: Book3S HV: POWER9 does not require secondary thread managementNicholas Piggin2017-08-291-0/+4
| * | | powerpc/mm: Make switch_mm_irqs_off() out of lineBenjamin Herrenschmidt2017-08-231-87/+2
| * | | powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt2017-08-233-1/+22
| * | | powerpc/mm: Avoid double irq save/restore in activate_mmBenjamin Herrenschmidt2017-08-231-4/+0
| * | | powerpc/mm: Move pgdir setting into a helperBenjamin Herrenschmidt2017-08-231-8/+22
| * | | Merge branch 'fixes' into nextMichael Ellerman2017-08-235-10/+53
| |\ \ \
| * | | | powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V2017-08-171-0/+1
| * | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-08-172-9/+36
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | powerpc/mm: Rename find_linux_pte_or_hugepte()Aneesh Kumar K.V2017-08-172-9/+36
OpenPOWER on IntegriCloud