NetBSD/sys/arch/arm
martin 76713fa86f We never exec(2) with a kernel vmspace, so do not test for that, but instead
KASSERT() that we don't.
When calculating the load address for the interpreter (e.g. ld.elf_so),
we need to take into account wether the exec'd process will run with
topdown memory or bottom up. We can not use the current vmspace's flags
to test for that, as this happens too early. Luckily the execpack already
knows what the new state will be later, so instead of testing the current
vmspace, pass the info as additional argument to struct emul
e_vm_default_addr.
Fix all such functions and adopt all callers.
2015-11-26 13:15:34 +00:00
..
allwinner do not fail if no awintcon is present so that ALLWINNER_A80 compiles again 2015-11-22 17:50:48 +00:00
amlogic disable watchdog at startup 2015-11-26 00:06:59 +00:00
arm G/C TEGRAK1_PMAP_WORKAROUND. 2015-11-25 08:39:45 +00:00
arm32 We never exec(2) with a kernel vmspace, so do not test for that, but instead 2015-11-26 13:15:34 +00:00
at91 Deal with unused variable warnings 2015-09-21 13:31:30 +00:00
broadcom Add drivers to access the clock manager and pulse width modulator. 2015-11-21 07:41:29 +00:00
clps711x MD rnd.h cleanups. Please let me know if I broke anything! 2015-04-13 21:18:40 +00:00
conf Support pmap_pv_track and friends 2015-11-11 17:54:17 +00:00
cortex G/C TEGRAK1_PMAP_WORKAROUND. 2015-11-25 08:39:45 +00:00
cortina
ep93xx Remove leftover use of AF_NS and NS option 2015-05-20 09:17:17 +00:00
footbridge PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
gemini PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
imx Trailing whitespace. 2015-09-10 06:32:47 +00:00
include Support pmap_pv_track and friends 2015-11-11 17:54:17 +00:00
iomd Remove katelib.h and references to it. 2014-10-25 10:58:12 +00:00
ixp12x0 PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
mainbus Sprinkle #include "opt_multiprocessor.h" 2014-10-29 14:14:14 +00:00
marvell Add mvsocts to mvsoc_periph for Armada XP. 2015-11-06 12:54:52 +00:00
mpcore
nvidia replace inline mc_read/write with MC_READ/WRITE macros, install intr handler with IST_MPSAFE flag 2015-11-22 12:26:11 +00:00
ofw fix leak. 2014-09-21 15:46:44 +00:00
omap Support 8-bit eMMC for TI AM335x. On my BeagleBone Black, 2015-11-02 22:21:01 +00:00
pic unblock interrupts also when reusing a previously freed irq slot. 2015-10-11 20:20:33 +00:00
rockchip Update for latest dwc2 2015-08-30 13:02:42 +00:00
s3c2xx0 PCI Extended Configuration stuff written by nonaka@: 2015-10-02 05:22:49 +00:00
sa11x0 MD rnd.h cleanups. Please let me know if I broke anything! 2015-04-13 21:18:40 +00:00
samsung add 5422 gic handling to attach code 2015-11-19 05:44:41 +00:00
vfp change some register dumps from aprint_verbose to aprint_debug 2015-11-12 10:49:35 +00:00
xscale remove tlb_flush define and change callers to use cpu_tlb_flushID directly, ok matt@ 2015-10-17 16:34:43 +00:00
zynq USBMODE register's initialization should be done in sc_vendor_init() after sending EHCI_CMD_HCRESET command. 2015-09-10 04:00:32 +00:00
Makefile
Makefile.inc