| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r323039: octeon_ebt3000_cf: eliminate string literal warning | emaste | 2017-09-06 | 1 | -1/+2 |
* | MFC r307518: | hselasky | 2016-11-07 | 1 | -6/+0 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 1 | -2/+2 |
* | Don't assume that bio_cmd is a bitfield. | imp | 2016-03-10 | 1 | -21/+22 |
* | As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to | skra | 2016-02-22 | 2 | -2/+0 |
* | Convert rman to use rman_res_t instead of u_long | jhibbits | 2016-01-27 | 3 | -5/+7 |
* | Fix typo (s/harware/hardware/) | kevlo | 2015-12-25 | 1 | -1/+1 |
* | Add domain support to PCI bus allocation | zbb | 2015-09-16 | 1 | -1/+1 |
* | Huge cleanup of random(4) code. | markm | 2015-06-30 | 1 | -1/+2 |
* | CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten | jkim | 2015-05-22 | 2 | -2/+2 |
* | Add support for the uart classes to set their default register shift value. | andrew | 2015-04-11 | 1 | -1/+2 |
* | Implement GPIO_GET_BUS() method for all GPIO drivers. | loos | 2015-01-31 | 2 | -5/+21 |
* | Replace spaces with tabs, this will easier future changes on softc | loos | 2015-01-31 | 1 | -5/+5 |
* | Clean up and fix the device detach routine and the failure path on GPIO | loos | 2015-01-31 | 1 | -3/+8 |
* | Add 64-bit DMA support in the XHCI controller driver. | hselasky | 2015-01-05 | 1 | -0/+1 |
* | Moves all the duplicate code to a single function. | loos | 2014-11-18 | 1 | -9/+1 |
* | Make the GPIO children attach to the first unit available and not only to | loos | 2014-10-28 | 1 | -2/+3 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 3 | -10/+10 |
* | Migrate ie->ie_assign_cpu and associated code to use an int for CPU rather | adrian | 2014-09-17 | 1 | -5/+5 |
* | Fix RTC clock writes on many Octeon boards. | kan | 2014-09-14 | 1 | -4/+5 |
* | Add delay to Octeon MDIO access routines. | kan | 2014-09-14 | 1 | -0/+2 |
* | Use define from if_var.h to access a field inside struct if_data, | glebius | 2014-08-30 | 2 | -3/+3 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -4/+1 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -1/+4 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -4/+1 |
* | Update NetBSD Foundation copyrights to 2-clause BSD | emaste | 2014-03-18 | 1 | -7/+0 |
* | Introduce grab and ungrab upcalls. When the kernel desires to grab the | imp | 2014-01-19 | 1 | -0/+35 |
* | Remove two redundantly repetitive assignments. | imp | 2014-01-16 | 1 | -2/+0 |
* | Add missing includes. | jmallett | 2013-12-10 | 2 | -0/+3 |
* | Remove the gross hack for the Octeon Simple Executive to the least | imp | 2013-11-06 | 1 | -0/+4 |
* | Devices that rely on hints or identify routines for discovery need to | nwhitehorn | 2013-10-29 | 5 | -5/+5 |
* | - Provide necessary includes. | glebius | 2013-10-29 | 10 | -0/+10 |
* | Snapshot. This passes the build test, but has not yet been finished or debugged. | markm | 2013-10-04 | 1 | -6/+1 |
* | Yarrow wants entropy estimations to be conservative; the usual idea | markm | 2013-09-06 | 1 | -1/+1 |
* | This file isn't derived from anything delivered by Berkeley, so remove | imp | 2013-07-22 | 1 | -4/+0 |
* | Use cvmx_mgmt_port_num_ports() instead of the inlined copy of a | imp | 2013-05-02 | 2 | -16/+2 |
* | Octeon 2 (6xxx) and newer CPUs don't use the clock CPU speed for its | imp | 2013-04-26 | 1 | -1/+1 |
* | Fix undefined behaviour in several gpio_pin_setflags() routines (under | dim | 2013-04-13 | 1 | -2/+2 |
* | Merge from vmobj-rwlock branch: | attilio | 2013-02-26 | 1 | -1/+0 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 3 | -3/+3 |
* | Use bootverbose to control debug printfs from the Cavium Simple Executive | jmallett | 2012-11-24 | 1 | -0/+18 |
* | o) Add support for specifying a model of Octeon to target at compile-time, | jmallett | 2012-11-24 | 1 | -10/+29 |
* | Prevent hang on ATCA-7220 when transmitting packets < 60 bytes. | jmallett | 2012-11-19 | 1 | -0/+13 |
* | Remove redundant printf of SDK version which already appears earlier in boot. | jmallett | 2012-11-19 | 1 | -2/+0 |
* | Add basic support for the Radisys-specific PCI console mechanism found on the | jmallett | 2012-11-19 | 1 | -11/+125 |
* | o) Do boot descriptor parsing before console setup so that we can use a console | jmallett | 2012-11-19 | 1 | -79/+75 |
* | Add preliminary Octeon PCI console support. Radisys-specific PCI console | jmallett | 2012-11-13 | 2 | -0/+124 |
* | Don't disable PCIe just because the host is not a PCI host; the latter flag | jmallett | 2012-11-01 | 1 | -4/+4 |
* | Fix longstanding misprint. | jmallett | 2012-10-31 | 1 | -1/+1 |
* | If the CF physical base is 0, attach no CF devices. This fixes a warning | jmallett | 2012-10-31 | 1 | -0/+2 |