summaryrefslogtreecommitdiff
path: root/sys/src/9/zynq
AgeCommit message (Expand)Author
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-09-05devqspi: fix qunlock error on stat() -> close()cinap_lenrek
2015-09-05zynq: clean cache unconditionally *before* dma, invalidate cache *after* dma ...cinap_lenrek
2015-09-05zynq: fix cache flush bug for emmc driver (have to invalidate cache *before* ...cinap_lenrek
2015-08-09zunq: remove unused variables from devqspicinap_lenrek
2015-07-07all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)cinap_lenrek
2015-06-18zynq: use KADDR() for kmap() if we can avoiding the mappingcinap_lenrek
2015-06-18zynq: fix barrierscinap_lenrek
2015-06-18kernel: do not inherit Proc.dot (current working directory) in kproc()cinap_lenrek
2015-06-15kernel: add pagechaindone() to wakeup processes waiting for memorycinap_lenrek
2015-06-15zynq: remove unused PTE typedefcinap_lenrek
2015-06-15zynq: remove unused statistics fields from Mach structurecinap_lenrek
2015-06-11zynq: increase kernel memory for graphicscinap_lenrek
2015-06-11zynq: mouse accelerationcinap_lenrek
2015-06-11zynq: make screen and cursor kprocs exit properlycinap_lenrek
2015-06-11zynq: add support for hardware cursorcinap_lenrek
2015-06-10zynq: fix flushmemscreen()cinap_lenrek
2015-06-09zynq: add /dev/fbctl to attach framebuffer to devdrawcinap_lenrek
2015-06-07zynq: fix /dev/plcinap_lenrek
2015-05-11emmc/pmmc: make all symbols staticcinap_lenrek
2015-04-30pass Ureg* argument to note handler in R0 register on armcinap_lenrek
2015-04-13zynq: invalidate cache before booting cpu1cinap_lenrek
2015-04-12segment: fix print buffer overflow, map fixed segments uncached, add to zynq ...cinap_lenrek
2015-04-07kernel: move arrow cursor definition to port/devmouse.ccinap_lenrek
2015-03-25zynq: fix out of bounds access in etherprobe()cinap_lenrek
2015-03-06zynq: sdio supportcinap_lenrek
2015-03-06zynq: do mpinit() early so cpu1 debug prints do not intermixcinap_lenrek
2015-03-05zynq: fix usb by implementing delay() and give proper port speed in portstatuscinap_lenrek
2015-02-14usbehci: initial support for usb on zynq, remove uncached.hcinap_lenrek
2015-02-14zynq: do fixed mapping for ocm memory on boot and make kaddr() and paddr() wo...cinap_lenrek
2015-02-07zynq: fix print format warning in screeninit()cinap_lenrek
2015-02-07kernel: reduce Page structure size by changing Page.cachectl[]cinap_lenrek
2015-01-01zynq: differentiate various pagefault types in faultarm()cinap_lenrek
2014-12-30zynq: enable branch predictioncinap_lenrek
2014-12-30zynq: implement µs()cinap_lenrek
2014-12-30zynq: enable prefetch hints and drop-prefetchcinap_lenrek
2014-12-29zymq: lilu dallas, multicorecinap_lenrek
2014-12-25zynq: only tmpmap() while splhi(), remove unneeded coherence() after tmpunmap...cinap_lenrek
2014-12-25zynq: dont do install target by default in the mkfilecinap_lenrek
2014-12-24zynq: fpsave() and fpclear() both need to disable the fpucinap_lenrek
2014-12-24zynq: active.machs = 1cinap_lenrek
2014-12-24zynq: set mainmem->maxsize so kernel malloc() wont fail after 4MBcinap_lenrek
2014-12-24zynq: fix kernel configuration so it buildscinap_lenrek
2014-12-24added zynq kernelaiju