aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAge
* powerpc: Add PPC_FEATURE userspace bits for SCV and DARN instructionsNicholas Piggin2017-05-25
* powerpc: Fix booting P9 hash with CONFIG_PPC_RADIX_MMU=NMichael Neuling2017-05-25
* powerpc/kprobes: Fix handling of instruction emulation on probe re-entryNaveen N. Rao2017-05-15
* powerpc/powernv: Set NAPSTATELOST after recovering paca on P9 DD1Gautham R. Shenoy2017-05-15
* powerpc/tm: Fix FP and VMX register corruptionMichael Neuling2017-05-15
* Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-12
|\
| * powerpc/64s: Support new device tree binding for discovering CPU featuresNicholas Piggin2017-05-09
| * powerpc: Don't print cpu_spec->cpu_name if it's NULLNicholas Piggin2017-05-09
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-05-09
| |\
| | * powerpc/64e: Fix hang when debugging programs with relocated kernelLiuHailong2017-04-30
| * | powerpc/64s: Fix unnecessary machine check handler relocation branchNicholas Piggin2017-05-09
* | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2017-05-09
|\ \ \
| * \ \ Merge remote-tracking branch 'remotes/powerpc/topic/xive' into kvm-ppc-nextPaul Mackerras2017-04-27
| |\ \ \
| | * | | KVM: PPC: Book3S HV: Native usage of the XIVE interrupt controllerBenjamin Herrenschmidt2017-04-27
| | * | | powerpc/64s: Revert setting of LPCR[LPES] on POWER9Nicholas Piggin2017-04-25
* | | | | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-08
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/resource-mmap' into nextBjorn Helgaas2017-04-28
| |\ \ \ \ \
| | * | | | | PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse2017-04-20
| * | | | | | powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to...Yongji Xie2017-04-19
| |/ / / / /
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-05-08
|\ \ \ \ \ \
| * | | | | | powerpc/fadump: reuse crashkernel parameter for fadump memory reservationHari Bathini2017-05-08
| * | | | | | powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini2017-05-08
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-08
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | KVM: PPC: iommu: Unify TCE checkingAlexey Kardashevskiy2017-04-19
* | | | | | Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-05
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | powerpc/64s: Power9 has no LPCR[VRMASD] field so don't set itNicholas Piggin2017-05-03
| * | | | | powerpc/book3s/mce: Move add_taint() later in virtual modeMahesh Salgaonkar2017-05-03
| * | | | | powerpc/sysfs: Move #ifdef CONFIG_HOTPLUG_CPU out of the function bodyMichael Ellerman2017-05-03
| * | | | | powerpc/smp: Document irq enable/disable after migrating IRQsMichael Ellerman2017-05-03
| * | | | | powerpc/eeh: Clean up and document event handling functionsRussell Currey2017-05-02
| * | | | | powerpc/eeh: Avoid use after free in eeh_handle_special_event()Russell Currey2017-05-02
| * | | | | powerpc: Add struct smp_ops_t.cause_nmi_ipi operationNicholas Piggin2017-04-28
| * | | | | powerpc: Add NMI IPI infrastructureNicholas Piggin2017-04-28
| * | | | | powerpc: Mark system reset as an NMI with nmi_enter/exit()Nicholas Piggin2017-04-28
| * | | | | powerpc/64s: Dedicated system reset interrupt stackNicholas Piggin2017-04-28
| * | | | | powerpc/64s: Disallow system reset vs system reset reentrancyNicholas Piggin2017-04-28
| * | | | | powerpc/64s: Fix system reset vs general interrupt reentrancyNicholas Piggin2017-04-28
| * | | | | powerpc/64s: Exception macro for stack frame and initial register saveNicholas Piggin2017-04-28
| * | | | | powerpc/64s: Add exception macro that does not enable RINicholas Piggin2017-04-28
| * | | | | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-04-28
| |\| | | | | | |_|_|/ | |/| | |
| | * | | powerpc/vfio_spapr_tce: Add reference counting to iommu_tableAlexey Kardashevskiy2017-03-30
| | * | | powerpc/iommu/vfio_spapr_tce: Cleanup iommu_table disposalAlexey Kardashevskiy2017-03-30
| | * | | powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()Alexey Kardashevskiy2017-03-30
| * | | | powerpc/ftrace/64: Split further based on -mprofile-kernelNaveen N. Rao2017-04-27
| * | | | powerpc: Split ftrace bits into a separate fileNaveen N. Rao2017-04-27
| * | | | powerpc/sysfs: Fix reference leak of cpu device_nodes present at bootTyrel Datwyler2017-04-24
| * | | | Merge branch 'topic/kprobes' into nextMichael Ellerman2017-04-24
| |\ \ \ \
| | * | | | powerpc/kprobes: Prefer ftrace when probing function entryNaveen N. Rao2017-04-24
| | * | | | powerpc: Introduce a new helper to obtain function entry pointsNaveen N. Rao2017-04-24
| | * | | | powerpc/kprobes: Add support for KPROBES_ON_FTRACENaveen N. Rao2017-04-24