..
.gitignore
…
Makefile
ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machines
2013-09-02 13:49:29 +01:00
arch_timer.c
sched_clock: Make ARM's sched_clock generic for all architectures
2013-06-12 14:02:13 -07:00
armksyms.c
…
arthur.c
…
asm-offsets.c
ARM: kernel: implement stack pointer save array through MPIDR hashing
2013-06-20 11:24:11 +01:00
atags.h
ARM: constify machine_desc structure uses
2013-07-26 14:55:59 +01:00
atags_compat.c
…
atags_parse.c
ARM: constify machine_desc structure uses
2013-07-26 14:55:59 +01:00
atags_proc.c
…
bios32.c
ARM: SoC platform changes for 3.12
2013-09-06 13:30:06 -07:00
calls.S
…
cpuidle.c
…
crash_dump.c
…
debug.S
…
devtree.c
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
2013-09-05 18:07:32 -07:00
dma-isa.c
…
dma.c
…
early_printk.c
early_printk: consolidate random copies of identical code
2013-04-29 18:28:13 -07:00
elf.c
…
entry-armv.S
ARM: Fix !kuser helpers case
2013-08-07 14:00:11 +01:00
entry-common.S
ARM: 7839/1: entry: fix tracing of ARM-private syscalls
2013-09-21 20:41:25 +01:00
entry-header.S
arm: Fix build error with context tracking calls
2013-09-27 17:59:47 +02:00
entry-v7m.S
ARM: 7800/1: ARMv7-M: Fix name of NVIC handler function
2013-07-31 11:12:58 +01:00
etm.c
ARM/etm/sysrq: fix inconstistent help message of sysrq key
2013-04-30 17:04:10 -07:00
fiq.c
ARM: 7819/1: fiq: Cast the first argument of flush_icache_range()
2013-08-20 00:11:50 +01:00
fiqasm.S
…
ftrace.c
…
head-common.S
arm: delete __cpuinit/__CPUINIT usage from all ARM users
2013-07-14 19:36:52 -04:00
head-nommu.S
ARM: Add .text annotations where required after __CPUINIT removal
2013-08-01 14:41:40 +01:00
head.S
ARM: 7846/1: Update SMP_ON_UP code to detect A9MPCore with 1 CPU devices
2013-10-03 10:39:44 +01:00
hw_breakpoint.c
arm: delete __cpuinit/__CPUINIT usage from all ARM users
2013-07-14 19:36:52 -04:00
hyp-stub.S
ARM: 7786/1: hyp: fix macro parameterisation
2013-07-22 14:30:34 +01:00
insn.c
…
insn.h
…
io.c
…
irq.c
…
isa.c
…
iwmmxt.S
…
jump_label.c
…
kgdb.c
…
kprobes-arm.c
…
kprobes-common.c
…
kprobes-test-arm.c
…
kprobes-test-thumb.c
…
kprobes-test.c
…
kprobes-test.h
…
kprobes-thumb.c
…
kprobes.c
…
kprobes.h
…
machine_kexec.c
ARM: 7815/1: kexec: offline non panic CPUs on Kdump panic
2013-08-20 00:14:46 +01:00
module.c
ARM: 7829/1: Add ".text.unlikely" and ".text.hot" to arm unwind tables
2013-09-02 13:49:47 +01:00
opcodes.c
…
patch.c
…
patch.h
…
perf_event.c
ARM: 7810/1: perf: Fix array out of bounds access in armpmu_map_hw_event()
2013-08-13 20:21:44 +01:00
perf_event_cpu.c
ARM: 7813/1: Mark pmu interupt IRQF_NO_THREAD
2013-08-20 00:12:23 +01:00
perf_event_v6.c
…
perf_event_v7.c
…
perf_event_xscale.c
…
pj4-cp0.c
…
process.c
Merge branch 'security-fixes' into fixes
2013-08-13 20:23:28 +01:00
psci.c
arm: introduce psci_smp_ops
2013-05-21 14:24:11 +00:00
psci_smp.c
arm: delete __cpuinit/__CPUINIT usage from all ARM users
2013-07-14 19:36:52 -04:00
ptrace.c
ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints"
2013-07-09 10:33:25 -07:00
relocate_kernel.S
…
return_address.c
…
setup.c
Merge branches 'debug-choice', 'devel-stable' and 'misc' into for-linus
2013-09-05 10:34:15 +01:00
signal.c
ARM: fix nommu builds with 48be69a02
(ARM: move signal handlers into a vdso-like page)
2013-08-03 10:49:01 +01:00
sleep.S
ARM: kernel: implement stack pointer save array through MPIDR hashing
2013-06-20 11:24:11 +01:00
smp.c
ARM: SoC cleanups for 3.12
2013-09-06 13:21:16 -07:00
smp_scu.c
…
smp_tlb.c
ARM: tlb: don't perform inner-shareable invalidation for local BP ops
2013-08-12 12:25:44 +01:00
smp_twd.c
Now that we have a generic arch hook for broadcast we can remove the local
2013-07-23 16:54:15 -07:00
stacktrace.c
…
suspend.c
ARM: kernel: implement stack pointer save array through MPIDR hashing
2013-06-20 11:24:11 +01:00
swp_emulate.c
arm: single_open() leaks
2013-05-05 00:07:22 -04:00
sys_arm.c
…
sys_oabi-compat.c
…
tcm.c
…
thumbee.c
…
time.c
sched_clock: Make ARM's sched_clock generic for all architectures
2013-06-12 14:02:13 -07:00
topology.c
ARM: topology: remove hwid/MPIDR dependency from cpu_capacity
2013-08-21 10:29:52 +01:00
traps.c
Merge branch 'for-rmk/cacheflush-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stable
2013-08-28 18:38:40 +01:00
unwind.c
…
v7m.c
ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machines
2013-09-02 13:49:29 +01:00
vmlinux.lds.S
ARM: use linker magic for vectors and vector stubs
2013-07-31 21:34:24 +01:00
xscale-cp0.c
…