| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 2 | -2/+2 |
|\ |
|
| * | ARM: add an extra temp register to the low level debugging addruart macro | Nicolas Pitre | 2011-09-26 | 1 | -1/+1 |
| * | ARM: mach-rpc: convert boot_params to atag_offset | Nicolas Pitre | 2011-08-21 | 1 | -1/+1 |
* | | Merge branch 'misc' into for-linus | Russell King | 2011-10-25 | 1 | -1/+1 |
|\ \ |
|
| * | | ARM: 7022/1: allow to detect conflicting zreladdrs | Sascha Hauer | 2011-10-17 | 1 | -1/+1 |
| |/ |
|
* | | ARM: io: RiscPC: eliminate private inb() et.al. definitions | Russell King | 2011-08-17 | 1 | -182/+8 |
* | | ARM: io: RiscPC: make EASI_BASE a void iomem pointer | Russell King | 2011-08-17 | 2 | -3/+3 |
* | | ARM: io: ecard: remove ioaddr() from ecard.c | Russell King | 2011-08-17 | 2 | -9/+5 |
* | | ARM: io: RiscPC: define io addresses relative to IO_BASE | Russell King | 2011-08-17 | 1 | -6/+6 |
|/ |
|
* | ARM: zImage: remove the static qualifier from global data variables | Nicolas Pitre | 2011-05-07 | 1 | -6/+6 |
* | arm: Fold irq_set_chip/irq_set_handler | Thomas Gleixner | 2011-03-29 | 1 | -6/+6 |
* | arm: Cleanup the irq namespace | Thomas Gleixner | 2011-03-29 | 1 | -7/+7 |
* | ARM: P2V: separate PHYS_OFFSET from platform definitions | Russell King | 2011-02-17 | 1 | -1/+1 |
* | ARM: rpc: irq_data conversion. | Lennert Buytenhek | 2011-01-13 | 1 | -30/+30 |
* | ARM: 6484/1: fix compile warning in mm/init.c | Anand Gadiyar | 2010-11-21 | 1 | -1/+1 |
* | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 2010-10-20 | 1 | -2/+0 |
* | arm: return both physical and virtual addresses from addruart | Jeremy Kerr | 2010-10-20 | 1 | -7/+5 |
* | ARM: do not define VMALLOC_END relative to PAGE_OFFSET | Nicolas Pitre | 2010-10-01 | 1 | -1/+1 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -1/+0 |
* | ARM: Fix RiscPC decompressor build errors | Russell King | 2010-03-15 | 1 | -2/+0 |
* | ARM: 5910/1: ARM: Add tmp register for addruart and loadsp | Tony Lindgren | 2010-02-12 | 1 | -1/+1 |
* | [ARM] pass reboot command line to arch_reset() | Russell King | 2009-03-19 | 1 | -1/+1 |
* | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel | Russell King | 2009-03-13 | 1 | -0/+6 |
|\ |
|
| * | Add i2c_board_info for RiscPC PCF8583 | Russell King | 2009-02-24 | 1 | -0/+6 |
* | | Merge branch 'dma' into devel | Russell King | 2009-02-21 | 2 | -82/+133 |
|\ \
| |/
|/| |
|
| * | [ARM] dma: RiscPC: don't modify DMA SG entries | Russell King | 2009-02-21 | 1 | -5/+9 |
| * | [ARM] dma: move IOMD and floppy DMA structures to RiscPC DMA code | Russell King | 2009-02-21 | 1 | -0/+13 |
| * | [ARM] dma: Use sensible DMA parameters for Acorn drivers | Russell King | 2008-12-11 | 1 | -0/+2 |
| * | [ARM] dma: convert IOMD DMA to use sg_next() | Russell King | 2008-12-11 | 1 | -1/+1 |
| * | [ARM] dma: move RiscPC specific DMA data out of dma_struct | Russell King | 2008-12-11 | 1 | -68/+78 |
| * | [ARM] dma: rejig DMA initialization | Russell King | 2008-12-11 | 1 | -23/+45 |
| * | [ARM] dma: remove dmach_t typedef | Russell King | 2008-12-08 | 1 | -10/+10 |
* | | [ARM] give RiscPC a NR_IRQS definition and remove default | Russell King | 2008-11-29 | 1 | -0/+1 |
|/ |
|
* | [ARM] Rename ISA mach/dma.h header to mach/isa-dma.h | Russell King | 2008-11-29 | 1 | -1/+1 |
* | [ARM] move MAX_DMA_ADDRESS to mach/memory.h | Russell King | 2008-11-29 | 1 | -6/+0 |
* | [ARM] rpc: remove obsolete IO accessors | Russell King | 2008-11-28 | 1 | -46/+1 |
* | [ARM] remove a common set of __virt_to_bus definitions | Nicolas Pitre | 2008-11-28 | 1 | -7/+0 |
* | [ARM] mm: enable sparsemem on clps7500 and RiscPC | Russell King | 2008-10-01 | 1 | -0/+8 |
* | [ARM] Convert asm/io.h to linux/io.h | Russell King | 2008-09-06 | 5 | -5/+5 |
* | [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach | Russell King | 2008-08-07 | 14 | -2/+894 |
* | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead | Russell King | 2008-08-07 | 2 | -2/+2 |
* | Rename: linux/pata_platform.h to linux/ata_platform.h | Jeff Garzik | 2008-02-06 | 1 | -1/+1 |
* | [ARM] rpc: convert an outb() to writeb() | Russell King | 2007-07-20 | 1 | -1/+1 |
* | [ARM] Add platform support for PATA on RiscPC | Russell King | 2007-05-03 | 1 | -0/+35 |
* | [ARM] Remove compatibility layer for ARM irqs | Russell King | 2006-11-30 | 1 | -7/+7 |
* | Initial blind fixup for arm for irq changes | Linus Torvalds | 2006-10-06 | 1 | -1/+1 |
* | [PATCH] ARM: fixup irqflags breakage after ARM genirq merge | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) | Nicolas Pitre | 2006-01-13 | 1 | -1/+0 |
* | [ARM] Remove '__address' from scatterlist and convert to DMA API | Russell King | 2006-01-04 | 1 | -8/+11 |
* | [ARM] 2989/1: Replace map_desc.physical with map_desc.pfn: RiscPC | Deepak Saxena | 2005-10-28 | 1 | -3/+16 |