Age | Commit message (Expand) | Author |
2023-12-14 | NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h. | Claudio Jeker |
2023-12-11 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Mark Kettenis |
2023-11-08 | Increase NKMEMPAGES_MAX_DEFAULT to same value as on amd64. | Marcus Glocker |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |
2023-08-16 | add Intel ARCH_CAP_GDS bits | Jonathan Gray |
2023-07-31 | Mark code parameter of codepatch_replace() constant also on i386. | Alexander Bluhm |
2023-07-28 | Fix off-by-one: SEFF0ECX_WAITPKG is bit 5, not bit 4. | Jonathan Gray |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-24 | Set DE_CFG[9] -- a chickenbit which stops Zenbleed. The chickenbit may | Theo de Raadt |
2023-07-21 | Rename ARCH_CAPABILITIES_* #defined to ARCH_CAP_* | Philip Guenther |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-10 | spelling | Jonathan Gray |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-10 | Hide WAITPKG cpu feature from vmm(4) guests. | Dave Voutila |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-12-06 | i386: switch to clockintr | Scott Soule Cheloha |
2022-11-08 | i386: add delay_fini() | Scott Soule Cheloha |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-08-29 | static inline, not inline static | Jonathan Gray |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-27 | Provide ENTRY_NB() for i386 | Theo Buehler |
2022-08-25 | amd64, i386: add delay_init(): basic delay(9) implementation management | Scott Soule Cheloha |
2022-08-22 | remove cpu var from i386; removed from amd64 in 2015 | Jonathan Gray |
2022-08-20 | drop detection code for Cyrix CPUs older than the Cyrix M2 | Daniel Dickman |
2022-08-15 | drop detection code for 386sx/386dx CPUs | Daniel Dickman |
2022-08-08 | remove mouse.h last used by pre-wscons drivers | Jonathan Gray |
2022-07-27 | retire Rise CPU identification code | Daniel Dickman |
2022-07-12 | remove cache parts of struct cpu_info which were used by vmm | Jonathan Gray |
2022-07-07 | retire NexGen CPU identification code | Daniel Dickman |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-06-28 | Remove unused field d_poll from struct cdevsw. | Visa Hankala |
2022-06-01 | remove unused pmap_convert prototype from i386 | Dave Voutila |
2022-02-21 | aligend -> aligned | Jonathan Gray |
2022-02-21 | lenghy -> lengthy | Jonathan Gray |
2022-02-05 | grow the dmesg buffer on i386 from 4 to 8 pages | Daniel Dickman |
2021-12-14 | delete incorrect comment about sys/cdefs.h | Theo de Raadt |
2021-11-19 | Correct the CPUID() and CPUID_LEAF() macros to not include a trailing | Philip Guenther |
2021-08-30 | Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already | Jasper Lievisse Adriaanse |
2021-07-06 | Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent | Mark Kettenis |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-03-16 | Bump MAXTSIZ to 256MB on i386. | Kurt Miller |
2021-03-11 | spelling | Jonathan Gray |
2020-12-13 | Geode CPU does not support SSE, so MXCSR does not exists there. As | Alexander Bluhm |
2020-12-06 | Introduce constants to access the setjmp(3) jmp_buf fields from | Alexander Bluhm |
2020-09-24 | the legacy need_resched macro to access per-cpu value is no longer needed | 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-13 | add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function | Jonathan Gray |