summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Book3S HV: Allow KVM guests to stop secondary threads coming onlinePaul Mackerras2012-10-301-0/+46
* Merge branch 'for-upstream' of http://github.com/agraf/linux-2.6 into queueMarcelo Tosatti2012-10-104-2/+44
|\
| * powerpc/epapr: export epapr_hypercall_startScott Wood2012-10-051-0/+5
| * KVM: PPC: ev_idle hcall support for e500 guestsLiu Yu-B132012012-10-052-1/+38
| * KVM: PPC: use definitions in epapr header for hcallsStuart Yoder2012-10-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-10-041-2/+2
|\ \
| * | powerpc/crypto: add compression support to arch vecSeth Jennings2012-08-011-2/+2
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-10-021-0/+62
|\ \ \
| * \ \ Merge tag 'v3.6-rc7' into nextJames Morris2012-09-2814-33/+89
| |\ \ \
| * | | | PPC64: Add support for instantiating SML from Open FirmwareAshley Lai2012-08-221-0/+62
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-38/+7
|\ \ \ \
| * | | | compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas2012-10-021-38/+7
| | |/ / | |/| |
* | | | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-0/+20
|\ \ \ \
| * \ \ \ Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-1314-33/+89
| |\ \ \ \ | | |/ / /
| * | | | powerpc/PCI: Override pcibios_window_alignment()Gavin Shan2012-09-111-0/+20
| | |/ / | |/| |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-10-012-23/+35
|\ \ \ \ | |_|/ / |/| | |
| * | | vtime: Consolidate system/idle context detectionFrederic Weisbecker2012-09-251-19/+28
| * | | cputime: Use a proper subsystem naming for vtime related APIsFrederic Weisbecker2012-09-251-5/+5
| * | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-044-13/+33
| |\ \ \ | | | |/ | | |/|
| * | | cputime: Consolidate vtime handling on context switchFrederic Weisbecker2012-08-202-3/+6
| | |/ | |/|
* | | powerpc: Make sure IPI handlers see data written by IPI sendersPaul Mackerras2012-09-052-2/+11
* | | powerpc: Restore correct DSCR in context switchAnton Blanchard2012-09-052-6/+18
* | | powerpc: Fix DSCR inheritance in copy_thread()Anton Blanchard2012-09-051-10/+2
* | | powerpc: Keep thread.dscr and thread.dscr_inherit in syncAnton Blanchard2012-09-052-2/+5
* | | powerpc: Update DSCR on all CPUs when writing sysfs dscr_defaultAnton Blanchard2012-09-051-0/+8
* | | powerpc/powernv: Always go into nap mode when CPU is offlinePaul Mackerras2012-09-051-0/+2
* | | powerpc: Give hypervisor decrementer interrupts their own handlerPaul Mackerras2012-09-052-1/+11
| |/ |/|
* | powerpc: Fix personality handling in ppc64_personality()Jiri Kosina2012-08-241-4/+4
* | powerpc/dma-iommu: Fix IOMMU window checkAaro Koskinen2012-08-241-5/+4
* | powerpc/kgdb: Restore current_thread_info properlyTiejun Chen2012-08-241-2/+9
* | powerpc/kgdb: Bail out of KGDB when we've been triggeredTiejun Chen2012-08-241-0/+15
* | powerpc/kgdb: Do not set kgdb_single_step on ppcTiejun Chen2012-08-241-1/+0
* | powerpc: Fix null pointer deref in perf hardware breakpointsMichael Neuling2012-08-241-1/+1
|/
* Merge branch 'for-linus-for-3.6-rc1' of git://git.linaro.org/people/mszyprows...Linus Torvalds2012-07-304-17/+22
|\
| * common: dma-mapping: add support for generic dma_mmap_* callsMarek Szyprowski2012-07-304-17/+22
* | powerpc/ftrace: Trace function graph entry before updating indexSteven Rostedt2012-07-271-6/+5
* | powerpc: Lack of firmware flash support is not an errorAnton Blanchard2012-07-271-1/+1
* | powerpc: Set stack limit properly in crit_transfer_to_handlerStuart Yoder2012-07-271-2/+10
* | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-243-12/+13
|\ \
| * \ Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-5/+0
| |\ \
| | * | powerpc/PCI: factor out pcibios_setup()Myron Stowe2012-07-051-5/+0
| * | | powerpc/PCI: register busn_res for root busesYinghai Lu2012-06-132-7/+12
| * | | PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-133-5/+5
| |/ /
* | | Merge tag 'dt-for-3.6' of git://sources.calxeda.com/kernel/linuxLinus Torvalds2012-07-242-7/+4
|\ \ \
| * | | devicetree: add helper inline for retrieving a node's full nameGrant Likely2012-07-062-7/+4
* | | | Merge tag 'kvm-3.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-07-245-36/+82
|\ \ \ \
| * \ \ \ Merge branch 'for-upstream' of git://github.com/agraf/linux-2.6 into nextAvi Kivity2012-06-065-36/+82
| |\ \ \ \
| | * | | | KVM: PPC: Not optimizing MSR_CE and MSR_ME with paravirt.Bharat Bhushan2012-05-301-1/+1
| | * | | | KVM: PPC: Factor out guest epapr initializationLiu Yu-B132012012-05-305-35/+81
* | | | | | Remove stale .rej fileBenjamin Herrenschmidt2012-07-231-22/+0
OpenPOWER on IntegriCloud