.. |
.gitignore
|
da1562af62
[ARM] 5194/1: update .gitignore
|
17 years ago |
Makefile
|
bf67f3a5c4
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
13 years ago |
arch_timer.c
|
fb8a99f9f6
ARM: architected timers: remove support for non DT platforms
|
13 years ago |
armksyms.c
|
9f97da78bf
Disintegrate asm/system.h for ARM
|
13 years ago |
arthur.c
|
7cc09c248f
[ARM] arm/kernel/arthur.c: add MODULE_LICENSE
|
17 years ago |
asm-offsets.c
|
91c2ebb90b
ARM: 7114/1: cache-l2x0: add resume entry for l2 in secure mode
|
13 years ago |
atags.c
|
f7b0b939d5
clean up atags exporting code
|
17 years ago |
atags.h
|
4cd9d6f774
[ARM] 4736/1: Export atags to userspace and allow kexec to use customised atags
|
17 years ago |
bios32.c
|
90cf2418f5
ARM: PCI: remove per-pci_hw list of buses
|
13 years ago |
calls.S
|
e5489847d6
ARM: wire up process_vm_writev and process_vm_readv syscalls
|
13 years ago |
compat.c
|
73a65b3f85
ARM: deprecate support for old way to pass kernel parameters
|
15 years ago |
compat.h
|
73a65b3f85
ARM: deprecate support for old way to pass kernel parameters
|
15 years ago |
cpuidle.c
|
e1689795a7
cpuidle: Add common time keeping and irq enabling
|
13 years ago |
crash_dump.c
|
93a72052be
crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, setup_elfcorehdr and saved_max_pfn
|
14 years ago |
debug.S
|
820d41cf0c
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
|
13 years ago |
devtree.c
|
ecea4ab6d3
arm: convert core files from module.h to export.h
|
13 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
|
93fd03a8c6
ARM: Add an earlyprintk debug console
|
15 years ago |
elf.c
|
9f97da78bf
Disintegrate asm/system.h for ARM
|
13 years ago |
entry-armv.S
|
357c9c1f07
ARM: Remove support for ARMv3 ARM610 and ARM710 CPUs
|
13 years ago |
entry-common.S
|
e94c805f0c
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linus
|
13 years ago |
entry-header.S
|
3ad55155b2
Merge branch 'devel-stable' into for-next
|
14 years ago |
etm.c
|
73017a542f
arm: fix implicit module.h users by adding it to arch/arm as required.
|
13 years ago |
fiq.c
|
15d07dc9c5
ARM: move CP15 definitions to separate header file
|
13 years ago |
fiqasm.S
|
dc2eb928a1
ARM: 6938/1: fiq: Refactor {get,set}_fiq_regs() for Thumb-2
|
14 years ago |
ftrace.c
|
d82227cf8f
ARM: 7331/1: extract out insn generation code from ftrace
|
13 years ago |
head-common.S
|
4c2896e88d
arm/dt: Make __vet_atags also accept a dtb image
|
14 years ago |
head-nommu.S
|
15d07dc9c5
ARM: move CP15 definitions to separate header file
|
13 years ago |
head.S
|
f67860a76f
ARM: 7363/1: DEBUG_LL: limit early mapping to the minimum
|
13 years ago |
hw_breakpoint.c
|
9f97da78bf
Disintegrate asm/system.h for ARM
|
13 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
|
ecea4ab6d3
arm: convert core files from module.h to export.h
|
13 years ago |
irq.c
|
5e7371ded0
ARM: 7406/1: hotplug: copy the affinity mask when forcefully migrating IRQs
|
13 years ago |
isa.c
|
6d4561110a
sysctl: Drop & in front of every proc_handler.
|
15 years ago |
iwmmxt.S
|
392ba787bc
ARM: pxa: fix logic error in PJ4 iWMMXt handling
|
14 years ago |
jump_label.c
|
09f05d8529
ARM: 7334/1: add jump label support
|
13 years ago |
kgdb.c
|
834b2964b7
kgdb,arm: fix register dump
|
14 years ago |
kprobes-arm.c
|
b5bed7fe80
ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below
|
13 years ago |
kprobes-common.c
|
9f97da78bf
Disintegrate asm/system.h for ARM
|
13 years ago |
kprobes-test-arm.c
|
b5bed7fe80
ARM: 7181/1: Restrict kprobes probing SWP instructions to ARMv5 and below
|
13 years ago |
kprobes-test-thumb.c
|
46589e2922
ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernels
|
13 years ago |
kprobes-test.c
|
c41584ddc1
ARM: 7209/1: Use generic ARM instruction set condition code checks for kprobes.
|
13 years ago |
kprobes-test.h
|
46589e2922
ARM: 7174/1: Fix build error in kprobes test code on Thumb2 kernels
|
13 years ago |
kprobes-thumb.c
|
2c89240b63
ARM: kprobes: Add exports for test code
|
13 years ago |
kprobes.c
|
deb74f5ca1
Merge tag 'for-linus' of git://github.com/rustyrussell/linux
|
13 years ago |
kprobes.h
|
2c89240b63
ARM: kprobes: Add exports for test code
|
13 years ago |
leds.c
|
8f1e938db9
arm: leds: convert sysdev_class to a regular subsystem
|
13 years ago |
machine_kexec.c
|
12679a2d7e
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
|
13 years ago |
module.c
|
e73fc88e19
ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
|
14 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
|
12679a2d7e
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
|
13 years ago |
perf_event_v6.c
|
fd0d000b2c
perf: Pass last sampling period to perf_sample_data_init()
|
13 years ago |
perf_event_v7.c
|
fd0d000b2c
perf: Pass last sampling period to perf_sample_data_init()
|
13 years ago |
perf_event_xscale.c
|
fd0d000b2c
perf: Pass last sampling period to perf_sample_data_init()
|
13 years ago |
pj4-cp0.c
|
d91ef63bd5
arm: remove several unnecessary module.h include instances
|
13 years ago |
pmu.c
|
ec84d529b6
ARM: PMU: re-export release_pmu symbol to modules
|
13 years ago |
process.c
|
448eca9093
arm: Remove unused cpu_idle_wait()
|
13 years ago |
ptrace.c
|
e94c805f0c
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linus
|
13 years ago |
relocate_kernel.S
|
552e0c8da8
ARM: 7065/1: kexec: ensure new kernel is entered in ARM state
|
14 years ago |
return_address.c
|
ecea4ab6d3
arm: convert core files from module.h to export.h
|
13 years ago |
sched_clock.c
|
f153d017ab
ARM: sync sched_clock() state on suspend
|
13 years ago |
setup.c
|
f465d145d7
Merge tag 'cleanup-initcall' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
|
13 years ago |
signal.c
|
efee984c27
new helper: signal_delivered()
|
13 years ago |
signal.h
|
fa18484d09
arm: remove unused restart trampoline
|
13 years ago |
sleep.S
|
9f97da78bf
Disintegrate asm/system.h for ARM
|
13 years ago |
smp.c
|
3eaa73bde2
arm: use clear_tasks_mm_cpumask()
|
13 years ago |
smp_scu.c
|
0bd82adee3
ARM: 7347/1: SCU: use cpu_logical_map for per-CPU low power mode
|
13 years ago |
smp_tlb.c
|
3fc498f165
smp: introduce a generic on_each_cpu_mask() function
|
13 years ago |
smp_twd.c
|
3cd88f993e
Revert "ARM: 7359/2: smp_twd: Only wait for reprogramming on active cpus"
|
13 years ago |
stacktrace.c
|
ecea4ab6d3
arm: convert core files from module.h to export.h
|
13 years ago |
suspend.c
|
e6eadc6787
ARM: suspend: use idmap_pgd instead of suspend_pgd
|
13 years ago |
swp_emulate.c
|
c245dcd326
ARM: 7208/1: Add condition code checking to SWP emulation handler.
|
13 years ago |
sys_arm.c
|
e787ec1376
ARM: 7410/1: Add extra clobber registers for assembly in kernel_execve
|
13 years ago |
sys_oabi-compat.c
|
a7c1938e22
userns: Convert stat to return values mapped from kuids and kgids
|
13 years ago |
tcm.c
|
9f97da78bf
Disintegrate asm/system.h for ARM
|
13 years ago |
tcm.h
|
bc581770cf
ARM: 5580/2: ARM TCM (Tightly-Coupled Memory) support v3
|
16 years ago |
thumbee.c
|
58834eecde
ARM: 7385/1: ThumbEE: Use cpuid macros to read ID_PFR0 for ThumbEE
|
13 years ago |
time.c
|
bd0493eaaf
ARM: 7413/1: move read_{boot,persistent}_clock to the architecture level
|
13 years ago |
topology.c
|
4cbd6b167f
ARM: 7182/1: ARM cpu topology: fix warning
|
13 years ago |
traps.c
|
e94c805f0c
Merge branch 'for-arm' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal.git into for-linus
|
13 years ago |
unwind.c
|
ddf5a25c5f
ARM: unwinder: fix bisection to find origin in .idx section
|
13 years ago |
vmlinux.lds.S
|
b8b9987ffd
ARM: 7320/1: Fix proc_info table alignment
|
13 years ago |
xscale-cp0.c
|
d91ef63bd5
arm: remove several unnecessary module.h include instances
|
13 years ago |