You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jeremy Kerr
0ea1293009
arm: return both physical and virtual addresses from addruart
...
Rather than checking the MMU status in every instance of addruart, do it
once in kernel/debug.S, and change the existing addruart macros to
return both physical and virtual addresses. The main debug code can then
select the appropriate address to use.
This will also allow us to retreive the address of a uart for the MMU
state that we're not current in.
Updated with fixes for OMAP from Jason Wang <jason77.wang@gmail.com>
and Tony Lindgren <tony@atomide.com>, and fix for versatile express from
Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>.
Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>
Signed-off-by: Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
Signed-off-by: Jason Wang <jason77.wang@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Tested-by: Kevin Hilman <khilman@deeprootsystems.com>
15 years ago
..
.gitignore
…
Makefile
ARM: 6358/1: hw-breakpoint: add HAVE_HW_BREAKPOINT to Kconfig
15 years ago
armksyms.c
ARM: 6314/1: ftrace: allow build without frame pointers on ARM
15 years ago
arthur.c
…
asm-offsets.c
ARM: stack protector: change the canary value per task
15 years ago
atags.c
…
atags.h
…
bios32.c
ARM: 6058/1: Add support for PCI domains
15 years ago
calls.S
ARM: 6343/1: wire up fanotify and prlimit64 syscalls on ARM
15 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
ARM: 6120/1: kdump: implement copy_oldmem_page()
15 years ago
crunch-bits.S
…
crunch.c
…
debug.S
arm: return both physical and virtual addresses from addruart
15 years ago
dma-isa.c
…
dma.c
ARM: dma: add /proc/dma support to arch/arm/kernel/dma.c
15 years ago
early_printk.c
…
ecard.c
…
ecard.h
…
elf.c
…
entry-armv.S
ARM: Allow SMP kernels to boot on UP systems
15 years ago
entry-common.S
Merge branch 'devel-stable' into devel
15 years ago
entry-header.S
ARM: 5991/1: Fix regression in restore_user_regs macro
15 years ago
etm.c
ARM: 6291/1: coresight: move struct tracectx inside etm driver
15 years ago
fiq.c
…
ftrace.c
ARM: 6319/1: ftrace: add Thumb-2 support to dynamic ftrace
15 years ago
head-common.S
Merge branch 'hotplug' into devel
15 years ago
head-nommu.S
ARM: no need for nommu to jump through the hoops that mmu does
15 years ago
head.S
Merge branch 'hotplug' into devel
15 years ago
hw_breakpoint.c
ARM: 6356/1: hw-breakpoint: add ARM backend for the hw-breakpoint framework
15 years ago
init_task.c
…
io.c
…
irq.c
ARM: 6197/2: preliminary support for sparse IRQ
15 years ago
isa.c
…
iwmmxt.S
…
kgdb.c
ARM: 6326/1: kgdb: fix GDB_MAX_REGS no longer used
15 years ago
kprobes-decode.c
ARM: 6412/1: kprobes-decode: add support for MOVW instruction
15 years ago
kprobes.c
Merge branch 'master' into export-slabh
15 years ago
leds.c
ARM: move LED support code out of arch/arm/kernel/time.c
15 years ago
machine_kexec.c
Merge branch 'misc' into devel
15 years ago
module.c
ARM: 6340/1: module - additional unwind tables for exit/devexit sections
15 years ago
perf_event.c
ARM: 6352/1: perf: fix event validation
15 years ago
pmu.c
ARM: 6064/1: pmu: register IRQs at runtime
15 years ago
process.c
Merge branch 'devel-stable' into devel
15 years ago
ptrace.c
ARM: 6357/1: hw-breakpoint: add new ptrace requests for hw-breakpoint interaction
15 years ago
ptrace.h
arm: use generic ptrace_resume code
15 years ago
relocate_kernel.S
ARM: 6119/1: kdump: skip indirection page when crashing
15 years ago
return_address.c
…
setup.c
Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel
15 years ago
signal.c
ARM: 6051/1: VFP: preserve the HW context when calling signal handlers
15 years ago
signal.h
…
smp.c
Merge branch 'hotplug' into devel
15 years ago
smp_scu.c
…
smp_twd.c
ARM: SMP: Always enable clock event broadcast support
15 years ago
stacktrace.c
…
sys_arm.c
Make do_execve() take a const filename pointer
15 years ago
sys_oabi-compat.c
Mark arguments to certain syscalls as being const
15 years ago
tcm.c
ARM: 6225/1: make TCM allocation static and common for all archs
15 years ago
tcm.h
…
thumbee.c
…
time.c
ARM: convert arm to arch_gettimeoffset()
15 years ago
traps.c
ARM: 6207/1: Replace CONFIG_HAS_TLS_REG with HWCAP_TLS and check for it on V6
15 years ago
unwind.c
ARM: 6341/1: unwind - optimise linked-list searches for modules
15 years ago
vmlinux.lds.S
Merge branch 'hotplug' into devel
15 years ago
xscale-cp0.c
…