summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64/mem.h
AgeCommit message (Expand)Author
2022-09-03pc64: half KSTACK to 8k.cinap_lenrek
2021-11-26kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TBcinap_lenrek
2020-12-06amd64: FP: always use enough to fit AVX state and align to 64 bytesSigrid
2020-12-06amd64, vmx: support avx/avx2 for host/guest; use *noavx= in plan9.ini to disableSigrid
2020-05-22pc, pc64: do page attribute table (PAT) init early in cpuidentify()cinap_lenrek
2020-04-04pc, pc64: new memory map codecinap_lenrek
2019-08-27pc64: implement NX bit discovery, map kernel mappings no-executecinap_lenrek
2019-08-26kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ...cinap_lenrek
2019-04-04pc64: get rid of TSTKTOP, USTKTOP is the end of user address spacecinap_lenrek
2018-10-06pc, pc64: increase CONFADDR buffer from 4K to 24Kcinap_lenrek
2017-06-25pc, pc64: support for multiboot framebuffer, common bootargs and multiboot codecinap_lenrek
2017-06-20pc, pc64: adapt devvmx to work on pc64aiju
2016-01-11pc/pc64: bring up ap's one after another, use idlehands() while waiting for t...cinap_lenrek
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2014-11-15pc64: get rid of fixed 8MB INIMAP and dynamically map KZERO-end in l.scinap_lenrek
2014-06-13pc64: fix MS2HZ (thanks Anthony Martin)cinap_lenrek
2014-06-01pc64: use 2MB pages for preallocpages()cinap_lenrek
2014-06-01pc64: allocate palloc.pages from upagescinap_lenrek
2014-03-04pc64: fix segattachcinap_lenrek
2014-02-15pc64: move VMAP into its own PDP (for vmware)cinap_lenrek
2014-02-08pc64: bump segment limit to 64GBcinap_lenrek
2014-02-06pc64: ensure user pc is never set to a non-canonical address through setregis...mischief
2014-02-02pc64: track per process kmap page tables in separate MMU list.cinap_lenrek
2014-02-01add experimental pc64 kernelcinap_lenrek