Age | Commit message (Expand) | Author |
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 |
2021-05-12 | pc64: avoid getcr3() in mmuflushtlb() | cinap_lenrek |
2021-01-17 | pc, pc64: add minimal HPET driver to measure LAPIC and TSC frequencies | cinap_lenrek |
2020-12-20 | kernel: handle tos and per process pcycle counters in port/ | 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-11-21 | pc, pc64: fix grub multiboot | 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-09-13 | kernel: massive pci code rewrite | cinap_lenrek |
2020-04-04 | pc, pc64: new memory map code | cinap_lenrek |
2020-01-26 | kernel: implement portable userinit() and simplify process creation | cinap_lenrek |
2019-12-02 | pc, pc64: clear debug watchpoint registers on exec and exit | cinap_lenrek |
2019-08-29 | pc64: map kernel text readonly and everything else no-execute | cinap_lenrek |
2019-06-28 | pc64: preallocate mmupool page tables | cinap_lenrek |
2019-06-20 | pc64: actually fix it, what was i THINKING | cinap_lenrek |
2019-06-20 | pc64: fix compiler warning in rebootjump() entry calculation | cinap_lenrek |
2018-11-19 | pc, pc64: park application processors in rebootcode with mmu off | cinap_lenrek |
2018-07-11 | pc64: update headers to match pc | aiju |
2018-05-27 | sdram: experimental ramdisk driver | cinap_lenrek |
2018-05-21 | pc64: fix fpu bug | cinap_lenrek |
2018-02-18 | devether: mux bridges, portable netconsole | cinap_lenrek |
2017-11-16 | 9pc64: handle special case in fpurestore() for procexec()/procsetup() | cinap_lenrek |
2017-11-14 | pc64: fix mistake fpurestore() mistake | cinap_lenrek |
2017-11-12 | pc64: allow using the FPU in syscall and pagefault handlers | cinap_lenrek |
2017-11-04 | kernel: introduce per process FPU struct (PFPU) for more flexible machine spe... | cinap_lenrek |
2017-10-29 | kernel: introduce devswap #ΒΆ to serve /dev/swap and handle swapfile encryption | cinap_lenrek |
2017-09-02 | devvmx: call vmxshutdown from reboot() function manually | aiju |
2017-08-28 | devvmx, vmx: lilu dallas multivm | aiju |
2017-06-28 | kernel: pass bootargs also in multiboot command line, retire the bootline mec... | cinap_lenrek |
2017-06-25 | pc, pc64: support for multiboot framebuffer, common bootargs and multiboot code | cinap_lenrek |
2017-06-20 | pc, pc64: adapt devvmx to work on pc64 | aiju |
2017-06-13 | pc/pc64: keep shadow copy of DR7 in Mach and use that to check whether we nee... | aiju |
2017-06-12 | kernel: add support for hardware watchpoints | aiju |
2017-03-11 | kernel: get rid of active.Lock and active.thunderbirdsargo | cinap_lenrek |
2017-03-11 | pc kernel: give cpu servers as many image cache strctures as processes | cinap_lenrek |
2016-01-05 | kernel: change active.machs from bitmap to char array to support up to 64 cpu... | cinap_lenrek |
2015-11-30 | kernel: cleanup exit()/shutdown()/reboot() code | cinap_lenrek |
2015-08-05 | devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove... | cinap_lenrek |
2015-02-07 | kernel: reduce Page structure size by changing Page.cachectl[] | cinap_lenrek |
2014-12-19 | pc, pc64: adjust mpshutdown() comment to reflect the current state | cinap_lenrek |
2014-12-17 | pc, pc64: remove old B.COM command line parsing and just pass tokenized BOOTL... | cinap_lenrek |
2014-12-16 | kernel: remove obsolete comment regarding Mntcache size in */main.c | cinap_lenrek |
2014-10-18 | pc, pc64: allow passing RSDT pointer in *acpi= boot parameter, early bootscre... | cinap_lenrek |
2014-09-21 | pc64: print "Plan 9" on boot, cleanup pccpu64 files | cinap_lenrek |
2014-06-22 | pc64: fix comment for preallocpages() | cinap_lenrek |