summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-229-19/+17
|\
| * mm: larger stack guard gap, between vmasHugh Dickins2017-06-193-4/+4
| * Merge tag 'powerpc-4.12-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-06-175-10/+13
| |\
| | * powerpc/debug: Add missing warn flag to WARN_ON's non-builtin pathAlexey Kardashevskiy2017-06-161-1/+1
| | * powerpc/xive: Fix offset for store EOI MMIOsBenjamin Herrenschmidt2017-06-153-8/+10
| | * powerpc/npu-dma: Remove spurious WARN_ON when a PCI device has no of_nodeAlistair Popple2017-06-141-1/+2
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-06-111-5/+0
| |\ \
| | * | security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-06-091-5/+0
* | | | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-131-1/+1
|/ / /
* | | Merge tag 'powerpc-4.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-06-0916-50/+109
|\ \ \ | |/ / |/| / | |/
| * powerpc/book3s64: Move PPC_DT_CPU_FTRs and enable it by defaultMichael Ellerman2017-06-082-11/+11
| * powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V2017-06-084-16/+15
| * powerpc/perf: Fix Power9 test_adder fieldsMadhavan Srinivasan2017-06-061-2/+2
| * powerpc/numa: Fix percpu allocations to be NUMA awareMichael Ellerman2017-06-062-2/+16
| * powerpc/kernel: Initialize load_tm on task creationBreno Leitao2017-06-061-0/+1
| * powerpc/kernel: Fix FP and vector register restorationBreno Leitao2017-06-051-0/+2
| * powerpc/64: Reclaim CPU_FTR_SUBCOREMichael Ellerman2017-06-013-4/+8
| * powerpc/hotplug-mem: Fix missing endian conversion of aa_indexMichael Bringmann2017-06-011-0/+2
| * powerpc/sysdev/simple_gpio: Fix oops in gpio save_regs functionChristophe Leroy2017-06-011-1/+2
| * powerpc/spufs: Fix coredump of SPU contextsMichael Ellerman2017-06-011-0/+2
| * powerpc/64s: Add dt_cpu_ftrs boot time setup optionNicholas Piggin2017-06-012-14/+48
* | Merge tag 'powerpc-4.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-275-5/+11
|\ \ | |/
| * powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructionsNicholas Piggin2017-05-252-1/+4
| * powerpc/spufs: Fix hash faults for kernel regionsJeremy Kerr2017-05-251-1/+3
| * powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=NMichael Neuling2017-05-251-0/+2
| * powerpc/powernv/npu-dma.c: Fix opal_npu_destroy_context() callAlistair Popple2017-05-251-3/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-196-22/+80
|\ \
| * \ Merge branch 'kvm-ppc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář2017-05-156-22/+80
| |\ \
| | * | KVM: PPC: Book3S PR: Don't include SPAPR TCE code on non-pseries platformsPaul Mackerras2017-05-124-13/+33
| | * | KVM: PPC: Book3S PR: Check copy_to/from_user return valuesPaul Mackerras2017-05-121-8/+26
| | * | KVM: PPC: Book3S HV: Add radix checks in real-mode hypercall handlersPaul Mackerras2017-05-122-1/+21
* | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-05-191-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | devicetree: Move include prefixes from arch to separate directoryOlof Johansson2017-05-181-1/+0
| |/ /
* | | powerpc/mm: Fix virt_addr_valid() etc. on 64-bit hashMichael Ellerman2017-05-191-0/+12
* | | powerpc/mm: Fix crash in page table dump with huge pagesMichael Ellerman2017-05-171-3/+4
* | | powerpc/kprobes: Fix handling of instruction emulation on probe re-entryNaveen N. Rao2017-05-161-1/+2
* | | powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1Gautham R. Shenoy2017-05-161-1/+1
* | | powerpc/tm: Fix FP and VMX register corruptionMichael Neuling2017-05-151-0/+19
* | | powerpc/modules: If mprofile-kernel is enabled add it to vermagicMichael Ellerman2017-05-151-0/+4
|/ /
* | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-1220-24/+1203
|\ \
| * | powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin2017-05-0911-16/+1150
| * | powerpc: Don't print cpu_spec->cpu_name if it's NULLNicholas Piggin2017-05-091-1/+1
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-05-094-0/+44
| |\ \
| | * | powerpc/64e: Don't place the stack beyond TASK_SIZEScott Wood2017-05-051-0/+5
| | * | powerpc/8xx: Adding support of IRQ in MPC8xx GPIOChristophe Leroy2017-05-022-0/+27
| | * | powerpc/64e: Fix hang when debugging programs with relocated kernelLiuHailong2017-04-301-0/+12
| * | | powerpc/64s: Fix unnecessary machine check handler relocation branchNicholas Piggin2017-05-091-3/+1
| * | | powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman2017-05-091-3/+3
| * | | powerpc: Fix distclean with Makefile.postlinkHoria Geantă2017-05-091-1/+1
| * | | powerpc/powernv: Block PCI config access on BCM5718 during EEH recoveryGavin Shan2017-05-041-0/+3
OpenPOWER on IntegriCloud