summaryrefslogtreecommitdiff
path: root/sys/src/9
AgeCommit message (Expand)Author
2017-11-26cga: capture cga console contents on boot, make sure cgapos is in rangecinap_lenrek
2017-11-26devvga: re-render text from kmesg after resizecinap_lenrek
2017-11-19kernel: make isaconfig() consistent, not inplace tokenizing the conf stringcinap_lenrek
2017-11-169pc64: handle special case in fpurestore() for procexec()/procsetup()cinap_lenrek
2017-11-14pc64: fix mistake fpurestore() mistakecinap_lenrek
2017-11-13igfx: allocate backing memory for framebuffer and hw cursor when not done by ...cinap_lenrek
2017-11-12pc64: allow using the FPU in syscall and pagefault handlerscinap_lenrek
2017-11-08pc64: set ts flag before schedinit()cinap_lenrek
2017-11-04kernel: introduce per process FPU struct (PFPU) for more flexible machine spe...cinap_lenrek
2017-10-30kernel: pc/pc, fix comment linecinap_lenrek
2017-10-30devcons: remove obsolete commentcinap_lenrek
2017-10-30kernel: track more header dependencies in port/portmkfilecinap_lenrek
2017-10-29devswap: fix mistakecinap_lenrek
2017-10-29kernel: introduce devswap #ΒΆ to serve /dev/swap and handle swapfile encryptioncinap_lenrek
2017-10-29devfs: rewrite cryptio()cinap_lenrek
2017-09-27pc64: add ether82598 driver to configurationcinap_lenrek
2017-09-27ether82598: support for T540-T1, use physical addresses for isaconf portcinap_lenrek
2017-09-27sdnvme: identify namespace list fails on intel ssd, just assume nsid=[1]cinap_lenrek
2017-09-27kernel: don't tokenize inplace in isaconfig() to make /dev/reboot workcinap_lenrek
2017-09-27kernel: get rid of 36 bit Paerange mask in mtrr (supporting machines with mo...cinap_lenrek
2017-09-22xhci: do bounds checking in capability walking, check if controller vanished ...cinap_lenrek
2017-09-10rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update document...cinap_lenrek
2017-09-10audiohda: add pci id for nvidia GM204BurnZeZ
2017-09-10audiohda: add pci id for Intel 9 SeriesBurnZeZ
2017-09-10audiohda: add pci id for ICH10 (thanks echoline)cinap_lenrek
2017-09-02devvmx: call vmxshutdown from reboot() function manuallyaiju
2017-08-29ether82563: make the ethernet of thinkpad p50 work (thanks sam-d)cinap_lenrek
2017-08-29audiohda: Intel Sunrise Point-H support (thanks sam-d)cinap_lenrek
2017-08-29sdnvme: pass 0 instead of 0xffffffff as NSID for identify controller and crea...cinap_lenrek
2017-08-28devdup: remove useless OCEXEC check, handled by namec()cinap_lenrek
2017-08-28mergecinap_lenrek
2017-08-28devsegment: handle ORCLOSE on segment directory correctly, fix wrong qid, mis...cinap_lenrek
2017-08-28devvmx, vmx: lilu dallas multivmaiju
2017-08-27sdiahci: Intel 200 Series Chipset Family PCH support (thanks aiju)cinap_lenrek
2017-08-24devvmx: more efficient data structure for memory map; simplified (more reliab...aiju
2017-08-20igfx: add did for x220qwx
2017-08-13ether82563: add more pci ids for i210 and i354 from 9atom / openbsdcinap_lenrek
2017-08-12ether82563: support for i211 with iNVM. (thanks mfny and brennan for testing)cinap_lenrek
2017-08-11kernel: double READSTR buffer size to 8000 bytes for devusbcinap_lenrek
2017-08-11devusb: superspeed bandwidth allocation handled by controller, skip usbload()...cinap_lenrek
2017-08-07usbxhci: implement recovery from host controller errorscinap_lenrek
2017-08-03etheriwl: add pci id for Intel Centrino Advanced-N 6200 on x201 tablet (thank...cinap_lenrek
2017-08-02usbxhci: handle out of memory in controller initializationcinap_lenrek
2017-08-02usbxhci: abandon multiple requests per endpoint, cleanupcinap_lenrek
2017-08-02usbxhci: have to serialize and set read pointer for endpoint stop commandcinap_lenrek
2017-07-31usbohci, usbehci, usbxhci: save mmio base address in ctlr, cant PADDR() on 38...cinap_lenrek
2017-07-31usbxhci: provide shutdown function to halt the controllercinap_lenrek
2017-07-31xhci: experimental usb3 supportcinap_lenrek
2017-07-31usbehci: fix crash in cancelisoio() for highspeed device due to wrong pollivalcinap_lenrek
2017-07-29pc, pc64: enable usbxhci in the configurationcinap_lenrek