summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds19-20/+20
2011-04-05powerpc: Set nr_cpu_ids early and use it to free PACAsRyan Grimm2-1/+4
2011-04-05powerpc/kexec: Fix mismatched ifdefs for PPC64/SMP.Paul Gortmaker1-3/+3
2011-04-01powerpc/smp: Increase vdso_data->processorCount, not just decrease itBenjamin Herrenschmidt1-0/+4
2011-04-01powerpc/smp: Create idle threads on demand and properly reset themBenjamin Herrenschmidt1-22/+78
2011-04-01powerpc/smp: Don't expose per-cpu "cpu_state" arrayBenjamin Herrenschmidt1-1/+6
2011-04-01powerpc/smp: Add a smp_ops->bringup_up() done callbackBenjamin Herrenschmidt1-0/+4
2011-04-01powerpc/pmac/smp: Properly NAP offlined CPU on G5Benjamin Herrenschmidt2-21/+7
2011-04-01powerpc/pmac/smp: Rename fixup_irqs() to migrate_irqs() and use it on ppc32Benjamin Herrenschmidt2-2/+3
2011-04-01powerpc/smp: Remove unused smp_ops->cpu_enable()Benjamin Herrenschmidt1-10/+0
2011-04-01powerpc/smp: Remove unused generic_cpu_enable()Benjamin Herrenschmidt1-22/+0
2011-04-01powerpc/smp: Fix generic_mach_cpu_die()Benjamin Herrenschmidt1-2/+1
2011-04-01powerpc/smp: soft-replugged CPUs must go back to start_secondaryBenjamin Herrenschmidt2-2/+16
2011-04-01powerpc: Make decrementer interrupt robust against offlined CPUsBenjamin Herrenschmidt1-4/+11
2011-03-31Fix common misspellingsLucas De Marchi19-20/+20
2011-03-30powerpc/mm: Move the STAB0 location to 0x8000 to make room in low memoryBenjamin Herrenschmidt1-14/+14
2011-03-30powerpc: Fix accounting of softirq time when idleAnton Blanchard1-1/+1
2011-03-30powerpc: Implement dma_mmap_coherent()Benjamin Herrenschmidt1-0/+18
2011-03-29powerpc: Use generic show_interrupts()Thomas Gleixner1-60/+1
2011-03-29powerpc: Convert to new irq_* function namesThomas Gleixner3-5/+5
2011-03-29powerpc: irq: Use irqdata based informationThomas Gleixner1-6/+8
2011-03-29powerpc: Use proper accessors for IRQ_* flagsThomas Gleixner2-3/+3
2011-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2011-03-24crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering1-17/+0
2011-03-24rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine1-1/+1
2011-03-23mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson1-1/+1
2011-03-23mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson1-1/+1
2011-03-23mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson1-1/+1
2011-03-23mm: NUMA aware alloc_thread_info_node()Eric Dumazet1-2/+2
2011-03-21powerpc/ptrace: Remove BUG_ON when full register set not availableMike Wolf1-3/+12
2011-03-21powerpc/pci: Fix crash in PCI code on ppc64 when matching device nodesBenjamin Herrenschmidt1-2/+5
2011-03-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+23
2011-03-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds6-49/+85
2011-03-17Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt1-4/+18
2011-03-17Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds7-26/+419
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds1-1/+1
2011-03-16perf, powerpc: Handle events that raise an exception without overflowingAnton Blanchard1-1/+23
2011-03-16Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-84/+1
2011-03-10powerpc: core irq_data conversion.Lennert Buytenhek2-16/+28
2011-03-10powerpc/iseries: Fix early init access to lppacaBenjamin Herrenschmidt1-14/+0
2011-03-04powerpc/nvram: Generalize code for OS partitions in NVRAMJim Keniston1-4/+27
2011-03-02powerpc: Fix memory limits when starting at a non-zero addressScott Wood1-1/+1
2011-03-02powerpc: Mask smp_processor_id() false positivePaul E. McKenney1-1/+2
2011-03-02powerpc: Use new irq allocatorThomas Gleixner1-8/+9
2011-03-02powerpc: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner1-15/+0
2011-03-02powerpc: Fix call to flush_ptrace_hw_breakpoint()K.Prasad1-3/+5
2011-03-02powerpc/kexec: Restore ppc_md.machine_kexecAnton Blanchard1-1/+4
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-4/+3
2011-02-28dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely1-4/+400
2011-02-28Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely2-22/+22