summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-177l: don't hardcode 4k pagesize, use INITRNDcinap_lenrek
2019-05-17mkone: fix man target (thanks Amavect)cinap_lenrek
2019-05-15bcm64: generalize mmu codecinap_lenrek
2019-05-15bcm64: fix mmu0clear() mistake from previous commitcinap_lenrek
2019-05-14nusb(2): remove startdevs() reference, document getdev() (thanks BurnZeZ)cinap_lenrek
2019-05-13bcm: add cache invalidate before accessing prop buffercinap_lenrek
2019-05-13bcm64: implement reboot supportcinap_lenrek
2019-05-13bcm, bcm64: preserve memsize across reboots, avoid trashing atags while parsi...cinap_lenrek
2019-05-12devip: do not lock selftab in ipselftabread(), remove unused fields from Ipselfcinap_lenrek
2019-05-11memdraw(2): remove references to iprint()BurnZeZ
2019-05-11devip: reset speed and delay on bind, adjust burst on mtu change, ifc->m nil ...cinap_lenrek
2019-05-11devip: make sure ifc is bound in add6 ctl commandcinap_lenrek
2019-05-11devip: remove unused c->car qlock, avoid potential deadlock in ipifcregisterp...cinap_lenrek
2019-05-11devip: avoid media bind/unbind kproc reader startup race, simplify etherbindcinap_lenrek
2019-05-11timezones: add India (thanks joe9)23hiro
2019-05-10bcm64: use exclusive monitor on nrdy to wake up idlehands()cinap_lenrek
2019-05-10ape: fix malloc to deal with more than 4GB of memory on 64 bit systemscinap_lenrek
2019-05-09libc: fix return value for arm64 memset() and memove()cinap_lenrek
2019-05-09libc: use MOVP instruction for arm64 memmove() and memset()cinap_lenrek
2019-05-09bcm64: use MOVP instruction for saving and restoring registerscinap_lenrek
2019-05-09libmach: remove newlinecinap_lenrek
2019-05-09libmach: support for MOVP instruction disassembly for arm64cinap_lenrek
2019-05-097l: implement MOVP instructioncinap_lenrek
2019-05-09libc: provide arm64 assembly versions for memmove() and memset()cinap_lenrek
2019-05-09bcm64: map framebuffer write-through to allow unaligned accesscinap_lenrek
2019-05-07wadfs: avoid comma operator after PBIT32() macroscinap_lenrek
2019-05-07plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspeccinap_lenrek
2019-05-07nusb/usbd: work around devices that ignore the high byte of wLength in contro...cinap_lenrek
2019-05-06Sand edges down on GBIT64()/PBIT64() macros.Ori Bernstein
2019-05-06mergecinap_lenrek
2019-05-06dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3cinap_lenrek
2019-05-05lib: update pci databasemischief
2019-05-05bootrc: fix $rootdir and $rootspec handling (thanks lucio)cinap_lenrek
2019-05-05bcm: make sure fiq is on enabled on cpu0cinap_lenrek
2019-05-05bcm64: provide idlehands() functioncinap_lenrek
2019-05-05bcm64: get rid of usb workaround delaycinap_lenrek
2019-05-05usbdwc: enable Slowbuilkin workarround, improve split transaction timing, han...cinap_lenrek
2019-05-05libc: fix NaN check precedence bug in modf() (thanks BurnZeZ)cinap_lenrek
2019-05-04acid: add arm64 supportcinap_lenrek
2019-05-03rootstub: add /sys/lib/dist/ndb/dhcp/cinap_lenrek
2019-05-03pc kernel: remove countpagerefs() (thanks BurnZeZ)cinap_lenrek
2019-05-03kernel: exec support for arm64 binariescinap_lenrek
2019-05-03bcm64: add experimental work in progress arm64 kernel for raspberry pi 3cinap_lenrek
2019-05-03bcm: don't call nil on PADDR() in dmaaddr(), return busdram dummy addresscinap_lenrek
2019-05-03bcm: move fiq saved pc adjust into lexception.s so it can be shared with arm64cinap_lenrek
2019-05-03uartpl011: dont touch line control while uart is enabledcinap_lenrek
2019-05-03ktrace: arm64 supportcinap_lenrek
2019-05-03arm64: add mkfilecinap_lenrek
2019-05-03python: arm64 supportcinap_lenrek
2019-05-03gs: arm64 supportcinap_lenrek