aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* When checking that #UD comes from kernel mode, check that theKonstantin Belousov2017-08-181-4/+7
* cam iosched: fix typos in commentsEd Maste2017-08-181-11/+11
* Fix syscons escape sequence for setting the local cursor type. This sequenceBruce Evans2017-08-185-4/+84
* Fix module unload when SGX support is not present in CPU.Ruslan Bukin2017-08-181-3/+6
* Fix cut and paste typo that prevented T5 firmware to be compiled in.Gleb Smirnoff2017-08-181-1/+1
* Improve names for cons25 sequences.Bruce Evans2017-08-182-6/+6
* Fix vt100 escape sequence for showing and hiding the cursor in syscons.Bruce Evans2017-08-181-7/+6
* Fix missing syscons escape sequence for setting the border color.Bruce Evans2017-08-184-0/+14
* safe: quiet -Wtautological-compareRyan Libby2017-08-181-6/+2
* Ensure inp_vflag is consistently set for TCP endpoints.Michael Tuexen2017-08-181-0/+2
* Remove some unneeded subroutines for padding writes to dump devices.Mark Johnston2017-08-181-39/+13
* Rename mkdumpheader() and group EKCD functions in kern_shutdown.c.Mark Johnston2017-08-1811-66/+61
* Factor out duplicated kernel dump code into dump_{start,finish}().Mark Johnston2017-08-1810-289/+100
* An off-by-one error exists in sbuf_vprintf()'s use of SBUF_HASROOM() when anLawrence Stewart2017-08-181-7/+5
* Fix BSD label partition end sector calculation.Oleg Bulyzhin2017-08-171-1/+1
* arm64: return error instead of panic in unimplemented ptrace opsEd Maste2017-08-171-4/+6
* Discover CPU topology on multi-die AMD Zen systemsConrad Meyer2017-08-171-4/+29
* Implement simple record boundary tracking in sbuf(9) to avoid record splittingLawrence Stewart2017-08-172-2/+12
* Fix unused varable warning in !SMP caseConrad Meyer2017-08-171-0/+2
* Mark ZFS ABD inline functions static.John Baldwin2017-08-161-6/+6
* aesni: quiet -Wcast-qualRyan Libby2017-08-162-42/+46
* Add SI_SUB_TASKQ after SI_SUB_INTR and move taskqueue initialization there fo...Conrad Meyer2017-08-162-2/+3
* Define proposed GUID for FreeBSD boot loader variables.Warner Losh2017-08-161-0/+6
* Remove unused defines.Warner Losh2017-08-161-6/+0
* bpf: Fix incorrect cleanupKristof Provost2017-08-161-7/+3
* x86: Add dynamic interrupt rebalancingConrad Meyer2017-08-163-7/+141
* Quote ${MAKE} when passing in env in case it contains spaces.Bryan Drewery2017-08-161-1/+1
* Fix compile error with option DEBUG. This is fallout from some long-agoIan Lepore2017-08-161-2/+2
* Rename macro DEBUG to SGX_DEBUG.Ruslan Bukin2017-08-161-3/+3
* Undeprecate the CONS_CURSORTYPE ioctl. It was "deprecated" in 2001,Bruce Evans2017-08-162-5/+9
* Add support for Intel Software Guard Extensions (Intel SGX).Ruslan Bukin2017-08-1610-0/+1813
* Add OBJ_PG_DTOR flag to VM object.Ruslan Bukin2017-08-162-36/+51
* Add device resource management fields to struct device.Mark Johnston2017-08-161-0/+6
* cxgbe/t4_tom: Use correct name for the ISS-valid bit in options2.Navdeep Parhar2017-08-151-1/+1
* Rework vlan(4) locking.Matt Joras2017-08-151-176/+348
* Add vm_page_alloc_after().Mark Johnston2017-08-153-21/+42
* Fix some ZFS debugging messagesAlan Somers2017-08-151-4/+4
* loader.efi: repace XXX with real comments in trap.cToomas Soome2017-08-151-2/+12
* Add new USB quirk.Hans Petter Selasky2017-08-151-1/+1
* Plug memory leak in arge_encap().Xin LI2017-08-151-0/+1
* Fix a couple of comment typosConrad Meyer2017-08-152-2/+2
* Print whole machine state on double fault.Konstantin Belousov2017-08-141-4/+18
* Add {rd,wr}{fs,gs}base C wrappers for instructions.Konstantin Belousov2017-08-141-0/+32
* Style.Konstantin Belousov2017-08-141-5/+11
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-1417-17/+17
* hyperv/hn: Re-set datapath after synthetic parts reattached.Sepherosa Ziehau2017-08-141-1/+2
* hyperv/hn: Minor cleanupSepherosa Ziehau2017-08-141-8/+7
* hyperv/hn: Fix/enhance receiving path when VF is activated.Sepherosa Ziehau2017-08-142-31/+120
* hyperv/hn: Update VF's ibytes properly under transparent VF mode.Sepherosa Ziehau2017-08-141-5/+26
* Add hinted attachment for non-FDT systems. Also, print a message ifIan Lepore2017-08-141-29/+68