..
.gitignore
…
Makefile
ARM: 7206/1: Add generic ARM instruction set condition code checks.
13 years ago
armksyms.c
arm: convert core files from module.h to export.h
13 years ago
arthur.c
…
asm-offsets.c
ARM: 7114/1: cache-l2x0: add resume entry for l2 in secure mode
14 years ago
atags.c
…
atags.h
…
bios32.c
arm: convert core files from module.h to export.h
13 years ago
calls.S
ARM: wire up process_vm_writev and process_vm_readv syscalls
13 years ago
compat.c
ARM: deprecate support for old way to pass kernel parameters
15 years ago
compat.h
ARM: deprecate support for old way to pass kernel parameters
15 years ago
crash_dump.c
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn
14 years ago
crunch-bits.S
…
crunch.c
ARM: Convert VFP/Crunch/XscaleCP thread_release() to exit_thread()
15 years ago
debug.S
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
13 years ago
devtree.c
arm: convert core files from module.h to export.h
13 years ago
dma-isa.c
ARM: dma-isa: request cascade channel after registering it
15 years ago
dma.c
locking, ARM: Annotate low level hw locks as raw
14 years ago
early_printk.c
ARM: Add an earlyprintk debug console
15 years ago
ecard.c
ARM: io: RiscPC: make EASI_BASE a void iomem pointer
14 years ago
ecard.h
…
elf.c
arm: convert core files from module.h to export.h
13 years ago
entry-armv.S
ARM: 7170/2: fix compilation breakage in entry-armv.S
13 years ago
entry-common.S
ARM: 6952/1: fix lockdep warning of "unannotated irqs-off"
14 years ago
entry-header.S
Merge branch 'devel-stable' into for-next
14 years ago
etm.c
arm: fix implicit module.h users by adding it to arch/arm as required.
13 years ago
fiq.c
ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2
14 years ago
fiqasm.S
ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2
14 years ago
ftrace.c
ARM: ftrace: graph tracer + dynamic ftrace
14 years ago
head-common.S
arm/dt: Make __vet_atags also accept a dtb image
14 years ago
head-nommu.S
ARM: 6999/1: head, zImage: Always Enter the kernel in ARM state
14 years ago
head.S
ARM: 7150/1: Allow kernel unaligned accesses on ARMv6+ processors
13 years ago
hw_breakpoint.c
ARM: 7127/1: hw_breakpoint: skip v7-specific reset on v6 cores
14 years ago
init_task.c
Use new __init_task_data macro in arch init_task.c files.
16 years ago
io.c
arm: convert core files from module.h to export.h
13 years ago
irq.c
arm: remove several unnecessary module.h include instances
13 years ago
isa.c
sysctl: Drop & in front of every proc_handler.
15 years ago
iwmmxt.S
ARM: pxa: fix logic error in PJ4 iWMMXt handling
14 years ago
kgdb.c
kgdb,arm: fix register dump
14 years ago
kprobes-arm.c
ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below
13 years ago
kprobes-common.c
ARM: kprobes: Add alu_write_pc()
14 years ago
kprobes-test-arm.c
ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below
13 years ago
kprobes-test-thumb.c
ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernels
13 years ago
kprobes-test.c
ARM: 7209/1: Use generic ARM instruction set condition code checks for kprobes.
13 years ago
kprobes-test.h
ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernels
13 years ago
kprobes-thumb.c
ARM: kprobes: Add exports for test code
14 years ago
kprobes.c
ARM: kprobes: Extend arch_specific_insn to add pointer to emulated instruction
14 years ago
kprobes.h
ARM: kprobes: Add exports for test code
14 years ago
leds.c
arm: convert core files from module.h to export.h
13 years ago
machine_kexec.c
Revert "ARM: 7098/1: kdump: copy kernel relocation code at the kexec prepare stage"
13 years ago
module.c
ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
14 years ago
opcodes.c
ARM: 7206/1: Add generic ARM instruction set condition code checks.
13 years ago
perf_event.c
ARM: perf: check that we have a platform device when reserving PMU
13 years ago
perf_event_v6.c
ARM: perf: remove cpu-related misnomers
14 years ago
perf_event_v7.c
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
13 years ago
perf_event_xscale.c
ARM: perf: remove cpu-related misnomers
14 years ago
pj4-cp0.c
arm: remove several unnecessary module.h include instances
13 years ago
pmu.c
ARM: PMU: re-export release_pmu symbol to modules
13 years ago
process.c
ARM: 7161/1: errata: no automatic store buffer drain
13 years ago
ptrace.c
arm: add elf.h to arch/arm/kernel/ptrace.c
13 years ago
relocate_kernel.S
ARM: 7065/1: kexec: ensure new kernel is entered in ARM state
14 years ago
return_address.c
arm: convert core files from module.h to export.h
13 years ago
sched_clock.c
ARM: sched_clock: make minsec argument to clocks_calc_mult_shift() zero
14 years ago
setup.c
ARM: 7160/1: setup: avoid overflowing {elf,arch}_name from proc_info_list
13 years ago
signal.c
ARM: 6892/1: handle ptrace requests to change PC during interrupted system calls
14 years ago
signal.h
ARM: Fix signal restart issues with NX and OABI compat
16 years ago
sleep.S
ARM: pm: convert some assembly to C
14 years ago
smp.c
Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm
13 years ago
smp_scu.c
Merge branches 'arnd-randcfg-fixes', 'debug', 'io' (early part), 'l2x0', 'p2v', 'pgt' (early part) and 'smp' into for-linus
13 years ago
smp_tlb.c
ARM: SMP: split out software TLB maintainence broadcasting
14 years ago
smp_twd.c
ARM: gic, local timers: use the request_percpu_irq() interface
13 years ago
stacktrace.c
arm: convert core files from module.h to export.h
13 years ago
suspend.c
ARM: pm: add L2 cache cleaning for suspend
14 years ago
swp_emulate.c
ARM: 7208/1: Add condition code checking to SWP emulation handler.
13 years ago
sys_arm.c
arm: convert core files from module.h to export.h
13 years ago
sys_oabi-compat.c
ARM: 6891/1: prevent heap corruption in OABI semtimedop
14 years ago
tcm.c
ARM: 7199/2: only look for TCM on ARMv5 and later
13 years ago
tcm.h
ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3
16 years ago
thumbee.c
…
time.c
arm: convert core files from module.h to export.h
13 years ago
topology.c
ARM: 7182/1: ARM cpu topology: fix warning
13 years ago
traps.c
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
13 years ago
unwind.c
arm: convert core files from module.h to export.h
13 years ago
vmlinux.lds.S
Merge branch 'misc' into for-linus
13 years ago
xscale-cp0.c
arm: remove several unnecessary module.h include instances
13 years ago