summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-18bcm64: add support for more than 1GB of ram (untested)cinap_lenrek
2019-08-18bcm64: add driver for emmc2 controllercinap_lenrek
2019-08-16bcm: fix typo in gpio.c on unused AFedge0 constantcinap_lenrek
2019-08-16bcm64: poll gisb arbiter for asynchronous bus errorscinap_lenrek
2019-08-16ethergenet: remove debuggingcinap_lenrek
2019-08-16bcm64: set XN bits for kernel device mappingscinap_lenrek
2019-08-12cc: use 7 octal digits for 21 bit runescinap_lenrek
2019-08-02libauth: do not set errstr in auth_rpc() for ARdone result (thanks majiru)cinap_lenrek
2019-07-28bcm, bcm64: add vcore support for raspberry pi 3 GPIO expandercinap_lenrek
2019-07-27bcm, bcm64: add BCM2711 support for gpiopull(), fix gpiomeminit(), cleanupcinap_lenrek
2019-07-27bcm64: fix wrong prescaler for generic timer on rpi4cinap_lenrek
2019-07-25ethergenet: fix flow control negotiationcinap_lenrek
2019-07-25bcm, bcm64: clean dma destination buffer before issuing dma in case of non ca...cinap_lenrek
2019-07-25bcm64: add config for raspberry pi 4cinap_lenrek
2019-07-25bcm64: work in progress genet ethernet driver for raspberry pi 4cinap_lenrek
2019-07-25bcm64: reorganize virtual memory map for rapberry pi4cinap_lenrek
2019-07-25bcm64: update io.h for pci express and raspberry pi 4cinap_lenrek
2019-07-25bcm64: add pci express driver for raspberry pi 4cinap_lenrek
2019-07-25bcm64: add gic interrupt controller driver for raspberry pi 4cinap_lenrek
2019-07-25bcm64: add gisb arbiter driver to catch bus timeoutscinap_lenrek
2019-07-25bcm, bcm64: make irq.$O optional and add intrdisable(), use intrenable()cinap_lenrek
2019-07-25bcm64: strip debug symbols to make sure .img file is multiple of 4 bytescinap_lenrek
2019-07-25bcm, bcm64: add dmaflush() function and make virtio size and virtual address ...cinap_lenrek
2019-07-25bcm, bcm64: add support for device tree parameter passingcinap_lenrek
2019-07-17usbxhci: implement portable dma flush operations and move to port/cinap_lenrek
2019-07-17usbehci: introduce dmaflush() function to handle portable cache invalidation ...cinap_lenrek
2019-07-11mergecinap_lenrek
2019-07-11kernel: move common ethermii to port/cinap_lenrek
2019-07-11devuart: make sure uart is enabled in uartkick()cinap_lenrek
2019-07-02walk(1): add history sectionAlex Musolino
2019-07-02tinc(8): add history sectionAlex Musolino
2019-07-02usbxhci: fix mysterious ENABLESLOT failures (update to XHCI spec revision 1.2...cinap_lenrek
2019-06-28pc64: preallocate mmupool page tablescinap_lenrek
2019-06-24ape: reimplement rename() - fixing compiler warnings and handling more error ...cinap_lenrek
2019-06-248c, 6c: LEA x, R; MOV (R), R -> MOV x, Rcinap_lenrek
2019-06-248c, 6c: avoid allocating index registers when we don't have tocinap_lenrek
2019-06-248c: skip 64-bit regpair allocation for OINDEX nodes in cgen64()cinap_lenrek
2019-06-23ape: revert rename() changecinap_lenrek
2019-06-21Turn on warnings when building libap.Ori Bernstein
2019-06-21gs: apply mitigations against CVE-2017-8291 (thanks jsmoody)cinap_lenrek
2019-06-20cwfs: remove orphaned lrand.ccinap_lenrek
2019-06-20cwfs: remove old some assert() debuggingcinap_lenrek
2019-06-20bcm, kw, omap, teg2: implement setregisters()cinap_lenrek
2019-06-20cwfs: fix root access time qid path comparsioncinap_lenrek
2019-06-20upas/smtp: handle temporary authentication failurescinap_lenrek
2019-06-20rc-httpd: serve markdown with text/plain content-typeAlex Musolino
2019-06-20pc64: actually fix it, what was i THINKINGcinap_lenrek
2019-06-20pc64: fix compiler warning in rebootjump() entry calculationcinap_lenrek
2019-06-20stdio: fix putc(), plan9 versioncinap_lenrek
2019-06-19ape: fix stdio putc() macro, avoiding "result of operation not used" warningcinap_lenrek