summaryrefslogtreecommitdiff
path: root/arch/arm/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-11-18ARM: use get machine revision function for get sys_revision propertyBeomho Seo1-0/+1
2014-11-18ARM: Use 'model' property to set machine_name from Device TreeChanwoo Choi1-1/+1
2014-11-18arm: use common of_flat_dt_match_machineRob Herring1-22/+21
2014-11-18upstream: Finally eradicate CONFIG_HOTPLUGStephen Rothwell2-12/+0
2014-11-18arm: Thumb=>ARM signal handling setup skips the a few instructions on Snapdra...T.J. Purtell1-4/+8
2014-10-05ARM: 7748/1: oabi: handle faults when loading swi instruction from userspaceWill Deacon1-13/+29
2014-10-05ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernelDave Martin2-9/+16
2014-10-05ARM: 8133/1: use irq_set_affinity with force=false when migrating irqsSudeep Holla1-1/+1
2014-06-30ARM: stacktrace: avoid listing stacktrace functions in stacktraceRussell King1-5/+13
2014-06-11ARM: perf: hook up perf_sample_event_took around pmu irq handlingWill Deacon1-2/+9
2014-06-07ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddrLiu Hua1-1/+1
2014-05-06ARM: 8030/1: ARM : kdump : add arch_crash_save_vmcoreinfoLiu Hua1-0/+7
2014-03-23ARM: ignore memory below PHYS_OFFSETRussell King1-0/+14
2014-03-23ARM: 7864/1: Handle 64-bit memory in case of 32-bit phys_addr_tMagnus Damm1-4/+12
2014-01-25ARM: 7815/1: kexec: offline non panic CPUs on Kdump panicVijaya Kumar K1-0/+1
2014-01-15ARM: fix "bad mode in ... handler" message for undefined instructionsRussell King1-1/+7
2014-01-09ARM: hyp: initialize CNTVOFF to zeroMarc Zyngier1-0/+2
2013-12-20ARM: 7913/1: fix framepointer check in unwind_frameKonstantin Khlebnikov1-1/+1
2013-12-20ARM: 7912/1: check stack pointer in get_wchanKonstantin Khlebnikov1-2/+5
2013-12-04ARM: 7876/1: clear Thumb-2 IT state on exception handlingMarc Zyngier1-0/+1
2013-10-18ARM: Fix the world famous typo with is_gate_vma()Russell King1-1/+1
2013-08-20ARM: 7809/1: perf: fix event validation for software group leadersWill Deacon1-0/+3
2013-08-20perf/arm: Fix armpmu_map_hw_event()Stephen Boyd1-1/+6
2013-08-11ARM: fix nommu builds with 48be69a02 (ARM: move signal handlers into a vdso-l...Russell King1-1/+4
2013-08-11ARM: fix a cockup in 48be69a02 (ARM: move signal handlers into a vdso-like page)Russell King2-26/+24
2013-08-11ARM: make vectors page inaccessible from userspaceRussell King1-1/+6
2013-08-11ARM: move signal handlers into a vdso-like pageRussell King4-30/+81
2013-08-11ARM: allow kuser helpers to be removed from the vector pageRussell King2-9/+17
2013-08-11ARM: update FIQ support for relocation of vectorsRussell King2-5/+17
2013-08-11ARM: use linker magic for vectors and vector stubsRussell King2-18/+27
2013-08-11ARM: move vector stubsRussell King2-28/+26
2013-08-11ARM: poison memory between kuser helpersRussell King1-9/+16
2013-08-11ARM: poison the vectors pageRussell King1-0/+10
2013-07-21ARM: 7778/1: smp_twd: twd_update_frequency need be run on all online CPUsJason Liu1-1/+1
2013-07-21ARM: 7769/1: Cortex-A15: fix erratum 798181 implementationMarc Zyngier1-16/+2
2013-07-21ARM: 7765/1: perf: Record the user-mode PC in the call chain.Jed Davis1-0/+1
2013-06-29ARM: dt: Only print warning, not WARN() on bad cpu map in device treeOlof Johansson1-2/+3
2013-06-24ARM: 7763/1: kernel: fix __cpu_logical_map default initializationLorenzo Pieralisi2-2/+2
2013-06-24ARM: 7762/1: kernel: fix arm_dt_init_cpu_maps() to skip non-cpu nodesLorenzo Pieralisi1-0/+3
2013-06-17ARM: 7759/1: decouple CPU offlining from reboot/shutdownStephen Warren3-19/+41
2013-06-05ARM: 7742/1: topology: export cpu_topologyArnd Bergmann1-0/+2
2013-05-25Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+0
2013-05-22ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper1-1/+0
2013-05-21ARM: smp: Drop RCU_NONIDLE usage in cpu_die()Stephen Boyd1-1/+1
2013-05-09Merge branch 'late/fixes' into fixesOlof Johansson2-1/+19
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-19/+32
2013-05-06Merge branch 'late/clksrc' into late/cleanupArnd Bergmann6-45/+49
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-2/+7
2013-05-05arm: single_open() leaksAl Viro1-1/+1
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds13-83/+160