aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Implement ptrace_set_pc() and fail PT_*STEP requests explicitly.John Baldwin2018-11-011-3/+3
* Add comments explaining what hold/unhold doWarner Losh2018-11-012-3/+10
* Check cannot_use_txpkts() rather than needs_tso() in add_to_txpkts().John Baldwin2018-11-011-1/+4
* Add support for port unit wiring to cxgbe(4).John Baldwin2018-11-011-1/+37
* Assert that reclaim_tx_descs() is always making forward progress.John Baldwin2018-11-011-0/+3
* Don't enter DDB for fatal traps before panic by default.John Baldwin2018-11-019-10/+15
* Add the ARMv8.3 SCTLR_EL1 fields.Andrew Turner2018-11-012-7/+16
* ixl/iavf(4): Update remaining references of "num_queues" to "num_rx_queues"Eric Joyner2018-11-012-7/+3
* carpstats are the last virtualised variable in the file and end up at theBjoern A. Zeeb2018-11-011-0/+15
* Add the ARMv8.3 HCR_EL2 register fields.Andrew Turner2018-11-011-0/+11
* Remove redundant checks for a NULL lbgroup table.Mark Johnston2018-11-012-14/+4
* Improve style in in_pcbinslbgrouphash() and related subroutines.Mark Johnston2018-11-011-30/+17
* linuxkpi: Add GFP flags needed for ttm driversBen Widawsky2018-11-011-0/+2
* Fix NFS client vnode locking to avoid a crash during forced dismount.Rick Macklem2018-11-011-6/+9
* Remove debug code which slipped in accidently.Michael Tuexen2018-11-011-1/+0
* Improve a comment to refer to the actual sections in the TCPMichael Tuexen2018-11-011-4/+18
* Use the correct offsets for the trap frame in fork_trampoline.Andrew Turner2018-11-011-2/+2
* Add pci_early function to detect Intel stolen memory.Konstantin Belousov2018-10-315-0/+782
* i386/MINIMAL: VERBOSE_SYSINIT=0 for consistencyKyle Evans2018-10-311-0/+1
* Compile in VERBOSE_SYSINIT support by default, remain silent by defaultKyle Evans2018-10-3111-4/+11
* Define QMD_SAVELINK() only for QUEUE_MACRO_DEBUG_TRASH case. OtherwiseGleb Smirnoff2018-10-311-6/+2
* cxgbe(4): Add rate limiting support for UDP.Navdeep Parhar2018-10-311-35/+46
* cxgbe(4): Report a reasonable non-zero if_hw_tsomaxsegsize to theNavdeep Parhar2018-10-311-1/+1
* Always set the MP_QUIRK_CPULIST quirk under ACPI. This needs a run timeAndrew Turner2018-10-311-0/+1
* Reformat syscalls.master for better readability.Brooks Davis2018-10-311-1158/+2959
* Use pmap_invalidate_all rather than invalidating 512 level 2 entries inAndrew Turner2018-10-311-4/+9
* Remove function prototypes for functions removed in r339943.Andrew Turner2018-10-311-4/+0
* Fix some style(9) issues in the arm64 pmap_mapbios/unmapbios. Split linesAndrew Turner2018-10-311-8/+15
* Remove the unused arm64_cpu driver.Andrew Turner2018-10-311-74/+0
* Merge cases with upper block.Marcelo Araujo2018-10-311-4/+0
* Revert r336984.Mark Johnston2018-10-301-3/+2
* Fix mips build after r339931.Bjoern A. Zeeb2018-10-301-8/+12
* As a follow-up to r339930 and various reports implement logging in caseBjoern A. Zeeb2018-10-302-4/+34
* With more excessive use of modules, more kernel parts working withBjoern A. Zeeb2018-10-301-1/+1
* Initial implementation of draft-ietf-6man-ipv6only-flag.Bjoern A. Zeeb2018-10-304-0/+65
* Add malloc_domainset(9) and _domainset variants to other allocator KPIs.Mark Johnston2018-10-3015-128/+162
* Only invoke 'ls' if the local modules directory exists.John Baldwin2018-10-301-1/+1
* Fix some problems that manifest when NUMA domain 0 is empty.Mark Johnston2018-10-306-45/+56
* Implement the dump_stack() function in the LinuxKPI.Hans Petter Selasky2018-10-303-1/+20
* Implement __KERNEL_DIV_ROUND_UP() function macro in the LinuxKPI.Hans Petter Selasky2018-10-301-0/+1
* Introduce an EXPERIMENTAL option for both src.conf(5) and the kernel.Bjoern A. Zeeb2018-10-301-0/+1
* Always stop the scheduler when entering kdbEric van Gyzen2018-10-301-6/+6
* Bump the number of fans supported from 8 to 12.Michael Tuexen2018-10-301-3/+3
* Emulate machine check related MSR_EXTFEATURES to allow guest OSes toMarcelo Araujo2018-10-301-0/+5
* Allow changing lagg(4) MTU.Marcelo Araujo2018-10-301-8/+59
* powerpc/mpc85xx: Reset the PCIe bus on attachJustin Hibbits2018-10-301-1/+12
* Permit local kernel modules to be built as part of a kernel build.John Baldwin2018-10-301-4/+24
* Have gconcat advertise delete support if one of its disks does.Mark Johnston2018-10-302-0/+36
* Make battery emptying rate available as sysctl variable.John Baldwin2018-10-301-0/+5
* amd64: Use ifuncs to select suitable implementation of set_pcb_flags().Konstantin Belousov2018-10-291-4/+10