summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc/85xx: add P1020RDB-PD platform supportHaijun.Zhang2013-08-071-0/+22
| * powerpc/85xx: Move ePAPR paravirt initialization earlierLaurentiu TUDOR2013-08-074-13/+28
| * powerpc/fsl_msi: add MSIIR1 support for MPIC v4.3Minghuan Lian2013-08-072-41/+101
| * powerpc/dts: add MPIC v4.3 dts nodeMinghuan Lian2013-08-073-2/+151
| * powerpc/msi: Fix compile error on mpc83xxHongtao Jia2013-08-071-0/+7
| * powerpc/perf: Add e6500 PMU driverPriyanka Jain2013-08-073-2/+125
| * powerpc/perf: add 2 additional performance monitor counters for e6500 coreLijun Pan2013-08-074-1/+67
| * powerpc/perf: increase the perf HW events to 6Catalin Udma2013-08-072-1/+7
| * powerpc/perf: correct typos in counter enumerationLijun Pan2013-08-071-4/+4
| * powerpc/fsl-booke: Rename b4qds.dts -> b4qds.dtsi.Ian Campbell2013-08-073-2/+2
| * powerpc/mpc85xx: invalidate TLB after hibernation resumeDongsheng Wang2013-07-301-0/+8
| * powerpc/fsl_msi: fix error return code in fsl_of_msi_probe()Wei Yongjun2013-07-301-3/+2
| * powerpc/85xx: Add machine check handler to fix PCIe erratum on mpc85xxHongtao Jia2013-07-304-1/+168
| * powerpc: Move opcode definitions from kvm/emulate.c to asm/ppc-opcode.hHongtao Jia2013-07-302-44/+48
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-08-028-25/+73
|\ \
| * | powerpc: VPHN topology change updates all siblingsRobert Jennings2013-08-012-15/+48
| * | powerpc/perf: Export PERF_EVENT_CONFIG_EBB_SHIFT to userspaceMichael Ellerman2013-08-015-9/+24
| * | powerpc: Rename PMU interrupts from CNT to PMIMichael Ellerman2013-08-011-1/+1
* | | Merge tag 'pci-v3.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-08-023-3/+3
|\ \ \ | |/ / |/| |
| * | PCI: hotplug: Convert to be builtin only, not modularBjorn Helgaas2013-07-253-3/+3
| |/
* | powerpc/perf: BHRB filter configuration should follow the taskAnshuman Khandual2013-07-241-1/+4
* | powerpc/perf: Ignore separate BHRB privilege state filter requestAnshuman Khandual2013-07-241-9/+4
* | powerpc/powernv: Mark pnv_pci_init_ioda2_phb() as __initBjorn Helgaas2013-07-241-1/+1
* | powerpc/mm: Use the correct SLB(LLP) encoding in tlbie instructionAneesh Kumar K.V2013-07-241-2/+8
* | powerpc/mm: Fix fallthrough bug in hpte_decodeAneesh Kumar K.V2013-07-241-0/+2
* | powerpc/pseries: Fix a typo in pSeries_lpar_hpte_insert()Denis Kirjanov2013-07-241-1/+1
* | powerpc/eeh: Introdce flag to protect sysfsGavin Shan2013-07-245-4/+22
* | powerpc/eeh: Fix unbalanced enable for IRQGavin Shan2013-07-241-1/+5
* | powerpc/eeh: Don't use pci_dev during BAR restoreGavin Shan2013-07-244-16/+91
* | powerpc/eeh: Use partial hotplug for EEH unaware driversGavin Shan2013-07-247-24/+117
* | powerpc/pci: Partial tree hotplug supportGavin Shan2013-07-243-21/+51
* | powerpc/eeh: Use safe list traversal when walking EEH devicesGavin Shan2013-07-243-9/+9
* | powerpc/eeh: Keep PE during hotplugGavin Shan2013-07-246-60/+20
* | powerpc/pci: Override pcibios_release_device()Gavin Shan2013-07-241-0/+11
* | powerpc/eeh: Export functions for hotplugGavin Shan2013-07-242-3/+12
* | powerpc/eeh: Remove reference to PCI deviceGavin Shan2013-07-242-17/+5
* | powerpc: Fix the corrupt r3 error during MCE handling.Mahesh Salgaonkar2013-07-241-0/+3
* | powerpc/perf: Set PPC_FEATURE2_EBB when we register the power8 PMUMichael Ellerman2013-07-241-1/+10
* | powerpc/pseries: Drop "select HOTPLUG"Paul Bolle2013-07-241-1/+0
* | powerpc: Access local paca after hard irq disabledTiejun Chen2013-07-241-3/+4
* | powerpc/modules: Module CRC relocation fix causes perf issuesAnton Blanchard2013-07-242-6/+2
* | powerpc: Add second POWER8 PVR entryMichael Neuling2013-07-243-4/+24
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-131-1/+1
|\
| * net: rename busy poll socket op and globalsEliezer Tamir2013-07-101-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-131-6/+6
|\ \
| * | perf tools: fix a typo of a Power7 event nameRunzhen Wang2013-07-081-6/+6
* | | mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-093-17/+5
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-07-036-25/+34
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-06-1916-126/+104
| |\ \ \
OpenPOWER on IntegriCloud