summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2012-07-24Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-07-23Remove stale .rej fileBenjamin Herrenschmidt
2012-07-13powerpc/iommu: Fix iommu pool initializationBenjamin Herrenschmidt
2012-07-13Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt
2012-07-11powerpc/watchdog: move booke watchdog param related code to setup-common.cShaohui Xie
2012-07-11powerpc/ftrace: Fix assembly trampoline register usageroger blofeld
2012-07-11powerpc/hw_breakpoints: Fix incorrect pointer accessNaveen N. Rao
2012-07-11powerpc: Add VDSO version of getcpuAnton Blanchard
2012-07-11powerpc: Add a symbol for hypervisor trampolinesMichael Ellerman
2012-07-11powerpc: Fixup oddity in entry_32.SBenjamin Herrenschmidt
2012-07-11powerpc: Use CURRENT_THREAD_INFO instead of open coded assemblyStuart Yoder
2012-07-10powerpc/e500: make load_up_spe a normal fuctionLiu Yu
2012-07-10powerpc: IOMMU fault injectionAnton Blanchard
2012-07-10powerpc: Call dma_debug_add_bus for PCI and VIO busesAnton Blanchard
2012-07-10powerpc/vio: Separate vio bus probe and device probeAnton Blanchard
2012-07-10powerpc/vio: Remove dma not supported warningsAnton Blanchard
2012-07-10powerpc: Enforce usage of RA 0-R31 where possibleMichael Neuling
2012-07-10powerpc: Enforce usage of R0-R31 where possibleMichael Neuling
2012-07-10powerpc: Fixes for instructions not using correct register namingMichael Neuling
2012-07-10powerpc/pasemi: Move lbz/stbciz to ppc-opcode.hMichael Neuling
2012-07-10powerpc: Fix usage of register macros getting ready for %r0 changeMichael Neuling
2012-07-10Merge branch 'merge' into nextBenjamin Herrenschmidt
2012-07-10powerpc: Fix build of some debug irq codeBenjamin Herrenschmidt
2012-07-10powerpc: More fixes for lazy IRQ vs. idleBenjamin Herrenschmidt
2012-07-03powerpc: Fix kernel-doc warningWanpeng Li
2012-07-03powerpc/iommu: Implement IOMMU pools to improve multiqueue adapter performanceAnton Blanchard
2012-07-03powerpc/iommu: Push spinlock into iommu_range_alloc and __iommu_freeAnton Blanchard
2012-07-03powerpc/iommu: Reduce spinlock coverage in iommu_freeAnton Blanchard
2012-07-03powerpc/iommu: Reduce spinlock coverage in iommu_alloc and iommu_freeAnton Blanchard
2012-07-03powerpc/pci: cleanup on duplicate assignmentGavin Shan
2012-07-03powerpc: Clear RI and EE at the same time in system call exitAnton Blanchard
2012-07-03powerpc/smp: remove call to ipi_call_lock()/ipi_call_unlock()Yong Zhang
2012-07-03powerpc/ftrace: Use patch_instruction instead of probe_kernel_write()Steven Rostedt
2012-07-03powerpc/ftrace: Have PPC skip updating with stop_machine()Steven Rostedt
2012-06-29powerpc/ftrace: Do not trace restore_interrupts()Steven Rostedt
2012-06-29powerpc: Fix Section mismatch warnings in prom_init.cLi Zhong
2012-06-29ppc64: fix missing to check all bits of _TIF_USER_WORK_MASK in preemptTiejun Chen
2012-06-08powerpc: Fix kernel panic during kernel module loadSteffen Rumler
2012-06-08powerpc/time: Sanity check of decrementer expiration is necessaryPaul Mackerras
2012-06-06Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01powerpc: get rid of restore_sigmask()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-30KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt.Bharat Bhushan
2012-05-30KVM: PPC: Factor out guest epapr initializationLiu Yu-B13201
2012-05-27powerpc: Use the new generic strncpy_from_user() and strnlen_user()Paul Mackerras