index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
9
/
zynq
Age
Commit message (
Expand
)
Author
2016-01-05
kernel: change active.machs from bitmap to char array to support up to 64 cpu...
cinap_lenrek
2015-11-30
kernel: cleanup exit()/shutdown()/reboot() code
cinap_lenrek
2015-09-05
devqspi: fix qunlock error on stat() -> close()
cinap_lenrek
2015-09-05
zynq: clean cache unconditionally *before* dma, invalidate cache *after* dma ...
cinap_lenrek
2015-09-05
zynq: fix cache flush bug for emmc driver (have to invalidate cache *before* ...
cinap_lenrek
2015-08-09
zunq: remove unused variables from devqspi
cinap_lenrek
2015-07-07
all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw)
cinap_lenrek
2015-06-18
zynq: use KADDR() for kmap() if we can avoiding the mapping
cinap_lenrek
2015-06-18
zynq: fix barriers
cinap_lenrek
2015-06-18
kernel: do not inherit Proc.dot (current working directory) in kproc()
cinap_lenrek
2015-06-15
kernel: add pagechaindone() to wakeup processes waiting for memory
cinap_lenrek
2015-06-15
zynq: remove unused PTE typedef
cinap_lenrek
2015-06-15
zynq: remove unused statistics fields from Mach structure
cinap_lenrek
2015-06-11
zynq: increase kernel memory for graphics
cinap_lenrek
2015-06-11
zynq: mouse acceleration
cinap_lenrek
2015-06-11
zynq: make screen and cursor kprocs exit properly
cinap_lenrek
2015-06-11
zynq: add support for hardware cursor
cinap_lenrek
2015-06-10
zynq: fix flushmemscreen()
cinap_lenrek
2015-06-09
zynq: add /dev/fbctl to attach framebuffer to devdraw
cinap_lenrek
2015-06-07
zynq: fix /dev/pl
cinap_lenrek
2015-05-11
emmc/pmmc: make all symbols static
cinap_lenrek
2015-04-30
pass Ureg* argument to note handler in R0 register on arm
cinap_lenrek
2015-04-13
zynq: invalidate cache before booting cpu1
cinap_lenrek
2015-04-12
segment: fix print buffer overflow, map fixed segments uncached, add to zynq ...
cinap_lenrek
2015-04-07
kernel: move arrow cursor definition to port/devmouse.c
cinap_lenrek
2015-03-25
zynq: fix out of bounds access in etherprobe()
cinap_lenrek
2015-03-06
zynq: sdio support
cinap_lenrek
2015-03-06
zynq: do mpinit() early so cpu1 debug prints do not intermix
cinap_lenrek
2015-03-05
zynq: fix usb by implementing delay() and give proper port speed in portstatus
cinap_lenrek
2015-02-14
usbehci: initial support for usb on zynq, remove uncached.h
cinap_lenrek
2015-02-14
zynq: do fixed mapping for ocm memory on boot and make kaddr() and paddr() wo...
cinap_lenrek
2015-02-07
zynq: fix print format warning in screeninit()
cinap_lenrek
2015-02-07
kernel: reduce Page structure size by changing Page.cachectl[]
cinap_lenrek
2015-01-01
zynq: differentiate various pagefault types in faultarm()
cinap_lenrek
2014-12-30
zynq: enable branch prediction
cinap_lenrek
2014-12-30
zynq: implement µs()
cinap_lenrek
2014-12-30
zynq: enable prefetch hints and drop-prefetch
cinap_lenrek
2014-12-29
zymq: lilu dallas, multicore
cinap_lenrek
2014-12-25
zynq: only tmpmap() while splhi(), remove unneeded coherence() after tmpunmap...
cinap_lenrek
2014-12-25
zynq: dont do install target by default in the mkfile
cinap_lenrek
2014-12-24
zynq: fpsave() and fpclear() both need to disable the fpu
cinap_lenrek
2014-12-24
zynq: active.machs = 1
cinap_lenrek
2014-12-24
zynq: set mainmem->maxsize so kernel malloc() wont fail after 4MB
cinap_lenrek
2014-12-24
zynq: fix kernel configuration so it builds
cinap_lenrek
2014-12-24
added zynq kernel
aiju