summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64
AgeCommit message (Expand)Author
2020-01-26kernel: implement portable userinit() and simplify process creationcinap_lenrek
2020-01-11pc64: adapt vgaradeon driver to 64-bit (thanks Robert Ransom)cinap_lenrek
2019-12-02pc, pc64: clear debug watchpoint registers on exec and exitcinap_lenrek
2019-12-01pc, pc64: merge adjacent e820 map entries of same typecinap_lenrek
2019-11-24sd53c8xx: fix the driver for amd64, fix alignment/padding issues, fix freecha...cinap_lenrek
2019-09-08kernel: clear FPillegal in pexit() and before pprint()cinap_lenrek
2019-08-29pc64: map kernel text readonly and everything else no-executecinap_lenrek
2019-08-27pc64: implement NX bit discovery, map kernel mappings no-executecinap_lenrek
2019-08-27kernel: catch execution read fault on SG_NOEXEC segmentcinap_lenrek
2019-08-26kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ...cinap_lenrek
2019-07-17usbehci: introduce dmaflush() function to handle portable cache invalidation ...cinap_lenrek
2019-07-11kernel: move common ethermii to port/cinap_lenrek
2019-06-28pc64: preallocate mmupool page tablescinap_lenrek
2019-06-20pc64: actually fix it, what was i THINKINGcinap_lenrek
2019-06-20pc64: fix compiler warning in rebootjump() entry calculationcinap_lenrek
2019-05-01kernel: get rid of checkpagerefs() debuggingcinap_lenrek
2019-04-04pc64: get rid of TSTKTOP, USTKTOP is the end of user address spacecinap_lenrek
2019-01-22pc64: properly handle faulterror in faultamd64()cinap_lenrek
2019-01-04pc, pc64: properly track dependencies for mem.h on autogenerated apbootstrap....cinap_lenrek
2018-12-23etherx550: add intel 10GB ethernet controlller x550 driver (thanks joe9)cinap_lenrek
2018-12-11kernel: change peek to return number of characters left rather than 0/-1aiju
2018-12-11dtracy: catch page faultsaiju
2018-12-11add dtracy support to mkdevc and enable dtracy with plan9.iniaiju
2018-11-19pc, pc64: park application processors in rebootcode with mmu offcinap_lenrek
2018-10-07pc, pc64: add pcienable() and pcidisable() functionscinap_lenrek
2018-10-06pc, pc64: increase CONFADDR buffer from 4K to 24Kcinap_lenrek
2018-07-22pc, pc64: look for "RSD PTR " in ACPI reserved memory region from e820 mapcinap_lenrek
2018-07-11pc64: update headers to match pcaiju
2018-06-149pc, 9pc64: make mapalloc() and mapfree() static in memory.ccinap_lenrek
2018-05-27sdram: experimental ramdisk drivercinap_lenrek
2018-05-21pc64: fix fpu bugcinap_lenrek
2018-04-12add missing ethermii.h dependencies. patch from cinap_lenrekkremlin
2018-03-17pc64: fix _intrr(), avoid the linker moving _intrr() arroundcinap_lenrek
2018-03-17pc64: add magic _intrr() symbol for ktrace (thanks mischief)cinap_lenrek
2018-02-18devether: mux bridges, portable netconsolecinap_lenrek
2018-02-11ethersink: provide promisc and multicast functions for v6, set out queue limi...cinap_lenrek
2018-02-11kernel: move devether and wifi to port/cinap_lenrek
2018-01-29pc64: fix kmap() and invlpg()cinap_lenrek
2017-12-17pc, pc64: add devbridge to kernel configurationcinap_lenrek
2017-12-17wifi: use protocol constants from ip/ip.h and ip/ipv6.h for dmatproxy()cinap_lenrek
2017-12-16wifi: matt damon wifi bridging supportcinap_lenrek
2017-11-169pc64: handle special case in fpurestore() for procexec()/procsetup()cinap_lenrek
2017-11-14pc64: fix mistake fpurestore() mistakecinap_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-29kernel: introduce devswap #ΒΆ to serve /dev/swap and handle swapfile encryptioncinap_lenrek
2017-09-27pc64: add ether82598 driver to configurationcinap_lenrek
2017-09-10rename pcf kernel to pc, remove pcf, pccpuf, pccpu64 kernels, update document...cinap_lenrek
2017-09-02devvmx: call vmxshutdown from reboot() function manuallyaiju