Age | Commit message (Expand) | Author |
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-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-08 | pc: move ldmxcsr() prototype to fpu.c | cinap_lenrek |
2020-12-06 | pc, pc64: move all fpu specific code from main.c to fpu.c | cinap_lenrek |
2020-12-06 | amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disable | Sigrid |
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-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-06-06 | devpccard: use 64-bit physical addresses | cinap_lenrek |
2020-06-06 | pc, pc64: use 64-bit physical addresses for vmap() and upaalloc() | cinap_lenrek |
2020-04-04 | pc, pc64: new memory map code | cinap_lenrek |
2019-07-17 | usbehci: introduce dmaflush() function to handle portable cache invalidation ... | cinap_lenrek |
2018-10-07 | pc, pc64: add pcienable() and pcidisable() functions | cinap_lenrek |
2018-07-22 | pc, pc64: look for "RSD PTR " in ACPI reserved memory region from e820 map | cinap_lenrek |
2018-02-18 | devether: mux bridges, portable netconsole | cinap_lenrek |
2017-11-04 | kernel: introduce per process FPU struct (PFPU) for more flexible machine spe... | cinap_lenrek |
2017-09-02 | devvmx: call vmxshutdown from reboot() function manually | aiju |
2017-08-28 | devvmx, vmx: lilu dallas multivm | aiju |
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-17 | devvmx: support debug registers; simplify assembly | aiju |
2017-06-12 | kernel: add support for hardware watchpoints | aiju |
2017-06-01 | pc: actually call netconsole() | aiju |
2016-12-15 | pc64: implement simple write combining for framebuffers with the PAT | cinap_lenrek |
2016-05-01 | pc: use fpsave() instead of fpenv() to capture fp exception context | cinap_lenrek |
2015-08-05 | pc, pc64: remove unused psaux driver, cleanup devkbd | cinap_lenrek |
2015-08-05 | devkbd: disable mosue/keyboard on shutdown, disable ps2 mouse on init, remove... | cinap_lenrek |
2014-12-22 | pc, pc64, xen: change return type of intrdisable() to void | cinap_lenrek |
2014-12-19 | pc, pc64: untangle acpireset() from mpshutdown() | cinap_lenrek |
2014-11-10 | pc, pc64: provide access to embedded controller with #P/ec file | cinap_lenrek |
2014-11-02 | pc, pc64: implement acpi reset (for efi) | cinap_lenrek |
2014-10-21 | pc, pc64: make mtrr() callable from interrupt context and before mpinit | cinap_lenrek |
2014-07-09 | pc, pc64: initial machine check architecture support | cinap_lenrek |
2014-05-11 | pc, pc64: handle sse simd exceptions | cinap_lenrek |
2013-09-09 | mp/pci: msi support for hypertransport platform | cinap_lenrek |
2013-05-26 | keep fpregs always in sse (FXSAVE) format, adapt libmach and acid files for n... | cinap_lenrek |
2013-05-22 | sse kernel support (sources) | jpathy |
2013-05-08 | Add RDRAND Support for /dev/random | jpathy |
2013-01-13 | remove non standard COM3 (eia2) serial port from i8250 uart. | cinap_lenrek |
2012-11-23 | ratrace: fix race conditions and range check | cinap_lenrek |
2012-09-30 | guesscpuhz(), apm suspend | cinap_lenrek |
2012-08-31 | rdmsr/wrmsr become tryrdmsr/trywrmsr, we can should check for trap | cinap_lenrek |
2012-08-24 | add unified sigsearch() function to look for bios data structures | cinap_lenrek |
2012-05-04 | kernel: use monitor/mwait instruction on pc multiprocessor for idlehands | cinap_lenrek |
2012-02-11 | pci: add pcicap | cinap_lenrek |
2011-11-11 | pc kernel: remove i8253link | cinap_lenrek |
2011-07-20 | pc/trap: cleanup exception handling | cinap_lenrek |