Age | Commit message (Expand) | Author | Files | Lines |
2012-10-07 | ARM: rpc: check device_register return code in ecard_probe | Arnd Bergmann | 1 | -1/+3 |
2012-07-01 | ARM: fiq: change FIQ_START to a variable | Shawn Guo | 1 | -1/+1 |
2012-03-30 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2 | -11/+0 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -0/+1 |
2012-03-28 | Disintegrate asm/system.h for ARM | David Howells | 1 | -0/+1 |
2012-03-28 | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 6 | -33/+1318 |
2012-03-24 | ARM: ecard: get rid of NO_IRQ madness | Russell King | 1 | -3/+3 |
2012-03-24 | ARM: riscpc: use DEFINE_RES_xxx() | Russell King | 1 | -29/+7 |
2012-03-24 | ARM: riscpc: remove expansion card irq mask register | Russell King | 1 | -101/+2 |
2012-03-24 | ARM: riscpc: convert ecard to use irq_alloc_descs() | Russell King | 1 | -9/+13 |
2012-03-24 | ARM: riscpc: use irq chip data in ecard.c | Russell King | 1 | -2/+3 |
2012-03-24 | ARM: riscpc: move ecard.c to arch/arm/mach-rpc | Russell King | 3 | -1/+1301 |
2012-03-24 | ARM: riscpc: remove IRQ_TIMER | Russell King | 2 | -3/+1 |
2012-03-24 | ARM: riscpc: use definition for serial port interrupt | Russell King | 1 | -1/+1 |
2012-03-24 | ARM: riscpc: pass IRQ resources into keyboard driver | Russell King | 1 | -0/+7 |
2012-03-24 | ARM: riscpc: move time-acorn.c to mach-rpc | Russell King | 2 | -1/+96 |
2012-03-14 | ARM: create a common IOMEM definition | Rob Herring | 1 | -6/+0 |
2012-03-07 | ARM: kill off __mem_pci | Rob Herring | 1 | -5/+0 |
2012-02-23 | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ... | Russell King | 4 | -5/+23 |
2012-02-22 | ARM: remove disable_fiq and arch_ret_to_user macros | Rob Herring | 1 | -4/+0 |
2012-02-22 | ARM: rpc: make default fiq handler run-time installed | Rob Herring | 3 | -1/+23 |
2012-01-21 | ARM: big removal of now unused arch_idle() | Nicolas Pitre | 1 | -13/+0 |
2012-01-05 | Merge branch 'restart' into for-linus | Russell King | 2 | -14/+12 |
2012-01-05 | ARM: restart: remove the now empty arch_reset() | Russell King | 1 | -4/+0 |
2012-01-05 | ARM: restart: riscpc: use new restart hook | Russell King | 2 | -10/+12 |
2011-12-06 | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 1 | -10/+0 |
2011-11-27 | ARM: big removal of now unused vmalloc.h files | Nicolas Pitre | 1 | -10/+0 |
2011-11-21 | ARM: restart: only perform setup for restart when soft-restarting | Russell King | 1 | -1/+1 |
2011-10-28 | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2 | -2/+2 |
2011-10-25 | Merge branch 'misc' into for-linus | Russell King | 1 | -1/+1 |
2011-10-17 | ARM: 7022/1: allow to detect conflicting zreladdrs | Sascha Hauer | 1 | -1/+1 |
2011-09-26 | ARM: add an extra temp register to the low level debugging addruart macro | Nicolas Pitre | 1 | -1/+1 |
2011-08-22 | ARM: mach-rpc: convert boot_params to atag_offset | Nicolas Pitre | 1 | -1/+1 |
2011-08-17 | ARM: io: RiscPC: eliminate private inb() et.al. definitions | Russell King | 1 | -182/+8 |
2011-08-17 | ARM: io: RiscPC: make EASI_BASE a void iomem pointer | Russell King | 2 | -3/+3 |
2011-08-17 | ARM: io: ecard: remove ioaddr() from ecard.c | Russell King | 2 | -9/+5 |
2011-08-17 | ARM: io: RiscPC: define io addresses relative to IO_BASE | Russell King | 1 | -6/+6 |
2011-05-07 | ARM: zImage: remove the static qualifier from global data variables | Nicolas Pitre | 1 | -6/+6 |
2011-03-29 | arm: Fold irq_set_chip/irq_set_handler | Thomas Gleixner | 1 | -6/+6 |
2011-03-29 | arm: Cleanup the irq namespace | Thomas Gleixner | 1 | -7/+7 |
2011-02-18 | ARM: P2V: separate PHYS_OFFSET from platform definitions | Russell King | 1 | -1/+1 |
2011-01-13 | ARM: rpc: irq_data conversion. | Lennert Buytenhek | 1 | -30/+30 |
2010-11-22 | ARM: 6484/1: fix compile warning in mm/init.c | Anand Gadiyar | 1 | -1/+1 |
2010-10-20 | arm: remove machine_desc.io_pg_offst and .phys_io | Nicolas Pitre | 1 | -2/+0 |
2010-10-20 | arm: return both physical and virtual addresses from addruart | Jeremy Kerr | 1 | -7/+5 |
2010-10-02 | ARM: do not define VMALLOC_END relative to PAGE_OFFSET | Nicolas Pitre | 1 | -1/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -1/+0 |
2010-03-16 | ARM: Fix RiscPC decompressor build errors | Russell King | 1 | -2/+0 |
2010-02-12 | ARM: 5910/1: ARM: Add tmp register for addruart and loadsp | Tony Lindgren | 1 | -1/+1 |
2009-03-19 | [ARM] pass reboot command line to arch_reset() | Russell King | 1 | -1/+1 |