summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-12-19Merge branch 'picoxcell/devel' into next/develOlof Johansson14-379/+345
2011-12-12ARM: kexec: use soft_restart for branching to the reboot bufferWill Deacon1-12/+3
2011-12-12ARM: stop: execute platform callback from cpu_stop codeWill Deacon1-0/+4
2011-12-12ARM: reset: implement soft_restart for jumping to a physical addressWill Deacon1-10/+40
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King3-6/+51
2011-12-08ARM: LPAE: Add fault handling supportCatalin Marinas1-4/+4
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas1-2/+43
2011-12-08ARM: LPAE: add ISBs around MMU enabling codeWill Deacon2-0/+4
2011-12-06Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Russell King5-53/+24
2011-12-06ARM: SMP: use idmap_pgd for mapping MMU enable during secondary bootingWill Deacon2-31/+4
2011-12-06ARM: head.S: only include __turn_mmu_on in the initial identity mappingWill Deacon1-7/+7
2011-12-06ARM: suspend: use idmap_pgd instead of suspend_pgdWill Deacon2-15/+5
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon2-0/+8
2011-12-05Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King1-0/+8
2011-12-05Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King16-353/+326
2011-12-02Merge branches 'perf/event-nos', 'perf/updates' and 'perf/omap4' into for-rmkWill Deacon1-10/+9
2011-12-02arm: pmu: allow platform specific irq enable/disable handlingMing Lei1-2/+8
2011-12-02ARM: perf: remove unused armpmu_get_max_eventsWill Deacon1-8/+1
2011-12-02ARM: perf: add support for stalled cycle ABI eventsWill Deacon3-49/+66
2011-12-02ARM: perf: clean and update ARMv7 event numbersWill Deacon1-233/+125
2011-11-30ARM: 7182/1: ARM cpu topology: fix warningVincent Guittot1-1/+1
2011-11-30ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and belowJon Medhurst (Tixy)2-10/+19
2011-11-30ARM: 7180/1: Change kprobes testcase with unpredictable STRD instructionJon Medhurst (Tixy)1-1/+1
2011-11-26ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernelsJon Medhurst2-38/+78
2011-11-26ARM: 7170/2: fix compilation breakage in entry-armv.SGuennadi Liakhovetski1-1/+1
2011-11-22Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/...Russell King2-1/+11
2011-11-22ARM: perf: check that we have a platform device when reserving PMUWill Deacon1-0/+3
2011-11-21Merge branch 'irqchip-consolidation' of git://git.kernel.org/pub/scm/linux/ke...Russell King1-4/+3
2011-11-21ARM: 7161/1: errata: no automatic store buffer drainWill Deacon1-0/+3
2011-11-21ARM: restart: only perform setup for restart when soft-restartingRussell King1-2/+11
2011-11-18ARM: sort the meminfo array earlierNicolas Pitre1-0/+8
2011-11-17ARM: wire up process_vm_writev and process_vm_readv syscallsRussell King1-0/+2
2011-11-17ARM: perf: initialise used_mask for fake PMU during validationWill Deacon1-1/+7
2011-11-16ARM: PMU: re-export release_pmu symbol to modulesWill Deacon1-0/+1
2011-11-15ARM: Make global handler and CONFIG_MULTI_IRQ_HANDLER mutually exclusiveMarc Zyngier1-4/+3
2011-11-14perf: Don't use -ENOSPC for out of PMU resourcesPeter Zijlstra1-3/+3
2011-11-12ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_listWill Deacon1-2/+4
2011-11-10ARM: restart: remove argument to setup_mm_for_reboot()Russell King2-4/+4
2011-11-10ARM: restart: move reboot failure handing into machine_restart()Russell King1-11/+9
2011-11-10ARM: restart: allow platforms more flexibility specifying restart modeRussell King1-2/+2
2011-11-10ARM: restart: add restart hook to machine_desc recordRussell King1-0/+3
2011-11-08ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processorsCatalin Marinas1-1/+1
2011-11-07Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare ...Russell King1-18/+17
2011-10-31arm: fix implicit module.h users by adding it to arch/arm as required.Paul Gortmaker1-0/+1
2011-10-31arm: convert core files from module.h to export.hPaul Gortmaker14-14/+14
2011-10-31arm: remove several unnecessary module.h include instancesPaul Gortmaker3-3/+0
2011-10-31arm: fix implicit memset/string.h usage in various arch/arm filesPaul Gortmaker1-0/+1
2011-10-31arm: add elf.h to arch/arm/kernel/ptrace.cPaul Gortmaker1-0/+1
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds22-894/+5562