summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* KVM: PPC: Remove unused argument to kvmppc_core_dequeue_externalPaul Mackerras2013-03-224-7/+4
* kvm/ppc/e500: eliminate tlb_refsScott Wood2013-03-222-69/+30
* kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bitScott Wood2013-03-221-3/+4
* kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is validScott Wood2013-03-221-2/+2
* KVM: PPC: booke: Added debug handlerBharat Bhushan2013-03-223-3/+41
* KVM: PPC: Added one_reg interface for timer registersBharat Bhushan2013-03-222-0/+35
* KVM: PPC: move tsr update in a separate functionBharat Bhushan2013-03-221-10/+14
* Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-2123-143/+170
|\
| * sgy-cts1000: Remove __dev* attributesBen Collins2013-03-191-3/+3
| * Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-03-1813-127/+150
| |\
| | * powerpc: Rename USER_ESID_BITS* to ESID_BITS*Aneesh Kumar K.V2013-03-175-14/+14
| | * powerpc: Update kernel VSID rangeAneesh Kumar K.V2013-03-176-106/+126
| | * powerpc: Make VSID_BITS* dependency explicitAneesh Kumar K.V2013-03-171-5/+6
| | * powerpc: Make sure that we alays include CONFIG_BINFMT_ELFStephen Rothwell2013-03-171-0/+1
| | * powerpc/ptrace: Fix brk.len used uninitialisedMichael Neuling2013-03-171-0/+1
| | * powerpc: Fix -mcmodel=medium breakage in prom_init.cAnton Blanchard2013-03-131-7/+7
| | * powerpc: Remove last traces of POWER4_ONLYPaul Bolle2013-03-131-4/+2
| | * powerpc: Fix cputable entry for 970MP rev 1.0Benjamin Herrenschmidt2013-03-131-1/+1
| | * powerpc: Fix STAB initializationBenjamin Herrenschmidt2013-03-131-0/+2
| * | Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
| |/
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-03-101-0/+1
| |\
| | * fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-041-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
| |/
* | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-055-6/+7
* | KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-051-2/+2
* | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-051-7/+5
|/
* 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-282-15/+9
* | arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-279-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-231-43/+21
| * | new helper: file_inode(file)Al Viro2013-02-238-25/+21
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-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