summaryrefslogtreecommitdiffstats
path: root/arch/arm/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-251-1/+0Star
|\
| * ARM: 7727/1: remove the .vm_mm value from gate_vmaSteven Capper2013-05-221-1/+0Star
* | ARM: smp: Drop RCU_NONIDLE usage in cpu_die()Stephen Boyd2013-05-211-1/+1
|/
* Merge branch 'late/fixes' into fixesOlof Johansson2013-05-092-1/+19
|\
| * ARM: default machine descriptor for multiplatformArnd Bergmann2013-04-292-1/+19
* | Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-05-073-19/+32
|\ \
| * \ Merge branch 'late/clksrc' into late/cleanupArnd Bergmann2013-05-066-45/+49
| |\ \
| | * \ Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson2013-04-173-19/+32
| | |\ \
| | | * | ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring2013-04-111-14/+3Star
| | | * | ARM: make machine_desc->init_time default to clocksource_of_initArnd Bergmann2013-04-111-1/+6
| | | * | ARM: arch_timer: use full 64-bit counter for sched_clockRob Herring2013-04-111-5/+13
| | | * | ARM: make sched_clock just call a function pointerRob Herring2013-04-111-1/+8
| | | * | ARM: sched_clock: allow changing to higher frequency counterRob Herring2013-04-111-1/+5
| | | |/
| | * | Merge tag 'omap-for-v3.10/timer-signed' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann2013-04-082-13/+13
| | |\ \
| | | * \ Merge commit '7185684' into omap-for-v3.10/timerTony Lindgren2013-04-032-13/+13
| | | |\ \
| | * | \ \ Merge branch 'zynq/clksrc/cleanup' of git://git.xilinx.com/linux-xlnx into ne...Arnd Bergmann2013-04-081-13/+4Star
| | |\ \ \ \ | | | |/ / / | | |/| | / | | | | |/ | | | |/|
* | | | | Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-052-2/+7
|\ \ \ \ \
| * | | | | ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier2013-04-291-1/+1
| * | | | | ARM: KVM: enforce maximum size for identity mapped codeMarc Zyngier2013-04-291-1/+6
| * | | | | Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.gitGleb Natapov2013-04-251-4/+4
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | arm: single_open() leaksAl Viro2013-05-051-1/+1
* | | | | | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-05-0313-83/+160
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'cleanup' into for-linusRussell King2013-05-022-13/+13
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | ARM: cleanup gate_vma initializationRussell King2013-02-231-6/+7
| | * | | | | ARM: cleanup undefined instruction entry codeRussell King2013-02-231-7/+6Star
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-------. \ \ \ \ \ Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-0214-91/+230
| |\ \ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | | | |
| | | | | | * | | | | ARM: smp: flush L1 cache in cpu_die()Russell King2013-04-181-4/+38
| | | | | | | |_|/ / | | | | | | |/| | |
| | | | | * | | | | ARM: 7688/1: add support for context tracking subsystemKevin Hilman2013-04-033-0/+32
| | | | | * | | | | ARM: 7683/1: pci: add a align_resource hookThomas Petazzoni2013-04-031-0/+6
| | | | | * | | | | ARM: 7676/1: fix a wrong value returned from CALLER_ADDRnKeun-O Park2013-03-191-2/+3
| | | * | | | | | | ARM: 7700/2: Make cpu_init() notraceJon Medhurst2013-04-261-1/+1
| | | * | | | | | | ARM: 7703/1: Disable preemption in broadcast_tlb*_a15_erratum()Catalin Marinas2013-04-251-4/+5
| | * | | | | | | | ARM: entry: move disable_irq_notrace into svc_exitRussell King2013-04-032-18/+6Star
| | * | | | | | | | ARM: entry: move IRQ tracing exit into svc_exitRussell King2013-04-032-28/+31
| | * | | | | | | | ARM: entry-common: get rid of unnecessary ifdefsRussell King2013-04-031-4/+1Star
| | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | Merge branch 'mcpm' of git://git.linaro.org/people/nico/linux into devel-stableRussell King2013-04-2510-11/+51
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: mcpm_head.S: vlock-based first man electionDave Martin2013-04-241-0/+1
| | * | | | | | | | ARM: mcpm: introduce helpers for platform coherency exit/setupDave Martin2013-04-241-0/+3
| | |/ / / / / / /
| * | | | | | | | Merge branch 'kvm-arm-fixes' of git://github.com/columbia/linux-kvm-arm into ...Russell King2013-03-151-4/+4
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | ARM: KVM: abstract fault register accessesMarc Zyngier2013-03-071-4/+4
| * | | | | | | | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-03-094-5/+16
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ARM: use read_cpuid_id() instead of read_cpuid(CPUID_ID)Uwe Kleine-König2013-01-312-2/+2
| | * | | | | | | | ARM: let CPUs not being able to run in ARM mode enter in THUMB modeUwe Kleine-König2013-01-311-1/+7
| | * | | | | | | | ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König2013-01-311-2/+7
* | | | | | | | | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-022-14/+9Star
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'fixes' into next/cleanupOlof Johansson2013-04-296-9/+104
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge tag 'v3.9-rc5' into next/cleanupArnd Bergmann2013-04-091-1/+1
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | ARM: irq: Call irqchip_init if no init_irq function is specifiedMaxime Ripard2013-04-021-1/+5
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | ARM: smp_twd: convert to use CLKSRC_OF initRob Herring2013-03-111-13/+4Star
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-022-42/+29Star
|\ \ \ \ \ \ \ \ \