Age | Commit message (Expand) | Author |
2021-01-18 | audiohda: Add AMD Starship/Matisse HD Audio Controller (thanks uramekus) | cinap_lenrek |
2021-01-17 | pc, pc64: add minimal HPET driver to measure LAPIC and TSC frequencies | cinap_lenrek |
2021-01-17 | usbehci: use 64-bit base address, remove resetlck, simplify scanpci() | cinap_lenrek |
2021-01-17 | usbuhci: remove resetlk, simplify scanpci() | cinap_lenrek |
2021-01-17 | usbohci: use 64-bit io base address, disable interrupts before reset, remove ... | cinap_lenrek |
2021-01-10 | pc, pc64: revert addition of pcireset() call to pcicfginit() | cinap_lenrek |
2020-12-27 | devvga: implement screen tilting, remove panning and overlays | cinap_lenrek |
2020-12-23 | devproc: allow anyone to change user of its own processes to "none" | cinap_lenrek |
2020-12-22 | kw: use ethermii.c from port/ (thanks stuart) | cinap_lenrek |
2020-12-22 | kernel: avoid palloc lock during mmurelease() | cinap_lenrek |
2020-12-21 | kernel: make addbroken() static, remove misleading Proc* argument | 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-19 | kernel: remove Proc* argument from procsetuser() function | cinap_lenrek |
2020-12-19 | devsons: remove #c/pgrpid | cinap_lenrek |
2020-12-17 | ether2114x: make sure pci bar0 is I/O | cinap_lenrek |
2020-12-17 | ether2114x: vetting the driver for pc64 | cinap_lenrek |
2020-12-13 | kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when openin... | cinap_lenrek |
2020-12-12 | sdiahci: assume 64-bit PCIWADDR() | cinap_lenrek |
2020-12-12 | sdiahci: enable pci busmaster before ahciconfigdrive() (fix qemu crash) | cinap_lenrek |
2020-12-11 | pc, pc64: make sure write combining is supported in MTRR's before setting it | cinap_lenrek |
2020-12-11 | pc, pc64: ignore MTRR's when MTRRCap.vcnt and MTRRCap.fix are zero | cinap_lenrek |
2020-12-10 | pc, pc64: work around bhyve all uncached MTRR's | cinap_lenrek |
2020-12-08 | pc, pc64: cleanup cpuidentify() and some comments | cinap_lenrek |
2020-12-08 | pc, pc64: add *nomtrr= kernel parameter | cinap_lenrek |
2020-12-08 | pc64: preserve reserved bits in CR0/CR4 for amd64 in mtrr setstate() | cinap_lenrek |
2020-12-08 | pc: move ldmxcsr() prototype to fpu.c | cinap_lenrek |
2020-12-08 | devmouse: remove redundant check | Sigrid |
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 | xen: use pc/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 | xen: fix for the last avx changes | Sigrid |
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/dma, pc/sdide: use uintptr for physical address instead of ulong | cinap_lenrek |
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 | ether8169: fix interrupt panic before init, defer initialization until attach | cinap_lenrek |
2020-11-21 | pc, pc64: implement disabling of msi interrupts | cinap_lenrek |
2020-11-21 | pc, pc64: new MTRR code supporting AMD TOM2 MSR and fixed mtrr ranges | cinap_lenrek |
2020-11-21 | pc, pc64: disable all pci devices for /dev/reboot | cinap_lenrek |
2020-11-21 | pc, pc64: disable all pci devices in pcicfginit() | cinap_lenrek |
2020-11-21 | kernel: add portable pcimsienable()/pcimsidisable(), disable MSI/MSI-X on pci... | cinap_lenrek |
2020-11-21 | etherm10g: remove duplicated pci capability enum | cinap_lenrek |