summaryrefslogtreecommitdiff
path: root/sys/arch/evbarm/ixm1200
AgeCommit message (Expand)Author
2023-04-20Provide a shared pmap_devmap implementation and convert all pmap_devmapskrll
2022-05-24fix various typos in comment, documentation and log messages.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2020-06-17- <sys/extent.h> not needed here.thorpej
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-11-16Add intr_establish_xname support to arm and expose it to intrctljmcneill
2018-10-28Fix a commitskrll
2018-10-23Fix printf format strings - pci_intr_handle_t is uint64_t now on armjmcneill
2018-09-21Centralise defparam CONSADDR, CONSPEED, CONMODE and CONADDR intoskrll
2018-07-31Sprinkle #include "opt_arm_debug.h" where VERBOSE_INIT_ARM is usedskrll
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2016-12-22switch all ports to use uvm_init.c:uvm_md_init()cherry
2014-09-13Replace more vm_offset_t, vm_size_t with vaddr_t, vsize_tmatt
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-26kill sprintf.christos
2014-02-22Deal with non-4KB page sizesmatt
2013-12-02Don't use cpsr_all/spsr_all with mrs, it doesn't take a mask.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-30Make this compile again.matt
2012-07-29Fix more -fno-common fallout.matt
2012-02-12Change old-stlye-defintions to C89 prototypes.matt
2011-07-01#include <sys/bus.h> instead of <machine/bus.h>.dyoung
2011-06-30dependant -> dependentwiz
2011-06-06Some more device_t, cfdata_t, CFATTACH_DECL_NEW cleanup.matt
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2011-01-31Add RCSID when needed.matt
2009-12-28More setttb() -> cpu_setttb() for readability & consistency. Missing instancesuebayasi
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-10-21Drop 3rd and 4th clauses from Ichiro FUKUHARA's license.rmind
2009-08-11Remove all declarations of physmem from sys/arch. Add an include ofmatt
2009-03-16ANSIfy functions with function-pointer argumentsdsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2009-03-14Remove all the __P() from sys (excluding sys/dist)dsl
2009-02-13Use "defopt MODULAR" in sys/conf/files, and #include "opt_modular.h"apb
2008-11-30As discussed on tech-kern: mutex_init is too heavyweight for early bootstrapmartin
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-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-04-27Merge kernel changes in matt-armv6 to HEAD.matt
2008-01-19Remove arm support for IPKDB.chris