summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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/macintosh: constify wf_sensor_ops structuresJulia Lawall2017-09-015-9/+9
* 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
* macintosh: Convert to using %pOF instead of full_nameRob Herring2017-09-017-18/+18
* ide: pmac: Convert to using %pOF instead of full_nameRob Herring2017-09-011-9/+9
* crypto/nx: Add P9 NX support for 842 compression engineHaren Myneni2017-09-012-6/+372
* crypto/nx: Add P9 NX specific error codes for 842 engineHaren Myneni2017-09-013-0/+29
* crypto/nx: Use kzalloc for workmem allocationHaren Myneni2017-09-011-1/+1
* crypto/nx: Add nx842_add_coprocs_list functionHaren Myneni2017-09-011-3/+9
* crypto/nx: Create nx842_delete_coprocs functionHaren Myneni2017-09-011-13/+12
* crypto/nx: Create nx842_configure_crb functionHaren Myneni2017-09-011-19/+38
* crypto/nx: Rename nx842_powernv_function as icswx functionHaren Myneni2017-09-011-7/+13
* 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
* powerpc/smp: Add Power9 scheduler topologyOliver O'Halloran2017-08-311-1/+49
* powerpc/smp: Add cpu_l2_cache_mapOliver O'Halloran2017-08-312-6/+23
* powerpc/smp: Rework CPU topology constructionOliver O'Halloran2017-08-311-66/+86
* powerpc/smp: Use cpu_to_chip_id() to find core siblingsOliver O'Halloran2017-08-311-26/+11