summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/tsarm
AgeCommit message (Expand)Author
2023-05-02TS7200: Defer event counter registration until after evcnt is initializedjmcneill
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2022-07-03s/bounaries/boundaries/ in comments.andvar
2021-11-21PR port-evbarm/40307 options KGDB doesn't work for some evbarm hostsskrll
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-05-23GC toastersensors driverjmcneill
2020-04-18PMAP_DEBUG has been deleted on armskrll
2020-04-18Trailing whitespaceskrll
2019-07-16Consistently use vaddr_t as initarm and friends return type.skrll
2019-07-16KNFskrll
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
2018-03-16use designated initializer to make adaptability and flexibility for changing ...ryo
2017-10-20move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init()jdolecek
2017-10-07adapt the rest of wdc attachments for NCQ branch mergejdolecek
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2014-11-20use the inline bcdtobin and bintobcd directly instead through a macro.christos
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-03-08Fix a bug found by gcc 4.8skrll
2014-03-08Hide unused variables in #ifdef FIXMEskrll
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
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-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-29Fix more -fno-common fallout.matt
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-02-12Change old-style function defintions to C89 prototypes.matt
2012-01-27converting extent(9) from malloc(9) to kmem(9)para
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-01-31Add RCSID when needed.matt
2009-12-26Use cpu_* prefix to call cpu_* functions (setttb() -> cpu_setttb()); nouebayasi
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-10-23Switch to a 2 clause license. Approved by joff@ (copyright holder).snj
2009-10-21Drop 3rd and 4th clauses from Ichiro FUKUHARA's license.rmind
2009-08-19isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t.dyoung
2009-08-18These are stragglers from my last commit ("Let us safely detachdyoung
2009-08-11Remove all declarations of physmem from sys/arch. Add an include ofmatt
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14ANSIfy another 1261 function definitions.dsl