summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-4.14b-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-075-54/+3
|\
| * xen/mmu: set MMU_NORMAL_PT_UPDATE in remap_area_mfn_pte_fnWei Liu2017-08-311-1/+1
| * xen: remove unused function xen_set_domain_pte()Juergen Gross2017-08-312-22/+0
| * xen: remove tests for pvh mode in pure pv pathsJuergen Gross2017-08-313-31/+2
* | Merge tag 'powerpc-4.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-07392-4884/+10684
|\ \
| * | powerpc/xive: Fix section __init warningCédric Le Goater2017-09-041-1/+1
| * | powerpc: Fix kernel crash in emulation of vector loads and storesPaul Mackerras2017-09-041-4/+4
| * | powerpc/xive: improve debugging macrosCédric Le Goater2017-09-021-2/+6
| * | powerpc/xive: add XIVE Exploitation Mode to CASCédric Le Goater2017-09-022-2/+37
| * | powerpc/xive: introduce H_INT_ESB hcallCédric Le Goater2017-09-024-3/+53
| * | powerpc/xive: add the HW IRQ number under xive_irq_dataCédric Le Goater2017-09-023-0/+5
| * | powerpc/xive: introduce xive_esb_write()Cédric Le Goater2017-09-021-1/+10
| * | powerpc/xive: rename xive_poke_esb() in xive_esb_read()Cédric Le Goater2017-09-021-10/+10
| * | powerpc/xive: guest exploitation of the XIVE interrupt controllerCédric Le Goater2017-09-0211-8/+698
| * | powerpc/xive: introduce a common routine xive_queue_page_alloc()Cédric Le Goater2017-09-023-11/+27
| * | powerpc/sstep: Avoid used uninitialized errorMichael Ellerman2017-09-021-0/+1
| * | axonram: Return directly after a failed kzalloc() in axon_ram_probe()Markus Elfring2017-09-011-22/+17
| * | axonram: Improve a size determination in axon_ram_probe()Markus Elfring2017-09-011-1/+1
| * | axonram: Delete an error message for a failed memory allocation in axon_ram_p...Markus Elfring2017-09-011-1/+0
| * | powerpc/powernv/npu: Move tlb flush before launching ATSDAlistair Popple2017-09-011-6/+6
| * | powerpc/iommu: Use permission-specific DEVICE_ATTR variantsJulia Lawall2017-09-011-2/+1
| * | powerpc/eeh: Delete an error out of memory message at init timeMarkus Elfring2017-09-011-4/+1
| * | powerpc/mm: Use seq_putc() in two functionsMarkus Elfring2017-09-012-2/+2
| * | crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2017-09-011-0/+3
| * | powerpc/32: remove a NOP from memset()Christophe Leroy2017-09-012-3/+11
| * | powerpc/32: optimise memset()Christophe Leroy2017-09-011-7/+14
| * | powerpc: fix location of two EXPORT_SYMBOLChristophe Leroy2017-09-012-2/+2
| * | powerpc/32: add memset16()Christophe Leroy2017-09-012-1/+17
| * | powerpc: Wrap register number correctly for string load/store instructionsPaul Mackerras2017-09-011-2/+4
| * | powerpc: Emulate load/store floating point as integer word instructionsPaul Mackerras2017-09-012-17/+48
| * | powerpc: Use instruction emulation infrastructure to handle alignment faultsPaul Mackerras2017-09-013-777/+34
| * | powerpc: Separate out load/store emulation into its own functionPaul Mackerras2017-09-012-113/+154
| * | powerpc: Handle opposite-endian processes in emulation codePaul Mackerras2017-09-012-60/+131
| * | powerpc: Set regs->dar if memory access fails in emulate_step()Paul Mackerras2017-09-011-22/+52
| * | powerpc: Emulate the dcbz instructionPaul Mackerras2017-09-012-0/+34
| * | powerpc: Emulate load/store floating double pair instructionsPaul Mackerras2017-09-011-16/+52
| * | powerpc: Emulate vector element load/store instructionsPaul Mackerras2017-09-011-2/+36
| * | powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not livePaul Mackerras2017-09-013-267/+203
| * | powerpc: Make load/store emulation use larger memory accessesPaul Mackerras2017-09-011-129/+106
| * | powerpc: Add emulation for the addpcis instructionPaul Mackerras2017-09-011-3/+11
| * | powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructionsPaul Mackerras2017-09-011-6/+6
| * | powerpc: Fix emulation of the isel instructionPaul Mackerras2017-09-011-8/+10
| * | powerpc/64: Fix update forms of loads and stores to write 64-bit EAPaul Mackerras2017-09-012-55/+58
| * | powerpc: Handle most loads and stores in instruction emulation codePaul Mackerras2017-09-016-62/+710
| * | powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr()Paul Mackerras2017-09-011-42/+12
| * | powerpc: Change analyse_instr so it doesn't modify *regsPaul Mackerras2017-09-012-257/+396
| * | powerpc: Correct instruction code for xxlor instructionPaul Mackerras2017-08-311-1/+1
| * | powerpc: Fix DAR reporting when alignment handler faultsMichael Ellerman2017-08-311-45/+74
| * | powerpc/pseries: Don't attempt to acquire drc during memory hot add for assig...John Allen2017-08-311-0/+4
| * | powerpc/4xx: Constify cpm_suspend_opsArvind Yadav2017-08-311-1/+1