Age | Commit message (Expand) | Author |
2024-11-07 | Remove leftover indirections required by pre-armv7 cpu support. | Miod Vallat |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-06-09 | Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems | Jeremie Courreges-Anglas |
2024-05-07 | drop the MD byte-swap micro-optimizations on clang architectures | Christian Weisgerber |
2024-04-29 | remove prototypes for removed functions | Jonathan Gray |
2024-02-25 | clockintr: rename "struct clockintr_queue" to "struct clockqueue" | Scott Soule Cheloha |
2024-02-01 | the clang binary never shrinks, especially since it is statically | Theo de Raadt |
2024-01-24 | clockintr: switch from callee- to caller-allocated clockintr structs | Scott Soule Cheloha |
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-09-22 | move simplebusvar.h so it can be used without ifdef | Jonathan Gray |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-05-30 | spelling | Jonathan Gray |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-17 | arm, armv7: add clockintr support | Scott Soule Cheloha |
2023-01-01 | With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago, | Miod Vallat |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-09-12 | Drop orphaned pv_flags values. | Miod Vallat |
2022-09-08 | Remove vm_page_md fields which were only needed for pre-v7 arm ports. | Miod Vallat |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-08-29 | use ansi volatile keyword, not __volatile | Jonathan Gray |
2022-08-08 | remove unused arm and armv7 headers | Jonathan Gray |
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-05-24 | Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit): | Philip Guenther |
2022-02-24 | Fix PIC_SYM() macro: it never needs to token paste, so it's not | Philip Guenther |
2022-02-21 | cululative -> cumulative | Jonathan Gray |
2022-01-06 | Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSET | Mark Kettenis |
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-05-16 | ansi | Jonathan Gray |
2021-03-11 | spelling | Jonathan Gray |
2021-02-25 | Add some infrastructure in the PCI chipset tag for pci_probe_device_hook() | Patrick Wildt |
2020-08-14 | Remove "for all XXX platforms" from comment. Fixes the issue pointed out | Mark Kettenis |
2020-07-14 | Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer | Patrick Wildt |
2020-07-14 | Extend the interrupt API on arm64 and armv7 to be able to pass around | Patrick Wildt |
2020-07-08 | do not need these versions of timetc.h | Theo de Raadt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-17 | Add machdep.compatible. | Mark Kettenis |
2020-04-29 | Let the armv7 bus_dma layer and simplebus(4) implementation deal with | Mark Kettenis |
2020-01-12 | Implement cpu_kick() and cpu_unidle(). | Mark Kettenis |
2019-12-19 | Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of | Martin Pieuchot |
2019-11-07 | Remove get_pc_str_offset(), which has been unused since we switched | Patrick Wildt |