summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorFilesLines
2009-03-24powerpc/fsl-booke: declare tlbcam_index for use in cLiu Yu1-0/+2
2009-03-24KVM: ppc: remove debug support broken by KVM debug rewriteHollis Blanchard2-8/+0
2009-03-24KVM: ppc: Add extra E500 exceptionsHollis Blanchard2-2/+7
2009-03-24KVM: ppc: Add kvmppc_mmu_dtlb/itlb_miss for bookeHollis Blanchard1-0/+2
2009-03-24KVM: ppc: E500 core-specific codeHollis Blanchard1-0/+67
2009-03-24KVM: ppc: Add dbsr in kvm_vcpu_archHollis Blanchard1-0/+1
2009-03-24KVM: ppc: rename 44x MMU functions used in booke.cHollis Blanchard1-0/+2
2009-03-24KVM: ppc: turn tlb_xlate() into a per-core hook (and give it a better name)Hollis Blanchard1-0/+2
2009-03-24KVM: ppc: change kvmppc_mmu_map() parametersHollis Blanchard1-1/+0
2009-03-24KVM: ppc: cosmetic changes to mmu hook namesHollis Blanchard1-2/+3
2009-03-24KVM: ppc: move struct kvmppc_44x_tlbe into 44x-specific headerHollis Blanchard2-7/+7
2009-03-24KVM: Remove old kvm_guest_debug structsJan Kiszka1-6/+0
2009-03-24KVM: New guest debug interfaceJan Kiszka1-0/+7
2009-03-17powerpc/5200: Enable CPU_FTR_NEED_COHERENT for MPC52xxPiotr Ziecik1-1/+3
2009-03-02x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2-4/+5
2009-02-13powerpc/mm: Fix _PAGE_CHG_MASK to protect _PAGE_SPECIALPhilippe Gerum3-3/+4
2009-01-16powerpc/ps3: Use dma_addr_t down through the stackStephen Rothwell1-4/+4
2009-01-14Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds3-3/+25
2009-01-14Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2009-01-14byteorder: make swab.h include asm/swab.h like a regular headerHarvey Harrison2-3/+0
2009-01-14[CVE-2009-0029] Rename old_readdir to sys_old_readdirHeiko Carstens1-1/+1
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar2-2/+7
2009-01-13Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt1-1/+18
2009-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rri...Linus Torvalds2-0/+8
2009-01-08powerpc/oprofile: IBM CELL: add SPU event profiling supportCarl Love2-0/+8
2009-01-08powerpc/kdump: Use ppc_save_regs() in crash_setup_regs()Anton Vorontsov1-55/+0
2009-01-08mtd/ps3vram: Add modalias support to the ps3vram driverGeert Uytterhoeven1-0/+1
2009-01-08mtd/ps3vram: Add ps3vram driver for accessing video RAM as MTDJim Paris1-0/+1
2009-01-08powerpc/cell: Bitops work on unsigned longsStephen Rothwell1-1/+1
2009-01-08powerpc: Add ioctls for RS485 mode control of serial driversMatthias Fuchs1-0/+2
2009-01-08Merge commit 'origin/master' into nextBenjamin Herrenschmidt11-173/+365
2009-01-07powerpc/qe: add Ethernet UPSMR definitions to QE libraryTimur Tabi1-1/+18
2009-01-06powerpc: introduce asm/swab.hHarvey Harrison3-81/+93
2009-01-06atomic_t: unify all arch definitionsMatthew Wilcox1-3/+1
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsMel Gorman1-0/+6
2009-01-05Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2-6/+52
2009-01-03Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+9
2009-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis52-650/+917
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2009-01-01cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): powerpcRusty Russell1-0/+2
2008-12-31KVM: ppc: mostly cosmetic updates to the exit timing accounting codeHollis Blanchard1-5/+3
2008-12-31KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard1-0/+56
2008-12-31KVM: ppc: save and restore guest mappings on context switchHollis Blanchard1-0/+6
2008-12-31KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard2-10/+17
2008-12-31powerpc/44x: declare tlb_44x_index for use in C codeHollis Blanchard1-0/+1
2008-12-31KVM: ppc: support large host pagesHollis Blanchard1-2/+2
2008-12-31KVM: ppc: fix userspace mapping invalidation on context switchHollis Blanchard1-0/+2
2008-12-31KVM: ppc: optimize irq delivery pathHollis Blanchard1-3/+0
2008-12-31KVM: ppc: adjust vcpu types to support 64-bit coresHollis Blanchard1-25/+25
2008-12-31KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard3-13/+53