Age | Commit message (Expand) | Author |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-06-15 | all platforms, main(): call clockqueue_init() just before sched_init_cpu() | 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-02-11 | __syscall() is no longer neccessary since the system calls which needed | Theo de Raadt |
2023-02-04 | timecounting: remove incomplete PPS support | Scott Soule Cheloha |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-17 | agtimer(4/armv7): switch to clockintr | Scott Soule Cheloha |
2023-01-17 | amptimer(4): switch to clockintr | Scott Soule Cheloha |
2023-01-17 | arm, armv7: add clockintr support | Scott Soule Cheloha |
2023-01-16 | we spent far too long debugging a weird go library problem (incorrect | Theo de Raadt |
2023-01-06 | Use copyin32() to fetch a faulting instruction rather than short-circuit it | Miod Vallat |
2023-01-06 | Remove copystr(9), unless used internally by copy{in,out}str. | Miod Vallat |
2023-01-05 | The access type for a prefetch abort should not include PROT_READ, | Mark Kettenis |
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-10-30 | Simplfity setregs() by passing it the ps_strings and switching | Philip Guenther |
2022-10-15 | ansi | Jonathan Gray |
2022-09-12 | Drop orphaned pv_flags values. | Miod Vallat |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-08 | Remove vm_page_md fields which were only needed for pre-v7 arm ports. | Miod Vallat |
2022-09-02 | Constify nam2blk[], chrtoblktbl[] and octeon devmap[]. | 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-04-14 | ddb: constify command tables | Christian Weisgerber |
2022-04-12 | ddb: simplify machine command handling | Christian Weisgerber |
2022-03-12 | Constify struct cfattach. | Martin Pieuchot |
2022-03-06 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-24 | Fix PIC_SYM() macro: it never needs to token paste, so it's not | Philip Guenther |
2022-02-21 | Convert KVA allocation to km_alloc(9). | Mark Kettenis |
2022-02-21 | cululative -> cumulative | Jonathan Gray |
2022-02-01 | Make sure we always pass a page-aligned address to pmap_grow_map(). | Mark Kettenis |
2022-01-06 | Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSET | Mark Kettenis |
2022-01-03 | Don't use != 0 to check whether a pointer is non-NULL. | Jonathan Gray |
2022-01-02 | priveledged -> privileged | Jonathan Gray |
2021-12-09 | We only have one syscall table: inline sysent/SYS_MAXSYSCALL and | Philip Guenther |
2021-12-06 | Implement DMA address translation for "raw" loads as well. | Mark Kettenis |
2021-11-26 | avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is not | Jonathan Gray |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-10-06 | Change sendsig() interface so that the MD code does not need to access | Claudio Jeker |
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-28 | Add speculation-blocking sequence after syscalls like we did for libc a while | Mark Kettenis |
2021-06-02 | kernel: introduce per-CPU panic(9) message buffers | cheloha |
2021-05-16 | panic does not require a \n at the end. When one is provided, it looks wrong. | Theo de Raadt |