aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2013-08-14powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabledKevin Hao
2013-08-14powerpc: Remove the redundant flush_fp_to_thread() in setup_sigcontext()Kevin Hao
2013-08-14powerpc: remove the unused function disable_kernel_fp()Kevin Hao
2013-08-14powerpc: Introduce function emulate_math()Kevin Hao
2013-08-14powerpc/math-emu: Move the flush FPU state function into do_mathemuKevin Hao
2013-08-14powerpc/8xx: Remove last traces of 8XX_MINIMAL_FPEMUPaul Bolle
2013-08-14powerpc: Check "status" property before adding legacy ISA serial portsBenjamin Herrenschmidt
2013-08-14powerpc: Cleanup udbg_16550 and add support for LPC PIO-only UARTsBenjamin Herrenschmidt
2013-08-14powerpc/powernv: Add PIO accessors for Power8 LPC busBenjamin Herrenschmidt
2013-08-14powerpc/powernv: Add helper to get ibm,chip-id of a nodeBenjamin Herrenschmidt
2013-08-14powerpc: Better split CONFIG_PPC_INDIRECT_PIO and CONFIG_PPC_INDIRECT_MMIOBenjamin Herrenschmidt
2013-08-14powerpc/ppc64: Rename SOFT_DISABLE_INTS with RECONCILE_IRQ_STATETiejun Chen
2013-08-14powerpc/pmac: Early debug output on screen on 64-bit macsBenjamin Herrenschmidt
2013-08-14powerpc/pci: Remove duplicate check in pcibios_fixup_bus()Gavin Shan
2013-08-14powerpc: Fix VRSAVE handlingPaul Mackerras
2013-08-14powerpc: Add smp_generic_cpu_bootableAndy Fleming
2013-08-14powerpc: Remove the symbol __flush_icache_rangeKevin Hao
2013-08-14powerpc: Move the testing of CPU_FTR_COHERENT_ICACHE into __flush_icache_rangeKevin Hao
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard
2013-08-14powerpc/pci: Don't use bitfield for force_32bit_msiAnton Blanchard
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard
2013-08-14powerpc: Handle unaligned ldbrx/stdbrxAnton Blanchard
2013-08-14powerpc: Align p_tocAnton Blanchard
2013-08-09powerpc/tm: Fix context switching TAR, PPR and DSCR SPRsMichael Neuling
2013-08-09powerpc: Save the TAR register earlierMichael Neuling
2013-08-09powerpc: Fix context switch DSCR on POWER8Michael Neuling
2013-08-09powerpc: Fix hypervisor facility unavaliable vector numberMichael Neuling
2013-08-09powerpc/eeh: Add missing procfs entry for PowerNVMike Qiu
2013-08-09Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt
2013-08-07powerpc/85xx: Move ePAPR paravirt initialization earlierLaurentiu TUDOR
2013-08-07powerpc/perf: add 2 additional performance monitor counters for e6500 coreLijun Pan
2013-08-01powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman
2013-07-30powerpc/mpc85xx: invalidate TLB after hibernation resumeDongsheng Wang
2013-07-30powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia
2013-07-25KVM: PPC: Book3S PR: Load up SPRG3 register with guest value on guest entryPaul Mackerras
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar
2013-07-24powerpc/eeh: Introdce flag to protect sysfsGavin Shan
2013-07-24powerpc/eeh: Fix unbalanced enable for IRQGavin Shan
2013-07-24powerpc/eeh: Don't use pci_dev during BAR restoreGavin Shan
2013-07-24powerpc/eeh: Use partial hotplug for EEH unaware driversGavin Shan
2013-07-24powerpc/pci: Partial tree hotplug supportGavin Shan
2013-07-24powerpc/eeh: Use safe list traversal when walking EEH devicesGavin Shan
2013-07-24powerpc/eeh: Keep PE during hotplugGavin Shan
2013-07-24powerpc/pci: Override pcibios_release_device()Gavin Shan
2013-07-24powerpc/eeh: Export functions for hotplugGavin Shan
2013-07-24powerpc/eeh: Remove reference to PCI deviceGavin Shan
2013-07-24powerpc/modules: Module CRC relocation fix causes perf issuesAnton Blanchard
2013-07-24powerpc: Add second POWER8 PVR entryMichael Neuling
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-07-09ptrace/powerpc: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"Oleg Nesterov