aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-16powerpc: Get the number of SLBs from "slb-size" propertyMichael Neuling1-0/+5
2009-01-13powerpc/e500mc: Doorbells need to be taken w/exceptions disabledKumar Gala1-1/+1
2009-01-13powerpc/powermac: Fix occasional SMP boot failureBenjamin Herrenschmidt1-0/+9
2009-01-13powerpc/cacheinfo: Rename cache_dir per-cpu variableNathan Lynch1-5/+5
2009-01-13powerpc: Cleanup from l64 to ll64 change: arch codeStephen Rothwell1-3/+3
2009-01-13powerpc: Change u64/s64 to a long long integer typeIngo Molnar4-16/+16
2009-01-13powerpc/kexec: Check crash_base for relocatable kernelMilton Miller1-0/+25
2009-01-13powerpc: Make dummy section a valid note headerMilton Miller1-1/+3
2009-01-13Merge commit 'kumar/kumar-next' into nextBenjamin Herrenschmidt2-5/+8
2009-01-08powerpc: Export cacheable_memzero as its now used in a driverKumar Gala1-0/+1
2009-01-08powerpc: Use correct type in prom_init.cIngo Molnar1-1/+1
2009-01-08powerpc: Remove unnecessary castsStephen Rothwell1-7/+7
2009-01-08powerpc: Fix pciconfig_iobase system call on PCI-Express powermacPaul Mackerras1-2/+7
2009-01-08powerpc: Rewrite sysfs processor cache info codeNathan Lynch4-297/+850
2009-01-08powerpc/pci: Reserve legacy regions on PCIBenjamin Herrenschmidt1-1/+70
2009-01-07Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-6/+1
2009-01-07powerpc/fsl-booke: Remove num_tlbcam_entriesTrent Piepho1-4/+0
2009-01-07powerpc/fsl-booke: Don't hard-code size of struct tlbcamTrent Piepho2-1/+8
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-01-07PCI: powerpc: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas1-6/+1
2009-01-06kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe()Masami Hiramatsu1-3/+4
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-7/+12
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-6/+2
2009-01-02Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvmLinus Torvalds1-6/+15
2008-12-31take init_fs to saner placeAl Viro1-1/+0
2008-12-31KVM: ppc: Implement in-kernel exit timing statisticsHollis Blanchard1-0/+11
2008-12-31KVM: ppc: directly insert shadow mappings into the hardware TLBHollis Blanchard1-6/+0
2008-12-31KVM: ppc: create struct kvm_vcpu_44x and introduce container_of() accessorHollis Blanchard1-5/+9
2008-12-31KVM: ppc: Rename "struct tlbe" to "struct kvmppc_44x_tlbe"Hollis Blanchard1-1/+1
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky2-3/+11
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-5/+2
2008-12-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds40-898/+1216
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok3-15/+24
2008-12-29powerpc: Force memory size to be a multiple of PAGE_SIZEHollis Blanchard1-1/+15
2008-12-28Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-2/+1
2008-12-25[S390] arch_setup_additional_pages argumentsMartin Schwidefsky1-2/+1
2008-12-23powerpc/32: Wire up the trampoline code for kdumpDale Farnsworth1-0/+2
2008-12-23powerpc/32: Add the ability for a classic ppc kernel to be loaded at 32MDale Farnsworth1-5/+6
2008-12-23powerpc/32: Setup OF properties for kdumpDale Farnsworth2-52/+40
2008-12-23powerpc/32/kdump: Implement crash_setup_regs() using ppc_save_regs()Anton Vorontsov1-1/+1
2008-12-23powerpc: Prepare xmon_save_regs for use with kdumpAnton Vorontsov2-0/+78
2008-12-23powerpc: Make default kexec/crash_kernel ops implicitAnton Vorontsov1-12/+9
2008-12-23powerpc: Setup OF properties for ppc32 kexecDale Farnsworth2-19/+39
2008-12-21powerpc/44x: 44x TLB doesn't need "Guarded" set for all pagesBenjamin Herrenschmidt1-1/+11
2008-12-21powerpc/mm: Rework usage of _PAGE_COHERENT/NO_CACHE/GUARDEDBenjamin Herrenschmidt2-15/+10
2008-12-21powerpc/mm: Runtime allocation of mmu context maps for nohash CPUsBenjamin Herrenschmidt1-0/+5
2008-12-21powerpc/mm: Split low level tlb invalidate for nohash processorsBenjamin Herrenschmidt1-233/+0
2008-12-21powerpc/mm: Add SMP support to no-hash TLB handlingBenjamin Herrenschmidt2-6/+9
2008-12-21powerpc/mm: Introduce MMU featuresBenjamin Herrenschmidt11-9/+156