summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* zero i_uid/i_gid on inode allocationAl Viro2009-01-051-1/+0Star
* Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-033-8/+14
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-03256-2718/+6996
| |\
| | * cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpcRusty Russell2009-01-011-0/+2
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-311-0/+4
| | |\
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-29264-2798/+7488
| | |\ \
| | * | | cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}...Rusty Russell2008-12-263-8/+12
* | | | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-032-7/+12
|\ \ \ \ \
| * | | | | [PATCH] idle cputime accountingMartin Schwidefsky2008-12-312-3/+11
| * | | | | [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-5/+2Star
| | |_|_|/ | |/| | |
* | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-027-12/+7Star
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-182-2/+3
| |\ \ \ \
| * \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-174-5/+20
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Ingo Molnar2008-12-166-11/+7Star
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge ../linux-2.6-x86Rusty Russell2008-12-1312-87/+491
| | |\ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell2008-12-131-1/+1
| | * | | | | | cpumask: make irq_set_affinity() take a const struct cpumaskRusty Russell2008-12-134-7/+7
| | * | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu...Rusty Russell2008-12-131-1/+1
| | * | | | | | cpumask: centralize cpu_online_map and cpu_possible_mapRusty Russell2008-12-131-4/+0Star
| * | | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2008-12-161-0/+1
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'sched/core' into cpus4096Ingo Molnar2008-12-124-2/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar2008-12-1211-149/+119Star
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-0228-564/+2753
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | sched: convert struct root_domain to cpumask_var_t, fixIngo Molnar2008-11-261-1/+0Star
| | | | | | | | | | |
| | \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096Ingo Molnar2008-11-246-42/+489
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-0220-1113/+1928
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | KVM: Consolidate userspace memory capability reporting into common codeAvi Kivity2008-12-311-3/+0Star
| * | | | | | | | | | | | | KVM: ppc: mostly cosmetic updates to the exit timing accounting codeHollis Blanchard2008-12-315-91/+66Star
| * | | | | | | | | | | | | KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard2008-12-3113-18/+516
| * | | | | | | | | | | | | KVM: ppc: save and restore guest mappings on context switchHollis Blanchard2008-12-313-5/+66
| * | | | | | | | | | | | | KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard2008-12-318-221/+168Star
| * | | | | | | | | | | | | powerpc/44x: declare tlb_44x_index for use in C codeHollis Blanchard2008-12-311-0/+1
| * | | | | | | | | | | | | KVM: ppc: support large host pagesHollis Blanchard2008-12-313-23/+64
| * | | | | | | | | | | | | KVM: ppc: fix userspace mapping invalidation on context switchHollis Blanchard2008-12-313-22/+20Star
| * | | | | | | | | | | | | KVM: ppc: use prefetchable mappings for guest memoryHollis Blanchard2008-12-311-2/+7
| * | | | | | | | | | | | | KVM: ppc: use MMUCR accessor to obtain TIDHollis Blanchard2008-12-311-1/+1
| * | | | | | | | | | | | | KVM: ppc: fix Kconfig constraintsHollis Blanchard2008-12-311-10/+8Star
| * | | | | | | | | | | | | KVM: ppc: improve trap emulationHollis Blanchard2008-12-311-2/+2
| * | | | | | | | | | | | | KVM: ppc: optimize irq delivery pathHollis Blanchard2008-12-314-156/+140Star
| * | | | | | | | | | | | | KVM: ppc: optimize find first bitHollis Blanchard2008-12-311-1/+1
| * | | | | | | | | | | | | KVM: ppc: optimize kvm stat handlingHollis Blanchard2008-12-311-23/+9Star
| * | | | | | | | | | | | | KVM: ppc: fix set regs to take care of msr changeHollis Blanchard2008-12-311-1/+1
| * | | | | | | | | | | | | KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard2008-12-314-33/+33
| * | | | | | | | | | | | | KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard2008-12-319-63/+154
| * | | | | | | | | | | | | KVM: ppc: Move the last bits of 44x code out of booke.cHollis Blanchard2008-12-313-44/+58
| * | | | | | | | | | | | | KVM: ppc: refactor instruction emulation into generic and core-specific piecesHollis Blanchard2008-12-318-276/+415
| * | | | | | | | | | | | | ppc: Create disassemble.h to extract instruction fieldsHollis Blanchard2008-12-312-56/+81
| * | | | | | | | | | | | | KVM: ppc: Refactor powerpc.c to relocate 440-specific codeHollis Blanchard2008-12-319-130/+207
| * | | | | | | | | | | | | KVM: ppc: combine booke_guest.c and booke_host.cHollis Blanchard2008-12-314-89/+66Star
| * | | | | | | | | | | | | KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"Hollis Blanchard2008-12-316-34/+33Star