aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-11-30[ARM] Ensure that both MAX_DMA_ADDRESS and ISA_DMA_THRESHOLD are definedRussell King4-3/+4
2008-11-30[ARM] Add a common typesafe __io implementationRussell King23-65/+44
2008-11-30[ARM] integrator: parenthesize __virt_to_bus/__bus_to_virt argumentRussell King1-2/+2
2008-11-30[ARM] pnx4008: fix definition of PHYS_OFFSETRussell King1-1/+1
2008-11-29Merge branch 's3c-moves2' of git://aeryn.fluff.org.uk/bjdooks/linux into develRussell King39-41/+41
2008-11-29[ARM] give RiscPC a NR_IRQS definition and remove defaultRussell King2-4/+1
2008-11-29[ARM] Remove linux/sched.h from asm/cacheflush.h and asm/uaccess.hRussell King6-2/+6
2008-11-29[ARM] Rename ISA mach/dma.h header to mach/isa-dma.hRussell King5-5/+5
2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King49-311/+61
2008-11-29[ARM] fix constant values of MAX_DMA_ADDRESSRussell King3-10/+2
2008-11-29[ARM] move MAX_DMA_ADDRESS to mach/memory.hRussell King14-44/+20
2008-11-28[ARM] Remove unnecessary mach/hardware.h includes in arch/arm/mmRussell King3-3/+0
2008-11-28[ARM] asm/system.h does not require asm/memory.hRussell King1-2/+0
2008-11-28[ARM] ns9xxx: mach/hardware.h doesn't need asm/memory.hRussell King1-2/+0
2008-11-28[ARM] ixp4xx: clean up includesRussell King2-5/+1
2008-11-28[ARM] ixp23xx: mach/io.h doesn't need BUG() anymoreRussell King1-2/+0
2008-11-28[ARM] iop13xx: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] iop3xx: avoid polluting the kernel's namespaceRussell King7-13/+4
2008-11-28[ARM] shark: avoid polluting the kernel's namespaceRussell King3-25/+6
2008-11-28[ARM] shark: remove old unused "translated" IO macrosRussell King1-17/+0
2008-11-28[ARM] clps711x: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] footbridge: mach/hardware.h doesn't require mach/memory.hRussell King1-2/+0
2008-11-28[ARM] footbridge: avoid polluting the kernel's namespaceRussell King2-4/+2
2008-11-28[ARM] aaec2000: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] lh7a40x: avoid polluting the kernel's namespaceRussell King2-3/+2
2008-11-28[ARM] l7200: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] h720x: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] imx: avoid polluting the kernel's namespaceRussell King1-2/+0
2008-11-28[ARM] pxa: avoid polluting the kernel's namespaceRussell King7-3/+8
2008-11-28[ARM] rpc: remove obsolete IO accessorsRussell King1-46/+1
2008-11-28[ARM] versatile: remove IRQ mask definitionsRussell King2-144/+0
2008-11-28Merge branch 'highmem' into develRussell King68-1254/+771
2008-11-28[ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre39-299/+21
2008-11-28[ARM] unconditionally define __virt_to_phys and __phys_to_virtNicolas Pitre1-2/+0
2008-11-28[ARM] remove bogus #ifdef CONFIG_HIGHMEM in show_pte()Nicolas Pitre1-2/+4
2008-11-28[ARM] prevent the vmalloc cmdline argument from eating all memoryNicolas Pitre1-0/+7
2008-11-28[ARM] mem_init() cleanupsNicolas Pitre1-21/+24
2008-11-28[ARM] split highmem into its own memory bankNicolas Pitre1-33/+51
2008-11-28[ARM] rationalize memory configuration code some moreNicolas Pitre6-59/+45
2008-11-28[ARM] fix a couple clear_user_highpage assembly constraintsNicolas Pitre7-34/+34
2008-11-27[ARM] clearpage: provide our own clear_user_highpage()Russell King10-100/+100
2008-11-27[ARM] copypage: provide our own copy_user_highpage()Russell King10-83/+161
2008-11-27[ARM] copypage: convert assembly files to CRussell King10-411/+431
2008-11-27Allow architectures to override copy_user_highpage()Russell King1-0/+2
2008-11-27Merge branch 'for-rmk' of git://linux-arm.org/linux-2.6 into develRussell King10-27/+87
2008-11-27Merge branch 'clps7500' into develRussell King27-1197/+6
2008-11-27Merge branches 'core' and 'clks' into develRussell King44-588/+618
2008-11-27[ARM] sa1100: match clock by dev_name(dev)Russell King1-73/+27
2008-11-27[ARM] pxa: don't pass a consumer clock name for devices with unique clocksRussell King12-12/+12
2008-11-27[ARM] pxa: convert to clkdev and match clocks by struct device where possibleRussell King9-205/+201