summaryrefslogtreecommitdiff
path: root/sys/src/9/pc64
AgeCommit message (Expand)Author
2022-09-03pc64: half KSTACK to 8k.cinap_lenrek
2022-08-17kernel: allocate notes in heapcinap_lenrek
2022-08-17kernel: simplify notify() adding common popnote() functioncinap_lenrek
2025-05-14kernel: get rid of Proc.kstackglenda
2022-08-129: compute available kernel pages using sizeof(Proc*)Ori Bernstein
2022-08-109/port: allow kiloprocs -- allocate procs lazilyOri Bernstein
2022-07-18kernel: consistently add devbridge and netdevmedium to kernel configscinap_lenrek
2022-06-17kernel: add dev dtracy provider.Jacob Moody
2022-06-15skel(3) → skelfs(4)Jacob Moody
2022-06-07kernel: add devskel for pc and pc64Jacob Moody
2022-01-16kernel: make Page.txtflush into an arraycinap_lenrek
2021-12-13devssl, cpu, import, oexportfs: deleteOri Bernstein
2021-11-26kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TBcinap_lenrek
2021-10-11kernel: move waserror() macro to port/portfns.hcinap_lenrek
2021-07-14pc, pc64: increase confmem slots to 64cinap_lenrek
2021-07-11virtio: add non-legacy virtio 1.0 drivers for disk and ethernetcinap_lenrek
2021-05-12pc64: avoid getcr3() in mmuflushtlb()cinap_lenrek
2021-04-25kernel: clean up Mach structurecinap_lenrek
2021-04-02kernel: get rid of physical page bank array and use conf.mem[] insteadcinap_lenrek
2021-01-17pc, pc64: add minimal HPET driver to measure LAPIC and TSC frequenciescinap_lenrek
2020-12-21kernel: update procsave() comment, we'r not holding up->rlock anymorecinap_lenrek
2020-12-20kernel: handle tos and per process pcycle counters in port/cinap_lenrek
2020-12-17ether2114x: vetting the driver for pc64cinap_lenrek
2020-12-06pc64: assign fpsave/fprestore only once in fpuinit()cinap_lenrek
2020-12-06pc64: AMD64 mandates SSE support, remove the check in fpuinit()cinap_lenrek
2020-12-06pc, pc64: move all fpu specific code from main.c to fpu.ccinap_lenrek
2020-12-06amd64: FP: back to static size for allocation and copyingSigrid
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-12-05pc, pc64: allocate dma bounce buffer right after xinit()cinap_lenrek
2020-12-05pc, pc64: exclude memory regions with unusual MTRR cache attributescinap_lenrek
2020-11-29pc, pc64, xen: rewrite interrupt handling codecinap_lenrek
2020-11-22pc, pc64: move common irq handling code out of trap.ccinap_lenrek
2020-11-21pc, pc64: fix grub multibootcinap_lenrek
2020-11-21pc, pc64: implement disabling of msi interruptscinap_lenrek
2020-11-21pc, pc64: disable all pci devices for /dev/rebootcinap_lenrek
2020-11-17pc, pc64: load idt early in trapinit0()cinap_lenrek
2020-11-03pc, pc64: allocate i/o port space for unassigned pci bars, move ioalloc() to ...cinap_lenrek
2020-09-13kernel: massive pci code rewritecinap_lenrek
2020-07-16pc64: disable interrupts in mmuwalk() for checkmmu()cinap_lenrek
2020-06-06devpccard: use 64-bit physical addressescinap_lenrek
2020-06-06pc, pc64: use 64-bit physical addresses for ISAConf.portcinap_lenrek
2020-06-06pc, pc64: use 64-bit physical addresses for vmap() and upaalloc()cinap_lenrek
2020-05-22pc, pc64: do page attribute table (PAT) init early in cpuidentify()cinap_lenrek
2020-04-10kernel: cleanup the software mouse cursor messcinap_lenrek
2020-04-09pc, pc64: remove "got unassigned irq" printscinap_lenrek
2020-04-06pc64: remove rampage() nil checkcinap_lenrek
2020-04-04pc, pc64: new memory map codecinap_lenrek
2020-03-29pc64: enable uartpci (thanks taw9 for testing)Sigrid
2020-02-02kernel: cleanup makefile for $CONF.$O targetcinap_lenrek