summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeMarc Zyngier
2011-12-12ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon
2011-12-12ARM: stop: execute platform callback from cpu_stop codeWill Deacon
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon
2011-12-12ARM: lib: add call_with_stack function for safely changing stackWill Deacon
2011-12-11ARM: 7183/1: vic: register the VIC for ST-modified VIC'sJamie Iles
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King
2011-12-08ARM: LPAE: Add the Kconfig entriesCatalin Marinas
2011-12-08ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon
2011-12-08ARM: LPAE: Add identity mapping support for the 3-level page table formatCatalin Marinas
2011-12-08ARM: LPAE: Add context switching supportCatalin Marinas
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas
2011-12-08ARM: LPAE: Invalidate the TLB before freeing the PMDCatalin Marinas
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas
2011-12-08ARM: LPAE: Page table maintenance for the 3-level formatCatalin Marinas
2011-12-08ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon
2011-12-08ARM: LPAE: Factor out classic-MMU specific code into proc-v7-2level.SCatalin Marinas
2011-12-08ARM: LPAE: Move the FSR definitions to separate filesCatalin Marinas
2011-12-08ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas
2011-12-08ARM: pgtable: switch to use pgtable-nopud.hRussell King
2011-12-08ARM: pgtable: Fix compiler warning in ioremap.c introduced by nopudCatalin Marinas
2011-12-06Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King
2011-12-06ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM restart c...Tony Lindgren
2011-12-06ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon
2011-12-06ARM: head.S: only include __turn_mmu_on in the initial identity mappingWill Deacon
2011-12-06ARM: idmap: use idmap_pgd when setting up mm for rebootWill Deacon
2011-12-06ARM: proc-*.S: place cpu_reset functions into .idmap.text sectionWill Deacon
2011-12-06ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon
2011-12-06ARM: 7192/1: OMAP: Fix build error for omap1_defconfigTony Lindgren
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King
2011-12-05ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq functionSantosh Shilimkar
2011-12-05ARM: 7188/1: OMAP2PLUS: Fix build error: 'omap2/omap3_intc_handle_irq' undecl...Santosh Shilimkar
2011-12-03Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke...Russell King
2011-12-02Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon
2011-12-02arm: pmu: allow platform specific irq enable/disable handlingMing Lei
2011-12-02arm: introduce cross trigger interface helpersMing Lei
2011-12-02ARM: perf: remove unused armpmu_get_max_eventsWill Deacon
2011-12-02ARM: perf: add support for stalled cycle ABI eventsWill Deacon
2011-12-02ARM: perf: clean and update ARMv7 event numbersWill Deacon
2011-12-02ARM: exynos4: Fix build errorAxel Lin
2011-12-02ARM: exynos4: Fix build error due to 'gic_bank_offset' undeclaredAxel Lin
2011-12-01Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds
2011-11-30Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds
2011-11-30ARM: 7182/1: ARM cpu topology: fix warningVincent Guittot
2011-11-30ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and belowJon Medhurst (Tixy)
2011-11-30ARM: 7180/1: Change kprobes testcase with unpredictable STRD instructionJon Medhurst (Tixy)
2011-11-29Merge branch 'defconfigs-for-arnd' of git://git.linaro.org/people/triad/linux...Arnd Bergmann