]> git.lizzy.rs Git - plan9front.git/history - sys/src/9/pc
bootrc: allow kbmap to be set via plan9.ini (thanks Aaron Bieber)
[plan9front.git] / sys / src / 9 / pc /
2018-11-19 cinap_lenrekpc, pc64: park application processors in rebootcode...
2018-11-14 mischiefether82563: ignore i82753 checksums, fixes T60 ethernet
2018-11-06 cinap_lenrekmerge
2018-11-04 cinap_lenrekmerge
2018-11-04 aijudevvmx: remove bogus . direntry
2018-10-25 23hiroadd Centrino Wireless-N 1030 (thanks lksmk from brazil)
2018-10-10 mischiefetheriwl: support type 2000 devices and the 2200 chip...
2018-10-08 cinap_lenrekusbxhci: only clear RW1C bits when set.
2018-10-08 cinap_lenrekusbxhci: delay after reset, preserve reserved bits...
2018-10-07 cinap_lenrekpc drivers: more pci cleanup
2018-10-07 cinap_lenrekpc drivers: use pcienable() to handle device power...
2018-10-07 cinap_lenrekpc, pc64: add pcienable() and pcidisable() functions
2018-10-05 cinap_lenrekmerge
2018-10-05 cinap_lenrekusbehci, usbxhci: add *noehcihandoff= and *noxhcihandof...
2018-10-05 cinap_lenrekpc, pc64: increase CONFADDR buffer from 4K to 24K
2018-09-08 cinap_lenrekdevarch: reading msr 0xffffffff
2018-09-08 cinap_lenrekdevarch: restrict i/o port access to 64K, disallow...
2018-09-08 cinap_lenrekdevarch: fix /dev/msr (thanks joe9, aiju)
2018-08-31 cinap_lenrekrtl8169: fix receive for nuc BOXNUC7CJYH
2018-08-25 cinap_lenrekdevvga: disable cursor on shutdown avoiding graphics...
2018-08-21 mischiefigfx: support blanking by turning off panel power and...
2018-07-31 cinap_lenreketheriwl: add pci did for WifiLink 5300 (thans senthil)
2018-07-26 cinap_lenrekaudiohda: support Intel Sunrise Point-LP on thinkpad X1
2018-07-24 23hiromerge
2018-07-22 cinap_lenrekpc, pc64: look for "RSD PTR " in ACPI reserved memory...
2018-07-11 aijupc: fix ugly and partially broken switch() statement
2018-07-11 aijupc kernel: get rid of ugly and partially broken cpuid...
2018-06-14 cinap_lenrek9pc, 9pc64: make mapalloc() and mapfree() static in...
2018-05-27 cinap_lenrekmerge
2018-05-27 cinap_lenreksdram: experimental ramdisk driver
2018-05-14 aijumerge
2018-05-12 qwxadd signed fixed size integer typedefs
2018-04-12 kremlinadd missing ethermii.h dependencies. patch from cinap_l...
2018-02-25 cinap_lenrekkernel: properly handle bad attach specifiers
2018-02-25 cinap_lenrekdevether: remove (unimplemented) detach, allow device...
2018-02-18 cinap_lenrekdevether: mux bridges, portable netconsole
2018-02-16 cinap_lenrekaudiohda: add device id for x260's Intel Sunrise Point...
2018-02-11 cinap_lenrekkernel: move devether and wifi to port/
2018-02-07 cinap_lenrekusbxhci: fix mistake in completering()
2018-01-27 cinap_lenrekkernel: initialize cyclefreq for machno > 0 in guesscpuhz()
2018-01-13 cinap_lenrekether79c970: dont disable promisc mode when multicast...
2018-01-13 cinap_lenrekether82557: don't turn off promisc mode when mcast...
2018-01-12 cinap_lenrekwifi: learn target ip address from neighbor advertiseme...
2018-01-12 cinap_lenrekwifi: filter out loopback traffic from myself
2018-01-07 cinap_lenrekmerge
2018-01-07 cinap_lenrekether8169: deal with kernel memory exhaution
2018-01-04 cinap_lenrekpc kernel: fix wrong simd exception mask (fixes go...
2017-12-31 cinap_lenrekwifi: get rid of custom hextob() routine, use dec16...
2017-12-29 cinap_lenrekusbxhci: add missing pexit() in xhcirecover proc (thank...
2017-12-29 cinap_lenrekwifi: revert rate adoption divider, breaks arpunks...
2017-12-28 cinap_lenrekwifi: don't implicitely update lastseen timestamp on...
2017-12-28 cinap_lenreketheriwl, etherwpi: limit transmit queue buffer bloat...
2017-12-28 cinap_lenrekwifi: don't assume Wifi.rates[] is sorted, return net...
2017-12-23 cinap_lenrekdevvga: removing #v/vgabios, use /dev/realmodemem instead
2017-12-23 cinap_lenrekkernel: convert textmode cga screen contents to kmesg...
2017-12-18 cinap_lenrekether8169: add Macv45 for RTL8111HN, rename Macv45...
2017-12-18 cinap_lenrekdevether: dont forward loopback packets on bridges
2017-12-17 cinap_lenrekpc, pc64: add devbridge to kernel configuration
2017-12-17 cinap_lenrekwifi: use protocol constants from ip/ip.h and ip/ipv6...
2017-12-16 cinap_lenrekwifi: matt damon wifi bridging support
2017-12-15 cinap_lenrekether: allow spoofing of source mac address for bridges...
2017-12-09 cinap_lenrekdevether: remove duplicated parseether() implementation...
2017-12-03 cinap_lenrekdevvga: properly handle physical screen size and panning
2017-11-26 cinap_lenrekcga: capture cga console contents on boot, make sure...
2017-11-26 cinap_lenrekdevvga: re-render text from kmesg after resize
2017-11-12 cinap_lenrekigfx: allocate backing memory for framebuffer and hw...
2017-11-04 cinap_lenrekmerge
2017-11-04 cinap_lenrekkernel: introduce per process FPU struct (PFPU) for...
2017-10-30 cinap_lenrekkernel: pc/pc, fix comment line
2017-10-29 cinap_lenrekkernel: introduce devswap #¶ to serve /dev/swap and...
2017-09-27 cinap_lenrekether82598: support for T540-T1, use physical addresses...
2017-09-27 cinap_lenreksdnvme: identify namespace list fails on intel ssd...
2017-09-27 cinap_lenrekkernel: don't tokenize inplace in isaconfig() to make...
2017-09-27 cinap_lenrekkernel: get rid of 36 bit Paerange mask in mtrr (suppo...
2017-09-22 cinap_lenrekxhci: do bounds checking in capability walking, check...
2017-09-10 cinap_lenrekrename pcf kernel to pc, remove pcf, pccpuf, pccpu64...
2017-09-10 BurnZeZaudiohda: add pci id for nvidia GM204
2017-09-10 BurnZeZaudiohda: add pci id for Intel 9 Series
2017-09-09 cinap_lenrekaudiohda: add pci id for ICH10 (thanks echoline)
2017-09-02 aijudevvmx: call vmxshutdown from reboot() function manually
2017-08-29 cinap_lenrekether82563: make the ethernet of thinkpad p50 work...
2017-08-29 cinap_lenrekaudiohda: Intel Sunrise Point-H support (thanks sam-d)
2017-08-29 cinap_lenreksdnvme: pass 0 instead of 0xffffffff as NSID for identi...
2017-08-28 cinap_lenrekmerge
2017-08-28 aijudevvmx, vmx: lilu dallas multivm
2017-08-27 cinap_lenreksdiahci: Intel 200 Series Chipset Family PCH support...
2017-08-24 aijudevvmx: more efficient data structure for memory map...
2017-08-20 cinap_lenrekmerge
2017-08-20 qwxigfx: add did for x220
2017-08-13 cinap_lenrekether82563: add more pci ids for i210 and i354 from...
2017-08-12 cinap_lenrekether82563: support for i211 with iNVM. (thanks mfny...
2017-08-06 cinap_lenrekusbxhci: implement recovery from host controller errors
2017-08-03 cinap_lenreketheriwl: add pci id for Intel Centrino Advanced-N...
2017-08-02 cinap_lenrekusbxhci: handle out of memory in controller initialization
2017-08-02 cinap_lenrekusbxhci: abandon multiple requests per endpoint, cleanup
2017-08-01 cinap_lenrekusbxhci: have to serialize and set read pointer for...
2017-07-31 cinap_lenrekusbohci, usbehci, usbxhci: save mmio base address in...
2017-07-31 cinap_lenrekusbxhci: provide shutdown function to halt the controller
2017-07-31 cinap_lenrekxhci: experimental usb3 support
2017-07-28 cinap_lenrekpc, pc64: enable usbxhci in the configuration
next