aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Eliminate the overhead of gratuitous repeated reinitialization of cap_rightsMatt Macy2018-05-0930-217/+232
* Remove bogus panicMatt Macy2018-05-091-1/+1
* Standardize SPDX tag on files I've addedKyle Evans2018-05-092-0/+4
* Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans2018-05-096-6/+0
* Report TRAP_BRKPT for breakpoint traps on sparc64.John Baldwin2018-05-091-2/+7
* amd64: depessimize bcmp for small buffersMateusz Guzik2018-05-091-2/+25
* Avoid calls to bzero() before ireloc.Konstantin Belousov2018-05-092-9/+19
* Minor style nitsWarner Losh2018-05-093-15/+13
* Remove PG_U from the rest of the kernel pmap ptes.Konstantin Belousov2018-05-091-8/+7
* Remove PG_U from the recursive pte for kernel pmap' PML4 page.Konstantin Belousov2018-05-091-1/+1
* Bring in some last changes in NAT64 implementation:Andrey V. Elsukov2018-05-0911-350/+382
* Add IFCAP_LINKSTATE support to if_loop(4).Andrey V. Elsukov2018-05-091-1/+3
* Add myself to copyright in the LinuxKPI RCU support layer.Hans Petter Selasky2018-05-091-0/+1
* cxgbe(4): Add support for hash filters.Navdeep Parhar2018-05-0911-256/+1365
* Document intentional fallthrough. (CID 976535)Cy Schubert2018-05-091-0/+1
* Fix memory leak. (CID 1199373).Cy Schubert2018-05-091-0/+1
* Reduce overhead of ktrace checks in the common case.Matt Macy2018-05-092-2/+25
* nxge(4):Sean Bruno2018-05-0844-32937/+0
* Fix two typos reported by N. J. Mann, which were introduced inMichael Tuexen2018-05-081-2/+2
* When reporting ERROR or ABORT chunks, don't use more dataMichael Tuexen2018-05-081-0/+14
* MFV: r333378Jung-uk Kim2018-05-087-28/+108
|\
* | iflib: print message when iflib_tx_structures_setup failsStephen Hurd2018-05-081-4/+4
* | Prepare DB# handler for deferred trigger of watchpoints.Konstantin Belousov2018-05-087-6/+257
* | iflib: cleanup queues when iflib_device_register failStephen Hurd2018-05-081-5/+8
* | Fix wrong cpu0 identificationJustin Hibbits2018-05-081-11/+75
* | Fix for missing network interface address event when adding the default IPv6Hans Petter Selasky2018-05-081-3/+7
* | Fix spurious retransmit recovery on low latency networksMatt Macy2018-05-083-7/+21
* | Sleep rather than spin in e1000 when doing long running config operations.Matt Macy2018-05-0811-569/+297
* | Inlined sched_userret.Mateusz Guzik2018-05-073-38/+33
* | Change trap_enotcap to bool and annotate with __read_frequentlyMateusz Guzik2018-05-072-3/+3
* | Avoid calls to syscall_thread_enter/exit for statically defined syscallsMateusz Guzik2018-05-072-8/+22
* | amd64: stop asserting params != NULL in the syscall pathMateusz Guzik2018-05-071-2/+1
* | Put the CPU starting on one line.Warner Losh2018-05-071-1/+5
* | Use device_quiet_children to silence verbose CPU probe messages.Warner Losh2018-05-071-0/+5
* | Add device_quiet_children() and device_has_quiet_children()Warner Losh2018-05-072-0/+23
* | amd64: fix up memset added in r333324Mateusz Guzik2018-05-071-1/+2
* | Fix an off-by-one error when deciding to request a tx interruptAndrew Gallatin2018-05-071-1/+1
* | amd64: tweak the memmove comment regarding authorshipMateusz Guzik2018-05-071-1/+1
* | Boost thread priority while changing CPU frequencyAndrew Gallatin2018-05-071-0/+7
* | amd64: replace libkern's memset and memmove with assembly variantsMateusz Guzik2018-05-072-2/+73
* | Keep CARP state as INIT when net.inet.carp.allow=0.Alexander Motin2018-05-071-4/+35
* | x86 cpususpend_handler: call wbinvd after setting suspend state bitsAndriy Gapon2018-05-071-9/+26
* | clk: clk_set_assigned: Skip frequency of value 0Emmanuel Vadot2018-05-071-1/+1
* | arm64: rockchip: cru: Call clk_set_assignedEmmanuel Vadot2018-05-071-0/+5
* | clk: Add support for assigned-clock-ratesEmmanuel Vadot2018-05-071-24/+76
* | arm64: rockchip: clk: Add support to reparent to clk_compositeEmmanuel Vadot2018-05-071-2/+33
* | arm64: rk3328: Add pll rates tablesEmmanuel Vadot2018-05-071-0/+402
* | arm64: rk: Add support for setting pll rateEmmanuel Vadot2018-05-072-30/+113
* | arm64: rockchip: rk3328: Add armclk clockEmmanuel Vadot2018-05-071-14/+37
* | msdosfs: use vfs_timestamp() to generate timestamps instead of getnanotime().Pedro F. Giffuni2018-05-062-5/+5