| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: remove unnecessary variable initializaions | Masahiro Yamada | 2014-10-02 | 1 | -4/+0 |
* | ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memo... | Uwe Kleine-König | 2014-07-30 | 1 | -5/+0 |
* | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2014-04-05 | 2 | -23/+9 |
|\ |
|
| * | ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, too | Uwe Kleine-König | 2013-12-20 | 1 | -17/+0 |
| * | ARM: rpc: stop using <mach/timex.h> | Uwe Kleine-König | 2013-12-20 | 1 | -6/+9 |
* | | ARM: 8000/1: misc: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2014-03-12 | 2 | -2/+1 |
|/ |
|
* | ARM: debug: move 8250 debug include into arch/arm/include/debug/ | Russell King | 2013-08-25 | 1 | -13/+0 |
* | ARM: debug: provide 8250 debug uart phys/virt address configuration options | Russell King | 2013-08-25 | 1 | -8/+0 |
* | ARM: debug: provide 8250 debug uart register shift configuration option | Russell King | 2013-08-25 | 1 | -1/+0 |
* | ARM: debug: provide 8250 debug uart flow control configuration option | Russell King | 2013-08-25 | 1 | -1/+0 |
* | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 2013-07-09 | 1 | -1/+2 |
* | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li... | Olof Johansson | 2013-02-05 | 1 | -5/+0 |
|\ |
|
| * | ARM: remove unused arch_decomp_wdog() | Shawn Guo | 2013-01-11 | 1 | -5/+0 |
* | | ARM: delete struct sys_timer | Stephen Warren | 2012-12-24 | 2 | -8/+3 |
* | | ARM: set arch_gettimeoffset directly | Stephen Warren | 2012-12-24 | 1 | -3/+3 |
|/ |
|
* | ARM: rpc: check device_register return code in ecard_probe | Arnd Bergmann | 2012-10-07 | 1 | -1/+3 |
* | ARM: fiq: change FIQ_START to a variable | Shawn Guo | 2012-07-01 | 1 | -1/+1 |
* | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 2012-03-30 | 2 | -11/+0 |
|\ |
|
| * | ARM: create a common IOMEM definition | Rob Herring | 2012-03-14 | 1 | -6/+0 |
| * | ARM: kill off __mem_pci | Rob Herring | 2012-03-07 | 1 | -5/+0 |
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-29 | 1 | -0/+1 |
|\ \ |
|
| * | | Disintegrate asm/system.h for ARM | David Howells | 2012-03-28 | 1 | -0/+1 |
* | | | Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-28 | 6 | -33/+1318 |
|\ \ \
| |_|/
|/| | |
|
| * | | ARM: ecard: get rid of NO_IRQ madness | Russell King | 2012-03-24 | 1 | -3/+3 |
| * | | ARM: riscpc: use DEFINE_RES_xxx() | Russell King | 2012-03-24 | 1 | -29/+7 |
| * | | ARM: riscpc: remove expansion card irq mask register | Russell King | 2012-03-24 | 1 | -101/+2 |
| * | | ARM: riscpc: convert ecard to use irq_alloc_descs() | Russell King | 2012-03-24 | 1 | -9/+13 |
| * | | ARM: riscpc: use irq chip data in ecard.c | Russell King | 2012-03-24 | 1 | -2/+3 |
| * | | ARM: riscpc: move ecard.c to arch/arm/mach-rpc | Russell King | 2012-03-24 | 3 | -1/+1301 |
| * | | ARM: riscpc: remove IRQ_TIMER | Russell King | 2012-03-24 | 2 | -3/+1 |
| * | | ARM: riscpc: use definition for serial port interrupt | Russell King | 2012-03-24 | 1 | -1/+1 |
| * | | ARM: riscpc: pass IRQ resources into keyboard driver | Russell King | 2012-03-24 | 1 | -0/+7 |
| * | | ARM: riscpc: move time-acorn.c to mach-rpc | Russell King | 2012-03-24 | 2 | -1/+96 |
| |/ |
|
* | | Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ... | Russell King | 2012-02-22 | 4 | -5/+23 |
|\ \ |
|
| * | | ARM: remove disable_fiq and arch_ret_to_user macros | Rob Herring | 2012-02-22 | 1 | -4/+0 |
| * | | ARM: rpc: make default fiq handler run-time installed | Rob Herring | 2012-02-22 | 3 | -1/+23 |
| |/ |
|
* / | ARM: big removal of now unused arch_idle() | Nicolas Pitre | 2012-01-21 | 1 | -13/+0 |
|/ |
|
* | Merge branch 'restart' into for-linus | Russell King | 2012-01-05 | 2 | -14/+12 |
|\ |
|
| * | ARM: restart: remove the now empty arch_reset() | Russell King | 2012-01-05 | 1 | -4/+0 |
| * | ARM: restart: riscpc: use new restart hook | Russell King | 2012-01-05 | 2 | -10/+12 |
* | | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 2011-12-06 | 1 | -10/+0 |
|\ \
| |/
|/| |
|
| * | ARM: big removal of now unused vmalloc.h files | Nicolas Pitre | 2011-11-27 | 1 | -10/+0 |
* | | ARM: restart: only perform setup for restart when soft-restarting | Russell King | 2011-11-21 | 1 | -1/+1 |
|/ |
|
* | 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 |