aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-3/+1
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-1/+1
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman2-0/+13
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-1/+0
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-8/+14
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-7/+12
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask into merge-rr-cpumaskMike Travis256-2718/+6996
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds7-12/+7
2009-01-02Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds20-1113/+1928
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpcRusty Russell1-0/+2
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-31shrink struct dentryNick Piggin1-1/+1
2008-12-31KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity1-3/+0
2008-12-31KVM: ppc: mostly cosmetic updates to the exit timing accounting codeHollis Blanchard5-91/+66
2008-12-31KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard13-18/+516
2008-12-31KVM: ppc: save and restore guest mappings on context switchHollis Blanchard3-5/+66
2008-12-31KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard8-221/+168
2008-12-31powerpc/44x: declare tlb_44x_index for use in C codeHollis Blanchard1-0/+1
2008-12-31KVM: ppc: support large host pagesHollis Blanchard3-23/+64
2008-12-31KVM: ppc: fix userspace mapping invalidation on context switchHollis Blanchard3-22/+20
2008-12-31KVM: ppc: use prefetchable mappings for guest memoryHollis Blanchard1-2/+7
2008-12-31KVM: ppc: use MMUCR accessor to obtain TIDHollis Blanchard1-1/+1
2008-12-31KVM: ppc: fix Kconfig constraintsHollis Blanchard1-10/+8
2008-12-31KVM: ppc: improve trap emulationHollis Blanchard1-2/+2
2008-12-31KVM: ppc: optimize irq delivery pathHollis Blanchard4-156/+140
2008-12-31KVM: ppc: optimize find first bitHollis Blanchard1-1/+1
2008-12-31KVM: ppc: optimize kvm stat handlingHollis Blanchard1-23/+9
2008-12-31KVM: ppc: fix set regs to take care of msr changeHollis Blanchard1-1/+1
2008-12-31KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard4-33/+33
2008-12-31KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard9-63/+154
2008-12-31KVM: ppc: Move the last bits of 44x code out of booke.cHollis Blanchard3-44/+58
2008-12-31KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard8-276/+415
2008-12-31ppc: Create disassemble.h to extract instruction fieldsHollis Blanchard2-56/+81
2008-12-31KVM: ppc: Refactor powerpc.c to relocate 440-specific codeHollis Blanchard9-130/+207
2008-12-31KVM: ppc: combine booke_guest.c and booke_host.cHollis Blanchard4-89/+66
2008-12-31KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"Hollis Blanchard6-34/+33
2008-12-31KVM: ppc: Move 440-specific TLB code into 44x_tlb.cHollis Blanchard4-143/+145
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky2-3/+11
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-5/+2
2008-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell1-0/+4
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2008-12-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Rusty Russell264-2798/+7488
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds222-2489/+6151
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok10-48/+130
2008-12-29powerpc: Force memory size to be a multiple of PAGE_SIZEHollis Blanchard1-1/+15
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds35-213/+820
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-3/+2
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2008-12-28Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds10-85/+490
2008-12-26cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to_cpumaskRusty Russell3-8/+12