summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-021-0/+3
|\
| * Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-312-0/+10
| |\
| * | powerpc: add support for reserved memory defined by device treeMarek Szyprowski2014-03-131-0/+3
* | | Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-024-64/+151
|\ \ \
| * | | cpuidle/powernv: Add "Fast-Sleep" CPU idle statePreeti U Murthy2014-03-051-1/+3
| * | | powerpc/powernv: Add OPAL call to resync timebase on wakeupVaidyanathan Srinivasan2014-03-052-1/+28
| * | | powerpc/powernv: Add context management for Fast SleepVaidyanathan Srinivasan2014-03-052-21/+52
| * | | powerpc: Split timer_interrupt() into timer handling and interrupt handling r...Preeti U Murthy2014-03-051-35/+46
| * | | powerpc: Implement tick broadcast IPI as a fixed IPI messageSrivatsa S. Bhat2014-03-052-4/+22
| * | | powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI messageSrivatsa S. Bhat2014-03-051-7/+5
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-0215-132/+427
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt2014-03-246-111/+358
| |\ \ \ \
| | * | | | powerpc/booke64: Critical and machine check exception supportScott Wood2014-03-191-59/+284
| | * | | | powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMONScott Wood2014-03-191-30/+33
| | * | | | powerpc/booke64: Remove ints from EXCEPTION_COMMONScott Wood2014-03-191-36/+46
| | * | | | powerpc/booke64: Use SPRG7 for VDSOScott Wood2014-03-195-24/+9
| | * | | | powerpc/e6500: Make TLB lock recursiveScott Wood2014-03-191-0/+2
| | * | | | powerpc/booke64: Fix exception numbersScott Wood2014-03-191-6/+6
| | * | | | powerpc/book3e: store crit/mc/dbg exception thread infoTiejun Chen2014-03-191-3/+19
| | * | | | powerpc/book3e: initialize crit/mc/dbg kernel stack pointersTiejun Chen2014-03-191-6/+12
| * | | | | powerpc/book3s: Fix CFAR clobbering issue in machine check handler.Mahesh Salgaonkar2014-03-241-0/+5
| * | | | | powerpc/le: Big endian arguments for ppc_rtas()Greg Kurz2014-03-241-9/+13
| * | | | | powerpc: Rate-limit users spamming kernel log bufferMichael Neuling2014-03-241-2/+3
| * | | | | powerpc: Add a cpu feature CPU_FTR_PMAO_BUGMichael Ellerman2014-03-241-1/+1
| |/ / / /
| * | | | powerpc/pseries: Update dynamic cache nodes for suspend/resume operationHaren Myneni2014-03-071-2/+5
| * | | | powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO.Mahesh Salgaonkar2014-03-073-6/+40
| * | | | powerpc: Revert c6102609 and replace it with the correct fix for vio dma mask...Li Zhong2014-03-071-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-3/+1
|\ \ \ \
| * | | | powerpc/PCI: Use list_for_each_entry() for bus traversalYijing Wang2014-02-141-3/+1
| | |/ / | |/| |
* | | | Merge branch 'irq/for-gpio' into irq/coreThomas Gleixner2014-03-129-14/+50
|\ \ \ \ | | |/ / | |/| |
| * | | powerpc: Align p_dyn, p_rela and p_st symbolsAnton Blanchard2014-03-071-0/+1
| * | | powerpc/tm: Fix crash when forking inside a transactionMichael Neuling2014-03-071-0/+9
| | |/ | |/|
| * | powerpc: Increase stack redzone for 64-bit userspace to 512 bytesPaul Mackerras2014-02-281-2/+2
| * | powerpc/ftrace: bugfix for test_24bit_addrLiu Ping Fan2014-02-281-0/+1
| * | powerpc/crashdump : Fix page frame number check in copy_oldmem_pageLaurent Dufour2014-02-281-3/+5
| * | powerpc/eeh: Disable EEH on rebootGavin Shan2014-02-171-0/+20
| * | powerpc/eeh: Cleanup on eeh_subsystem_enabledGavin Shan2014-02-171-6/+6
| * | powerpc: Use unstripped VDSO image for more accurate profiling dataAnton Blanchard2014-02-172-2/+2
| * | powerpc: Set the correct ksp_limit on ppc32 when switching to irq stackKevin Hao2014-02-171-1/+4
* | | powerpc: eeh: Fixup the brown paperbag fallout of the "cleanup"Thomas Gleixner2014-03-051-1/+2
* | | powerpc: Eeh: Kill another abuse of irq_descThomas Gleixner2014-03-041-5/+21
* | | powerpc: Irq: Use generic_handle_irqThomas Gleixner2014-03-041-6/+2
|/ /
* | powerpc/powernv: Add iommu DMA bypass support for IODA2Benjamin Herrenschmidt2014-02-112-3/+19
* | powerpc: Fix endian issues in kexec and crash dump codeAnton Blanchard2014-02-112-6/+14
* | powerpc/ppc32: Fix the bug in the init of non-base exception stack for UPKevin Hao2014-02-112-0/+10
* | powerpc/relocate fix relocate processing in LE modeLaurent Dufour2014-02-111-2/+2
* | powerpc/eeh: Drop taken reference to driver on eeh_rmv_deviceThadeu Lima de Souza Cascardo2014-02-111-2/+6
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-312-47/+44
|\
| * Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2014-01-292-47/+44
| |\
| | * KVM: PPC: Book3S HV: Add new state for transactional memoryMichael Neuling2014-01-271-3/+16
OpenPOWER on IntegriCloud