Rabin Vincent 483a6c9d44 ARM: 8064/1: fix v7-M signal return 11 years ago
..
.gitignore da1562af62 [ARM] 5194/1: update .gitignore 17 years ago
Makefile d93003e8e4 ARM: 8042/1: iwmmxt: allow to build iWMMXt on Marvell PJ4B 11 years ago
arch_timer.c 65cd4f6c99 arch_timer: Move to generic sched_clock framework 12 years ago
armksyms.c e26a9e00af ARM: Better virt_to_page() handling 11 years ago
arthur.c 7cc09c248f [ARM] arm/kernel/arthur.c: add MODULE_LICENSE 17 years ago
asm-offsets.c ac30a11e8e ARM: KVM: introduce per-vcpu HYP Configuration Register 11 years ago
atags.h ff69a4c855 ARM: constify machine_desc structure uses 12 years ago
atags_compat.c aa783b6fd6 ARM: 7505/1: split out ATAGS parsing 13 years ago
atags_parse.c ff69a4c855 ARM: constify machine_desc structure uses 12 years ago
atags_proc.c d9dda78bad procfs: new helper - PDE_DATA(inode) 12 years ago
bios32.c 2d1eb87ae1 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm 11 years ago
calls.S 556d3f7f4d ARM: add renameat2 syscall 11 years ago
cpuidle.c e1689795a7 cpuidle: Add common time keeping and irq enabling 13 years ago
crash_dump.c 8fad87bca7 ARM: 8012/1: kdump: Avoid overflow when converting pfn to physaddr 11 years ago
debug.S a73b59c51a ARM: compile fix for DEBUG_LL=y && MMU=n 12 years ago
devtree.c 6c3ff8b11a ARM: Introduce CPU_METHOD_OF_DECLARE() for cpu hotplug/smp 11 years ago
dma-isa.c e8b8f5ef90 ARM: dma-isa: request cascade channel after registering it 15 years ago
dma.c bd31b85960 locking, ARM: Annotate low level hw locks as raw 14 years ago
early_printk.c d0380e6c3c early_printk: consolidate random copies of identical code 12 years ago
elf.c 9f97da78bf Disintegrate asm/system.h for ARM 13 years ago
entry-armv.S f8fe23ec4e ARM: 7946/1: asm: __und_usr_thumb need byteswap instructions in BE case 11 years ago
entry-common.S 457c2403c5 ARM: asm: Add ARM_BE8() assembly helper 12 years ago
entry-header.S 483a6c9d44 ARM: 8064/1: fix v7-M signal return 11 years ago
entry-v7m.S e6d159cdf9 ARM: 7890/1: v7-M: drop using mach/entry-macro.S 11 years ago
etm.c de77d1e5b4 ARM: 7905/1: etm: Remove unnecessary amba_set_drvdata() 11 years ago
fiq.c 7cb3be0a27 ARM: 7819/1: fiq: Cast the first argument of flush_icache_range() 12 years ago
fiqasm.S dc2eb928a1 ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2 14 years ago
ftrace.c 3a36cb11ca ftrace: Do not pass data to ftrace_dyn_arch_init 11 years ago
head-common.S b363457593 ARM: 7980/1: kernel: improve error message when LPAE config doesn't match CPU 11 years ago
head-nommu.S b713aa0b15 ARM: fix asm/memory.h build error 11 years ago
head.S e3892e9160 ARM: 8033/1: fix big endian __pv_phys_pfn_offset size related issue 11 years ago
hw_breakpoint.c 467a9e1633 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm 11 years ago
hyp-stub.S b60d5db690 ARM: 7786/1: hyp: fix macro parameterisation 12 years ago
insn.c fa0d1dbf7f ARM: fix missing bug.h include in arch/arm/kernel/insn.c 13 years ago
insn.h 09f05d8529 ARM: 7334/1: add jump label support 13 years ago
io.c c5ca95b507 ARM: 7930/1: Introduce atomic MMIO modify 11 years ago
irq.c ebafed7ab9 ARM: irq: Call irqchip_init if no init_irq function is specified 12 years ago
isa.c 6d4561110a sysctl: Drop & in front of every proc_handler. 15 years ago
iwmmxt.S c2f07fe64d ARM: 8038/1: iwmmxt: explicitly check for supported architectures 11 years ago
jump_label.c 09f05d8529 ARM: 7334/1: add jump label support 13 years ago
kgdb.c 834b2964b7 kgdb,arm: fix register dump 15 years ago
kprobes-arm.c b4cd605ca9 ARM: Make arch_specific_insn a define for new arch_probes_insn structure 11 years ago
kprobes-common.c 888be25402 ARM: probes: fix instruction fetch order with <asm/opcodes.h> 11 years ago
kprobes-test-arm.c af886d2dfd ARM: kprobes-test: use <asm/opcodes.h> for ARM instruction building 11 years ago
kprobes-test-thumb.c 3b86ee7a69 ARM: kprobes-test: use <asm/opcodes.h> for Thumb instruction building 11 years ago
kprobes-test.c 41b5368f31 ARM: kprobes-test: Workaround GAS .align bug 11 years ago
kprobes-test.h 41b5368f31 ARM: kprobes-test: Workaround GAS .align bug 11 years ago
kprobes-thumb.c 888be25402 ARM: probes: fix instruction fetch order with <asm/opcodes.h> 11 years ago
kprobes.c 888be25402 ARM: probes: fix instruction fetch order with <asm/opcodes.h> 11 years ago
kprobes.h b4cd605ca9 ARM: Make arch_specific_insn a define for new arch_probes_insn structure 11 years ago
machine_kexec.c 56b700fd6f ARM: 8030/1: ARM : kdump : add arch_crash_save_vmcoreinfo 11 years ago
module.c f47671e2d8 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm 11 years ago
opcodes.c 0c9030deaf ARM: 7206/1: Add generic ARM instruction set condition code checks. 13 years ago
patch.c b21d55e98a ARM: 7332/1: extract out code patch function from kprobes 13 years ago
patch.h b21d55e98a ARM: 7332/1: extract out code patch function from kprobes 13 years ago
perf_event.c 5f5092e72c ARM: perf: hook up perf_sample_event_took around pmu irq handling 11 years ago
perf_event_cpu.c 8e781f6542 ARM: perf: add support for the Cortex-A12 PMU 11 years ago
perf_event_v6.c 40c390c768 ARM: perf: don't pretend to support counting of L1I writes 12 years ago
perf_event_v7.c 8e781f6542 ARM: perf: add support for the Cortex-A12 PMU 11 years ago
perf_event_xscale.c 40c390c768 ARM: perf: don't pretend to support counting of L1I writes 12 years ago
perf_regs.c 49863894db ARM: perf: add support for perf registers API 12 years ago
pj4-cp0.c e89f443b18 ARM: 8040/1: pj4: properly detect existence of iWMMXt coprocessor 11 years ago
probes-arm.c b4cd605ca9 ARM: Make arch_specific_insn a define for new arch_probes_insn structure 11 years ago
probes-arm.h b4cd605ca9 ARM: Make arch_specific_insn a define for new arch_probes_insn structure 11 years ago
probes-thumb.c b4cd605ca9 ARM: Make arch_specific_insn a define for new arch_probes_insn structure 11 years ago
probes-thumb.h b4cd605ca9 ARM: Make arch_specific_insn a define for new arch_probes_insn structure 11 years ago
probes.c 888be25402 ARM: probes: fix instruction fetch order with <asm/opcodes.h> 11 years ago
probes.h b4cd605ca9 ARM: Make arch_specific_insn a define for new arch_probes_insn structure 11 years ago
process.c ede1d63fcc Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm 11 years ago
psci.c 0577408839 arm: introduce psci_smp_ops 12 years ago
psci_smp.c 97fc4de3d9 ARM: PSCI: remove unnecessary include of arm-gic.h 12 years ago
ptrace.c 6af9df7f5b ptrace/arm: revert "hw_breakpoints: Fix racy access to ptrace breakpoints" 12 years ago
relocate_kernel.S e2ccba4908 ARM: 7897/1: kexec: Use the right ISA for relocate_new_kernel 11 years ago
return_address.c 01223f3650 ARM: 7676/1: fix a wrong value returned from CALLER_ADDRn 12 years ago
setup.c 95959e6a06 Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-next 11 years ago
signal.c c7edc9e326 ARM: add uprobes support 11 years ago
sigreturn_codes.S 50913336ef ARM: 7895/1: signal: fix armv7-m build issue in sigreturn_codes.S 11 years ago
sleep.S 2098990e7c Merge branch 'baserock/bjdooks/312-rc4/be/core-v3' of git://git.baserock.org/delta/linux into devel-stable 11 years ago
smp.c 0b443ead71 cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} 11 years ago
smp_scu.c 099a480913 ARM: smp_scu: data endian fixes 12 years ago
smp_tlb.c 92871b94a5 ARM: 7855/1: Add check for Cortex-A15 errata 798181 ECO 11 years ago
smp_twd.c 0b443ead71 cpufreq: remove unused notifier: CPUFREQ_{SUSPENDCHANGE|RESUMECHANGE} 11 years ago
stacktrace.c 3abb6671a9 ARM: 7913/1: fix framepointer check in unwind_frame 11 years ago
suspend.c 71a8986d7e ARM: suspend: use hash of cpu_logical_map value to index into save array 12 years ago
swp_emulate.c b11ac20eca arm: single_open() leaks 12 years ago
sys_arm.c 38a61b6b4a arm: switch to generic fork/vfork/clone 12 years ago
sys_oabi-compat.c 0d3f7a2dd2 locks: rename file-private locks to "open file description locks" 11 years ago
tcm.c 2e2c9de207 ARM: add permission annotations to MT_MEMORY* mapping types 11 years ago
thumbee.c 58834eecde ARM: 7385/1: ThumbEE: Use cpuid macros to read ID_PFR0 for ThumbEE 13 years ago
time.c 4178bac4f6 ARM: call of_clk_init from default time_init handler 12 years ago
topology.c 145bc292dc ARM: 7920/1: topology: Staticise non-exported symbols 11 years ago
traps.c b5b6b5f544 Dump the registers on undefined instruction userspace faults 11 years ago
unwind.c 8203d5b628 ARM: 8052/1: unwind: Fix handling of "Pop r4-r[4+nnn],r14" opcode 11 years ago
uprobes-arm.c c7edc9e326 ARM: add uprobes support 11 years ago
uprobes.c c7edc9e326 ARM: add uprobes support 11 years ago
uprobes.h c7edc9e326 ARM: add uprobes support 11 years ago
v7m.c 6a7d2c6256 ARM: 7828/1: ARMv7-M: implement restart routine common to all v7-M machines 12 years ago
vmlinux.lds.S b9b32bf70f ARM: use linker magic for vectors and vector stubs 12 years ago
xscale-cp0.c d91ef63bd5 arm: remove several unnecessary module.h include instances 14 years ago