summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withjsg12-12/+18
2020-10-10Returning a void expression is weird; ok kettenis@ daniel@otto1-5/+5
2020-10-10Handle spurious interrupts.kettenis1-2/+12
2020-10-10Add OPAL_PCI_MAP_PE_DMA_WINDOW.kettenis2-2/+6
2020-10-10Remove unnecessary count of device instances.visa1-2/+2
2020-10-10Clear the kcov device for the current thread before freeing the sameanton1-2/+3
2020-10-09Unbreak the powerpc64 kernel build.kettenis3-3/+6
2020-10-09Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies ifkettenis1-12/+42
2020-10-09Kill unused IEEE80211_RADIOTAP_HWQUEUE.mpi9-29/+16
2020-10-09Do not dereference `vp' after vput(9)ing it.mpi1-4/+6
2020-10-09Remove unecesary includes.mpi1-8/+1
2020-10-08Register sxitwi(4) in the I2C framework.patrick1-2/+7
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyderaadt9-94/+88
2020-10-07sys_getitimer(), sys_setitimer(): style(9), misc. cleanupcheloha1-21/+15
2020-10-07getitimer(2), setitimer(2): ITIMER_REAL: call getnanouptime(9) oncecheloha1-6/+5
2020-10-07getitimer(2), setitimer(2): merge critical sectionscheloha1-59/+69
2020-10-07Remove dead marko cdev_joy_init.jan2-16/+2
2020-10-07Document that `a_p' is always curproc by using a KASSERT().mpi1-1/+12
2020-10-07Do not release the KERNEL_LOCK() when mmap(2)ing files.mpi1-6/+11
2020-10-07Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi4-4/+8
2020-10-07match more Intel PCH SMBus idsjsg1-2/+9
2020-10-07match on more pch kt idsjsg1-1/+36
2020-10-07match on more pch thermal idsjsg1-1/+5
2020-10-07match on more Intel dwiic pci idsjsg1-11/+39
2020-10-07regenjsg2-2/+157
2020-10-07add more Intel 100, 200 and 300 Series PCH idsjsg1-1/+32
2020-10-07regenjsg2-6/+561
2020-10-07add Intel 400 Series and 400 Series V PCH idsjsg1-3/+114
2020-10-07regenjsg2-2/+317
2020-10-07add Intel 495 Series LP PCH and Ice Lake graphics idsjsg1-1/+64
2020-10-06The command value of the _IOC() macro is limited to values [0..255].gerhard1-2/+2
2020-10-05add more ure(4) idsjsg1-3/+56
2020-10-05regenjsg2-4/+344
2020-10-05add more ure(4) idsjsg1-1/+85
2020-10-05syncjsg1-1/+5
2020-10-05drm/i915/tgl: Add new PCI IDs to TGLjsg1-2/+6
2020-10-05regenjsg2-2/+262
2020-10-05add more Intel 500 Series LP PCH and Tiger Lake graphics idsjsg1-1/+53
2020-10-05Fix write hang-up on file system on vnd.asou1-1/+6
2020-10-04Recent changes for PROT_NONE pages to not count against resource limits,deraadt1-2/+2
2020-10-04Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible.kettenis1-7/+17
2020-10-04Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible.kettenis1-4/+20
2020-10-04Remove outdated comment.anton1-3/+1
2020-10-04regenjsg2-16/+301
2020-10-04add more Intel 400 Series LP PCH and Comet Lake graphics idsjsg1-8/+65
2020-10-04fix indentanton1-2/+2
2020-10-03Collect coverage from interrupts. Currently limited to remote sectionsanton1-24/+115
2020-10-03Increase CLAIM_LIMIT from 11M to 14M to make room for retguardgkoehler2-5/+5
2020-10-03Introduce `if_cloners_lock' rwlock and use it to serializemvs1-5/+20
2020-10-02Attach on Intel 500-series chipsets.kettenis1-1/+7