summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabledKevin Hao2013-08-141-0/+2
| * | | | powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()Kevin Hao2013-08-141-2/+0
| * | | | powerpc: remove the unused function disable_kernel_fp()Kevin Hao2013-08-141-13/+0
| * | | | powerpc: Introduce function emulate_math()Kevin Hao2013-08-141-45/+34
| * | | | powerpc/math-emu: Move the flush FPU state function into do_mathemuKevin Hao2013-08-141-9/+0
| * | | | powerpc/8xx: Remove last traces of 8XX_MINIMAL_FPEMUPaul Bolle2013-08-142-201/+0
| * | | | powerpc: Check "status" property before adding legacy ISA serial portsBenjamin Herrenschmidt2013-08-141-3/+5
| * | | | powerpc: Cleanup udbg_16550 and add support for LPC PIO-only UARTsBenjamin Herrenschmidt2013-08-142-189/+201
| * | | | powerpc/powernv: Add PIO accessors for Power8 LPC busBenjamin Herrenschmidt2013-08-141-0/+3
| * | | | powerpc/powernv: Add helper to get ibm,chip-id of a nodeBenjamin Herrenschmidt2013-08-141-0/+26
| * | | | powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIOBenjamin Herrenschmidt2013-08-143-5/+21
| * | | | powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATETiejun Chen2013-08-142-4/+4
| * | | | powerpc/pmac: Early debug output on screen on 64-bit macsBenjamin Herrenschmidt2013-08-145-117/+201
| * | | | powerpc/pci: Remove duplicate check in pcibios_fixup_bus()Gavin Shan2013-08-141-2/+1
| * | | | powerpc: Fix VRSAVE handlingPaul Mackerras2013-08-143-2/+19
| * | | | powerpc: Add smp_generic_cpu_bootableAndy Fleming2013-08-141-0/+22
| * | | | powerpc: Remove the symbol __flush_icache_rangeKevin Hao2013-08-143-3/+2
| * | | | powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeKevin Hao2013-08-142-1/+4
| * | | | powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2013-08-141-2/+3
| * | | | powerpc/pci: Don't use bitfield for force_32bit_msiAnton Blanchard2013-08-141-1/+1
| * | | | powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-146-11/+11
| * | | | powerpc: Handle unaligned ldbrx/stdbrxAnton Blanchard2013-08-141-0/+10
| * | | | powerpc: Align p_tocAnton Blanchard2013-08-141-0/+1
| * | | | Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2013-08-097-15/+35
| |\ \ \ \
| | * | | | powerpc/85xx: Move ePAPR paravirt initialization earlierLaurentiu TUDOR2013-08-073-13/+22
| | * | | | powerpc/perf: add 2 additional performance monitor counters for e6500 coreLijun Pan2013-08-071-1/+1
| | * | | | powerpc/mpc85xx: invalidate TLB after hibernation resumeDongsheng Wang2013-07-301-0/+8
| | * | | | powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia2013-07-302-1/+4
| | | |_|/ | | |/| |
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-042-2/+3
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/next' into kvm-ppc-nextAlexander Graf2013-08-2939-213/+3960
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entryPaul Mackerras2013-07-251-0/+1
| * | | | | powerpc/kvm: Contiguous memory allocator based RMA allocationAneesh Kumar K.V2013-07-081-2/+0
| * | | | | powerpc/kvm: Contiguous memory allocator based hash page table allocationAneesh Kumar K.V2013-07-081-0/+2
* | | | | | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-042-2/+2
|\ \ \ \ \ \
| * | | | | | PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-152-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pci-v3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-031-6/+2
|\ \ \ \ \ \
| * | | | | | PCI: Simplify pcie_bus_configure_settings() interfaceBjorn Helgaas2013-08-221-6/+2
| |/ / / / /
* | | | | | Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-41/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | of: move of_get_cpu_node implementation to DT core librarySudeep KarkadaNagesha2013-08-211-57/+0
| * | | | | powerpc: refactor of_get_cpu_node to support other architecturesSudeep KarkadaNagesha2013-08-211-29/+47
| | |_|_|/ | |/| | |
* | | | | powerpc: Don't Oops when accessing /proc/powerpc/lparcfg without hypervisorBenjamin Herrenschmidt2013-08-271-13/+9
|/ / / /
* | | | powerpc/tm: Fix context switching TAR, PPR and DSCR SPRsMichael Neuling2013-08-092-0/+23
* | | | powerpc: Save the TAR register earlierMichael Neuling2013-08-092-9/+10
* | | | powerpc: Fix context switch DSCR on POWER8Michael Neuling2013-08-092-25/+60
* | | | powerpc: Fix hypervisor facility unavaliable vector numberMichael Neuling2013-08-091-2/+3
* | | | powerpc/eeh: Add missing procfs entry for PowerNVMike Qiu2013-08-091-1/+1
| |_|/ |/| |
* | | powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman2013-08-011-1/+1
* | | powerpc/eeh: Introdce flag to protect sysfsGavin Shan2013-07-242-1/+17
* | | powerpc/eeh: Fix unbalanced enable for IRQGavin Shan2013-07-241-1/+5
* | | powerpc/eeh: Don't use pci_dev during BAR restoreGavin Shan2013-07-241-13/+12
OpenPOWER on IntegriCloud