summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-091-0/+1
|\
| * fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* | powerpc: Set DSCR bit in FSCR setupMichael Neuling2013-03-051-1/+1
* | powerpc: Add DSCR FSCR register bit definitionMichael Neuling2013-03-051-1/+2
* | powerpc: Fix setting FSCR for HV=0 and on secondary CPUsMichael Neuling2013-03-051-1/+2
* | powerpc: Wireup the kcmp syscall to sys_niTony Breeds2013-03-053-1/+3
* | powerpc: Remove unused BITOP_LE_SWIZZLE macroAkinobu Mita2013-03-051-2/+0
* | powerpc: Avoid link stack corruption in MMU on syscall entry pathMichael Neuling2013-03-051-2/+2
* | powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang2013-03-051-2/+3
* | powerpc: Fix compile of sha1-powerpc-asm.S on 32-bitTony Breeds2013-03-051-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-022-19/+1
|\
| * fix compat truncate/ftruncateAl Viro2013-02-251-12/+0
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-242-7/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-272-15/+9
* | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-269-70/+42
|\ \
| * | default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-2/+0
| * | spufs_mkdir(): don't d_add() on negative parentAl Viro2013-02-221-43/+21
| * | new helper: file_inode(file)Al Viro2013-02-228-25/+21
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \ \
| * | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
| |/ /
* | | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-2421-684/+931
|\ \ \ | |_|/ |/| |
| * | KVM: PPC: BookE: Handle alignment interruptsAlexander Graf2013-02-132-3/+19
| * | booke: Added DBCR4 SPR numberBharat Bhushan2013-02-131-0/+1
| * | KVM: PPC: booke: Allow multiple exception typesBharat Bhushan2013-02-135-16/+54
| * | KVM: PPC: booke: use vcpu reference from thread_structBharat Bhushan2013-02-133-7/+3
| * | KVM: PPC: E500: Remove kvmppc_e500_tlbil_all usage from guest TLB codeAlexander Graf2013-01-241-4/+4
| * | KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap staticAlexander Graf2013-01-243-8/+4
| * | KVM: PPC: e500: Implement TLB1-in-TLB0 mappingAlexander Graf2013-01-242-19/+47
| * | KVM: PPC: E500: Split host and guest MMU partsAlexander Graf2013-01-244-624/+704
| * | KVM: PPC: e500: Call kvmppc_mmu_map for initial mappingAlexander Graf2013-01-241-31/+7
| * | KVM: PPC: E500: Propagate errors when shadow mappingAlexander Graf2013-01-241-28/+41
| * | KVM: PPC: E500: Explicitly mark shadow maps invalidAlexander Graf2013-01-241-3/+10
| * | KVM: PPC: E500: Move write_stlbe higherAlexander Graf2013-01-241-16/+16
| * | KVM: PPC: BookE: Add EPR ONE_REG syncAlexander Graf2013-01-102-1/+26
| * | KVM: PPC: BookE: Implement EPR exitAlexander Graf2013-01-104-1/+34
| * | KVM: PPC: BookE: Emulate mfspr on EPRAlexander Graf2013-01-101-0/+3
| * | KVM: PPC: BookE: Allow irq deliveries to inject requestsAlexander Graf2013-01-101-0/+5
| * | KVM: PPC: Fix mfspr/mtspr MMUCFG emulationMihai Caraman2013-01-102-5/+2
| * | KVM: PPC: Book3S: PR: Enable alternative instruction for SC 1Alexander Graf2013-01-103-0/+34
| * | KVM: PPC: Only WARN on invalid emulationAlexander Graf2013-01-101-1/+2
| * | KVM: struct kvm_memory_slot.user_alloc -> boolAlex Williamson2012-12-131-2/+2
| * | KVM: Make KVM_PRIVATE_MEM_SLOTS optionalAlex Williamson2012-12-131-3/+1
| * | KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSAlex Williamson2012-12-132-3/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2311-640/+50
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-142-9/+0
| * | | powerpc: trim the crap from syscalls.hAl Viro2013-02-031-5/+0
| * | | powerpc: switch to generic old sigaction()Al Viro2013-02-034-75/+3
| * | | powerpc: switch to generic compat rt_sigaction()Al Viro2013-02-033-39/+1
| * | | powerpc: kill pointless wrappersAl Viro2013-02-032-332/+31