summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
11 dayskernel: xhci: Fix scratchpad page countIan Moffett
12 dayskernel: video: Add /ctl/fb0/attrIan Moffett
12 dayskernel: vm: Allow NULL `addr' for cdev mappingsIan Moffett
12 dayskernel: device: Harden cdev mmap() bounds checksIan Moffett
12 dayskernel: syscall: Add SYS_mmap and SYS_munmapIan Moffett
12 dayskernel: vm: Prepare for user mmap() interfaceIan Moffett
13 dayskernel: vm: Add initial shared mapping supportIan Moffett
13 dayskernel: fbdev: Add /dev/fb0 char deviceIan Moffett
13 dayskernel: vm: Add initial device pager implIan Moffett
13 dayskernel: vfs: Store device major/minor in vnodeIan Moffett
13 dayskernel: device: Add mmap() hook for cdevswIan Moffett
14 dayskernel/aarch64: pmap: Add dirty bit + cache stubsIan Moffett
14 dayskernel/amd64: pmap: Add PTE dirty bit handlingIan Moffett
14 dayskernel: xhci: Ensure of PCI bus mastering and MMIOIan Moffett
14 dayskernel/amd64: Add support for TLB shootdownsIan Moffett
14 dayskernel/amd64: Only use HALT_VECTORIan Moffett
14 dayskernel/amd64: Reserve IDT vec 0x22 for TLB IPIsIan Moffett
14 dayskernel/amd64: mp: Add BSP to `ci_list'Ian Moffett
14 dayskernel/amd64: cdefs: Add __invlpg() asm wrapperIan Moffett
14 dayskernel/amd64: mp: Keep track of CPUs by indexIan Moffett
2025-05-31kernel: spawn: Fix fmt argIan Moffett
2025-05-31kernel: spawn: Add support for SPAWN_WAIT flagIan Moffett
2025-05-31kernel/amd64: proc: Support kicking kernel threadsIan Moffett
2025-05-31kernel: exec: Initially disable intr in execve()Ian Moffett
2025-05-31kernel: sched: Implement better sched_yield()Ian Moffett
2025-05-31kernel: proc: Add proc_reap() for zombies, etcIan Moffett
2025-05-31kernel: sched: Enable interrupts in sched_enter()Ian Moffett
2025-05-31kernel: proc: Add PROC_SLEEP to pause threadsIan Moffett
2025-05-31kernel: sched: Add sched_switch_to()Ian Moffett
2025-05-31kernel: proc: `spawn_data' -> `data'Ian Moffett
2025-05-31kernel: spawn: Add missing includeIan Moffett
2025-05-31kernel: descrip: Lock filedes during r/w operationIan Moffett
2025-05-30kernel: drivers: Add missing whitespaceIan Moffett
2025-05-29kernel: syslog: Add kernel message bufferIan Moffett
2025-05-29kernel: descrip: Increment fd offset per read()Ian Moffett
2025-05-29kernel: devfs: Do not dynfree() dnp during reclaimIan Moffett
2025-05-29kernel: uacpi: Implement kernel nsec funcIan Moffett
2025-05-29kernel/amd64: hpet: Add hpet_time_nsec()Ian Moffett
2025-05-29kernel: Schedule drivers after AP bootstrapIan Moffett
2025-05-29kernel: ahci: Defer ahci_init()Ian Moffett
2025-05-28kernel: drivers: Add DRIVER_DEFER() macroIan Moffett
2025-05-28kernel: syslog: Handle userspace kmsg loggingIan Moffett
2025-05-28kernel: proc: Store kernel thread flag in `proc'Ian Moffett
2025-05-28kconf: GENERIC: Add additional documentationIan Moffett
2025-05-28kernel: exit: Ensure curtd is NULL if killedIan Moffett
2025-05-28kernel: exit: Handle killings of kernel threadsIan Moffett
2025-05-28kernel/amd64: trap: Log page fault flagsIan Moffett
2025-05-27kernel: disklabel: Improve clarityIan Moffett
2025-05-27kernel: Add initial installer implIan Moffett
2025-05-27kernel: sched: Don't switch on PID 0Ian Moffett