]> git.lizzy.rs Git - plan9front.git/history - sys/src/9/bcm64
etheriwl: don't break controller on command flush timeout
[plan9front.git] / sys / src / 9 / bcm64 /
2020-09-13 cinap_lenrekmerge
2020-09-13 cinap_lenrekkernel: massive pci code rewrite
2020-08-03 cinap_lenrekmerge
2020-07-02 cinap_lenrekbcm64: increase maximum segment size to 8GB
2020-07-02 cinap_lenrekbcm64: handle 8GB of physical memory for raspberry pi4
2020-07-02 cinap_lenrekbcm64: fix usb xhci controller on pi4 8GB variant ...
2020-06-06 cinap_lenrekmerge
2020-06-06 cinap_lenrekbcm64: bring pci code in line with the pc/pc64
2020-06-06 cinap_lenrekbcm64: use uvlong for ISAConf.port
2020-06-06 cinap_lenrekbcm64: use 64-bit uvlong physical address in vmap()
2020-05-07 cinap_lenrekmerge
2020-05-07 cinap_lenrekbcm64: fix kernels cmpswap() function
2020-02-02 cinap_lenrekkernel: cleanup makefile for $CONF.$O target
2020-01-26 cinap_lenrekkernel: implement portable userinit() and simplify...
2019-09-15 cinap_lenrekbcm64: add addarchfile() prototype to fns.h (for qeed)
2019-09-14 cinap_lenrekbcm64: enter page tables in mmutop *AFTER* switching...
2019-09-02 cinap_lenrekbcm64: enable devgpio in kernel configuration (thanks...
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-08-25 cinap_lenrekemmc: 50MHz highspeed support (from richard miller)
2019-08-25 cinap_lenrekbcm64: replace emmc2 driver with richard millers sdhc...
2019-08-23 cinap_lenrekbcm64: deal with discontinuous memory regions, avoid...
2019-08-19 cinap_lenrekbcm64: do not use OTP_BOOTMODE_REG to determine OSC...
2019-08-18 cinap_lenrekbcm64: add support for more than 1GB of ram (untested)
2019-08-18 cinap_lenrekbcm64: add driver for emmc2 controller
2019-08-16 cinap_lenrekbcm64: poll gisb arbiter for asynchronous bus errors
2019-08-16 cinap_lenrekethergenet: remove debugging
2019-08-16 cinap_lenrekbcm64: set XN bits for kernel device mappings
2019-07-28 cinap_lenrekbcm, bcm64: add vcore support for raspberry pi 3 GPIO...
2019-07-27 cinap_lenrekbcm64: fix wrong prescaler for generic timer on rpi4
2019-07-25 cinap_lenrekethergenet: fix flow control negotiation
2019-07-25 cinap_lenrekbcm64: add config for raspberry pi 4
2019-07-25 cinap_lenrekbcm64: work in progress genet ethernet driver for raspb...
2019-07-25 cinap_lenrekbcm64: reorganize virtual memory map for rapberry pi4
2019-07-25 cinap_lenrekbcm64: update io.h for pci express and raspberry pi 4
2019-07-25 cinap_lenrekbcm64: add pci express driver for raspberry pi 4
2019-07-25 cinap_lenrekbcm64: add gic interrupt controller driver for raspberr...
2019-07-25 cinap_lenrekbcm64: add gisb arbiter driver to catch bus timeouts
2019-07-25 cinap_lenrekbcm, bcm64: make irq.$O optional and add intrdisable...
2019-07-25 cinap_lenrekbcm64: strip debug symbols to make sure .img file is...
2019-07-25 cinap_lenrekbcm, bcm64: add dmaflush() function and make virtio...
2019-07-25 cinap_lenrekbcm, bcm64: add support for device tree parameter passing
2019-06-14 cinap_lenrekmerge
2019-06-14 cinap_lenrekbcm64: implement dtracy support
2019-05-17 cinap_lenrekmerge
2019-05-17 cinap_lenrekbcm64: remove unneccesary tlb flush on mmuidmap()
2019-05-17 cinap_lenrekbcm64: no need to flush instruction cache when switchin...
2019-05-17 cinap_lenrekbcm64: switch to 64k page size
2019-05-15 cinap_lenrekbcm64: generalize mmu code
2019-05-15 cinap_lenrekbcm64: fix mmu0clear() mistake from previous commit
2019-05-13 cinap_lenrekbcm64: implement reboot support
2019-05-10 cinap_lenrekbcm64: use exclusive monitor on nrdy to wake up idlehands()
2019-05-09 cinap_lenrekbcm64: use MOVP instruction for saving and restoring...
2019-05-09 cinap_lenrekbcm64: map framebuffer write-through to allow unaligned...
2019-05-05 cinap_lenrekbcm64: provide idlehands() function
2019-05-05 cinap_lenrekbcm64: get rid of usb workaround delay
2019-05-03 cinap_lenrekbcm64: add experimental work in progress arm64 kernel...