Age | Commit message (Expand) | Author |
2020-08-27 | Improve write un-protecting of kernel memory. For the Computrace module | Patrick Wildt |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-23 | amd64: TSC timecounter: prefix RDTSC with LFENCE | cheloha |
2020-08-20 | Fix build without NPCKBC and NUKBD | kn |
2020-08-19 | Use sysctl_bounded_args for simple cases in cpu_sysctl on amd64 | gnezdo |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-07-29 | atapiscsi is not needed here. (well maybe it changes the behaviour of | Theo de Raadt |
2020-07-21 | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for | Theo de Raadt |
2020-07-08 | Use CPU_IS_PRIMARY macro in identifycpu() on amd64. | Frederic Cambus |
2020-07-08 | Clean up the amd64 userland timecounter implementation a bit: | Mark Kettenis |
2020-07-07 | Get rid of some rasops callbacks in efifb that only call rasops | Joshua Stein |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-07-03 | Use an LFENCE instruction everywhere where we use RDTSC when we are | Mark Kettenis |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-22 | Change tsc_get_timecount return from uint to u_int per sys/timetc.h. | Paul Irofti |
2020-06-19 | fold the TSC value in fewer operations, same result; ok deraadt@ | Christian Weisgerber |
2020-06-17 | pci_intr_establish_cpu() for establishing an interrupt no a specific cpu. | David Gwynne |
2020-06-16 | make intr_barrier run sched_barrier on the cpu the interrupt pinned to. | David Gwynne |
2020-06-15 | Check rdrand for success and try up to ten times, as recommended by Intel. | Christian Weisgerber |
2020-06-14 | crank version number | Theo de Raadt |
2020-06-14 | asm versions of mdrandom() no longer needed | Theo de Raadt |
2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, | Theo de Raadt |
2020-06-08 | update drm to linux 5.7 | Jonathan Gray |
2020-06-03 | let the random subsystem read the tsc for event "timestamps". | David Gwynne |
2020-06-02 | add acpihid(4) for ACPI HID event and 5-button array devices | Joshua Stein |
2020-05-31 | add umstc(4) for Microsoft Surface Type Cover keyboards | Joshua Stein |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-28 | When calling rasops_init() in efifb_cnremap() and efifb_attach(), pass | Frederic Cambus |
2020-05-28 | Call cninit() after parsing boot parameter to make cninit() possible | YASUOKA Masahiko |
2020-05-27 | raise max columns and rows in efifb to 160 | Jonathan Gray |
2020-05-27 | don't limit clflush to Intel CPUs | Jonathan Gray |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Adjust mdrandom() to also return 0 for success, -1 for failure | Theo de Raadt |
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2020-05-25 | add wsmoused support to efifb | Jonathan Gray |
2020-05-25 | change wsdisplay attribute type from long to uint32_t | Jonathan Gray |
2020-05-25 | rename wsdisplay alloc_attr() to pack_attr() | Jonathan Gray |
2020-05-25 | Kill unused cdev_pc_init(). | Martin Pieuchot |
2020-05-17 | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. | Theo de Raadt |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-15 | disable ohci to compensate for bloat. | Theo de Raadt |
2020-05-14 | Bring back the acpi(4) changes. This time around only use the ACPI _CRS | Mark Kettenis |
2020-05-14 | Use '/t' on all architectures to get a trace via TID. | Martin Pieuchot |
2020-05-13 | Kill biospoll/pctrpoll defines and use `seltrue' directly in cdev_*_init(). | Martin Pieuchot |
2020-05-11 | Initialize the timeval passed to todr_gettime() with the base time from | Mark Kettenis |
2020-05-02 | Fix buglet in previous commit; use time from the struct timeval that was | Mark Kettenis |
2020-04-28 | Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64 | Mark Kettenis |