| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove kernel support for armeb | Warner Losh | 2018-07-17 | 39 | -12270/+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 | 3 | -0/+6 |
* | 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 | 52 | -14/+118 |
* | 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 |
* | i81342 is little endian, not big endian. | Olivier Houchard | 2017-09-19 | 1 | -1/+2 |
* | Allow setting access-width for UART registers. | Ruslan Bukin | 2017-02-27 | 3 | -3/+3 |
* | Convert PCIe Hot Plug to using pci_request_feature | Warner Losh | 2017-02-25 | 2 | -0/+2 |
* | Add the missing void to function signatures in much of the arm code. | Andrew Turner | 2016-12-13 | 4 | -13/+13 |
* | ARM: Remove unused includes. | Michal Meloun | 2016-10-09 | 8 | -12/+0 |
* | Nuke obio_bs_tag, it was used before it was initialized, and | Olivier Houchard | 2016-08-30 | 4 | -8/+4 |
* | sys: replace comma with semicolon when pertinent. | Pedro F. Giffuni | 2016-08-09 | 1 | -8/+8 |
* | Remove some NULL checks after M_WAITOK allocations from sys/arm/. | Edward Tomasz Napierala | 2016-08-09 | 2 | -5/+0 |
* | sys/arm: Minor spelling fixes. | Pedro F. Giffuni | 2016-05-04 | 8 | -10/+10 |
* | Move arm's devmap to some generic place, so it can be used | Ruslan Bukin | 2016-04-26 | 3 | -11/+11 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | Pedro F. Giffuni | 2016-04-21 | 5 | -21/+19 |
* | 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 |
* | Fix the resource_list_print_type() calls to use uintmax_t. | Justin Hibbits | 2016-03-22 | 2 | -4/+4 |
* | Use uintmax_t (typedef'd to rman_res_t type) for rman ranges. | Justin Hibbits | 2016-03-18 | 3 | -6/+6 |
* | Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). | Justin Hibbits | 2016-02-27 | 1 | -2/+2 |
* | Remove pd_prot and pd_cache members from struct arm_devmap_entry. | Svatopluk Kraus | 2016-02-17 | 3 | -45/+19 |
* | ARM: Consistently use cpu_setttb() instead of setttb(). | Michal Meloun | 2016-02-03 | 3 | -6/+6 |
* | ARM: Remove C++ comments erroneously committed in r295200. | Michal Meloun | 2016-02-03 | 1 | -9/+9 |
* | ARM: Remove support for xscale i80219 and i80321 CPUs. We haven't single | Michal Meloun | 2016-02-03 | 30 | -5375/+9 |
* | ARM: The arm/xscale/i80321 directory is now orphaned, but two drivers | Michal Meloun | 2016-02-03 | 6 | -3/+1326 |
* | Convert rman to use rman_res_t instead of u_long | Justin Hibbits | 2016-01-27 | 8 | -13/+13 |
* | 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 | 5 | -10/+10 |
* | Move more bus_space_* files to be built by files.arm. This leaves the | Andrew Turner | 2015-11-21 | 5 | -8/+0 |
* | Eliminate the last dregs of the old global arm_root_dma_tag. | Ian Lepore | 2015-11-02 | 1 | -9/+9 |
* | Add domain support to PCI bus allocation | Zbigniew Bodek | 2015-09-16 | 2 | -2/+2 |
* | Make kstack_pages a tunable on arm, x86, and powepc. On i386, the | Konstantin Belousov | 2015-08-10 | 5 | -5/+5 |
* | Fix KSTACK_PAGES issue when the default value was changed in KERNCONF | Zbigniew Bodek | 2015-07-16 | 5 | -0/+9 |
* | Build the cpufunc_asm_* files based on the cpu type, not which config file | Andrew Turner | 2015-03-29 | 5 | -6/+0 |
* | Remove the bootconfig parsing. We never used it and always passed either an | Andrew Turner | 2015-03-29 | 5 | -5/+5 |
* | 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 |
* | Remove a couple files that are no longer used (functionality take over by | Ian Lepore | 2015-01-21 | 1 | -127/+0 |
* | Use explicit initializer style, fill in missing functions as unimplemented. | Ian Lepore | 2015-01-21 | 1 | -43/+79 |
* | Use the base arm bus_space instead of an identical local copy. | Ian Lepore | 2015-01-21 | 2 | -230/+6 |