summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: ppc: E500 core-specific codeHollis Blanchard2009-03-241-0/+67
* KVM: ppc: Add dbsr in kvm_vcpu_archHollis Blanchard2009-03-241-0/+1
* KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard2009-03-241-0/+2
* KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard2009-03-241-0/+2
* KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard2009-03-241-1/+0
* KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard2009-03-241-2/+3
* KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific headerHollis Blanchard2009-03-242-7/+7
* KVM: Remove old kvm_guest_debug structsJan Kiszka2009-03-241-6/+0
* KVM: New guest debug interfaceJan Kiszka2009-03-241-0/+7
* powerpc/5200: Enable CPU_FTR_NEED_COHERENT for MPC52xxPiotr Ziecik2009-03-171-1/+3
* x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-022-4/+5
* powerpc/mm: Fix _PAGE_CHG_MASK to protect _PAGE_SPECIALPhilippe Gerum2009-02-133-3/+4
* powerpc/ps3: Use dma_addr_t down through the stackStephen Rothwell2009-01-161-4/+4
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-01-143-3/+25
|\
| * powerpc: Change u64/s64 to a long long integer typeIngo Molnar2009-01-132-2/+7
| * Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2009-01-131-1/+18
| |\
| | * powerpc/qe: add Ethernet UPSMR definitions to QE libraryTimur Tabi2009-01-071-1/+18
* | | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-141-1/+1
|\ \ \
| * | | [CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-141-1/+1
| |/ /
* / / byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2009-01-142-3/+0
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2009-01-092-0/+8
|\ \
| * | powerpc/oprofile: IBM CELL: add SPU event profiling supportCarl Love2009-01-082-0/+8
* | | powerpc/kdump: Use ppc_save_regs() in crash_setup_regs()Anton Vorontsov2009-01-081-55/+0
* | | mtd/ps3vram: Add modalias support to the ps3vram driverGeert Uytterhoeven2009-01-081-0/+1
* | | mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTDJim Paris2009-01-081-0/+1
* | | powerpc/cell: Bitops work on unsigned longsStephen Rothwell2009-01-081-1/+1
* | | powerpc: Add ioctls for RS485 mode control of serial driversMatthias Fuchs2009-01-081-0/+2
* | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-01-0811-173/+365
|\ \ \ | |_|/ |/| |
| * | powerpc: introduce asm/swab.hHarvey Harrison2009-01-063-81/+93
| * | atomic_t: unify all arch definitionsMatthew Wilcox2009-01-061-3/+1
| * | mm: report the MMU pagesize in /proc/pid/smapsMel Gorman2009-01-061-0/+6
| * | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-031-3/+9
| |\ \
| | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-0352-650/+917
| | |\ \
| | | * | 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-3053-649/+936
| | | |\ \
| | | * | | cpumask: powerpc: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}...Rusty Russell2008-12-261-3/+7
| | | | |/ | | | |/|
| * | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-1/+0
| |\| | |
| | * | | Merge branch 'tracing/fastboot' into cpus4096Ingo Molnar2008-12-121-0/+2
| | |\ \ \
| | * \ \ \ Merge branch 'linus' into cpus4096Ingo Molnar2008-12-022-3/+0
| | |\ \ \ \
| | * | | | | sched: convert struct root_domain to cpumask_var_t, fixIngo Molnar2008-11-261-1/+0
| * | | | | | KVM: ppc: mostly cosmetic updates to the exit timing accounting codeHollis Blanchard2008-12-311-5/+3
| * | | | | | KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard2008-12-311-0/+56
| * | | | | | KVM: ppc: save and restore guest mappings on context switchHollis Blanchard2008-12-311-0/+6
| * | | | | | KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard2008-12-312-10/+17
| * | | | | | powerpc/44x: declare tlb_44x_index for use in C codeHollis Blanchard2008-12-311-0/+1
| * | | | | | KVM: ppc: support large host pagesHollis Blanchard2008-12-311-2/+2
| * | | | | | KVM: ppc: fix userspace mapping invalidation on context switchHollis Blanchard2008-12-311-0/+2
| * | | | | | KVM: ppc: optimize irq delivery pathHollis Blanchard2008-12-311-3/+0
| * | | | | | KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard2008-12-311-25/+25
| * | | | | | KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard2008-12-313-13/+53