]> git.lizzy.rs Git - plan9front.git/history - sys/src/9/zynq
ether82563: add 0x15bd i219-lm variant (thanks crab1)
[plan9front.git] / sys / src / 9 / zynq /
2021-07-25 cinap_lenrekkernel: page counts a ulong, not usize
2021-06-04 Alex Musolinomerge
2021-04-25 cinap_lenrekkernel: clean up Mach structure
2021-01-17 cinap_lenrekusbehci: use 64-bit base address, remove resetlck,...
2020-12-22 cinap_lenrekkernel: avoid palloc lock during mmurelease()
2020-12-20 cinap_lenrekkernel: handle tos and per process pcycle counters...
2020-04-10 cinap_lenrekkernel: cleanup the software mouse cursor mess
2020-02-02 cinap_lenrekkernel: cleanup makefile for $CONF.$O target
2020-01-26 cinap_lenrekkernel: implement portable userinit() and simplify...
2019-08-27 cinap_lenrekkernel: catch execution read fault on SG_NOEXEC segment
2019-08-26 cinap_lenrekkernel: expose no execute bit to portable mmu code...
2019-07-17 cinap_lenrekusbehci: introduce dmaflush() function to handle portab...
2019-05-01 cinap_lenrekkernel: get rid of checkpagerefs() debugging
2019-01-30 cinap_lenrekdevdraw: get rid of softscreen==0xa110c hack and make...
2018-06-14 cinap_lenrekzunq: add sdram driver
2018-02-25 cinap_lenrekdevether: remove (unimplemented) detach, allow device...
2018-02-18 cinap_lenrekdevether: mux bridges, portable netconsole
2018-02-11 cinap_lenrekkernel: move devether and wifi to port/
2018-02-10 aijuzynq: fix 10BASE-T and 100BASE-TX support
2017-12-18 cinap_lenrekdevether: dont forward loopback packets on bridges
2017-12-15 cinap_lenrekether: allow spoofing of source mac address for bridges...
2017-12-09 cinap_lenrekdevether: remove duplicated parseether() implementation...
2017-11-04 cinap_lenrekmerge
2017-11-04 cinap_lenrekkernel: introduce per process FPU struct (PFPU) for...
2017-10-29 cinap_lenrekkernel: introduce devswap #¶ to serve /dev/swap and...
2017-06-28 cinap_lenrekzynq: simplify initcode stack setup (just do it in...
2017-06-12 aijukernel: add support for hardware watchpoints
2017-03-11 cinap_lenrekmerge
2017-03-11 cinap_lenrekkernel: get rid of active.Lock and active.thunderbirdsargo
2016-12-10 cinap_lenrekdevmouse: change msec argument of *mousetrack() to...
2016-11-19 cinap_lenrekmerge
2016-11-19 cinap_lenreklink loopbackmedium and netdevmedium in bcm/pif, sgi...
2016-09-17 cinap_lenreketherzynq: implement promisc mode and multicast filter...
2016-03-29 cinap_lenrekzynq: cleanup devarch, flushmmu() after procflushpsecg()
2016-03-27 cinap_lenrekzynq: introduce SG_FAULT to prevent access to AXI segme...
2016-01-05 cinap_lenrekkernel: change active.machs from bitmap to char array...
2015-11-30 cinap_lenrekmerge
2015-11-30 cinap_lenrekkernel: cleanup exit()/shutdown()/reboot() code
2015-09-05 cinap_lenrekdevqspi: fix qunlock error on stat() -> close()
2015-09-05 cinap_lenrekzynq: clean cache unconditionally *before* dma, invalid...
2015-09-04 cinap_lenrekmerge
2015-09-04 cinap_lenrekzynq: fix cache flush bug for emmc driver (have to...
2015-08-09 cinap_lenrekzunq: remove unused variables from devqspi
2015-07-07 cinap_lenrekall kernels: declare _tas() to prevent pulling in libc...
2015-06-18 cinap_lenrekzynq: use KADDR() for kmap() if we can avoiding the...
2015-06-18 cinap_lenrekzynq: fix barriers
2015-06-18 cinap_lenrekkernel: do not inherit Proc.dot (current working direct...
2015-06-15 cinap_lenrekkernel: add pagechaindone() to wakeup processes waiting...
2015-06-15 cinap_lenrekzynq: remove unused PTE typedef
2015-06-15 cinap_lenrekzynq: remove unused statistics fields from Mach structure
2015-06-11 cinap_lenrekzynq: increase kernel memory for graphics
2015-06-11 cinap_lenrekzynq: mouse acceleration
2015-06-11 cinap_lenrekzynq: make screen and cursor kprocs exit properly
2015-06-11 cinap_lenrekzynq: add support for hardware cursor
2015-06-11 ftrvxmtrxmerge
2015-06-09 cinap_lenrekzynq: fix flushmemscreen()
2015-06-09 cinap_lenrekzynq: add /dev/fbctl to attach framebuffer to devdraw
2015-06-07 cinap_lenrekzynq: fix /dev/pl
2015-05-11 cinap_lenrekemmc/pmmc: make all symbols static
2015-04-30 cinap_lenrekpass Ureg* argument to note handler in R0 register...
2015-04-13 cinap_lenrekzynq: invalidate cache before booting cpu1
2015-04-12 aijumerge
2015-04-12 cinap_lenrekmerge
2015-04-12 cinap_lenreksegment: fix print buffer overflow, map fixed segments...
2015-04-07 cinap_lenrekkernel: move arrow cursor definition to port/devmouse.c
2015-03-25 cinap_lenrekzynq: fix out of bounds access in etherprobe()
2015-03-06 cinap_lenrekmerge
2015-03-06 cinap_lenrekzynq: sdio support
2015-03-06 cinap_lenrekzynq: do mpinit() early so cpu1 debug prints do not...
2015-03-05 cinap_lenrekzynq: fix usb by implementing delay() and give proper...
2015-02-14 cinap_lenrekusbehci: initial support for usb on zynq, remove uncached.h
2015-02-14 cinap_lenrekzynq: do fixed mapping for ocm memory on boot and make...
2015-02-07 cinap_lenrekzynq: fix print format warning in screeninit()
2015-02-07 cinap_lenrekkernel: reduce Page structure size by changing Page...
2015-01-01 cinap_lenrekzynq: differentiate various pagefault types in faultarm()
2014-12-30 cinap_lenrekzynq: enable branch prediction
2014-12-30 cinap_lenrekzynq: implement µs()
2014-12-30 cinap_lenrekzynq: enable prefetch hints and drop-prefetch
2014-12-29 cinap_lenrekmerge
2014-12-29 cinap_lenrekzymq: lilu dallas, multicore
2014-12-25 cinap_lenrekzynq: only tmpmap() while splhi(), remove unneeded...
2014-12-25 cinap_lenrekzynq: dont do install target by default in the mkfile
2014-12-24 cinap_lenrekzynq: fpsave() and fpclear() both need to disable the fpu
2014-12-24 cinap_lenrekzynq: active.machs = 1
2014-12-24 cinap_lenrekzynq: set mainmem->maxsize so kernel malloc() wont...
2014-12-24 cinap_lenrekzynq: fix kernel configuration so it builds
2014-12-24 aijuadded zynq kernel