summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-10-12Add support for the i.MX8M AHB clocks. These behave just like all thePatrick Wildt
2020-10-12OCOTP's parent clock is the IPG clock on i.MX8M.Patrick Wildt
2020-10-12Fix build of tmpfsVisa Hankala
2020-10-12Use KASSERT() instead of if(x) panic() for NULL dereference checks.Martin Pieuchot
2020-10-12Set the maximum frame size to RGE_JUMBO_FRAMELEN.Kevin Lo
2020-10-11Refactor kqueue_scan() to use a context: a "kqueue_scan_state struct".Martin Pieuchot
2020-10-11Stop exporting `wt_hwqueue' now that drivers don't advertise it.Martin Pieuchot
2020-10-11Align pool items on CACHELINESIZE when replacing linux kmem_cache withJonathan Gray
2020-10-10Returning a void expression is weird; ok kettenis@ daniel@Otto Moerbeek
2020-10-10Handle spurious interrupts.Mark Kettenis
2020-10-10Add OPAL_PCI_MAP_PE_DMA_WINDOW.Mark Kettenis
2020-10-10Remove unnecessary count of device instances.Visa Hankala
2020-10-10Clear the kcov device for the current thread before freeing the sameanton
2020-10-09Unbreak the powerpc64 kernel build.Mark Kettenis
2020-10-09Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies ifMark Kettenis
2020-10-09Kill unused IEEE80211_RADIOTAP_HWQUEUE.Martin Pieuchot
2020-10-09Do not dereference `vp' after vput(9)ing it.Martin Pieuchot
2020-10-09Remove unecesary includes.Martin Pieuchot
2020-10-08Register sxitwi(4) in the I2C framework.Patrick Wildt
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyTheo de Raadt
2020-10-07sys_getitimer(), sys_setitimer(): style(9), misc. cleanupcheloha
2020-10-07getitimer(2), setitimer(2): ITIMER_REAL: call getnanouptime(9) oncecheloha
2020-10-07getitimer(2), setitimer(2): merge critical sectionscheloha
2020-10-07Remove dead marko cdev_joy_init.jan
2020-10-07Document that `a_p' is always curproc by using a KASSERT().Martin Pieuchot
2020-10-07Do not release the KERNEL_LOCK() when mmap(2)ing files.Martin Pieuchot
2020-10-07Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-10-07match more Intel PCH SMBus idsJonathan Gray
2020-10-07match on more pch kt idsJonathan Gray
2020-10-07match on more pch thermal idsJonathan Gray
2020-10-07match on more Intel dwiic pci idsJonathan Gray
2020-10-07regenJonathan Gray
2020-10-07add more Intel 100, 200 and 300 Series PCH idsJonathan Gray
2020-10-07regenJonathan Gray
2020-10-07add Intel 400 Series and 400 Series V PCH idsJonathan Gray
2020-10-07regenJonathan Gray
2020-10-07add Intel 495 Series LP PCH and Ice Lake graphics idsJonathan Gray
2020-10-06The command value of the _IOC() macro is limited to values [0..255].Gerhard Roth
2020-10-05add more ure(4) idsJonathan Gray
2020-10-05regenJonathan Gray
2020-10-05add more ure(4) idsJonathan Gray
2020-10-05syncJonathan Gray
2020-10-05drm/i915/tgl: Add new PCI IDs to TGLJonathan Gray
2020-10-05regenJonathan Gray
2020-10-05add more Intel 500 Series LP PCH and Tiger Lake graphics idsJonathan Gray
2020-10-05Fix write hang-up on file system on vnd.asou
2020-10-04Recent changes for PROT_NONE pages to not count against resource limits,Theo de Raadt
2020-10-04Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible.Mark Kettenis
2020-10-04Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible.Mark Kettenis
2020-10-04Remove outdated comment.anton