summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
Commit message (Expand)AuthorAgeFilesLines
* cpuidle/powerpc: Fix snooze state problem in the cpuidle design on pseries.Deepthi Dharwar2012-10-181-23/+13
* cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar2012-10-181-7/+17
* cpuidle/powerpc: Fix target residency initialisation in pseries cpuidleDeepthi Dharwar2012-10-181-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-3/+2
|\
| * ppc: eeh_event should just use kthread_run()Al Viro2012-10-111-3/+2
* | arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanupsYasuaki Ishimatsu2012-10-111-4/+5
* | arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling codeAndrew Morton2012-10-111-1/+1
* | memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2012-10-091-4/+9
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-10-0664-1845/+2184
|\ \
| * | powerpc/eeh: Don't release eeh_mutex in eeh_phb_pe_getAneesh Kumar K.V2012-09-271-4/+1
| * | Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt2012-09-275-9/+40
| |\ \
| | * | powerpc/mpc52xx_lpbfifo: optionally defer fifo transfer startAnatolij Gustschin2012-09-141-1/+34
| | * | powerpc/mpc5200: add dts files for ifm camera machinesAnatolij Gustschin2012-09-141-0/+1
| | * | powerpc: Option FB_FSL_DIU is not really optional for mpc512xPaul Gortmaker2012-09-092-6/+1
| | * | powerpc: 512x: Fix mpc5121_clk_get()Richard Weinberger2012-09-091-2/+4
| | |/
| * | Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt2012-09-1834-474/+629
| |\ \
| | * | powerpc/fsl-pci: Unify pci/pcie initialization codeJia Hongtao2012-09-1230-464/+162
| | * | powerpc/swiotlb: Enable at early stage and disable if not necessaryJia Hongtao2012-09-123-8/+4
| | * | powerpc/85xx: add HOTPLUG_CPU supportZhao Chenhui2012-09-121-13/+77
| | * | powerpc/85xx: implement hardware timebase syncZhao Chenhui2012-09-121-0/+82
| | * | powerpc/85xx: Replace epapr spin table macros/defines with a structZhao Chenhui2012-09-121-23/+23
| | * | powerpc/85xx: introduce support for the Freescale / iVeia P1022RDKTimur Tabi2012-09-123-0/+203
| | * | powerpc/85xx: Add support for P5040DS boardTimur Tabi2012-09-124-1/+113
| * | | powerpc/eeh: Fix crash on converting OF node to edevGavin Shan2012-09-181-1/+1
| * | | powerpc/eeh: Lock module while handling EEH eventGavin Shan2012-09-181-21/+70
| * | | powerpc/eeh: Global mutex to protect PE treeGavin Shan2012-09-181-7/+32
| * | | powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan2012-09-184-26/+61
| * | | powerpc/eeh: Introduce EEH_PE_INVALID type PEGavin Shan2012-09-181-11/+39
| * | | powerpc/powernv: Remove unused functionsGavin Shan2012-09-171-441/+0
| * | | powerpc/powernv: Using PCI core to do resource assignmentGavin Shan2012-09-171-36/+7
| * | | powerpc/powernv: Fix overrunning segment tracing arrayGavin Shan2012-09-171-2/+2
| * | | powerpc/powernv: Skip check on PE if necessaryGavin Shan2012-09-172-1/+19
| * | | powerpc/powernv: Initialize DMA for PEsGavin Shan2012-09-171-0/+10
| * | | powerpc/powernv: I/O and MMIO resource assignment for PEsGavin Shan2012-09-171-0/+89
| * | | powerpc/powernv: PE list based on creation orderGavin Shan2012-09-172-11/+21
| * | | powerpc/powernv: Create bus sensitive PEsGavin Shan2012-09-171-39/+57
| * | | powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V2012-09-173-78/+65
| * | | powerpc/mm: Use hpt_va to compute virtual addressAneesh Kumar K.V2012-09-171-1/+1
| * | | Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into nextBenjamin Herrenschmidt2012-09-171-1/+40
| |\ \ \ | | |/ / | |/| |
| | * | Merge commit 'v3.6-rc5' into pci/gavin-window-alignmentBjorn Helgaas2012-09-131-9/+1
| | |\|
| * | | powerpc/iommu: Add ppc_md.tce_get() callback for use by VFIOAlexey Kardashevskiy2012-09-101-0/+6
| * | | powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisorMichael Neuling2012-09-101-1/+1
| * | | powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-104-11/+19
| * | | powerpc/eeh: Cleanup on EEH PCI address cacheGavin Shan2012-09-103-27/+27
| * | | powerpc/eeh: Trace eeh device from I/O cacheGavin Shan2012-09-102-25/+22
| * | | powerpc/eeh: Probe mode supportGavin Shan2012-09-102-109/+118
| * | | powerpc/eeh: Move stats to PEGavin Shan2012-09-104-24/+7
| * | | powerpc/eeh: Handle EEH error based on PEGavin Shan2012-09-103-136/+123
| * | | powerpc/eeh: Make EEH handler PE sensitiveGavin Shan2012-09-101-15/+10
| * | | powerpc/eeh: Do reset based on PEGavin Shan2012-09-101-57/+34