Age | Commit message (Expand) | Author |
2020-11-08 | In case of failure, call sigexit() from trapsignal instead of sensig(). | Martin Pieuchot |
2020-10-27 | refactor page-fault handling out of the trap() switch into user and | Theo de Raadt |
2020-10-16 | xe(4) and mtd(4) are from a long gone era | Theo de Raadt |
2020-10-16 | ef(4), give me a break | Theo de Raadt |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-09-24 | an ugly white space | Theo de Raadt |
2020-09-24 | the legacy need_resched macro to access per-cpu value is no longer needed | Theo de Raadt |
2020-09-24 | mi_ast() should not use the old cpu, but the cpu (after potential sleep | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-24 | When operating in NX mode, GUCODE_SEL can cover the entire userland | Theo de Raadt |
2020-09-24 | Make sure we fetch the CS limit of the CPU the trap happened on. It is | Mark Kettenis |
2020-09-23 | shuffle "extern int cpu_pae" into cpu.h, as the number of users will soon | Theo de Raadt |
2020-09-15 | oops incomplete variable rename prevented compile, hit by sthen | Theo de Raadt |
2020-09-14 | similar to fix by kettenis on amd64: | Theo de Raadt |
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-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-08-23 | Use sysctl_bounded_args for simple cases in cpu_sysctl on i386 | gnezdo |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-08-17 | base clang is now i586. SMALL_KERNEL images have historically forced | Theo de Raadt |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-07-31 | like amd64: | Theo de Raadt |
2020-07-22 | Use CPU_IS_PRIMARY macro in identifycpu() on i386. | Frederic Cambus |
2020-07-21 | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for | Theo de Raadt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-22 | enable nvme on i386. | David Gwynne |
2020-06-19 | fold the TSC value in fewer operations, same result; ok deraadt@ | Christian Weisgerber |
2020-06-17 | add a dumb pci_intr_establish_cpu(). | David Gwynne |
2020-06-15 | Check rdrand for success and try up to ten times, as recommended by Intel. | Christian Weisgerber |
2020-06-14 | do not need assym.h | Theo de Raadt |
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-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-27 | Retire <machine/varargs.h>. | Visa Hankala |
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 | 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 |