Age | Commit message (Expand) | Author |
2023-04-08 | kernel: Clear secrets on reboot | cinap_lenrek |
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-01-17 | pc, pc64: add minimal HPET driver to measure LAPIC and TSC frequencies | cinap_lenrek |
2020-12-21 | pc, xen: move fpu setup/fork/save/restore handlers to pc/fpu.c | 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-06 | pc, pc64: move all fpu specific code from main.c to fpu.c | cinap_lenrek |
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-12-02 | pc: fix ldt memory leak in procsetup() | cinap_lenrek |
2018-11-19 | pc, pc64: park application processors in rebootcode with mmu off | cinap_lenrek |
2018-07-11 | pc kernel: get rid of ugly and partially broken cpuid macros | aiju |
2018-05-27 | sdram: experimental ramdisk driver | cinap_lenrek |
2018-02-18 | devether: mux bridges, portable netconsole | cinap_lenrek |
2018-01-04 | pc kernel: fix wrong simd exception mask (fixes go bootstrap) | 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-06-01 | pc: actually call netconsole() | 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-05-01 | pc: use fpsave() instead of fpenv() to capture fp exception context | 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-18 | pc: remove mmuinit0() | cinap_lenrek |
2014-12-17 | pc: remove unused bootdisk[] variable | 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-10-13 | pc: add *bootscreen= variable to pass pre-initialized framebuffer info to kernel | cinap_lenrek |
2014-05-29 | pc, pc64: simplify reboot code | cinap_lenrek |
2014-05-11 | pc, pc64: handle sse simd exceptions | cinap_lenrek |
2014-03-16 | pc64: amd64 kernel reboot support | cinap_lenrek |
2014-03-15 | kernel: interpret service= boot parameter to set "cpuserver" variable | cinap_lenrek |