Age | Commit message (Expand) | Author |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-15 | abl(4) is a new driver to control the backlight brightness on Intel based | Marcus Glocker |
2020-09-14 | The uvm_map_inentry() check may sleep to grab the lock of the map. | Mark Kettenis |
2020-09-13 | change pmap wbinvd use to wbinvd_on_all_cpus | Jonathan Gray |
2020-09-13 | add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function | Jonathan Gray |
2020-09-13 | add SRBDS cpuid bits | Jonathan Gray |
2020-09-12 | asmc0 -> asmc* | Marcus Glocker |
2020-09-12 | Make asmc(4) attach through acpi(4) instead of isa(4). | Marcus Glocker |
2020-09-11 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-09-10 | Introduce a helper to find a VCPU. | Martin Pieuchot |
2020-09-06 | amd64: add tsc_delay(), a delay(9) implementation based on the TSC | cheloha |
2020-09-03 | amd64: lapic: refactor timer programming | cheloha |
2020-09-01 | Fix write un-protecting of kernel memory. p was used uninitialized | Patrick Wildt |
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 |