aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/arm/mem.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the pre-ARMv6 and pre-INTRNG code.Michal Meloun2020-11-291-2/+0
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-141-1/+1
* Add the MEM_EXTRACT_PADDR ioctl to /dev/mem.Mark Johnston2020-09-021-0/+7
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-0/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Drop support for using mmap() with /dev/kmem.John Baldwin2016-10-141-5/+4
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* ARM: remove old pmap-v6 code. The new pmap-v6 is mature enough, andMichal Meloun2016-01-291-1/+2
* New pmap code for armv6. Disabled by default, option ARM_NEW_PMAP enables it.Ian Lepore2015-03-261-0/+3
* Ensure that _tmppt KVA is used exclusively by providing exclusive sxKonstantin Belousov2015-01-261-0/+6
* Remove Giant from /dev/mem and /dev/kmem. It is definitely not neededKonstantin Belousov2015-01-241-2/+0
* Remove the ARM_USE_SMALL_ALLOC option and code related to it.Ian Lepore2014-02-081-4/+0
* Final whitespace trim.Warner Losh2012-06-131-3/+3
* Remove empty dev_mem_md_init() stubs.Jung-uk Kim2011-01-171-5/+0
* Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().Jung-uk Kim2011-01-171-0/+2
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+2
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-4/+4
* Make sure the address is valid before mapping it.Olivier Houchard2007-02-131-0/+13
* Ooops we need to include <machine/vmparam.h> to get the definition ofOlivier Houchard2006-08-151-2/+1
* Rewrite ARM_USE_SMALL_ALLOC so that instead of the current behavior, it mapsOlivier Houchard2006-08-081-7/+2
* Make mem.c know about the pages allocated with ARM_USE_SMALL_ALLOC.Olivier Houchard2005-10-031-2/+12
* Import md bits for mem(4) on arm.Olivier Houchard2004-11-071-0/+153