aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2012-10-05KVM: PPC: Book3S: Get/set guest FP regs using the GET/SET_ONE_REG interfacePaul Mackerras2-0/+22
2012-10-05KVM: PPC: Book3S: Get/set guest SPRs using the GET/SET_ONE_REG interfacePaul Mackerras2-0/+53
2012-10-05KVM: PPC: Book3S HV: Handle memory slot deletion and modification correctlyPaul Mackerras2-2/+5
2012-10-05KVM: PPC: Move kvm->arch.slot_phys into memslot.archPaul Mackerras2-4/+10
2012-10-05KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macroMihai Caraman1-2/+2
2012-10-05booke: Added ONE_REG interface for IAC/DAC debug registersBharat Bhushan2-2/+34
2012-10-05KVM: PPC: booke: Add watchdog emulationBharat Bhushan3-0/+12
2012-10-05KVM: PPC: Add return value to core_check_requestsAlexander Graf1-1/+1
2012-10-05KVM: PPC: Book3S: PR: Rework irq disablingAlexander Graf1-0/+10
2012-10-05KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier supportAlexander Graf1-2/+1
2012-10-05KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_prAlexander Graf1-0/+3
2012-10-05KVM: PPC: E500: Implement MMU notifiersAlexander Graf2-1/+3
2012-10-05PPC: Don't use hardcoded opcode for ePAPR hcall invocationLiu Yu-B132012-29/+29
2012-10-05KVM: PPC: ev_idle hcall support for e500 guestsLiu Yu-B132011-5/+6
2012-10-05KVM: PPC: Add support for ePAPR idle hcall in host kernelLiu Yu-B132011-0/+1
2012-10-05KVM: PPC: use definitions in epapr header for hcallsStuart Yoder1-10/+11
2012-10-05PPC: epapr: create define for return code value of successStuart Yoder1-1/+2
2012-10-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds40-277/+488
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko2-2/+59
2012-10-06powerpc: bitops: introduce {clear,set}_bit_le()Takuya Yoshikawa1-0/+10
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann8-11/+12
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+3
2012-10-03Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu...Linus Torvalds4-3/+6
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+1
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-2/+3
2012-10-02compat: fs: Generic compat_sys_sendfile implementationCatalin Marinas2-2/+3
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells3-3/+3
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+3
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+0
2012-10-01sanitize tsk_is_polling()Al Viro1-0/+2
2012-09-30powerpc: switch to generic sys_execve()/kernel_execve()Al Viro3-3/+4
2012-09-30powerpc: split ret_from_forkAl Viro1-3/+0
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-6/+1
2012-09-27powerpc/perf: Sample only if SIAR-Valid bit is set in P7+[email protected]2-0/+5
2012-09-27Merge remote-tracking branch 'agust/next' into nextBenjamin Herrenschmidt1-0/+2
2012-09-18Merge remote-tracking branch 'kumar/next' into nextBenjamin Herrenschmidt6-6/+39
2012-09-18powerpc/eeh: Fix crash on converting OF node to edevGavin Shan1-0/+8
2012-09-18powerpc/kprobe: Introduce a new thread flagTiejun Chen1-0/+3
2012-09-18powerpc: Remove unused __get_user64() and __put_user64()Bharat Bhushan1-11/+0
2012-09-18powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan2-3/+4
2012-09-18powerpc/eeh: Introduce EEH_PE_INVALID type PEGavin Shan1-3/+4
2012-09-17powerpc/mm: Make some of the PGTABLE_RANGE dependency explicitAneesh Kumar K.V6-35/+31
2012-09-17powerpc/mm: Update VSID allocation documentationAneesh Kumar K.V1-23/+17
2012-09-17powerpc/mm: Add 64TB supportAneesh Kumar K.V5-15/+39
2012-09-17powerpc/mm: Use 32bit array for slb cacheAneesh Kumar K.V1-1/+1
2012-09-17powerpc/mm: Increase the slice range to 64TBAneesh Kumar K.V2-2/+10
2012-09-17powerpc/mm: Make KERN_VIRT_SIZE not dependend on PGTABLE_RANGEAneesh Kumar K.V1-1/+1
2012-09-17powerpc/mm: Convert virtual address to vpnAneesh Kumar K.V5-31/+77
2012-09-17powerpc/mm: Fix typo in PTRS_PER_PUDScott Wood1-1/+1