Age | Commit message (Expand) | Author |
2021-04-25 | kernel: clean up Mach structure | cinap_lenrek |
2021-03-01 | devpccard, pci: fix pccard support and handle pci expansion roms | cinap_lenrek |
2021-02-20 | ether82563: add pci id for i219-LM on thinkcenter (easypeasy, thanks hiro) | cinap_lenrek |
2021-02-20 | pc/devarch: use m->cpumhz instead of recalculatin it | cinap_lenrek |
2021-02-06 | merge | cinap_lenrek |
2021-02-06 | pc: increase number of Conf.mem[] entries from 4 to 16 | cinap_lenrek |
2021-02-06 | pc, pc64: warn when running out of conf.mem[] entries in meminit() | cinap_lenrek |
2021-02-03 | [9front] [PATCH] audiohda: add PCI ID for Intel C610/X99 | Michael Forney |
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-22 | kernel: avoid palloc lock during mmurelease() | 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-17 | ether2114x: make sure pci bar0 is I/O | cinap_lenrek |
2020-12-17 | ether2114x: vetting the driver for pc64 | 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-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/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 |
2020-11-21 | pc/l.s: remove unsued m0gdtptr/m0idtptr structs | cinap_lenrek |
2020-11-17 | pc, pc64: load idt early in trapinit0() | cinap_lenrek |
2020-11-17 | pc/l.s: load virtual gdt pointer after mmu switch | cinap_lenrek |
2020-11-15 | etheriwl: bring back recovery on flushq timeout | cinap_lenrek |
2020-11-15 | audiohda: do not enable interrupts before intrenable() | cinap_lenrek |