summaryrefslogtreecommitdiff
path: root/sys/src/9
AgeCommit message (Expand)Author
2020-11-21kernel: remove unused pcinextcap() functioncinap_lenrek
2020-11-21pc/l.s: remove unsued m0gdtptr/m0idtptr structscinap_lenrek
2020-11-17pc, pc64: load idt early in trapinit0()cinap_lenrek
2020-11-17pc/l.s: load virtual gdt pointer after mmu switchcinap_lenrek
2020-11-15etheriwl: bring back recovery on flushq timeoutcinap_lenrek
2020-11-15audiohda: do not enable interrupts before intrenable()cinap_lenrek
2020-11-11audiohda: reset irbsts bits in hdainterrupt() (thanks LordCreepity)cinap_lenrek
2020-11-04pc/pc64: fix faulty mtrr slot reuse (thanks Fulton)cinap_lenrek
2020-11-03pc, pc64: allocate i/o port space for unassigned pci bars, move ioalloc() to ...cinap_lenrek
2020-11-02mtx: fix pci access routines (see changeset 8012:78891f472fbf)cinap_lenrek
2020-10-27audiohda: make it work with qemu (thanks mischief)cinap_lenrek
2020-10-19sdiahci: accept AHCI controllers from ASMedia vendor id (thanks mischief)cinap_lenrek
2020-10-18pc, pc64: remove mystery "type" bits in pcicfgrw*raw() (fixes qemu, thanks mi...cinap_lenrek
2020-10-18sdnvme: use PCIWADDR() instead of PADDR()cinap_lenrek
2020-10-18etherbcm: handle 64-bit host addresses, use PCIWADDR() instead of PADDR()cinap_lenrek
2020-10-18audiohda: use PCIWADDR() instead of PADDR(), handle 64-bit dma addressescinap_lenrek
2020-10-18etheriwl: delay before crystal calibrationOri Bernstein
2020-10-18etheriwl: don't break controller on command flush timeoutcinap_lenrek
2020-10-18sdnvme: handle machines with more cpu's than submit queues (thanks mischief)cinap_lenrek
2020-10-09kernel: get rid of unused ucallocbcinap_lenrek
2020-10-05etheriwl: add Wireless 8260 cardOri Bernstein
2020-10-05etheriwl: remove stations *after* disabling binding quotas, drain all queues ...cinap_lenrek
2020-10-04etheriwl: add for Intel Wireless-AC 9260cinap_lenrek
2020-10-01bootrc: allow kbmap to be set via plan9.ini (thanks Aaron Bieber)kvik
2020-09-13kernel: massive pci code rewritecinap_lenrek
2020-09-06etheriwl: add support for Intel Wireless AC 8265cinap_lenrek
2020-09-06wifi: add packet timestamping supportcinap_lenrek
2020-08-23kernel: fix Abind cyclic reference and mounthead leaks (thanks Alex Musolino)cinap_lenrek
2020-08-04kernel: don't strip binaries in bootfs.paqcinap_lenrek
2020-08-04devmnt: print chanpath for unexpected reply tagcinap_lenrek
2020-07-16pc64: disable interrupts in mmuwalk() for checkmmu()cinap_lenrek
2020-07-12kernel: make segments non-executable when icache is not maintainedcinap_lenrek
2020-07-03bcm64: increase maximum segment size to 8GBcinap_lenrek
2020-07-02bcm64: handle 8GB of physical memory for raspberry pi4cinap_lenrek
2020-07-02bcm64: fix usb xhci controller on pi4 8GB variant (thanks richard miller)cinap_lenrek
2020-06-28kernel: segflush() needs to flush tlb of other processescinap_lenrek
2020-06-21usbxhci: implement isochronous in transfers (for webcam, audio recording)cinap_lenrek
2020-06-21devusb: keep isochronous ep->hz consistent with maxpkt, ntds and pollivalcinap_lenrek
2020-06-07devip: implement ipv6 support in ipmux packet filtercinap_lenrek
2020-06-07devip: fix parseipmask() prototype in ip.hcinap_lenrek
2020-06-06devip: pick less surprising interface address in header for incoming UDP packetscinap_lenrek
2020-06-06devlml: use 64-bit physical addressescinap_lenrek
2020-06-06audiosb16: cleanup audioprobe(), cast ISAConf.port to ulongcinap_lenrek
2020-06-06audioac97: use 64-bit physical addressescinap_lenrek
2020-06-06audiohda: use 64-bit physical addresses, check pci membar typescinap_lenrek
2020-06-06pc/pcmciamodem: cast i/o port to ulongcinap_lenrek
2020-06-06pc/pmmc: check pci membar typecinap_lenrek
2020-06-06uartaxp: use 64-bit physical addresses and check pci membar typescinap_lenrek
2020-06-06pc/wavelan: print Ether.port as 64-bit valuecinap_lenrek
2020-06-06sd53c8xx: use 64-bit physical addressescinap_lenrek