Age | Commit message (Expand) | Author |
2020-11-21 | kernel: remove unused pcinextcap() function | 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 |
2020-11-11 | audiohda: reset irbsts bits in hdainterrupt() (thanks LordCreepity) | cinap_lenrek |
2020-11-04 | pc/pc64: fix faulty mtrr slot reuse (thanks Fulton) | cinap_lenrek |
2020-11-03 | pc, pc64: allocate i/o port space for unassigned pci bars, move ioalloc() to ... | cinap_lenrek |
2020-11-02 | mtx: fix pci access routines (see changeset 8012:78891f472fbf) | cinap_lenrek |
2020-10-27 | audiohda: make it work with qemu (thanks mischief) | cinap_lenrek |
2020-10-19 | sdiahci: accept AHCI controllers from ASMedia vendor id (thanks mischief) | cinap_lenrek |
2020-10-18 | pc, pc64: remove mystery "type" bits in pcicfgrw*raw() (fixes qemu, thanks mi... | cinap_lenrek |
2020-10-18 | sdnvme: use PCIWADDR() instead of PADDR() | cinap_lenrek |
2020-10-18 | etherbcm: handle 64-bit host addresses, use PCIWADDR() instead of PADDR() | cinap_lenrek |
2020-10-18 | audiohda: use PCIWADDR() instead of PADDR(), handle 64-bit dma addresses | cinap_lenrek |
2020-10-18 | etheriwl: delay before crystal calibration | Ori Bernstein |
2020-10-18 | etheriwl: don't break controller on command flush timeout | cinap_lenrek |
2020-10-18 | sdnvme: handle machines with more cpu's than submit queues (thanks mischief) | cinap_lenrek |
2020-10-09 | kernel: get rid of unused ucallocb | cinap_lenrek |
2020-10-05 | etheriwl: add Wireless 8260 card | Ori Bernstein |
2020-10-05 | etheriwl: remove stations *after* disabling binding quotas, drain all queues ... | cinap_lenrek |
2020-10-04 | etheriwl: add for Intel Wireless-AC 9260 | cinap_lenrek |
2020-10-01 | bootrc: allow kbmap to be set via plan9.ini (thanks Aaron Bieber) | kvik |
2020-09-13 | kernel: massive pci code rewrite | cinap_lenrek |
2020-09-06 | etheriwl: add support for Intel Wireless AC 8265 | cinap_lenrek |
2020-09-06 | wifi: add packet timestamping support | cinap_lenrek |
2020-08-23 | kernel: fix Abind cyclic reference and mounthead leaks (thanks Alex Musolino) | cinap_lenrek |
2020-08-04 | kernel: don't strip binaries in bootfs.paq | cinap_lenrek |
2020-08-04 | devmnt: print chanpath for unexpected reply tag | cinap_lenrek |
2020-07-16 | pc64: disable interrupts in mmuwalk() for checkmmu() | cinap_lenrek |
2020-07-12 | kernel: make segments non-executable when icache is not maintained | cinap_lenrek |
2020-07-03 | bcm64: increase maximum segment size to 8GB | cinap_lenrek |
2020-07-02 | bcm64: handle 8GB of physical memory for raspberry pi4 | cinap_lenrek |
2020-07-02 | bcm64: fix usb xhci controller on pi4 8GB variant (thanks richard miller) | cinap_lenrek |
2020-06-28 | kernel: segflush() needs to flush tlb of other processes | cinap_lenrek |
2020-06-21 | usbxhci: implement isochronous in transfers (for webcam, audio recording) | cinap_lenrek |
2020-06-21 | devusb: keep isochronous ep->hz consistent with maxpkt, ntds and pollival | cinap_lenrek |
2020-06-07 | devip: implement ipv6 support in ipmux packet filter | cinap_lenrek |
2020-06-07 | devip: fix parseipmask() prototype in ip.h | cinap_lenrek |
2020-06-06 | devip: pick less surprising interface address in header for incoming UDP packets | cinap_lenrek |
2020-06-06 | devlml: use 64-bit physical addresses | cinap_lenrek |
2020-06-06 | audiosb16: cleanup audioprobe(), cast ISAConf.port to ulong | cinap_lenrek |
2020-06-06 | audioac97: use 64-bit physical addresses | cinap_lenrek |
2020-06-06 | audiohda: use 64-bit physical addresses, check pci membar types | cinap_lenrek |
2020-06-06 | pc/pcmciamodem: cast i/o port to ulong | cinap_lenrek |
2020-06-06 | pc/pmmc: check pci membar type | cinap_lenrek |
2020-06-06 | uartaxp: use 64-bit physical addresses and check pci membar types | cinap_lenrek |
2020-06-06 | pc/wavelan: print Ether.port as 64-bit value | cinap_lenrek |
2020-06-06 | sd53c8xx: use 64-bit physical addresses | cinap_lenrek |