summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Check flat device tree version at bootMichael Ellerman2014-09-251-0/+4
* powerpc/powernv: Don't call generic code on offline cpusPaul Mackerras2014-09-251-1/+1
* powerpc: Simplify symbol check in prom_init_check.shAndreas Schwab2014-09-251-16/+6
* powerpc: make of_device_ids constUwe Kleine-König2014-09-253-3/+3
* powerpc: Ensure global functions include their prototypeAnton Blanchard2014-09-251-0/+1
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-258-10/+11
* powerpc: Separate ppc32 symbol exports into ppc_ksyms_32.cAnton Blanchard2014-09-253-108/+79
* powerpc: Move lib symbol exports into arch/powerpc/lib/ppc_ksyms.cAnton Blanchard2014-09-251-32/+0
* powerpc: Remove unused 32bit symbol exportsAnton Blanchard2014-09-251-16/+0
* powerpc: Move more symbol exports next to function definitionsAnton Blanchard2014-09-254-14/+6
* powerpc: Move via-cuda symbol exports next to function definitionsAnton Blanchard2014-09-251-4/+0
* powerpc: Move adb symbol exports next to function definitionsAnton Blanchard2014-09-251-7/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-144-79/+84
|\
| * powerpc: reorder per-cpu NUMA information's initializationNishanth Aravamudan2014-08-131-6/+5
| * powerpc/ppc476: Disable BTACAlistair Popple2014-08-131-1/+3
| * powerpc/powernv: Fix IOMMU group lostGavin Shan2014-08-131-17/+21
| * powerpc: Fix "attempt to move .org backwards" errorGuenter Roeck2014-08-131-55/+55
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-141-70/+0
|\ \ | |/ |/|
| * of: Move dynamic node fixups out of powerpc and into common codeGrant Likely2014-07-241-70/+0
* | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-08-094-72/+47
|\ \
| * | powerpc: Use sigsp()Richard Weinberger2014-08-063-11/+5
| * | powerpc: Use get_signal() signal_setup_done()Richard Weinberger2014-08-064-64/+45
* | | Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-093-20/+4
|\ \ \
| * | | arch/powerpc: replace obsolete strict_strto* callsDaniel Walter2014-08-092-4/+4
| * | | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-091-16/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-071-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-0/+2
| |\ \ \
| | * | | kvm: ppc: bookehv: Save restore SPRN_SPRG9 on guest entry exitBharat Bhushan2014-07-281-0/+1
| | * | | KVM: PPC: Book3S: Controls for in-kernel sPAPR hypercall handlingPaul Mackerras2014-07-281-0/+1
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-0719-454/+708
|\ \ \ \ \
| * | | | | powerpc/eeh: Export eeh_iommu_group_to_pe()Gavin Shan2014-08-071-0/+1
| * | | | | powerpc/eeh: Add missing #ifdef CONFIG_IOMMU_APIBenjamin Herrenschmidt2014-08-051-0/+4
| * | | | | powerpc: Reduce scariness of interrupt frames in stack tracesPaul Mackerras2014-08-051-1/+1
| * | | | | powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.Mahesh Salgaonkar2014-08-051-12/+37
| * | | | | powerpc/book3s: handle HMIs for cpus in nap mode.Mahesh Salgaonkar2014-08-051-0/+32
| * | | | | powerpc/book3s: Add basic infrastructure to handle HMI in Linux.Mahesh Salgaonkar2014-08-054-3/+106
| * | | | | powerpc/iommu: Fix comments with it_page_shiftAlexey Kardashevskiy2014-08-051-2/+2
| * | | | | powerpc/eeh: Aux PE data for error logGavin Shan2014-08-051-1/+25
| * | | | | powerpc/eeh: Replace pr_warning() with pr_warn()Gavin Shan2014-08-055-21/+24
| * | | | | powerpc/eeh: Reduce lines of log dumpGavin Shan2014-08-051-5/+33
| * | | | | powerpc/eeh: Selectively enable IO for error logGavin Shan2014-08-051-1/+1
| * | | | | powerpc/eeh: Refactor EEH flag accessorsGavin Shan2014-08-052-11/+11
| * | | | | powerpc/eeh: Fetch IOMMU table in reliable wayGavin Shan2014-08-051-11/+22
| * | | | | powerpc/eeh: Wrong place to call pci_get_slot()Mike Qiu2014-08-051-33/+13
| * | | | | powerpc/eeh: sysfs entries lostMike Qiu2014-08-051-11/+0
| * | | | | powerpc/eeh: EEH support for VFIO PCI deviceGavin Shan2014-08-051-0/+268
| * | | | | powerpc/eeh: Avoid event on passed PEGavin Shan2014-08-051-0/+8
| * | | | | Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-08-054-9/+35
| |\ \ \ \ \
| | * | | | | powerpc/e6500: Add support for hardware threadsAndy Fleming2014-07-304-9/+35
| * | | | | | powerpc: Document how we set AIL on guest kernelsMichael Ellerman2014-07-281-1/+5