Age | Commit message (Expand) | Author |
2023-04-19 | imx8: make etheriwl work on MNT Reform, move it to port/ (thanks cinap); test... | Sigrid Solveig Haflínudóttir |
2023-04-08 | kernel: Clear secrets on reboot | cinap_lenrek |
2023-01-03 | devip: actually put igmp in ip section | cinap_lenrek |
2023-01-03 | devip: add igmp protocol support to all kernels | cinap_lenrek |
2022-12-11 | sdmmc: multiple controller support | cinap_lenrek |
2022-12-03 | usbxhci: split usbxhci in portable and pci / soc specific drivers | cinap_lenrek |
2022-09-03 | pc64: half KSTACK to 8k. | cinap_lenrek |
2022-08-17 | kernel: allocate notes in heap | cinap_lenrek |
2022-08-17 | kernel: simplify notify() adding common popnote() function | cinap_lenrek |
2025-05-14 | kernel: get rid of Proc.kstack | glenda |
2022-08-12 | 9: compute available kernel pages using sizeof(Proc*) | Ori Bernstein |
2022-08-10 | 9/port: allow kiloprocs -- allocate procs lazily | Ori Bernstein |
2022-07-18 | kernel: consistently add devbridge and netdevmedium to kernel configs | cinap_lenrek |
2022-06-17 | kernel: add dev dtracy provider. | Jacob Moody |
2022-06-15 | skel(3) → skelfs(4) | Jacob Moody |
2022-06-07 | kernel: add devskel for pc and pc64 | Jacob Moody |
2022-01-16 | kernel: make Page.txtflush into an array | cinap_lenrek |
2021-12-13 | devssl, cpu, import, oexportfs: delete | Ori Bernstein |
2021-11-26 | kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TB | cinap_lenrek |
2021-10-11 | kernel: move waserror() macro to port/portfns.h | cinap_lenrek |
2021-07-14 | pc, pc64: increase confmem slots to 64 | cinap_lenrek |
2021-07-11 | virtio: add non-legacy virtio 1.0 drivers for disk and ethernet | cinap_lenrek |
2021-05-12 | pc64: avoid getcr3() in mmuflushtlb() | cinap_lenrek |
2021-04-25 | kernel: clean up Mach structure | cinap_lenrek |
2021-04-02 | kernel: get rid of physical page bank array and use conf.mem[] instead | cinap_lenrek |
2021-01-17 | pc, pc64: add minimal HPET driver to measure LAPIC and TSC frequencies | cinap_lenrek |
2020-12-21 | kernel: update procsave() comment, we'r not holding up->rlock anymore | cinap_lenrek |
2020-12-20 | kernel: handle tos and per process pcycle counters in port/ | cinap_lenrek |
2020-12-17 | ether2114x: vetting the driver for pc64 | cinap_lenrek |
2020-12-06 | pc64: assign fpsave/fprestore only once in fpuinit() | cinap_lenrek |
2020-12-06 | pc64: AMD64 mandates SSE support, remove the check in fpuinit() | cinap_lenrek |
2020-12-06 | pc, pc64: move all fpu specific code from main.c to fpu.c | cinap_lenrek |
2020-12-06 | amd64: FP: back to static size for allocation and copying | Sigrid |
2020-12-06 | amd64: FP: always use enough to fit AVX state and align to 64 bytes | Sigrid |
2020-12-06 | amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disable | Sigrid |
2020-12-05 | pc, pc64: allocate dma bounce buffer right after xinit() | cinap_lenrek |
2020-12-05 | pc, pc64: exclude memory regions with unusual MTRR cache attributes | cinap_lenrek |
2020-11-29 | pc, pc64, xen: rewrite interrupt handling code | cinap_lenrek |
2020-11-22 | pc, pc64: move common irq handling code out of trap.c | cinap_lenrek |
2020-11-21 | pc, pc64: fix grub multiboot | cinap_lenrek |
2020-11-21 | pc, pc64: implement disabling of msi interrupts | cinap_lenrek |
2020-11-21 | pc, pc64: disable all pci devices for /dev/reboot | cinap_lenrek |
2020-11-17 | pc, pc64: load idt early in trapinit0() | cinap_lenrek |
2020-11-03 | pc, pc64: allocate i/o port space for unassigned pci bars, move ioalloc() to ... | cinap_lenrek |
2020-09-13 | kernel: massive pci code rewrite | cinap_lenrek |
2020-07-16 | pc64: disable interrupts in mmuwalk() for checkmmu() | cinap_lenrek |
2020-06-06 | devpccard: use 64-bit physical addresses | cinap_lenrek |
2020-06-06 | pc, pc64: use 64-bit physical addresses for ISAConf.port | cinap_lenrek |
2020-06-06 | pc, pc64: use 64-bit physical addresses for vmap() and upaalloc() | cinap_lenrek |
2020-05-22 | pc, pc64: do page attribute table (PAT) init early in cpuidentify() | cinap_lenrek |