freebsd-dev/sys/arm/mv
Jeff Roberson 5df87b21d3 Replace kernel virtual address space allocation with vmem. This provides
transparent layering and better fragmentation.

 - Normalize functions that allocate memory to use kmem_*
 - Those that allocate address space are named kva_*
 - Those that operate on maps are named kmap_*
 - Implement recursive allocation handling for kmem_arena in vmem.

Reviewed by:	alc
Tested by:	pho
Sponsored by:	EMC / Isilon Storage Division
2013-08-07 06:21:20 +00:00
..
armadaxp Replace kernel virtual address space allocation with vmem. This provides 2013-08-07 06:21:20 +00:00
discovery Merging of projects/armv6, part 7 2012-08-15 05:15:49 +00:00
kirkwood Add a default do-nothing implementation of fdt_pci_devmap() using a weak alias, 2013-01-27 00:39:02 +00:00
orion Merging of projects/armv6, part 7 2012-08-15 05:15:49 +00:00
bus_space.c Convert Marvell ARM platforms to FDT convention. 2010-06-13 13:28:53 +00:00
common.c decode_win_sdram_fixup() function should be declared, defined and used 2013-05-07 06:42:07 +00:00
files.mv Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283. 2012-08-18 12:37:07 +00:00
gpio.c Fix a bug that could fail to initialize GPIO pins specified in "gpios" because 2012-08-18 11:33:21 +00:00
ic.c Add support for Marvell 88F6282. 2012-07-28 21:56:24 +00:00
mpic.c Add support for MSI in interrupt controlller. 2012-09-14 10:05:01 +00:00
mv_localbus.c Unbreak LINT for ARM: DEBUG is a kernel configuration option. 2012-05-19 18:16:49 +00:00
mv_machdep.c Properly initialize Armada XP MP subsystem. 2013-05-06 14:12:36 +00:00
mv_pci.c Implement MSI support. 2012-09-14 10:06:56 +00:00
mv_sata.c Add support for Marvell 88F6282. 2012-07-28 21:56:24 +00:00
mv_ts.c Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283. 2012-08-18 12:37:07 +00:00
mvreg.h Fix the passing of time on Armada XP. 2013-06-04 09:33:03 +00:00
mvvar.h Disable decoding windows with no FDT entry. 2013-05-06 14:54:17 +00:00
mvwin.h Disable decoding windows with no FDT entry. 2013-05-06 14:54:17 +00:00
rtc.c Convert Marvell ARM platforms to FDT convention. 2010-06-13 13:28:53 +00:00
std-pj4b.mv Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
std.mv Set machine correctly on ARM. This allows universe to use the correct world 2012-08-18 05:48:19 +00:00
timer.c Fix the passing of time on Armada XP. 2013-06-04 09:33:03 +00:00
twsi.c - Calculate the I2C baud rate to keep them <100 kHz under different TCLK 2012-08-21 17:49:20 +00:00