summaryrefslogtreecommitdiffstats
path: root/sys/arm/cavium
Commit message (Expand)AuthorAgeFilesLines
* MFC r307518:hselasky2016-11-072-12/+0
* Spaces->tab in comment.ian2016-05-231-1/+1
* Use the new(-ish) CP15_SCTLR macro to generate system control reg accessesian2016-05-231-2/+3
* sys/arm: Minor spelling fixes.pfg2016-05-041-1/+1
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-3/+3
* sys: use our roundup2/rounddown2() macros when param.h is available.pfg2016-04-211-3/+3
* arm: for pointers replace 0 with NULL.pfg2016-04-151-3/+3
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Remove pd_prot and pd_cache members from struct arm_devmap_entry.skra2016-02-171-10/+0
* ARM: Consistently use cpu_setttb() instead of setttb().mmel2016-02-031-2/+2
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-1/+1
* Remove the arm KERNPHYSADDR option as it is no longer used. The makeandrew2015-12-221-1/+0
* Move more bus_space_* files to be built by files.arm. This leaves theandrew2015-11-211-1/+0
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, thekib2015-08-101-2/+2
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+2
* Build the cpufunc_asm_* files based on the cpu type, not which config fileandrew2015-03-291-1/+0
* Remove the bootconfig parsing. We never used it and always passed either anandrew2015-03-291-1/+1
* Use the base arm bus_space instead of an identical local copy.ian2015-01-212-112/+6
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-211-8/+7
* Add 64-bit DMA support in the XHCI controller driver.hselasky2015-01-052-0/+2
* Mechanically convert to if_inc_counter().glebius2014-09-191-3/+3
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-101-1/+2
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-111-12/+20
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-101-4/+4
* Move sys/arm/econa to sys/arm/cavium/cns11xx.rpaulo2014-04-0715-0/+4757
OpenPOWER on IntegriCloud