aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-231-3/+3
|\
| * mm: arch: rename in_gate_area_no_task to in_gate_area_no_mmStephen Wilson2011-03-231-1/+1
| * mm: arch: make in_gate_area take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
| * mm: arch: make get_gate_vma take an mm_struct instead of a task_structStephen Wilson2011-03-231-1/+1
* | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Olaf Hering2011-03-231-17/+0
* | rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine2011-03-231-1/+1
* | mm: NUMA aware alloc_thread_info_node()Eric Dumazet2011-03-221-2/+2
|/
* powerpc/ptrace: Remove BUG_ON when full register set not availableMike Wolf2011-03-211-3/+12
* powerpc/pci: Fix crash in PCI code on ppc64 when matching device nodesBenjamin Herrenschmidt2011-03-211-2/+5
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-03-181-1/+23
|\
| * perf, powerpc: Handle events that raise an exception without overflowingAnton Blanchard2011-03-161-1/+23
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-03-186-49/+85
|\ \
| * \ Merge remote branch 'jwb/next' into nextBenjamin Herrenschmidt2011-03-171-4/+18
| |\ \
| | * | powerpc/476: define specific cpu table entry DD2 coreDave Kleikamp2011-02-021-4/+18
| * | | powerpc: core irq_data conversion.Lennert Buytenhek2011-03-102-16/+28
| * | | powerpc/nvram: Generalize code for OS partitions in NVRAMJim Keniston2011-03-041-4/+27
| * | | powerpc: Fix memory limits when starting at a non-zero addressScott Wood2011-03-021-1/+1
| * | | powerpc: Mask smp_processor_id() false positivePaul E. McKenney2011-03-021-1/+2
| * | | powerpc: Use new irq allocatorThomas Gleixner2011-03-021-8/+9
| * | | powerpc: Use ARCH_IRQ_INIT_FLAGSThomas Gleixner2011-03-021-15/+0
* | | | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-03-167-26/+419
|\ \ \ \
| * | | | dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-4/+3
| * | | | dt/powerpc: move of_bus_type infrastructure to ibmebusGrant Likely2011-02-281-4/+400
| * | | | Merge commit 'v2.6.38-rc6' into devicetree/nextGrant Likely2011-02-282-22/+22
| |\ \ \ \ | | |/ / /
| * | | | powerpc/pci: Make both ppc32 and ppc64 use sysdata for pci_controllerGrant Likely2011-02-046-18/+16
* | | | | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-03-161-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | percpu: align percpu readmostly subsection to cachelineTejun Heo2011-01-251-1/+1
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-03-152-84/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into x86/platformThomas Gleixner2011-02-232-22/+22
| |\ \ \ \ \ | | |_|/ / / | |/| | / / | | | |/ / | | |/| |
| * | | | of/pci: move of_irq_map_pci() into generic codeSebastian Andrzej Siewior2011-02-042-84/+1
| | |/ / | |/| |
* | | | powerpc/iseries: Fix early init access to lppacaBenjamin Herrenschmidt2011-03-101-14/+0
* | | | powerpc: Fix call to flush_ptrace_hw_breakpoint()K.Prasad2011-03-021-3/+5
* | | | powerpc/kexec: Restore ppc_md.machine_kexecAnton Blanchard2011-03-021-1/+4
| |/ / |/| |
* | | powerpc: Fix some 6xx/7xxx CPU setup functionsBenjamin Herrenschmidt2011-02-071-20/+20
* | | powerpc: Pass the right cpu_spec to ->setup_cpu() on 64-bitBenjamin Herrenschmidt2011-02-071-2/+2
|/ /
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-251-0/+1
|\ \
| * | powerpc, perf: Fix frequency calculation for overflowing counters (FSL version)Anton Blanchard2011-01-191-0/+1
* | | powerpc: machine_check_generic is wrong on 64bitAnton Blanchard2011-01-211-23/+0
* | | powerpc: Check RTAS extended log flag before checking lengthAnton Blanchard2011-01-211-1/+1
* | | powerpc: Don't silently handle machine checks from userspaceAnton Blanchard2011-01-211-5/+0
* | | powerpc: Remove duplicate debugger hook in machine_check_exceptionAnton Blanchard2011-01-211-2/+0
* | | powerpc: Don't force MSR_RI in machine_check_exceptionAnton Blanchard2011-01-211-4/+1
* | | powerpc: Print 32 bits of DSISR in show_regsAnton Blanchard2011-01-211-1/+1
* | | powerpc/kdump: Disable ftrace during kexecAnton Blanchard2011-01-211-0/+7
* | | powerpc/kdump: Move crash_kexec_stop_spus to kdump crash handlerAnton Blanchard2011-01-211-70/+2
* | | powerpc/kdump: Remove ppc_md.machine_crash_shutdownAnton Blanchard2011-01-211-4/+1
* | | powerpc/kexec: Remove ppc_md.machine_kexecAnton Blanchard2011-01-211-4/+1
* | | powerpc/kexec: Remove ppc_md.machine_kexec_cleanupAnton Blanchard2011-01-211-2/+0
* | | powerpc/cell: Use system_wq in cpufreq_spudemandTejun Heo2011-01-211-5/+20
* | | powerpc/rtas_flash: Use simple_read_from_bufferAkinobu Mita2011-01-211-47/+6