summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-201-3/+2
|\
| * Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-01-166-5/+16
| |\
| * \ Merge tag 'v3.13-rc4' into perf/coreIngo Molnar2013-12-1610-11/+64
| |\ \
| * \ \ Merge branch 'uprobes/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2013-11-211-3/+2
| |\ \ \
| | * | | uprobes/powerpc: Kill arch_uprobe->ainsnOleg Nesterov2013-11-201-3/+2
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-202-1/+22
|\ \ \ \ \
| * \ \ \ \ Merge tag 'v3.13-rc8' into core/lockingIngo Molnar2014-01-136-5/+16
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-121-1/+20
| * | | | | Merge tag 'v3.13-rc4' into core/lockingIngo Molnar2013-12-1710-9/+64
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | powerpc: Full barrier for smp_mb__after_unlock_lock()Paul E. McKenney2013-12-161-0/+2
* | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-201-0/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | powerpc: Clean up panic_timeout usageJason Baron2013-11-261-0/+1
* | | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-12-302-2/+7
|\ \ \ \ \ \
| * | | | | | powerpc: Make unaligned accesses endian-safe for powerpcRajesh B Prathipati2013-12-301-1/+6
| * | | | | | powerpc: Fix bad stack check in exception entryMichael Neuling2013-12-301-1/+1
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-12-203-1/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge tag 'signed-for-3.13' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2013-12-203-1/+7
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | powerpc: book3s: kvm: Don't abuse host r2 in exit pathAneesh Kumar K.V2013-12-181-0/+1
| | * | | | | powerpc/kvm/booke: Fix build break due to stack frame size warningScott Wood2013-12-111-1/+1
| | * | | | | KVM: PPC: Book3S: PR: Make svcpu -> vcpu store preempt savvyAlexander Graf2013-12-091-0/+1
| | * | | | | KVM: PPC: Book3S: PR: Export kvmppc_copy_to|from_svcpuAlexander Graf2013-12-091-0/+4
| | | |_|/ / | | |/| | |
* | | | | | powerpc/powernv: Fix OPAL LPC access in Little EndianBenjamin Herrenschmidt2013-12-131-1/+1
* | | | | | powerpc/powernv: Fix endian issue in opal_xscom_readAnton Blanchard2013-12-131-1/+1
|/ / / / /
* | | | | powerpc: Fix PTE page address mismatch in pgtable ctor/dtorHong H. Pham2013-12-102-8/+4
* | | | | powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filteringHari Bathini2013-11-251-0/+1
* | | | | powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supportedLEROY Christophe2013-11-223-0/+17
| |/ / / |/| | |
* | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-221-1/+1
|\ \ \ \
| * | | | powerpc: Make cpu_to_chip_id() available when SMP=nMichael Ellerman2013-11-211-1/+1
| | |/ / | |/| |
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-204-0/+41
|\ \ \ \ | |/ / / |/| | |
| * | | powerpc: Set eflags correctly for ELF ABIv2 core dumps.Rusty Russell2013-11-211-0/+2
| * | | powerpc: Add TIF_ELF2ABI flag.Rusty Russell2013-11-212-0/+11
| * | | pseries: Add H_SET_MODE to change exception endiannessAnton Blanchard2013-11-212-0/+28
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-1515-281/+277
|\ \ \ \
| * \ \ \ Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queueGleb Natapov2013-11-0417-295/+302
| |\ \ \ \
| | * | | | kvm: powerpc: book3s: drop is_hv_enabledAneesh Kumar K.V2013-10-171-1/+5
| | * | | | kvm: powerpc: book3s: Allow the HV and PR selection per virtual machineAneesh Kumar K.V2013-10-172-3/+5
| | * | | | kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V2013-10-171-2/+4
| | * | | | kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_opsAneesh Kumar K.V2013-10-172-55/+3
| | * | | | kvm: powerpc: book3s: Cleanup interrupt handling codeAneesh Kumar K.V2013-10-171-0/+11
| | * | | | kvm: powerpc: Add kvmppc_ops callbackAneesh Kumar K.V2013-10-172-24/+66
| | * | | | kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLEAneesh Kumar K.V2013-10-175-12/+10
| | * | | | kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLEAneesh Kumar K.V2013-10-175-6/+6
| | * | | | KVM: PPC: E500: Add userspace debug stub supportBharat Bhushan2013-10-172-0/+4
| | * | | | KVM: PPC: E500: Using "struct debug_reg"Bharat Bhushan2013-10-171-12/+1
| | * | | | KVM: PPC: E500: exit to user space on "ehpriv 1" instructionBharat Bhushan2013-10-173-5/+27
| | * | | | powerpc: export debug registers save function for KVMBharat Bhushan2013-10-171-0/+1
| | * | | | powerpc: move debug registers in a structureBharat Bhushan2013-10-172-20/+26
| | * | | | powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIANBharat Bhushan2013-10-171-1/+1
OpenPOWER on IntegriCloud