aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-06-29arch/powerpc: use printk_ratelimited instead of printk_ratelimitGravatar Christian Dietrich 3-46/+50
2011-06-29powerpc/rtas-rtc: remove sideeffects of printk_ratelimitGravatar Christian Dietrich 1-12/+17
2011-06-22powerpc/e500: fix breakage with fsl_rio_mcheck_exceptionGravatar Scott Wood 1-1/+1
2011-06-09powerpc: Force page alignment for initrd reserved memoryGravatar Benjamin Herrenschmidt 1-3/+24
2011-06-09Merge remote branch 'kumar/merge' into mergeGravatar Benjamin Herrenschmidt 1-1/+1
2011-06-02powerpc/book3e: Fix CPU feature handling on e5500 in 32-bit modeGravatar Kumar Gala 1-1/+1
2011-05-27Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armGravatar Linus Torvalds 1-1/+1
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusGravatar Russell King 1-1/+1
2011-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-1/+0
2011-05-27Merge remote branch 'kumar/merge' into mergeGravatar Benjamin Herrenschmidt 1-0/+13
2011-05-26powerpc: Fix irq_free_virt by adjusting bounds before loopGravatar Milton Miller 1-4/+13
2011-05-26powerpc/irq: Protect irq_radix_revmap_lookup against irq_free_virtGravatar Milton Miller 1-2/+5
2011-05-26powerpc/irq: Check desc in handle_one_irq and expand generic_handle_irqGravatar Milton Miller 1-2/+5
2011-05-26powerpc/irq: Always free duplicate IRQ_LEGACY hostsGravatar Milton Miller 1-9/+2
2011-05-26powerpc/irq: Remove stale and misleading commentGravatar Milton Miller 1-3/+1
2011-05-26powerpc/cell: Use common smp ipi actionsGravatar Milton Miller 1-1/+1
2011-05-26powerpc/ftrace: Implement raw syscall tracepoints on PowerPCGravatar Ian Munsie 3-0/+19
2011-05-26Merge branch 'for-rmk' of git://github.com/at91linux/linux-2.6-at91 into deve...Gravatar Russell King 1-1/+1
2011-05-25powerpc: mmu_gather reworkGravatar Peter Zijlstra 1-1/+22
2011-05-25Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Gravatar Russell King 1-1/+1
2011-05-24PM / Hibernate: Remove arch_prepare_suspend()Gravatar Rafael J. Wysocki 1-1/+0
2011-05-24Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Gravatar Linus Torvalds 1-1/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-05-23Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+1
2011-05-22KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)Gravatar Scott Wood 1-0/+1
2011-05-20powerpc: Fix 32-bit SMP buildGravatar Josh Boyer 1-1/+1
2011-05-20powerpc/fsl_rio: move machine_check handlerGravatar Shaohui Xie 1-0/+13
2011-05-20powerpc: Fix hard CPU IDs detectionGravatar Benjamin Herrenschmidt 1-4/+7
2011-05-20Merge remote branch 'origin/master' into mergeGravatar Benjamin Herrenschmidt 2-3/+2
2011-05-20Merge remote branch 'kumar/next' into nextGravatar Benjamin Herrenschmidt 3-3/+120
2011-05-19Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2011-05-19powerpc: Remove last piece of GEMINIGravatar Sebastian Siewior 1-13/+0
2011-05-19powerpc: Fix for Pegasos keyboard and mouseGravatar Gabriel Paubert 1-0/+4
2011-05-19powerpc: Make early memory scan more resilient to out of order nodesGravatar Benjamin Herrenschmidt 1-5/+10
2011-05-19Merge branch 'merge' into nextGravatar Benjamin Herrenschmidt 4-12/+24
2011-05-19powerpc: Make IRQ_NOREQUEST last to clear, first to setGravatar Milton Miller 1-7/+7
2011-05-19powerpc/e5500: set non-base IVORsGravatar Scott Wood 2-0/+50
2011-05-19powerpc/fsl-booke64: Add support for Debug Level exception handlerGravatar Kumar Gala 2-3/+70
2011-05-19Merge remote branch 'benh/merge' into benh-nextGravatar Kumar Gala 4-12/+24
2011-05-19powerpc: Remove virq_to_hostGravatar Milton Miller 1-6/+0
2011-05-19powerpc: Add virq_is_host to reduce virq_to_host usageGravatar Milton Miller 1-0/+6
2011-05-19powerpc: Remove irq_host_ops->remap hookGravatar Milton Miller 1-2/+0
2011-05-19powerpc: Return early if irq_host lookup type is wrongGravatar Milton Miller 1-5/+7
2011-05-19powerpc: Radix trees are available before init_IRQGravatar Milton Miller 1-74/+4
2011-05-19powerpc: Use bytes instead of bitops in smp ipi multiplexingGravatar Milton Miller 1-13/+18
2011-05-19powerpc: Add kconfig for muxed smp ipi supportGravatar Milton Miller 1-0/+2
2011-05-19powerpc: Consolidate ipi message mux and demuxGravatar Milton Miller 3-71/+73
2011-05-19powerpc: Remove alloc_maybe_bootmem for zalloc versionGravatar Milton Miller 1-2/+1
2011-05-19powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFGravatar Milton Miller 1-24/+5
2011-05-19powerpc: Remove call sites of MSG_ALL_BUT_SELFGravatar Milton Miller 2-7/+14