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