summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* remove remaining references to nfsservctlStephen Rothwell2011-08-301-1/+1
* powerpc: Move kdump default base address to half RMO size on 64bitAnton Blanchard2011-08-051-10/+0Star
* ppc: Remove duplicate definition of PV_POWER7Peter Zijlstra2011-08-051-1/+0Star
* powerpc: Jump label misalignment causes oops at bootAnton Blanchard2011-08-051-2/+0Star
* powerpc: mtspr/mtmsr should take an unsigned longScott Wood2011-08-051-2/+5
* Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-272-50/+2Star
|\
| * pci: move microblaze and powerpc pci flag functions into asm-genericRob Herring2011-07-121-49/+1Star
| * powerpc: rename ppc_pci_*_flags to pci_*_flagsRob Herring2011-07-122-17/+17
* | atomic: cleanup asm-generic atomic*.h inclusionArun Sharma2011-07-271-4/+0Star
* | atomic: move atomic_add_unless to generic codeArun Sharma2011-07-271-7/+7
* | atomic: use <linux/atomic.h>Arun Sharma2011-07-275-5/+4Star
* | asm-generic: add another generic ext2 atomic bitopsAkinobu Mita2011-07-271-4/+1Star
* | ptrace: unify show_regs() prototypeMike Frysinger2011-07-271-1/+0Star
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2011-07-2617-29/+1406
|\ \
| * \ Merge remote-tracking branch 'jwb/next' into nextBenjamin Herrenschmidt2011-07-221-1/+6
| |\ \
| | * | powerpc/44x: don't use tlbivax on AMP systemsDave Kleikamp2011-07-121-1/+6
| * | | powerpc: Create next_tlbcam_idx percpu variable for FSL_BOOKEBecky Bruce2011-07-081-0/+5
| |/ /
| * | powerpc: Add jump label supportMichael Ellerman2011-07-011-0/+47
| * | powerpc/hvsi: Fix conflict with old HVSI driverBenjamin Herrenschmidt2011-07-011-12/+12
| * | powerpc: Fix build problem with default ppc_md.progress commitBenjamin Herrenschmidt2011-07-011-0/+2
| * | powerpc: Add printk companion for ppc_md.progressDave Carroll2011-06-301-0/+2
| * | Merge remote branch 'origin/master' into nextBenjamin Herrenschmidt2011-06-302-8/+1Star
| |\|
| * | powerpc/pseries: Move hvsi support into a libraryBenjamin Herrenschmidt2011-06-291-0/+34
| * | powerpc/pseries: Re-implement HVSI as part of hvc_vioBenjamin Herrenschmidt2011-06-291-0/+1
| * | powerpc/pseries: Factor HVSI header struct in packet definitionsBenjamin Herrenschmidt2011-06-291-12/+4Star
| * | powerpc/hvsi: Move HVSI protocol definitions to a header fileBenjamin Herrenschmidt2011-06-291-0/+68
| * | powerpc/pseries: Introduce pSeries_reconfig_notify()Akinobu Mita2011-06-291-1/+1
| * | powerpc: Whitespace fix to include/asm/pgtable-ppc64.hBecky Bruce2011-06-291-1/+2
| * | powerpc/book3e-64: use a separate TLB handler when linear map is boltedScott Wood2011-06-292-21/+38
| * | powerpc/book3e-64: Reraise doorbell when masked by soft-irq-disableScott Wood2011-06-291-1/+0Star
| * | powerpc: introduce the ePAPR embedded hypervisor vmpic driverAshish Kalra2011-06-271-0/+40
| * | powerpc: introduce ePAPR embedded hypervisor hcall interfaceTimur Tabi2011-06-272-0/+1157
| * | powerpc: make irq_choose_cpu() available to all PIC driversStuart Yoder2011-06-231-0/+2
| * | powerpc/85xx: Save scratch registers to thread info instead of using SPRGs.Ashish Kalra2011-06-232-2/+7
| * | powerpc: Fix doorbell type shiftMichael Neuling2011-06-201-1/+1
| * | powerpc: Fix early boot accounting of CPUsMatt Evans2011-06-171-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-253-4/+4
|\ \ \
| * | | treewide: fix potentially dangerous trailing ';' in #defined values/expressionsPhil Carmody2011-07-212-3/+3
| * | | Merge branch 'master' into for-nextJiri Kosina2011-07-111-7/+0Star
| |\ \ \ | | | |/ | | |/|
| * | | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* | | | Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-07-2417-137/+589
|\ \ \ \
| * | | | KVM: PPC: Remove prog_flagsAlexander Graf2011-07-121-1/+0Star
| * | | | KVM: PPC: book3s_hv: Add support for PPC970-family processorsPaul Mackerras2011-07-123-2/+6
| * | | | powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architect...Paul Mackerras2011-07-122-10/+20
| * | | | KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guestsPaul Mackerras2011-07-125-9/+30
| * | | | KVM: PPC: Allow book3s_hv guests to use SMT processor modesPaul Mackerras2011-07-124-1/+61
| * | | | KVM: PPC: Accelerate H_PUT_TCE by implementing it in real modeDavid Gibson2011-07-124-0/+22
| * | | | KVM: PPC: Handle some PAPR hcalls in the kernelPaul Mackerras2011-07-123-0/+17
| * | | | KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras2011-07-1211-29/+224
| * | | | KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpuPaul Mackerras2011-07-123-13/+25