aboutsummaryrefslogtreecommitdiff
path: root/include/asm-powerpc
AgeCommit message (Expand)AuthorFilesLines
2008-04-30asm-*/futex.h should include linux/uaccess.hGravatar Jeff Dike 1-1/+1
2008-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 3-12/+36
2008-04-29kernel: Move arches to use common unaligned accessGravatar Harvey Harrison 1-7/+4
2008-04-29proper __do_softirq() prototypeGravatar Adrian Bunk 1-2/+0
2008-04-29[RAPIDIO] Move include/asm-ppc/rio.h to asm-powerpcGravatar Zhang Wei 1-0/+18
2008-04-29[POWERPC] Add IRQSTACKS support on ppc32Gravatar Kumar Gala 1-0/+6
2008-04-29[POWERPC] Use __always_inline for xchg* and cmpxchg*Gravatar Paul Mackerras 1-12/+12
2008-04-28hugetlbfs: common code update for s390Gravatar Gerald Schaefer 1-0/+37
2008-04-28hugetlbfs: add missing TLB flush to hugetlb_cow()Gravatar Gerald Schaefer 1-0/+5
2008-04-28hugetlbfs: architecture header cleanupGravatar Gerald Schaefer 2-7/+37
2008-04-28mm: introduce pte_special pte bitGravatar Nick Piggin 2-0/+6
2008-04-27KVM: ppc: PowerPC 440 KVM implementationGravatar Hollis Blanchard 5-2/+383
2008-04-27ppc: Export tlb_44x_hwater for KVMGravatar Hollis Blanchard 1-0/+2
2008-04-26generic: implement __fls on all 64-bit archsGravatar Alexander van Heukelum 1-0/+5
2008-04-24[POWERPC] cell: Generalize io-workarounds codeGravatar Ishizaki Kou 2-54/+55
2008-04-24[POWERPC] Raise the upper limit of NR_CPUS and move the pacas into the BSSGravatar Tony Breeds 1-0/+1
2008-04-24[POWERPC] Port fixmap from x86 and use for kmap_atomicGravatar Kumar Gala 2-19/+128
2008-04-24[POWERPC] 85xx: Add support for relocatable kernel (and booting at non-zero)Gravatar Kumar Gala 3-13/+43
2008-04-24[POWERPC] Fix kernel stack allocation alignmentGravatar Benjamin Herrenschmidt 1-6/+2
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Gravatar Linus Torvalds 44-280/+786
2008-04-20[POWERPC] Fix compile breakage for 64-bit UP configsGravatar Paul Mackerras 1-0/+1
2008-04-19asm-generic: add node_to_cpumask_ptr macroGravatar Mike Travis 1-2/+1
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Gravatar Linus Torvalds 2-26/+37
2008-04-18[POWERPC] Optimize fls64() on 64-bit processorsGravatar Paul Mackerras 1-0/+17
2008-04-18[POWERPC] irqtrace support for 64-bit powerpcGravatar Benjamin Herrenschmidt 5-30/+62
2008-04-18[POWERPC] Move stackframe definitions to common headerGravatar Benjamin Herrenschmidt 1-0/+9
2008-04-18[POWERPC] Make pci_bus_to_host()'s struct pci_bus * argument constGravatar Trent Piepho 1-2/+2
2008-04-18[POWERPC] Use asm-generic/bitops/find.h in bitops.hGravatar Alexander van Heukelum 1-16/+1
2008-04-18ide: remove ide_init_default_irq() macroGravatar Bartlomiej Zolnierkiewicz 1-6/+0
2008-04-18ide: remove ide_default_io_ctl() macroGravatar Bartlomiej Zolnierkiewicz 1-2/+0
2008-04-18ide: add CONFIG_IDE_ARCH_OBSOLETE_DEFAULTS (take 2)Gravatar Bartlomiej Zolnierkiewicz 1-2/+0
2008-04-18ppc: remove ppc_ide_mdGravatar Bartlomiej Zolnierkiewicz 1-15/+32
2008-04-18ide: rework PowerMac media-bay support (take 2)Gravatar Bartlomiej Zolnierkiewicz 1-1/+5
2008-04-17Generic semaphore implementationGravatar Matthew Wilcox 1-94/+1
2008-04-17[POWERPC] QE: export qe_get_brg_clk()Gravatar Anton Vorontsov 1-0/+1
2008-04-17[POWERPC] QE: immap_qe.h should include asm/io.hGravatar Anton Vorontsov 1-0/+1
2008-04-17[POWERPC] QE: implement qe_muram_offsetGravatar Anton Vorontsov 2-2/+11
2008-04-17[POWERPC] fsl_lbc: implement few UPM routinesGravatar Anton Vorontsov 1-0/+88
2008-04-17[POWERPC] fsl_elbc_nand: factor out localbus definesGravatar Anton Vorontsov 1-0/+223
2008-04-17[POWERPC] CPM: Move opcodes common to CPM1 and CPM2 to include/asm-powerpc/cpm.hGravatar Laurent Pinchart 3-23/+15
2008-04-17[POWERPC] Remove unused machine call outsGravatar Kumar Gala 1-3/+0
2008-04-17[POWERPC] pseries/phyp dump: Reserve a variable amount of space at bootGravatar Manish Ahuja 1-1/+3
2008-04-17[POWERPC] Cleanup pgtable-ppc32.hGravatar Kumar Gala 1-4/+1
2008-04-17[POWERPC] Update linker script to properly set physical addressesGravatar Kumar Gala 1-0/+1
2008-04-17[POWERPC] Move phys_addr_t definition into asm/types.hGravatar Kumar Gala 7-17/+7
2008-04-17[POWERPC] Use lowmem_end_addr to limit lmb allocations on ppc32Gravatar Kumar Gala 1-2/+2
2008-04-17[POWERPC] Remove and replace uses of PPC_MEMSTART with memstart_addrGravatar Kumar Gala 1-2/+0
2008-04-17[POWERPC] Implement support for the GPIO LIB APIGravatar Anton Vorontsov 1-0/+56
2008-04-15[POWERPC] replace asm/of_device.h with linux/of_device.h in macio.hGravatar Stephen Rothwell 1-1/+1
2008-04-15[POWERPC] remove include of asm/of_device.h from pmi.hGravatar Stephen Rothwell 1-2/+0