aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* iflib: mark irq allocation name parameter as constantStephen Hurd2018-05-294-18/+18
* Revert second chunk of r333860. The warning from gcc is false positive. TheGleb Smirnoff2018-05-291-1/+0
* Correct pointer subtraction in KASSERT().Brooks Davis2018-05-293-6/+3
* hwpmc: don't enter epoch section across mmap hookMatt Macy2018-05-293-3/+5
* iflib: hold context lock across detach for drivers that need itMatt Macy2018-05-291-3/+5
* Correct pointer subtraction in KASSERT().Brooks Davis2018-05-291-2/+1
* Increase the number of fdt memory regions we support to 16. Some SoCs haveAndrew Turner2018-05-291-1/+1
* add support for console resuming, implement it for uart, use on x86Andriy Gapon2018-05-294-2/+39
* fix x86 UP build broken by r334204, TSC resynchronizationAndriy Gapon2018-05-291-14/+6
* [usbdevs] add several GENESYS product idsEitan Adler2018-05-291-0/+3
* [usbdevs] add AMD vendor idsEitan Adler2018-05-291-1/+2
* [usbdevs] add misig lettersEitan Adler2018-05-291-1/+1
* [usbdevs] add several intel product identifiersEitan Adler2018-05-291-0/+4
* Add support for hardware rate limiting to mlx5en(4).Hans Petter Selasky2018-05-2913-5/+2063
* [usbdevs] Add USB product ID for Philips SPC N900 CCD WebcamEitan Adler2018-05-291-0/+1
* On ThunderX2 we need to be careful to only map the memory the firmwareAndrew Turner2018-05-291-12/+82
* Fix 32-bit buildworld for i386 after r334320.Hans Petter Selasky2018-05-292-3/+7
* Remove empty encap_init() function.Andrey V. Elsukov2018-05-294-18/+0
* Implement atomic_add_64() and atomic_subtract_64() for the i386 target.Hans Petter Selasky2018-05-293-3/+42
* teken: Fix `sequences` header which was crossing the 80-col boundaryJean-Sébastien Pédron2018-05-291-3/+3
* rt_getifa_fib: don't use ifa but info->rti_ifaMatt Macy2018-05-291-1/+1
* hwpmc: don't incrorrectly strip the ANY flagMatt Macy2018-05-291-11/+0
* route: fix missed ref addsMatt Macy2018-05-292-8/+18
* hwpmc: add class field to identify which class a pmc came fromeMatt Macy2018-05-291-0/+1
* teken: Sort DECSCUSR alphabeticallyJean-Sébastien Pédron2018-05-281-75/+75
* hwpmc: make pmc class specification work to enable fixed function countersMatt Macy2018-05-281-7/+16
* hwmpc: fix brain-damaged handling of thread descriptor freeingMatt Macy2018-05-281-4/+4
* witness/hwpmc: fix locking order for pmc locksMatt Macy2018-05-281-6/+9
* hwpmc_logging.c: don't call wakeup_one with thread lock held, don'tMatt Macy2018-05-282-13/+27
* arm64: fix atomic_fcmpset_16Emmanuel Vadot2018-05-281-1/+1
* Fix "Bad tailq" panic when auditing auditon(A_SETCLASS, ...)Alan Somers2018-05-281-1/+0
* arm64: Add atomic_fcmpset_8 and atomic_fcmpset_16Emmanuel Vadot2018-05-281-0/+48
* if_muge: Add GMII enable (vs RGMII) bitEd Maste2018-05-281-0/+1
* Describe Fresco Logic FL1100 USB 3.0 controllers.Marius Strobl2018-05-281-0/+2
* Change the default USB template from the current 0 to -1. The reasonEdward Tomasz Napierala2018-05-281-1/+1
* Bump FreeBSD_version after r333517Devin Teske2018-05-281-1/+1
* Create a new function to walk the EFI memory table & run a callback forAndrew Turner2018-05-281-14/+63
* Addendum to r334233. In vm_fault_populate(), since the page lock is held,Alan Cox2018-05-281-1/+1
* Use correct mask.Michael Tuexen2018-05-281-2/+2
* bktr: Support WinFast Tv2000 & PHILIPS FI1216Eitan Adler2018-05-284-2/+26
* The schedule_timeout_killable() function should listen for signalsHans Petter Selasky2018-05-281-1/+1
* Implement wait_event_killable() in the LinuxKPI.Hans Petter Selasky2018-05-281-0/+5
* Allow TASK_PARKED bit being set when going to sleep in the LinuxKPI.Hans Petter Selasky2018-05-281-1/+1
* Temporary disable SPDCACHE statistic accounting until proper fix will beAndrey V. Elsukov2018-05-281-2/+2
* Eliminate duplicate assertions. We assert at the start of vm_fault_hold()Alan Cox2018-05-281-6/+8
* cam nvme: fix array overrunEric van Gyzen2018-05-281-1/+1
* drm: fix memory leak on error pathEric van Gyzen2018-05-281-0/+1
* Make ALT_BREAK_TO_DEBUGGER work with OPAL consoleJustin Hibbits2018-05-281-3/+2
* Print the full-width pointer values in hex.Justin Hibbits2018-05-281-9/+9
* Match style of the other prototypes, and don't name the argument.Justin Hibbits2018-05-271-1/+1