| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc+of: Add /proc device tree updating to of node add/remove | Nathan Fontenot | 2012-11-15 | 2 | -71/+0 |
* | cpuidle/powerpc: Fix snooze state problem in the cpuidle design on pseries. | Deepthi Dharwar | 2012-10-18 | 1 | -23/+13 |
* | cpuidle/powerpc: Fix smt_snooze_delay functionality. | Deepthi Dharwar | 2012-10-18 | 1 | -7/+17 |
* | cpuidle/powerpc: Fix target residency initialisation in pseries cpuidle | Deepthi Dharwar | 2012-10-18 | 1 | -4/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-13 | 1 | -3/+2 |
|\ |
|
| * | ppc: eeh_event should just use kthread_run() | Al Viro | 2012-10-11 | 1 | -3/+2 |
* | | arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanups | Yasuaki Ishimatsu | 2012-10-11 | 1 | -4/+5 |
* | | arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling code | Andrew Morton | 2012-10-11 | 1 | -1/+1 |
* | | memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX... | Yasuaki Ishimatsu | 2012-10-09 | 1 | -4/+9 |
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-10-06 | 64 | -1845/+2184 |
|\ \ |
|
| * | | powerpc/eeh: Don't release eeh_mutex in eeh_phb_pe_get | Aneesh Kumar K.V | 2012-09-27 | 1 | -4/+1 |
| * | | Merge remote-tracking branch 'agust/next' into next | Benjamin Herrenschmidt | 2012-09-27 | 5 | -9/+40 |
| |\ \ |
|
| | * | | powerpc/mpc52xx_lpbfifo: optionally defer fifo transfer start | Anatolij Gustschin | 2012-09-14 | 1 | -1/+34 |
| | * | | powerpc/mpc5200: add dts files for ifm camera machines | Anatolij Gustschin | 2012-09-14 | 1 | -0/+1 |
| | * | | powerpc: Option FB_FSL_DIU is not really optional for mpc512x | Paul Gortmaker | 2012-09-09 | 2 | -6/+1 |
| | * | | powerpc: 512x: Fix mpc5121_clk_get() | Richard Weinberger | 2012-09-09 | 1 | -2/+4 |
| | |/ |
|
| * | | Merge remote-tracking branch 'kumar/next' into next | Benjamin Herrenschmidt | 2012-09-18 | 34 | -474/+629 |
| |\ \ |
|
| | * | | powerpc/fsl-pci: Unify pci/pcie initialization code | Jia Hongtao | 2012-09-12 | 30 | -464/+162 |
| | * | | powerpc/swiotlb: Enable at early stage and disable if not necessary | Jia Hongtao | 2012-09-12 | 3 | -8/+4 |
| | * | | powerpc/85xx: add HOTPLUG_CPU support | Zhao Chenhui | 2012-09-12 | 1 | -13/+77 |
| | * | | powerpc/85xx: implement hardware timebase sync | Zhao Chenhui | 2012-09-12 | 1 | -0/+82 |
| | * | | powerpc/85xx: Replace epapr spin table macros/defines with a struct | Zhao Chenhui | 2012-09-12 | 1 | -23/+23 |
| | * | | powerpc/85xx: introduce support for the Freescale / iVeia P1022RDK | Timur Tabi | 2012-09-12 | 3 | -0/+203 |
| | * | | powerpc/85xx: Add support for P5040DS board | Timur Tabi | 2012-09-12 | 4 | -1/+113 |
| * | | | powerpc/eeh: Fix crash on converting OF node to edev | Gavin Shan | 2012-09-18 | 1 | -1/+1 |
| * | | | powerpc/eeh: Lock module while handling EEH event | Gavin Shan | 2012-09-18 | 1 | -21/+70 |
| * | | | powerpc/eeh: Global mutex to protect PE tree | Gavin Shan | 2012-09-18 | 1 | -7/+32 |
| * | | | powerpc/eeh: Remove EEH PE for normal PCI hotplug | Gavin Shan | 2012-09-18 | 4 | -26/+61 |
| * | | | powerpc/eeh: Introduce EEH_PE_INVALID type PE | Gavin Shan | 2012-09-18 | 1 | -11/+39 |
| * | | | powerpc/powernv: Remove unused functions | Gavin Shan | 2012-09-17 | 1 | -441/+0 |
| * | | | powerpc/powernv: Using PCI core to do resource assignment | Gavin Shan | 2012-09-17 | 1 | -36/+7 |
| * | | | powerpc/powernv: Fix overrunning segment tracing array | Gavin Shan | 2012-09-17 | 1 | -2/+2 |
| * | | | powerpc/powernv: Skip check on PE if necessary | Gavin Shan | 2012-09-17 | 2 | -1/+19 |
| * | | | powerpc/powernv: Initialize DMA for PEs | Gavin Shan | 2012-09-17 | 1 | -0/+10 |
| * | | | powerpc/powernv: I/O and MMIO resource assignment for PEs | Gavin Shan | 2012-09-17 | 1 | -0/+89 |
| * | | | powerpc/powernv: PE list based on creation order | Gavin Shan | 2012-09-17 | 2 | -11/+21 |
| * | | | powerpc/powernv: Create bus sensitive PEs | Gavin Shan | 2012-09-17 | 1 | -39/+57 |
| * | | | powerpc/mm: Convert virtual address to vpn | Aneesh Kumar K.V | 2012-09-17 | 3 | -78/+65 |
| * | | | powerpc/mm: Use hpt_va to compute virtual address | Aneesh Kumar K.V | 2012-09-17 | 1 | -1/+1 |
| * | | | Merge remote-tracking branch 'pci/pci/gavin-window-alignment' into next | Benjamin Herrenschmidt | 2012-09-17 | 1 | -1/+40 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Merge commit 'v3.6-rc5' into pci/gavin-window-alignment | Bjorn Helgaas | 2012-09-13 | 1 | -9/+1 |
| | |\ \
| | | |/ |
|
| * | | | powerpc/iommu: Add ppc_md.tce_get() callback for use by VFIO | Alexey Kardashevskiy | 2012-09-10 | 1 | -0/+6 |
| * | | | powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisor | Michael Neuling | 2012-09-10 | 1 | -1/+1 |
| * | | | powerpc: Rework set_dabr so it can take a DABRX value as well | Michael Neuling | 2012-09-10 | 4 | -11/+19 |
| * | | | powerpc/eeh: Cleanup on EEH PCI address cache | Gavin Shan | 2012-09-10 | 3 | -27/+27 |
| * | | | powerpc/eeh: Trace eeh device from I/O cache | Gavin Shan | 2012-09-10 | 2 | -25/+22 |
| * | | | powerpc/eeh: Probe mode support | Gavin Shan | 2012-09-10 | 2 | -109/+118 |
| * | | | powerpc/eeh: Move stats to PE | Gavin Shan | 2012-09-10 | 4 | -24/+7 |
| * | | | powerpc/eeh: Handle EEH error based on PE | Gavin Shan | 2012-09-10 | 3 | -136/+123 |
| * | | | powerpc/eeh: Make EEH handler PE sensitive | Gavin Shan | 2012-09-10 | 1 | -15/+10 |