aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2009-02-21[ARM] dma: move IOMD and floppy DMA structures to RiscPC DMA codeRussell King
2009-01-02[ARM] dma: remove dmamode_t typedefRussell King
2009-01-02[ARM] dma: remove usage of dmamode_t from MXC platform supportRussell King
2009-01-02[ARM] dma: make DMA_MODE_xxx reflect ISA DMA settingsRussell King
2008-12-11[ARM] dma: Use sensible DMA parameters for Acorn driversRussell King
2008-12-11[ARM] dma: convert IOMD DMA to use sg_next()Russell King
2008-12-11[ARM] dma: ensure that the single entry sg is properly initializedRussell King
2008-12-11[ARM] dma: constify dma controller name and dma opsRussell King
2008-12-11[ARM] dma: move RiscPC specific DMA data out of dma_structRussell King
2008-12-11[ARM] dma: rejig DMA initializationRussell King
2008-12-08[ARM] dma: factor out code looking up the DMA channelRussell King
2008-12-08[ARM] dma: remove dmach_t typedefRussell King
2008-11-29[ARM] Rename ISA mach/dma.h header to mach/isa-dma.hRussell King
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King
2008-11-29[ARM] fix constant values of MAX_DMA_ADDRESSRussell King
2008-11-29[ARM] move MAX_DMA_ADDRESS to mach/memory.hRussell King
2008-11-28[ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mmRussell King
2008-11-28[ARM] asm/system.h does not require asm/memory.hRussell King
2008-11-28[ARM] ns9xxx: mach/hardware.h doesn't need asm/memory.hRussell King
2008-11-28[ARM] ixp4xx: clean up includesRussell King
2008-11-28[ARM] ixp23xx: mach/io.h doesn't need BUG() anymoreRussell King
2008-11-28[ARM] iop13xx: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] iop3xx: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] shark: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] shark: remove old unused "translated" IO macrosRussell King
2008-11-28[ARM] clps711x: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] footbridge: mach/hardware.h doesn't require mach/memory.hRussell King
2008-11-28[ARM] footbridge: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] aaec2000: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] lh7a40x: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] l7200: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] h720x: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] imx: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] pxa: avoid polluting the kernel's namespaceRussell King
2008-11-28[ARM] rpc: remove obsolete IO accessorsRussell King
2008-11-28[ARM] versatile: remove IRQ mask definitionsRussell King
2008-11-28Merge branch 'highmem' into develRussell King
2008-11-28[ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre
2008-11-28[ARM] unconditionally define __virt_to_phys and __phys_to_virtNicolas Pitre
2008-11-28[ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte()Nicolas Pitre
2008-11-28[ARM] prevent the vmalloc cmdline argument from eating all memoryNicolas Pitre
2008-11-28[ARM] mem_init() cleanupsNicolas Pitre
2008-11-28[ARM] split highmem into its own memory bankNicolas Pitre
2008-11-28[ARM] rationalize memory configuration code some moreNicolas Pitre
2008-11-28[ARM] fix a couple clear_user_highpage assembly constraintsNicolas Pitre
2008-11-27[ARM] clearpage: provide our own clear_user_highpage()Russell King
2008-11-27[ARM] copypage: provide our own copy_user_highpage()Russell King
2008-11-27[ARM] copypage: convert assembly files to CRussell King
2008-11-27Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King
2008-11-27Merge branch 'clps7500' into develRussell King