| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove kernel support for armeb | Warner Losh | 2018-07-17 | 38 | -12265/+0 |
* | hwpmc: remove hwpmc_xscale.c from corresponding arm build | Matt Macy | 2018-06-08 | 1 | -1/+0 |
* | ifnet: Replace if_addr_lock rwlock with epoch + mutex | Matt Macy | 2018-05-18 | 1 | -1/+1 |
* | Revert r327828, r327949, r327953, r328016-r328026, r328041: | Pedro F. Giffuni | 2018-01-21 | 1 | -2/+1 |
* | arm: make some use of mallocarray(9). | Pedro F. Giffuni | 2018-01-15 | 1 | -1/+2 |
* | Use the TSLOG framework to record entry/exit timestamps for DELAY and | Colin Percival | 2017-12-31 | 1 | -0/+2 |
* | arm/ixp425: Drop 3rd and 4th clauses from Ichiro FUKUHARA's license. | Pedro F. Giffuni | 2017-12-28 | 9 | -72/+18 |
* | SPDX: fix license ID tags for arm/xscale. | Pedro F. Giffuni | 2017-12-27 | 2 | -2/+2 |
* | sys/arm: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 26 | -13/+65 |
* | Switch the default firmware for npe(4) from the QOS_VLAN one to the | Nathan Whitehorn | 2017-11-24 | 1 | -2/+2 |
* | Indent protection and some other oops from the prvious commits. | Pedro F. Giffuni | 2017-11-20 | 1 | -1/+1 |
* | sys: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-20 | 5 | -0/+10 |
* | Allow setting access-width for UART registers. | Ruslan Bukin | 2017-02-27 | 1 | -1/+1 |
* | Convert PCIe Hot Plug to using pci_request_feature | Warner Losh | 2017-02-25 | 1 | -0/+1 |
* | ARM: Remove unused includes. | Michal Meloun | 2016-10-09 | 6 | -10/+0 |
* | sys: replace comma with semicolon when pertinent. | Pedro F. Giffuni | 2016-08-09 | 1 | -8/+8 |
* | sys/arm: Minor spelling fixes. | Pedro F. Giffuni | 2016-05-04 | 5 | -7/+7 |
* | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin | 2016-04-26 | 1 | -5/+5 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 1 | -1/+1 |
* | Use our nitems() macro when param.h is available. | Pedro F. Giffuni | 2016-04-20 | 1 | -1/+1 |
* | arm: for pointers replace 0 with NULL. | Pedro F. Giffuni | 2016-04-15 | 1 | -1/+1 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 2 | -5/+5 |
* | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | Svatopluk Kraus | 2016-02-17 | 1 | -34/+18 |
* | ARM: Consistently use cpu_setttb() instead of setttb(). | Michal Meloun | 2016-02-03 | 1 | -2/+2 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 3 | -3/+3 |
* | Make the 'env' directive described in config(5) work on all architectures, | Ian Lepore | 2016-01-02 | 1 | -6/+2 |
* | Remove the arm KERNPHYSADDR option as it is no longer used. The make | Andrew Turner | 2015-12-22 | 1 | -1/+0 |
* | Replace some references to KERNPHYSADDR with the equivelent value passed in | Ian Lepore | 2015-12-21 | 1 | -2/+2 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | Andrew Turner | 2015-11-21 | 1 | -1/+0 |
* | Eliminate the last dregs of the old global arm_root_dma_tag. | Ian Lepore | 2015-11-02 | 1 | -9/+9 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | Konstantin Belousov | 2015-08-10 | 1 | -1/+1 |
* | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | Zbigniew Bodek | 2015-07-16 | 1 | -0/+2 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | Andrew Turner | 2015-03-29 | 1 | -1/+0 |
* | Remove the bootconfig parsing. We never used it and always passed either an | Andrew Turner | 2015-03-29 | 1 | -1/+1 |
* | The cpu_id macro was renamed in r278529, catch up with this new name. | Andrew Turner | 2015-02-11 | 1 | -1/+1 |
* | Implement GPIO_GET_BUS() method for all GPIO drivers. | Luiz Otavio O Souza | 2015-01-31 | 2 | -9/+40 |
* | Rename the avila, cambria and zynq GPIO driver names to match the expected | Luiz Otavio O Souza | 2015-01-29 | 2 | -10/+2 |
* | For some reason, all the arm bus_space functions that work with uint16 | Ian Lepore | 2015-01-21 | 2 | -10/+8 |
* | Revise the arm bus_space implementation to avoid dereferencing the tag on | Ian Lepore | 2015-01-21 | 5 | -119/+108 |
* | Add missing END macros to some of the xscale functions. | Andrew Turner | 2014-12-05 | 2 | -0/+16 |
* | Moves all the duplicate code to a single function. | Luiz Otavio O Souza | 2014-11-18 | 2 | -18/+1 |
* | Make the GPIO children attach to the first unit available and not only to | Luiz Otavio O Souza | 2014-10-28 | 2 | -4/+6 |
* | Mechanically convert to if_inc_counter(). | Gleb Smirnoff | 2014-09-19 | 1 | -17/+15 |
* | - Don't let rman_reserve_resource() activate the resource in | John Baldwin | 2014-09-12 | 1 | -2/+5 |
* | Unify interrupts bit definition and usage. While here remove PSR_C_bit. | Andrew Turner | 2014-09-10 | 3 | -4/+7 |
* | put these under bootverbose, they are only needed for debugging, not | John-Mark Gurney | 2014-08-06 | 1 | -2/+4 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | Hans Petter Selasky | 2014-06-28 | 3 | -13/+7 |
* | Revert r267961, r267973: | Glen Barber | 2014-06-27 | 3 | -7/+13 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | Hans Petter Selasky | 2014-06-27 | 3 | -13/+7 |
* | Do not hand the VM the memory used for stacks/page tables/etc. | Olivier Houchard | 2014-05-29 | 1 | -0/+4 |