summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* enable the apm(4) subsystem on arm64phessler2019-01-231-1/+2
* Add the apm(4) subsystem to arm64.phessler2019-01-238-6/+468
* add a SIOCGPWE3 ioctl for interfaces to advertise pwe3 capabilitydlg2019-01-232-2/+7
* futimens(2), futimes(2), utimensat(2), utimes(2): Validate input at copyincheloha2019-01-231-15/+25
* add some definitions used by elftoolchain's libelfjsg2019-01-221-1/+15
* The kernel interpreted bogus lengths in RPC calls during NFS boot.bluhm2019-01-221-8/+31
* namei can return a null dvp on success. check this before access.tedu2019-01-221-3/+4
* Do not leak received mbufs if the NDIS appended a zero-byte padding.mpi2019-01-221-8/+10
* Remove unused variable.mpi2019-01-221-3/+2
* flense more trailing whitespacephessler2019-01-226-28/+28
* Increase max mtu to match the linux driver; tested against ixl, which canjmatthew2019-01-221-2/+2
* Increase hardmtu to the maximum according to the datasheet and set the rxjmatthew2019-01-221-4/+4
* Add and remove mac filters for multicast addresses.jmatthew2019-01-221-7/+43
* remove trailing whitespace in the Laptop Package part of the license text.phessler2019-01-226-24/+24
* #ifdef video junk as required.deraadt2019-01-221-2/+4
* select(2), pselect(2), poll(2), ppoll(2): Support full timeout range.cheloha2019-01-211-63/+58
* sometimes we don't call unveil_add, which means memory allocated by nameitedu2019-01-212-5/+8
* Add "video" promise.landry2019-01-212-2/+34
* Introduce a dedicated entry point data structure for file locks. This new dataanton2019-01-219-52/+153
* Adapt to allwinner device tree changes in linux >= 5.0-rc1jsg2019-01-211-3/+7
* Support 2TB phys memmlarkin2019-01-213-16/+80
* vmm: better handling of CPUID[1].ECX[OSXSAVE] bitmlarkin2019-01-211-2/+15
* Don't add PG_u to the upper level PTEs in the meltdown casemlarkin2019-01-211-4/+4
* vmm: better handling of two SMM related MSRsmlarkin2019-01-212-5/+28
* also add a mac filter that ignores vlans for the broadcast address, so we canjmatthew2019-01-211-1/+3
* Replace the default mac filter with one that ignores vlans, and enablejmatthew2019-01-201-17/+134
* Refresh arp entries that are about to expire. Once their life time is lessclaudio2019-01-201-32/+32
* Adjust punctuation in comment to align columns consistentlyguenther2019-01-201-3/+3
* use the faster interface, since the precision is not necessaryphessler2019-01-201-3/+3
* No leading space(s) before labels.krw2019-01-203-14/+14
* remove unused i_lockf member from struct iso_node; ok tedu@ visa@anton2019-01-201-2/+1
* Add support for a new kcov trace mode called KCOV_MODE_TRACE_CMP whereanton2019-01-204-9/+141
* Rework conditional for clarity, no functional change.anton2019-01-201-2/+2
* implement ixl_rxrinfo, dynamically allocating the buffer to prepare forjmatthew2019-01-201-3/+30
* When retiring a SCSI request, sometimes the buf's b_error value iskrw2019-01-203-14/+21
* make this look more like other pwr_action code (small_kernel)tedu2019-01-201-5/+12
* Handle link state change interrupts by issuing IXL_AQ_OP_PHY_LINK_STATUSjmatthew2019-01-201-9/+42
* Serialize tc_windup() calls and modification of some timehands members.cheloha2019-01-201-4/+20
* Use rdmsr_safe in svm_handle_msrmlarkin2019-01-201-4/+12
* Implement rdmsr_safemlarkin2019-01-203-5/+38
* fix SMALL_KERNEL build after changes in rev 1.361jsg2019-01-201-1/+3
* Add a pwraction sysctl that controls what the power button does on acpi.tedu2019-01-197-10/+41
* Change transfer schedule of split interrupt transfer,uaa2019-01-191-3/+18
* backout previous; syzkaller did not cope well with this changeanton2019-01-191-2/+2
* virtio: Introduce defines for config(8) flagssf2019-01-194-10/+14
* viomb: tweak feature negotiationsf2019-01-191-6/+3
* enable myx(4) on the large ramdisk. has been enabled in GENERIC for a while.phessler2019-01-191-1/+2
* Finish randominzing remaining layers of pmap_kernelmlarkin2019-01-192-2/+50
* now that it works, enable ixl(4) on amd64jmatthew2019-01-192-2/+4
* Move boottime into the timehands.cheloha2019-01-196-36/+77