summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/smdk2xx0
AgeCommit message (Expand)Author
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2022-01-26remove double t from targeted, add missing r to arbitraryandvar
2022-01-25fix various typos in comments.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-06-17<sys/extent.h> not needed here.thorpej
2020-04-18PMAP_DEBUG has been deleted on armskrll
2020-04-18Trailing whitespaceskrll
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2019-07-16Consistently use vaddr_t as initarm and friends return type.skrll
2019-07-16KNFskrll
2019-04-25 KNF. No functional change.msaitoh
2018-10-28Fix a commitskrll
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-07-31Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is usedskrll
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2015-04-13MD rnd.h cleanups. Please let me know if I broke anything!riastradh
2014-09-13Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_tmatt
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2014-02-27GC writeback_dcache_line and clear_dcache_line.joerg
2013-08-18<arm/locore.h> fallout (fixes some include ordering errors)matt
2012-11-12C99 typesskrll
2012-10-27split device_t/softc for all remaining drivers.chs
2012-09-22Don't use an asm in pmap_activate to update the TTBR, use cpu_setttb insteadmatt
2012-08-16Move the standard definitions of the {UND,IRQ,FIQ,ABT}_STACK_SIZE tomatt
2012-07-29Fix more -fno-common fallout.matt
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-30Add FriendlyARM Mini2440 support.nisimura
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-01-31Add RCSID when needed.matt
2010-06-07don't use dv_xname directly.bsh
2010-02-05Include locators.h for SSIOCF_ADDR_DEFAULT.snj
2009-12-26Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); nouebayasi
2009-12-26Garbage collect an unused global, vm_offset_t pagetables_start.uebayasi
2009-11-27- Use uvm_lwp_setuarea() instead of directly setting address to lwp_t::l_addr.rmind
2009-11-26Kill proc0paddr. Use lwp0.l_addr instead.matt
2009-09-22Split device_t/softc. Tested only on cs at ofisa on shark.tsutsui
2009-08-11Remove all declarations of physmem from sys/arch. Add an include ofmatt
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
2008-11-18fix botched LKM editscliff
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11It is not appropriate to call pmf_system_shutdown(9) fromdyoung
2008-06-11use device_lookup_private to get softccegger
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2008-01-19Remove arm support for IPKDB.chris
2008-01-06Cleanup softint lossage.matt
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos