summaryrefslogtreecommitdiff
path: root/sys/src/9/pc
AgeCommit message (Expand)Author
2017-03-11pc kernel: give cpu servers as many image cache strctures as processescinap_lenrek
2017-03-11pc kernel: avoid AP's spinning in syncclock(), don't wait for thunderbirdsargocinap_lenrek
2017-03-11pc kernel: assume tsc and lapic clock rate on application processors is the s...cinap_lenrek
2017-03-11pc kernel: don't use active.thunderbirdsargo in vunmap() tlb flush codecinap_lenrek
2017-03-01pc, pc64: bump Qmax in devarchmischief
2017-02-21ether8169: add support for RTL8106E (thanks _potato)cinap_lenrek
2017-02-20ether82563: work arround phyprobe() failing on 82579LM without cable plugged ...cinap_lenrek
2017-02-19ether82563: support for i219 (tested on t460p, thanks aiju)cinap_lenrek
2017-02-16wifi: timestamps in debug print, flush queue on deassoc, shorter roam timeout...cinap_lenrek
2017-02-16etheriwl: add support for Centrino Advanced-N 6030, 6235 (thanks khm, openbsd)cinap_lenrek
2017-02-13wifi: handle short preamble and short time slot capabilitiescinap_lenrek
2017-01-22pc/pc64: get rid of timerset(0) case, was used with "i8253set off" ctlcinap_lenrek
2016-12-29vgaigfx: enable softscreen by defaultcinap_lenrek
2016-12-17pc: modify cpu0 page tables in patwc() instead of current cpu onescinap_lenrek
2016-12-17pat write combinding support for 386 kernel, honor cpuid bitscinap_lenrek
2016-12-15pc64: implement simple write combining for framebuffers with the PATcinap_lenrek
2016-12-10devmouse: change msec argument of *mousetrack() to ulongcinap_lenrek
2016-12-05audioac97: support for ICH4-ICH7 based cards with memory mapped registers (th...cinap_lenrek
2016-11-05archacpi: fix format string warning on amd64cinap_lenrek
2016-10-23pc/archacpi: don't do acpi initialization in the kernel, provide generic acpi...cinap_lenrek
2016-10-18archacpi: optionally export acpi memory regions; properly initialize environmentftrvxmtrx
2016-08-27kernel: switch to fast portable chacha based seed-once random number generatorcinap_lenrek
2016-08-27wifi: update wifi.h headercinap_lenrek
2016-08-27wifi: allocate cipher states in secret memory, do AESstate key setup oncecinap_lenrek
2016-08-20vga/igfx: add pci did's for kenjis intel graphics cards.cinap_lenrek
2016-06-30acpi: _ADR and _BBN might be methods, so use amleval() to evaluate the valuecinap_lenrek
2016-06-30ether8169: fix wrong mbps setting (from qu7uux)cinap_lenrek
2016-06-05aml: define amlintmask and set it according to DSDT revision (64bit / 32bit)cinap_lenrek
2016-06-01etheriwl: add pcid 0x0082 for Intel Centrino Advanced-N 6205 variantstanley lieber
2016-05-26vgaigfx: check gtt to determine graphics memory size, add hw cursor support f...cinap_lenrek
2016-05-26etheriwl: add pci id for PRO/Wireless 5350 AGN (thanks Ori_B)cinap_lenrek
2016-05-08vgaigfx: fix device id for Ivy Bridge (thanks Kenji)cinap_lenrek
2016-05-05pc64: add etheryuk drivercinap_lenrek
2016-05-05etheryuk: add Yukon 88R8055 id from erik quanstros driver (thanks Kanji)cinap_lenrek
2016-05-01pc: use fpsave() instead of fpenv() to capture fp exception contextcinap_lenrek
2016-04-07ether82563: initial i217 support from http://www.9legacy.org/9legacy/patch/pc...cinap_lenrek
2016-03-27zynq: introduce SG_FAULT to prevent access to AXI segment while PL is not readycinap_lenrek
2016-02-16usbuhci: removing "uhci bug" print spam from interrupt handlercinap_lenrek
2016-01-14wifi: check tkip/ccmp mac and crc in constant time avoiding timing side channelscinap_lenrek
2016-01-13pc/pc64: backing out new mp startup code (caused issues with ramnode)cinap_lenrek
2016-01-11pc/pc64: bring up ap's one after another, use idlehands() while waiting for t...cinap_lenrek
2016-01-07pc/pc64: remove mpshutdown printcinap_lenrek
2016-01-07format pointer subtraction results with %zd instead of %ld (for long -> intpt...cinap_lenrek
2016-01-05pc/pc64: import i210 support from erik quanstrom's 9atomcinap_lenrek
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-10-17wifi: prioritize rsne over wpaiecinap_lenrek
2015-10-09wifi: quote value of parsed ether optionscinap_lenrek
2015-09-29pc, pc64: add did for intel wildcat point audio controllermischief
2015-09-20pc, pc64: fix sdvirtio descriptor count when sending flushmischief