Age | Commit message (Expand) | Author |
2024-10-25 | Rename `ci_intrdepth' to `ci_idepth'. | Martin Pieuchot |
2024-08-28 | Enable per-cpu page cache. | Miod Vallat |
2024-08-23 | Switch alpha to MI mplock code. | Miod Vallat |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-07-03 | remove __mp_release_all_but_one(), unused since sched_bsd.c rev 1.92 | Jonathan Gray |
2024-06-09 | Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems | Jeremie Courreges-Anglas |
2024-05-21 | remove switch_exit() prototypes, replaced by sched_exit() | Jonathan Gray |
2024-05-17 | Cast alpha_pal_swpipl return value to int in splx, to make sure both sides | Miod Vallat |
2024-03-31 | Stop referring to dead-since-30-years gatherstats() in comments. | Miod Vallat |
2024-02-25 | clockintr: rename "struct clockintr_queue" to "struct clockqueue" | Scott Soule Cheloha |
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-12-06 | Move CALLSYS_NOERROR macro from <machine/asm.h> to libc, and expand it for | Miod Vallat |
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-04-13 | Sprinkle UL suffix to constant literals which don't fit in int. NFCI | Miod Vallat |
2023-04-13 | pmap_copy() has never, ever, been implemented in any of the platforms OpenBSD | Miod Vallat |
2023-04-13 | Move USRSTACK to the end of userland address space. | Miod Vallat |
2023-04-11 | fix double words in comments | Jonathan Gray |
2023-02-06 | Unifdef -U _PMAP_MAY_USE_PROM_CONSOLE. This code hasn't been needed in years | Miod Vallat |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-16 | some kernel prototypes should also be made available to _STANDALONE | Theo de Raadt |
2022-12-10 | alpha: switch to clockintr | Scott Soule Cheloha |
2022-10-25 | Consistently use 'proc_trampoline' as the name of the trampoline | Philip Guenther |
2022-09-12 | Store mod/ref flags using md pg_flags values rather than a specific field in | Miod Vallat |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |
2022-08-10 | Remove alpha kernel code to process userland misaligned accesses, and the | Miod Vallat |
2022-07-02 | remove machine/lock.h where unused | Jonathan Gray |
2022-01-04 | hide more things behind _KERNEL, in case userland manages to include | Theo de Raadt |
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 |
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-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-25 | Pass boothowto from bootblock to kernel | Theo de Raadt |
2020-05-23 | remove more cfb and sfb bits | Jonathan Gray |
2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. | Martin Pieuchot |
2019-11-07 | ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-05-13 | free(9) sizes. | Martin Pieuchot |
2019-03-24 | Add intr_{disable,restore}() for alpha. | Visa Hankala |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-04-09 | Fill in FRAME_PS after the fact. What a ridiculous design decision. | Theo de Raadt |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |