summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | powerpc/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-233-11/+7
| * | powerpc/PCI: make pci_probe_only default to 0Bjorn Helgaas2012-02-231-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-03-2149-7535/+2041
|\ \ \
| * | | powerpc: Remove the remaining CONFIG_PPC_ISERIES piecesStephen Rothwell2012-03-211-14/+0
| * | | powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-217-252/+15
| * | | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-03-211-0/+18
| |\ \ \
| | * | | powerpc: Add initial e6500 cpu supportKumar Gala2012-03-151-0/+18
| * | | | powerpc/44x: The bug fixed support for APM821xx SoC and Bluestone boardVinh Nguyen Huu Tuong2012-03-171-1/+1
| * | | | powerpc: Fix power4/970 idle code regression with lockdepBenjamin Herrenschmidt2012-03-161-1/+1
| |/ / /
| * | | Merge branch 'eeh' into nextBenjamin Herrenschmidt2012-03-132-1/+8
| |\ \ \
| | * | | powerpc/eeh: Introduce EEH deviceGavin Shan2012-03-092-1/+8
| * | | | powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt2012-03-0913-294/+551
| * | | | powerpc: Replace mfmsr instructions with load from PACA kernel_msr fieldBenjamin Herrenschmidt2012-03-092-12/+7
| * | | | powerpc: Fix 64-bit BookE FP unavailable exceptionsBenjamin Herrenschmidt2012-03-091-6/+7
| * | | | powerpc: Disable interrupts in 64-bit kernel FP and vector faultsBenjamin Herrenschmidt2012-03-093-7/+9
| * | | | powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt2012-03-097-54/+28
| * | | | powerpc: Improve 64-bit syscall entry/exitBenjamin Herrenschmidt2012-03-091-20/+23
| * | | | powerpc: Rework runlatch codeBenjamin Herrenschmidt2012-03-092-13/+14
| * | | | powerpc: Use the same interrupt prolog for perfmon as other interruptsBenjamin Herrenschmidt2012-03-091-3/+3
| * | | | powerpc: Remove legacy iSeries bits from assembly filesBenjamin Herrenschmidt2012-03-095-172/+15
| |/ / /
| * | | powerpc: clean up vio.cStephen Rothwell2012-03-091-17/+1
| * | | powerpc: Make SPARSE_IRQ requiredGrant Likely2012-03-071-4/+0
| * | | powerpc/prom: Remove limit on maximum size of propertiesNishanth Aravamudan2012-03-071-15/+0
| * | | powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming2012-03-072-16/+8
| * | | Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt2012-02-275-8/+16
| |\ \ \ | | | |/ | | |/|
| * | | powerpc/perf: Move perf core & PMU code into a subdirectoryMichael Ellerman2012-02-2312-6556/+0
| * | | fadump: Remove the phyp assisted dump code.Mahesh Salgaonkar2012-02-231-87/+0
| * | | fadump: Invalidate the fadump registration during machine shutdown.Mahesh Salgaonkar2012-02-231-0/+8
| * | | fadump: Invalidate registration and release reserved memory for general use.Mahesh Salgaonkar2012-02-231-4/+154
| * | | fadump: Add PT_NOTE program header for vmcoreinfoMahesh Salgaonkar2012-02-231-0/+29
| * | | fadump: Convert firmware-assisted cpu state dump data into elf notes.Mahesh Salgaonkar2012-02-233-2/+321
| * | | fadump: Initialize elfcore header and add PT_LOAD program headers.Mahesh Salgaonkar2012-02-231-1/+232
| * | | fadump: Register for firmware assisted dump.Mahesh Salgaonkar2012-02-232-4/+359
| * | | fadump: Reserve the memory for firmware assisted dump.Mahesh Salgaonkar2012-02-233-1/+261
* | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-1/+1
|\ \ \ \
| * | | | drivercore: Output common devicetree information in ueventGrant Likely2012-02-011-1/+1
* | | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-03-211-614/+3
|\ \ \ \ \
| * | | | | irq_domain: Move irq_domain code from powerpc to kernel/irqGrant Likely2012-02-161-502/+0
| * | | | | irq_domain/powerpc: Eliminate virq_is_host()Grant Likely2012-02-161-7/+0
| * | | | | irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() insteadGrant Likely2012-02-141-171/+69
| * | | | | irq_domain/powerpc: Use common irq_domain structure instead of irq_hostGrant Likely2012-02-141-39/+39
| | |_|_|/ | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-4/+4
|\ \ \ \ \
| * | | | | sched/rt: Document scheduler related skip-resched-check sitesThomas Gleixner2012-03-011-1/+1
| * | | | | sched/rt: Use schedule_preempt_disabled()Thomas Gleixner2012-03-011-4/+4
| | |_|_|/ | |/| | |
* | | | | perf: Disable PERF_SAMPLE_BRANCH_* when not supportedStephane Eranian2012-03-051-0/+4
* | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-059-15/+34
|\ \ \ \ \ | |/ / / /
| * | | | powerpc: Fix various issues with return to userspaceBenjamin Herrenschmidt2012-02-224-7/+15
| * | | | powerpc: Fix program check handling when lockdep is enabledMichael Ellerman2012-02-221-1/+1
| | |_|/ | |/| |
| * | | powerpc/perf: power_pmu_start restores incorrect values, breaking frequency e...Anton Blanchard2012-02-161-1/+7
| * | | powerpc: Disable interrupts early in Program CheckBenjamin Herrenschmidt2012-02-161-1/+1
OpenPOWER on IntegriCloud