summaryrefslogtreecommitdiff
path: root/sys/src/9/zynq/main.c
AgeCommit message (Expand)Author
2022-08-129: compute available kernel pages using sizeof(Proc*)Ori Bernstein
2020-12-20kernel: handle tos and per process pcycle counters in port/cinap_lenrek
2020-01-26kernel: implement portable userinit() and simplify process creationcinap_lenrek
2019-07-17usbehci: introduce dmaflush() function to handle portable cache invalidation ...cinap_lenrek
2018-06-14zunq: add sdram drivercinap_lenrek
2018-02-11kernel: move devether and wifi to port/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-06-28zynq: simplify initcode stack setup (just do it in init0 when the stack is ma...cinap_lenrek
2017-06-12kernel: add support for hardware watchpointsaiju
2016-01-05kernel: change active.machs from bitmap to char array to support up to 64 cpu...cinap_lenrek
2015-11-30kernel: cleanup exit()/shutdown()/reboot() codecinap_lenrek
2015-07-07all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)cinap_lenrek
2015-06-11zynq: increase kernel memory for graphicscinap_lenrek
2015-04-13zynq: invalidate cache before booting cpu1cinap_lenrek
2015-03-06zynq: do mpinit() early so cpu1 debug prints do not intermixcinap_lenrek
2015-02-14zynq: do fixed mapping for ocm memory on boot and make kaddr() and paddr() wo...cinap_lenrek
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]cinap_lenrek
2014-12-30zynq: enable prefetch hints and drop-prefetchcinap_lenrek
2014-12-29zymq: lilu dallas, multicorecinap_lenrek
2014-12-24zynq: active.machs = 1cinap_lenrek
2014-12-24zynq: set mainmem->maxsize so kernel malloc() wont fail after 4MBcinap_lenrek
2014-12-24added zynq kernelaiju