aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use TD_IS_IDLETHREAD instead of unrolled version.Xin LI2019-01-151-1/+1
* Fix compilation on 32-bit.Gleb Smirnoff2019-01-151-2/+2
* Allocate pager bufs from UMA instead of 80-ish mutex protected linked list.Gleb Smirnoff2019-01-1520-256/+214
* [led] propagate error from set_led() to the callerOleksandr Tymoshenko2019-01-151-1/+1
* [mv_pci] Increase default PCI space size for mv_pciOleksandr Tymoshenko2019-01-151-1/+1
* Add flag LK_NEW for lockinit() that is converted to LO_NEW and passedGleb Smirnoff2019-01-152-1/+4
* o Move zone limit from keg level up to zone level. This means that nowGleb Smirnoff2019-01-154-413/+263
* Handle overflow in calculating max kmem size.Konstantin Belousov2019-01-141-2/+5
* Don't forget to add the needed #includes.Olivier Houchard2019-01-131-0/+4
* Introduce cpu_icache_sync_range_checked(), that does the same thing asOlivier Houchard2019-01-133-1/+24
* Handle SIGIO for listening socketsJason A. Harmening2019-01-131-0/+2
* Impleent COMPAT_FREEBSD32 for arm64.Olivier Houchard2019-01-1314-27/+745
* net80211: provide rate validation for injected frames.Andriy Voskoboinyk2019-01-131-0/+95
* powerpcspe: Correct SPE high-component loadingJustin Hibbits2019-01-131-2/+2
* Add AT_HWCAP / AT_HWCAP2 to elf64_sysvec_v2.Justin Hibbits2019-01-131-0/+3
* Regenerate sysent files after having modified syscalls.master.Olivier Houchard2019-01-134-16/+16
* amd64 is the only arch that doesn't require padding for 32bits syscalls, soOlivier Houchard2019-01-131-1/+1
* Instead of using an incomplete list of platforms that uses 64bits time_tOlivier Houchard2019-01-131-1/+2
* amdtemp(4): Add support for Family 15h, Model >=60hConrad Meyer2019-01-122-61/+188
* powerpc/pseries: Cache the IPI vector to avoid the common static lookupJustin Hibbits2019-01-121-8/+13
* powerpc: Add opaque 'private data' to interrupt vectorsJustin Hibbits2019-01-129-109/+110
* Fix the check for the offset of td_frame and td_emuldata in struct thread.Andrew Turner2019-01-121-2/+2
* net80211: fix possible panic for some drivers after r342211Andriy Voskoboinyk2019-01-122-6/+62
* Add support for the Clang Coverage Sanitizer in the kernel (KCOV).Andrew Turner2019-01-129-2/+750
* snd_uaudio: Add quirks for Edirol UA-25EX in advanced driver mode.Hans Petter Selasky2019-01-124-4/+7
* cxgbe(4): Move some INTx specific code to a more appropriate place.Navdeep Parhar2019-01-121-1/+3
* Remove accessing remote node and domain objects while processing cam actions.Ram Kishore Vegesna2019-01-112-11/+25
* Fix the location of td->td_frame at the top of the kernel stack.Andrew Turner2019-01-111-1/+1
* Import DTS from Linux 4.20Emmanuel Vadot2019-01-11540-6446/+31035
* Import DTS includes from 4.19Emmanuel Vadot2019-01-1131-57/+1268
* Fix errno values returned from DUMMY_XATTR linuxulator callsFedor Uporov2019-01-114-4/+4
* Change ZFS quotas to return EINVAL when not present (matches man page).Sean Eric Fagan2019-01-111-1/+1
* Relax requirement to packet size of CARP protocol and remove version check.Andrey V. Elsukov2019-01-111-6/+4
* dtb: allwinner: Add orangepi-pc to the buildEmmanuel Vadot2019-01-111-0/+1
* Remove recursive NET_EPOCH_ENTER() from sysctl_ifmalist(), missed in r342872.Gleb Smirnoff2019-01-111-2/+0
* Remove support for FreeBSD 9 kernel, which used to change byte orderGleb Smirnoff2019-01-101-14/+0
* Fix a comment, pushed onto is two words.Andrew Turner2019-01-101-2/+2
* rtwn_usb(4): add IQ calibration support for RTL8192CUAndriy Voskoboinyk2019-01-102-2/+352
* Fix the build with INVARIANTS.Andrey V. Elsukov2019-01-101-5/+5
* Reduce the size of struct ip_fw_args from 240 to 128 bytes on amd64.Andrey V. Elsukov2019-01-104-138/+174
* Remove unnecessary ifdef. With INVARIANTS all KASSERTs are empty statements,Gleb Smirnoff2019-01-101-2/+0
* Bring the comment up to date.Gleb Smirnoff2019-01-101-1/+1
* Simplify sosetopt() so that function has single return point. NoGleb Smirnoff2019-01-101-5/+3
* style(9): fix the indent of a return.Brooks Davis2019-01-091-1/+1
* Complete the removal of obsolete ioctl handlers.Mark Johnston2019-01-092-8/+0
* Stop setting if_linkmib in vlan(4) ifnets.Mark Johnston2019-01-091-21/+8
* Fix loopback traffic when using non-lo0 link local IPv6 addresses.Hans Petter Selasky2019-01-091-31/+51
* net80211: fix panic when device is removed during initializationAndriy Voskoboinyk2019-01-091-1/+5
* Fix getsockopt() for IP_OPTIONS/IP_RETOPTS.Michael Tuexen2019-01-091-1/+2
* Add quirk for 128MB Creative Nomad.Warner Losh2019-01-091-0/+2