aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/cavium
Commit message (Expand)AuthorAgeFilesLines
* Retire the CRYPTO_F_IV_GENERATE flag.John Baldwin2020-04-201-6/+1
* Refactor driver and consumer interfaces for OCF (in-kernel crypto).John Baldwin2020-03-273-332/+309
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-263-11/+13
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* octeon1: suppress a couple of warnings under clangKyle Evans2019-09-221-0/+1
* Move phys_avail definition into MI code. It is consumed in the MI layer andJeff Roberson2019-08-161-1/+2
* octusb: fix detach loop over USB portsEd Maste2019-06-011-2/+2
* Include eventhandler.h in more compilation unitsConrad Meyer2019-05-211-0/+1
* Performance improvements for octe(4):Nathan Whitehorn2019-02-103-19/+14
* Remove the Yarrow PRNG algorithm option in accordance with due noticeMark Murray2018-08-261-2/+1
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+1
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-141/+59
* Fix compile error introduced in r336245.Warner Losh2018-07-171-0/+1
* Use boot_parse_* to parse command line args and retire cut-n-pasteWarner Losh2018-07-131-25/+1
* hwpmc: simplify calling convention for hwpmc interrupt handlingMatt Macy2018-06-081-1/+1
* Rename assym.s to assym.incEd Maste2018-03-201-1/+1
* sys/mips: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2731-1/+63
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2026-0/+52
* octeon_ebt3000_cf: eliminate 'format string is not a string literal' warningEd Maste2017-08-301-1/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-10/+10
* Add cavium octeon 'bootoctlinux' boot argument supportAlexander Kabaev2017-03-161-4/+61
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+1
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* Fix device delete child function.Hans Petter Selasky2016-10-171-6/+0
* Allow the use of soft-interrupts for sending IPIs.Ruslan Bukin2016-09-081-2/+10
* sys: use our roundup2/rounddown2() macros when param.h is available.Pedro F. Giffuni2016-04-211-2/+2
* Don't assume that bio_cmd is a bitfield.Warner Losh2016-03-101-21/+22
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-222-2/+0
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-273-5/+7
* Fix typo (s/harware/hardware/)Kevin Lo2015-12-251-1/+1
* Add domain support to PCI bus allocationZbigniew Bodek2015-09-161-1/+1
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-222-2/+2
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Implement GPIO_GET_BUS() method for all GPIO drivers.Luiz Otavio O Souza2015-01-312-5/+21
* Replace spaces with tabs, this will easier future changes on softcLuiz Otavio O Souza2015-01-311-5/+5
* Clean up and fix the device detach routine and the failure path on GPIOLuiz Otavio O Souza2015-01-311-3/+8
* Add 64-bit DMA support in the XHCI controller driver.Hans Petter Selasky2015-01-051-0/+1
* Moves all the duplicate code to a single function.Luiz Otavio O Souza2014-11-181-9/+1
* Make the GPIO children attach to the first unit available and not only toLuiz Otavio O Souza2014-10-281-2/+3
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-193-10/+10
* Migrate ie->ie_assign_cpu and associated code to use an int for CPU ratherAdrian Chadd2014-09-171-5/+5
* Fix RTC clock writes on many Octeon boards.Alexander Kabaev2014-09-141-4/+5
* Add delay to Octeon MDIO access routines.Alexander Kabaev2014-09-141-0/+2
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-302-3/+3
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+1
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-0/+35