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