summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-01Switch to using a fixed segment for the copyin(9) functions.Mark Kettenis
2020-07-01Make kcopy(9) copy (32-bit) words when possible such that copyin(9) andMark Kettenis
2020-07-01disable logical ring contexts on cherryview/braswellJonathan Gray
2020-07-01If the adapter card needs to keep track of its own id on the bus, orKenneth R Westerback
2020-06-30Fix two places where carp backup state is misspelled in comments.Sebastian Benoit
2020-06-30When we sleep during one of the copyin(9) functions, another process mayMark Kettenis
2020-06-30No need to do anything FPU-related when we exit.Mark Kettenis
2020-06-30Use a lone stdcx. instruction to clear possible userland reservations uponMark Kettenis
2020-06-30Flush OPAL console when writing kernel messages. Removes annoying delayMark Kettenis
2020-06-30Nuke unneeded 'sa_inqbuf' member of struct scsi_attach_args. It alwaysKenneth R Westerback
2020-06-30Garbage collect SDEV_S_WAITING, last used in scsi_base.c r1.167 inKenneth R Westerback
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-30Retire unused <mips64/dev/clockvar.h> interface.Visa Hankala
2020-06-30Use <dev/clock_subr.h> in octrtc(4).Visa Hankala
2020-06-30Remove unused declaration.mvs
2020-06-30use intr_restore() when restoring interruptsJonathan Gray
2020-06-30don't warn on entry to drm_fb_helper_set_suspend_unlocked()Jonathan Gray
2020-06-30When a transfer times out, the TRB should be aborted, too. But stillGerhard Roth
2009-07-31By popular demand and peer pressure, check-in work in progress work to supportMiod Vallat
2020-06-30Add size to free(9) callkn
2020-06-30attach on ConnectX-6 Dx, tested by Hrvoje PopovskiJonathan Matthew
2020-06-30regenJonathan Matthew
2020-06-30add Mellanox ConnectX-6 Dx, from Hrvoje PopovskiJonathan Matthew
2020-06-30adjust functions for new const in drm MI code; ok jsgTheo de Raadt
2020-06-29no stand dir yetTheo de Raadt
2020-06-29Enable nvme(4).Mark Kettenis
2020-06-29Use the right bus space tag when enabling MSI-X interrupts. Makes themMark Kettenis
2020-06-29Enable USER_PCICONF.Mark Kettenis
2020-06-29Fix typo.Mark Kettenis
2020-06-29Attach event counter.Mark Kettenis
2020-06-29Bring back revision 1.122 with a fix preventing a use-after-free byanton
2020-06-29enter arch/powerpc64Theo de Raadt
2020-06-29Hook up a bunch of device drivers.Mark Kettenis
2020-06-29Don't create sd(4) devices for nvme(4) namespaces that areKenneth R Westerback
2020-06-29Printing too much information in the trap handlers seems to lock up theMark Kettenis
2020-06-29use time since epoch not time since boot for 'real' interfacesJonathan Gray
2020-06-29remove unused getrawmonotonic() and ktime_mono_to_real()Jonathan Gray
2020-06-29Update Spleen kernel fonts to version 1.8.0, bringing the followingFrederic Cambus
2020-06-29ipmi: add a matching kqfilter filter for `seltrue' as well, allowing usStuart Henderson
2020-06-29fix /dev/ipmi. conf.h r1.150 changed from enodev->selfalse for the pollStuart Henderson
2020-06-29remove unused interfaces which were removed from linuxJonathan Gray
2020-06-29avoid a NULL deref in xen_intr_barrier()Jonathan Gray
2020-06-29use attributes for __maybe_unused and __always_inlineJonathan Gray
2020-06-29reduce disabled warnings with clangJonathan Gray
2020-06-29make pci_device_id var const to avoid discarding const warningJonathan Gray
2020-06-29make fbops const to avoid warning about discarding constJonathan Gray
2020-06-29remove now unused varJonathan Gray
2020-06-28Add processor specific dynamic tag values.Mark Kettenis
2020-06-28Add MID_POWERPC64. These identifiers are only used for kernel core dumpsMark Kettenis
2020-06-28Add powerpc64 fenv bits; copied from powerpc. From drahn@Mark Kettenis