Age | Commit message (Expand) | Author | Files | Lines |
2011-12-08 | ARM: LPAE: MMU setup for the 3-level page table format | Catalin Marinas | 5 | -12/+243 |
2011-12-08 | ARM: LPAE: Page table maintenance for the 3-level format | Catalin Marinas | 5 | -7/+150 |
2011-12-08 | ARM: LPAE: Introduce the 3-level page table format definitions | Catalin Marinas | 6 | -0/+261 |
2011-12-08 | ARM: LPAE: add ISBs around MMU enabling code | Will Deacon | 4 | -0/+16 |
2011-12-08 | ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.S | Catalin Marinas | 2 | -149/+174 |
2011-12-08 | ARM: LPAE: Move the FSR definitions to separate files | Catalin Marinas | 3 | -93/+100 |
2011-12-08 | ARM: LPAE: Move page table maintenance macros to pgtable-2level.h | Catalin Marinas | 2 | -38/+41 |
2011-12-08 | ARM: pgtable: switch to use pgtable-nopud.h | Russell King | 3 | -11/+15 |
2011-12-08 | ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopud | Catalin Marinas | 1 | -12/+19 |
2011-12-06 | ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting | Will Deacon | 4 | -66/+6 |
2011-12-06 | ARM: head.S: only include __turn_mmu_on in the initial identity mapping | Will Deacon | 1 | -7/+7 |
2011-12-06 | ARM: idmap: use idmap_pgd when setting up mm for reboot | Will Deacon | 1 | -9/+10 |
2011-12-06 | ARM: proc-*.S: place cpu_reset functions into .idmap.text section | Will Deacon | 24 | -0/+72 |
2011-12-06 | ARM: suspend: use idmap_pgd instead of suspend_pgd | Will Deacon | 2 | -15/+5 |
2011-12-06 | ARM: idmap: populate identity map pgd at init time using .init.text | Will Deacon | 5 | -3/+51 |
2011-12-05 | ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq function | Santosh Shilimkar | 1 | -0/+1 |
2011-12-05 | ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undecl... | Santosh Shilimkar | 1 | -0/+2 |
2011-12-03 | Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke... | Russell King | 2 | -2/+2 |
2011-12-02 | ARM: exynos4: Fix build error | Axel Lin | 1 | -1/+1 |
2011-12-02 | ARM: exynos4: Fix build error due to 'gic_bank_offset' undeclared | Axel Lin | 1 | -1/+1 |
2011-11-21 | Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke... | Russell King | 419 | -3746/+4216 |
2011-11-21 | Merge branch 'restart-cleanup' into restart | Russell King | 105 | -470/+450 |
2011-11-21 | ARM: restart: remove poodle restart handler | Russell King | 1 | -6/+0 |
2011-11-21 | ARM: w90x900: add common nuc9xx.h | Russell King | 6 | -24/+30 |
2011-11-21 | ARM: restart: only perform setup for restart when soft-restarting | Russell King | 21 | -23/+33 |
2011-11-17 | ARM: clps711x: consolidate irq/mm/time code into a single file | Russell King | 4 | -141/+88 |
2011-11-17 | ARM: 7159/1: OMAP: Introduce local common.h files | Tony Lindgren | 88 | -287/+332 |
2011-11-17 | ARM: restart: remove local_irq_disable() from within arch_reset() | Russell King | 6 | -12/+0 |
2011-11-15 | ARM: VIC: remove non MULTI_IRQ_HANDLER support | Jamie Iles | 4 | -70/+1 |
2011-11-15 | ARM: picoxcell: convert to MULTI_IRQ_HANDLER | Jamie Iles | 3 | -12/+9 |
2011-11-15 | ARM: samsung: convert to MULTI_IRQ_HANDLER | Jamie Iles | 12 | -65/+23 |
2011-11-15 | ARM: versatile: convert to MULTI_IRQ_HANDLER | Jamie Iles | 5 | -30/+7 |
2011-11-15 | ARM: u300: convert to MULTI_IRQ_HANDLER | Jamie Iles | 3 | -24/+3 |
2011-11-15 | ARM: spear: convert to MULTI_IRQ_HANDLER | Jamie Iles | 7 | -63/+9 |
2011-11-15 | ARM: s3c64xx: convert to MULTI_IRQ_HANDLER | Jamie Iles | 12 | -3/+25 |
2011-11-15 | ARM: nomadik: convert to MULTI_IRQ_HANDLER | Jamie Iles | 3 | -30/+3 |
2011-11-15 | ARM: netx: convert to MULTI_IRQ_HANDLER | Jamie Iles | 5 | -13/+7 |
2011-11-15 | ARM: ep93xx: convert to MULTI_IRQ_HANDLER | Jamie Iles | 9 | -42/+25 |
2011-11-15 | ARM: vic: MULTI_IRQ_HANDLER handler | Jamie Iles | 2 | -0/+41 |
2011-11-15 | ARM: vic: device tree binding | Jamie Iles | 4 | -29/+115 |
2011-11-15 | ARM: GIC: Make MULTI_IRQ_HANDLER mandatory | Marc Zyngier | 10 | -76/+2 |
2011-11-15 | ARM: omap2plus: remove irq-related global base addresses | Marc Zyngier | 5 | -9/+4 |
2011-11-15 | ARM: omap2plus: convert to CONFIG_MULTI_IRQ_HANDLER | Marc Zyngier | 29 | -137/+36 |
2011-11-15 | ARM: omap2/3: Add global omap2/3_intc_handle_irq() functions | Marc Zyngier | 2 | -0/+52 |
2011-11-15 | ARM: zynq: convert to CONFIG_MULTI_IRQ_HANDLER | Marc Zyngier | 3 | -3/+2 |
2011-11-15 | ARM: cns3xxx: convert to CONFIG_MULTI_IRQ_HANDLER | Marc Zyngier | 3 | -2/+3 |
2011-11-15 | ARM: shmobile: convert smp platforms to gic_handle_irq() | Marc Zyngier | 5 | -22/+2 |
2011-11-15 | ARM: ux500: convert to CONFIG_MULTI_IRQ_HANDLER | Marc Zyngier | 4 | -2/+7 |
2011-11-15 | ARM: tegra2: convert to CONFIG_MULTI_IRQ_HANDLER | Marc Zyngier | 7 | -20/+15 |
2011-11-15 | ARM: exynos4: convert to CONFIG_MULTI_IRQ_HANDLER | Marc Zyngier | 9 | -78/+18 |