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