summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2008-10-20powerpc/PCI: Add legacy PCI access via sysfsBenjamin Herrenschmidt1-1/+135
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal1-2/+8
2008-10-16Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2008-10-16powerpc: use iommu_num_pages function in IOMMU codeJoerg Roedel1-16/+7
2008-10-16powerpc: rename iommu_num_pages function to iommu_nr_pagesJoerg Roedel1-6/+6
2008-10-16compat: generic compat get/settimeofdayChristoph Hellwig1-63/+0
2008-10-16compat: move cp_compat_stat to common codeChristoph Hellwig1-36/+0
2008-10-15KVM: powerpc: Map guest userspace with TID=0 mappingsHollis Blanchard1-1/+1
2008-10-15KVM: ppc: Write only modified shadow entries into the TLB on exitHollis Blanchard1-0/+1
2008-10-15KVM: ppc: Stop saving host TLB stateHollis Blanchard1-1/+0
2008-10-15Merge commit 'origin'Benjamin Herrenschmidt6-29/+4
2008-10-15powerpc: Fix 32-bit SMP boot on CHRPBenjamin Herrenschmidt1-0/+6
2008-10-15powerpc: Fix link errors on 32-bit machines using legacy DMABenjamin Herrenschmidt1-0/+6
2008-10-15powerpc/pci: Improve detection of unassigned bridge resourcesBenjamin Herrenschmidt1-47/+116
2008-10-14powerpc: Reflect the used arguments in machine_init() prototypeSebastian Andrzej Siewior1-1/+1
2008-10-14powerpc: Fix DMA offset for non-coherent DMABenjamin Herrenschmidt1-2/+6
2008-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse9-25/+16
2008-10-13powerpc: remove non-dependent load fsl_booke PTE_64BITMilton Miller1-4/+0
2008-10-13powerpc/fsl: Hide MPC5121 pci bridge.John Rigby1-2/+3
2008-10-13powerpc/smp: No need to set_need_resched when getting a resched IPIMilton Miller1-2/+1
2008-10-10powerpc: Sync RPA note in zImage with kernel's RPA notePaul Mackerras2-5/+8
2008-10-10powerpc: Fix error path in kernel_thread functionJosh Poimboeuf2-6/+10
2008-10-08Merge branches 'sched/devel', 'sched/cpu-hotplug', 'sched/cpusets' and 'sched...Ingo Molnar1-0/+1
2008-10-07powerpc: Fix sysfs pci mmap on 32-bit machines with 64-bit PCIBenjamin Herrenschmidt1-2/+3
2008-10-07powerpc: Fix 64-bit hibernation with 64k pagesJohannes Berg1-1/+1
2008-10-07powerpc: Ignore generated vmlinux.lds in gitSebastien Dugue1-0/+1
2008-10-02Merge commit 'kumar/kumar-mmu'Benjamin Herrenschmidt5-4/+60
2008-09-30Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-5/+1
2008-09-30powerpc: Fix failure to shutdown with CPU hotplugJohannes Berg1-5/+1
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel1-3/+2
2008-09-24POWERPC: Allow 32-bit hashed pgtable code to support 36-bit physicalBecky Bruce3-4/+3
2008-09-24powerpc: Introduce local (non-broadcast) forms of tlb invalidatesKumar Gala2-0/+57
2008-09-24powerpc: Merge 32 and 64-bit dma codeBecky Bruce5-71/+103
2008-09-24powerpc: Drop archdata numa_nodeBecky Bruce5-9/+6
2008-09-24powerpc: Move iommu dma ops from dma.c to dma-iommu.cBecky Bruce3-98/+105
2008-09-24powerpc: Rename dma_64.c to dma.cBecky Bruce2-1/+1
2008-09-19powerpc/fsl-booke: Fixup 64-bit PTE reading for SMP supportKumar Gala1-5/+21
2008-09-18powerpc: Fix build warnings introduced by PMC support on 32-bitKumar Gala1-2/+4
2008-09-17Fix compile failure with non modular buildsJames Bottomley1-19/+0
2008-09-15powerpc: Fix major revision number for Freescale coresMartin Langer1-2/+15
2008-09-15powerpc: Make the irq reverse mapping radix tree locklessSebastien Dugue1-65/+11
2008-09-15powerpc: Separate the irq radix tree insertion and lookupSebastien Dugue1-21/+76
2008-09-15powerpc: Use sys_pause for 32-bit pause entry pointChristoph Hellwig1-8/+0
2008-09-15powerpc: Make the 64-bit kernel as a position-independent executablePaul Mackerras7-8/+138
2008-09-15powerpc: Use LOAD_REG_IMMEDIATE only for constants on 64-bitPaul Mackerras4-112/+99
2008-09-15powerpc: Make it possible to move the interrupt handlers away from the kernelPaul Mackerras5-27/+65
2008-09-15powerpc: Rearrange head_64.S to move interrupt handler code to the beginningPaul Mackerras1-97/+106
2008-09-15powerpc: Add support for dynamic reconfiguration memory in kexec/kdump kernelsChandru1-6/+34
2008-09-10Merge branch 'linux-2.6'Paul Mackerras6-10/+24
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley1-1/+12