aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/cavium
Commit message (Expand)AuthorAgeFilesLines
* Fix device delete child function.Hans Petter Selasky2016-10-172-12/+0
* Spaces->tab in comment.Ian Lepore2016-05-231-1/+1
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesIan Lepore2016-05-231-2/+3
* sys/arm: Minor spelling fixes.Pedro F. Giffuni2016-05-041-1/+1
* Move arm's devmap to some generic place, so it can be usedRuslan Bukin2016-04-261-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-3/+3
* arm: for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-3/+3
* Fix the resource_list_print_type() calls to use uintmax_t.Justin Hibbits2016-03-221-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.Svatopluk Kraus2016-02-171-10/+0
* ARM: Consistently use cpu_setttb() instead of setttb().Michal Meloun2016-02-031-2/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeAndrew Turner2015-12-221-1/+0
* Move more bus_space_* files to be built by files.arm. This leaves theAndrew Turner2015-11-211-1/+0
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-2/+2
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-161-0/+2
* Build the cpufunc_asm_* files based on the cpu type, not which config fileAndrew Turner2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anAndrew Turner2015-03-291-1/+1
* Use the base arm bus_space instead of an identical local copy.Ian Lepore2015-01-212-112/+6
* For some reason, all the arm bus_space functions that work with uint16Ian Lepore2015-01-211-8/+7
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-052-0/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-3/+3
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.Andrew Turner2014-09-101-1/+2
* Fix various NIC drivers to properly cleanup static DMA resources.John Baldwin2014-06-111-12/+20
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.Ian Lepore2014-05-101-4/+4
* Move sys/arm/econa to sys/arm/cavium/cns11xx.Rui Paulo2014-04-0715-0/+4757