aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-05-241-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | percpu: Always align percpu output section to PAGE_SIZETejun Heo2011-03-241-1/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \ \ \ \
| * | | | | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | | | | | Merge branch 'kvm-updates/2.6.40' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-05-231-0/+1
|\ \ \ \ \ \
| * | | | | | KVM: PPC: booke: save/restore VRSAVE (a.k.a. USPRG0)Scott Wood2011-05-221-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | powerpc: Fix 32-bit SMP buildJosh Boyer2011-05-201-1/+1
| |_|_|/ / |/| | | |
* | | | | powerpc: Fix hard CPU IDs detectionBenjamin Herrenschmidt2011-05-201-4/+7
* | | | | Merge remote branch 'origin/master' into mergeBenjamin Herrenschmidt2011-05-202-3/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-05-191-1/+0
| |\ \ \ \
| | * | | | sysfs: remove "last sysfs file:" line from the oops messagesGreg Kroah-Hartman2011-05-131-1/+0
| | | |/ / | | |/| |
| * | | | Merge commit 'v2.6.39-rc7' into sched/coreIngo Molnar2011-05-121-1/+11
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar2011-04-215-17/+45
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra2011-04-141-2/+2
* | | | | Merge remote branch 'kumar/next' into nextBenjamin Herrenschmidt2011-05-203-3/+120
|\ \ \ \ \
| * | | | | powerpc/e5500: set non-base IVORsScott Wood2011-05-192-0/+50
| * | | | | powerpc/fsl-booke64: Add support for Debug Level exception handlerKumar Gala2011-05-192-3/+70
| * | | | | Merge remote branch 'benh/merge' into benh-nextKumar Gala2011-05-194-12/+24
| |\ \ \ \ \
* | | | | | | powerpc: Remove last piece of GEMINISebastian Siewior2011-05-191-13/+0
* | | | | | | powerpc: Fix for Pegasos keyboard and mouseGabriel Paubert2011-05-191-0/+4
* | | | | | | powerpc: Make early memory scan more resilient to out of order nodesBenjamin Herrenschmidt2011-05-191-5/+10
* | | | | | | Merge branch 'merge' into nextBenjamin Herrenschmidt2011-05-194-12/+24
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | powerpc/4xx: Fix regression in SMP on 476kerstin jonsson2011-05-191-2/+2
| * | | | | | powerpc/kexec: Fix build failure on 32-bit SMPBen Hutchings2011-05-191-29/+30
| * | | | | | powerpc/smp: Make start_secondary_resume available to all CPU variantsBenjamin Herrenschmidt2011-05-192-9/+11
| | |_|_|/ / | |/| | | |
| * | | | | hw_breakpoints, powerpc: Fix CONFIG_HAVE_HW_BREAKPOINT off-case in ptrace_set...Frederic Weisbecker2011-05-061-4/+11
| * | | | | powerpc, hw_breakpoints: Fix racy access to ptrace breakpointsFrederic Weisbecker2011-04-251-0/+3
| | |_|/ / | |/| | |
* | | | | powerpc: Make IRQ_NOREQUEST last to clear, first to setMilton Miller2011-05-191-7/+7
* | | | | powerpc: Remove virq_to_hostMilton Miller2011-05-191-6/+0
* | | | | powerpc: Add virq_is_host to reduce virq_to_host usageMilton Miller2011-05-191-0/+6
* | | | | powerpc: Remove irq_host_ops->remap hookMilton Miller2011-05-191-2/+0
* | | | | powerpc: Return early if irq_host lookup type is wrongMilton Miller2011-05-191-5/+7
* | | | | powerpc: Radix trees are available before init_IRQMilton Miller2011-05-191-74/+4
* | | | | powerpc: Use bytes instead of bitops in smp ipi multiplexingMilton Miller2011-05-191-13/+18
* | | | | powerpc: Add kconfig for muxed smp ipi supportMilton Miller2011-05-191-0/+2
* | | | | powerpc: Consolidate ipi message mux and demuxMilton Miller2011-05-193-71/+73
* | | | | powerpc: Remove alloc_maybe_bootmem for zalloc versionMilton Miller2011-05-191-2/+1
* | | | | powerpc: Remove checks for MSG_ALL and MSG_ALL_BUT_SELFMilton Miller2011-05-191-24/+5
* | | | | powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller2011-05-192-7/+14
* | | | | powerpc: Call no-longer static setup_nr_cpu_ids instead of replicating itMilton Miller2011-05-191-1/+1
* | | | | powerpc: Use nr_cpu_ids in initial paca allocationMilton Miller2011-05-191-11/+6
* | | | | powerpc: Respect nr_cpu_ids when calling set_cpu_possible and set_cpu_presentMilton Miller2011-05-191-6/+6
* | | | | powerpc/kdump64: Don't reference freed memory as pacasMilton Miller2011-05-191-1/+1
* | | | | powerpc: Don't search for paca in freed memoryMilton Miller2011-05-191-5/+8
* | | | | powerpc/kexec: Fix memory corruption from unallocated slavesMilton Miller2011-05-191-5/+8
* | | | | powerpc: Improve scheduling of system call entry instructionsAnton Blanchard2011-05-191-4/+4
* | | | | powerpc: Remove static branch hint in giveup_altivecAnton Blanchard2011-05-191-1/+1
* | | | | powerpc: Simplify 4k/64k copy_page logicAnton Blanchard2011-05-191-4/+1
* | | | | powerpc: Remove unused config in the MakefileJustin Mattock2011-05-191-1/+0
| |/ / / |/| | |
* | | | powerpc: Add early debug for WSP platformsJack Miller2011-05-063-0/+70