summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64
AgeCommit message (Expand)Author
2014-10-18pc, pc64: allow passing RSDT pointer in *acpi= boot parameter, early bootscre...cinap_lenrek
2014-09-24pc64: enable rtl8169 driver (thanks awabimakoto for testing)mischief
2014-09-21pc64: print "Plan 9" on boot, cleanup pccpu64 filescinap_lenrek
2014-08-22pc64: enable ether8139 in kernel config (thanks hiro)cinap_lenrek
2014-08-18pc, pc64: fix off by one error in _multibootentrycinap_lenrek
2014-08-07pc, pc64: make pc kaddr() check reject -KZERO address (thanks aiju)cinap_lenrek
2014-08-07pc64: fix wrong Ureg* argument on note handler (thanks _sl!)cinap_lenrek
2014-07-21pc64: cleanup syscallentry()cinap_lenrek
2014-07-20pc64: dont save/restore DS/ES/FS/GS segment registers on syscall or interrupt...cinap_lenrek
2014-07-20pc64: preserve user extern registers R14 and R15 across syscalls, use Ureg.bp...cinap_lenrek
2014-07-09pc, pc64: initial machine check architecture supportcinap_lenrek
2014-06-22pc64: fix comment for preallocpages()cinap_lenrek
2014-06-13pc64: fix MS2HZ (thanks Anthony Martin)cinap_lenrek
2014-06-08pc64: use pc/pcrandom.$O instead of port/random.$O for RDRAND instruction sup...cinap_lenrek
2014-06-08kernel: remove _xinc()/_xdec()cinap_lenrek
2014-06-07pc64: remove unneeded parens in pmap()cinap_lenrek
2014-06-07pc64: implement checkmmu() debug functioncinap_lenrek
2014-06-05pc64: dont trap _xinc()/_xdec() overflow/underflow, delete unused atomic func...cinap_lenrek
2014-06-01pc64: fix for unsigned comparsion of (top - base) >= sizecinap_lenrek
2014-06-01pc64: use 2MB pages for preallocpages()cinap_lenrek
2014-06-01pc64: allocate palloc.pages from upagescinap_lenrek
2014-05-29pc, pc64: simplify reboot codecinap_lenrek
2014-05-25pc64: cleanup mmuzapcinap_lenrek
2014-05-19pc64: remove cpuserver bigboy hack and honor *kernelpercent=cinap_lenrek
2014-05-11pc, pc64: add simd error exception name in trap.ccinap_lenrek
2014-05-11pc, pc64: handle sse simd exceptionscinap_lenrek
2014-05-06pc64: fix embrassing typo in mmuzap()cinap_lenrek
2014-05-01pc64: increase sizes of physical memory bank mapscinap_lenrek
2014-03-24pc64: prevent dat.h from getting overwritten by ../pc/dat.hcinap_lenrek
2014-03-21pc64: serial console supportcinap_lenrek
2014-03-19pc64: port etherbcmcinap_lenrek
2014-03-16pc64: amd64 kernel reboot supportcinap_lenrek
2014-03-16pc64: fix swaped error/flags in dumpregs(), remove misleading comment in apbo...cinap_lenrek
2014-03-15pc64: add R8-R15 in dumpregs()cinap_lenrek
2014-03-15kernel: interpret service= boot parameter to set "cpuserver" variablecinap_lenrek
2014-03-04pc64: fix segattachcinap_lenrek
2014-03-01pc64: multiboot supportcinap_lenrek
2014-03-01pc64: enable pmmc drivercinap_lenrek
2014-02-23pc64: fix mmu leakcinap_lenrek
2014-02-15pc64: fix mistakecinap_lenrek
2014-02-15pc64: simplify mmuwalk by factoring out mmu page table creation into separate...cinap_lenrek
2014-02-15pc64: support for vmware PCnet ethernetcinap_lenrek
2014-02-15pc64: move VMAP into its own PDP (for vmware)cinap_lenrek
2014-02-12pc64: add ahci.h to PCHEADERS so it will be removed on mk cleanmischief
2014-02-12pc64: remove ethermii.h and copy it from pc insteadmischief
2014-02-12added pccpu64 for cpuservers. also enabled etherigbe in pc64 and pccpu64Matthew Veety
2014-02-10pc64: limit memory of per processor mmu freelist to 1MBcinap_lenrek
2014-02-10pc64: return up in RUSER (BP) for devproc kregs filecinap_lenrek
2014-02-09pc64: pass Ureg* argument in BP to userspace note handlercinap_lenrek
2014-02-08pc64: bump segment limit to 64GBcinap_lenrek