Age | Commit message (Expand) | Author |
2024-07-02 | remove oga's copyright notice, none of those changes remain | Jonathan Gray |
2024-07-02 | remove unused agp_flush_cache_range() | Jonathan Gray |
2024-07-02 | remove unused agp_map functions | Jonathan Gray |
2024-06-30 | we don't need the NOBYFOUR space-savings option anymore, that codepath | Theo de Raadt |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-23 | If an ioctl(2) request isn't implemented we should return ENOTTY. | Mark Kettenis |
2024-06-19 | remove externs for global hibernate_state | Jonathan Gray |
2024-06-18 | remove prototypes with no matching function | Jonathan Gray |
2024-06-11 | remove drm prototypes duplicating those in sys/conf.h | Jonathan Gray |
2024-06-11 | remove prototypes for pre-wscons mouse drivers | Jonathan Gray |
2024-06-09 | Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems | Jeremie Courreges-Anglas |
2024-06-08 | remove unused SECMIN and SECHOUR defines | Jonathan Gray |
2024-06-07 | remove unused TAB defines; ok miod@ | Jonathan Gray |
2024-06-07 | Make sure we select the deepest possible C-state during suspend-to-idle. | Mark Kettenis |
2024-06-07 | remove unused defines, missed in rev 1.34 | Jonathan Gray |
2024-06-06 | Clear DF flag after kcopy faulted. | Alexander Bluhm |
2024-06-04 | Bump versions of boot media now capable of un-hibernating from non-DEV_BSIZE | Kenneth R Westerback |
2024-06-04 | Enable hibernate/resume to nvme(4) disks with 4096 byte sectors. | Kenneth R Westerback |
2024-05-30 | Ensure pmap_create() waits in case kernel virtual space shortage. | Martin Pieuchot |
2024-05-29 | Implement the guts for "suspend-to-idle" on amd64. This enables suspend | Mark Kettenis |
2024-05-26 | Implement wakeup interrupts on amd64. Provide a dummy implementation for | Mark Kettenis |
2024-05-22 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2024-05-21 | remove switch_exit() prototypes, replaced by sched_exit() | Jonathan Gray |
2024-05-13 | remove prototypes with no matching function | Jonathan Gray |
2024-05-13 | remove some unused defines and externs | Jonathan Gray |
2024-05-07 | drop the MD byte-swap micro-optimizations on clang architectures | Christian Weisgerber |
2024-05-01 | Add per-CPU caches to the pmemrange allocator. | Martin Pieuchot |
2024-04-29 | remove unused global vars | Jonathan Gray |
2024-04-19 | Revert per-CPU caches a double-free has been found by naddy@. | Martin Pieuchot |
2024-04-17 | Add per-CPU caches to the pmemrange allocator. | Martin Pieuchot |
2024-04-14 | with empty body loops, put final semicolon on a new line for readability | Jonathan Gray |
2024-04-03 | pmap_virtual_space() and pmap_steal_memory() are mutually exclusive, so | Miod Vallat |
2024-02-25 | clockintr: rename "struct clockintr_queue" to "struct clockqueue" | Scott Soule Cheloha |
2024-02-23 | ddb(4): db_read_bytes/db_write_bytes: change dst/src parameter to void* | Scott Soule Cheloha |
2024-01-28 | set -fno-stack-protector in NORMAL_C_NOP, which is used to compile | 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-13 | Fix syscall number bounds check computations. | Miod Vallat |
2023-12-12 | remove support for syscall(2) -- the "indirection system call" because | Theo de Raadt |
2023-12-12 | The sigtramp was calling sigreturn(2), and upon failure exit(2), which | Theo de Raadt |
2023-12-11 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Mark Kettenis |
2023-12-10 | Add a new label "sigcodecall" inside every sigtramp definition, directly | Theo de Raadt |
2023-11-08 | Increase NKMEMPAGES_MAX_DEFAULT to same value as on amd64. | Marcus Glocker |
2023-10-30 | Use KERNEL_ASSERT_UNLOCKED() instead of KASSERT(!_kernel_lock_held()). | Vitaliy Makkoveev |
2023-10-24 | Normally context switches happen in mi_switch() but there are 3 cases | Claudio Jeker |
2023-09-17 | clockintr: remove clockintr_init(), clockintr_flags | Scott Soule Cheloha |
2023-09-14 | clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized | Scott Soule Cheloha |
2023-09-10 | load amd patch into a malloc'd region to make it page aligned | Jonathan Gray |
2023-09-06 | revert disabling warnings for zlib on clang >= 15 | Jonathan Gray |
2023-08-23 | all platforms: separate cpu_initclocks() from cpu_startclock() | Scott Soule Cheloha |