bcm64: remove unneccesary tlb flush on mmuidmap()
bcm64: no need to flush instruction cache when switching TTBR0
bcm64: switch to 64k page size
7l: don't hardcode 4k pagesize, use INITRND
mkone: fix man target (thanks Amavect)
bcm64: fix mmu0clear() mistake from previous commit
nusb(2): remove startdevs() reference, document getdev() (thanks BurnZeZ)
bcm: add cache invalidate before accessing prop buffer
bcm64: implement reboot support
bcm, bcm64: preserve memsize across reboots, avoid trashing atags while parsing cmdline
devip: do not lock selftab in ipselftabread(), remove unused fields from Ipself
memdraw(2): remove references to iprint()
devip: reset speed and delay on bind, adjust burst on mtu change, ifc->m nil check, consistent error strings
devip: make sure ifc is bound in add6 ctl command
devip: remove unused c->car qlock, avoid potential deadlock in ipifcregisterproxy()
devip: avoid media bind/unbind kproc reader startup race, simplify etherbind
timezones: add India (thanks joe9)
bcm64: use exclusive monitor on nrdy to wake up idlehands()
ape: fix malloc to deal with more than 4GB of memory on 64 bit systems
libc: fix return value for arm64 memset() and memove()
libc: use MOVP instruction for arm64 memmove() and memset()
bcm64: use MOVP instruction for saving and restoring registers
libmach: support for MOVP instruction disassembly for arm64
7l: implement MOVP instruction
libc: provide arm64 assembly versions for memmove() and memset()
bcm64: map framebuffer write-through to allow unaligned access
wadfs: avoid comma operator after PBIT32() macros
plan9.ini(8), boot(8): clarify the use of $rootdir and $rootspec
nusb/usbd: work around devices that ignore the high byte of wLength in control transfer reads
Sand edges down on GBIT64()/PBIT64() macros.
dist/mkfile: add *.pi3.img target for ARM64 raspberry pi3
bootrc: fix $rootdir and $rootspec handling (thanks lucio)
bcm: make sure fiq is on enabled on cpu0
bcm64: provide idlehands() function
bcm64: get rid of usb workaround delay
usbdwc: enable Slowbuilkin workarround, improve split transaction timing, handle erroring sleep(), debugging
libc: fix NaN check precedence bug in modf() (thanks BurnZeZ)
rootstub: add /sys/lib/dist/ndb/dhcp/
pc kernel: remove countpagerefs() (thanks BurnZeZ)
kernel: exec support for arm64 binaries
bcm64: add experimental work in progress arm64 kernel for raspberry pi 3
bcm: don't call nil on PADDR() in dmaaddr(), return busdram dummy address
bcm: move fiq saved pc adjust into lexception.s so it can be shared with arm64
uartpl011: dont touch line control while uart is enabled
gs: avoid stupid shifts by casting to uint64_t
ape: initial support for arm64
libthread: initial support for arm64
libmp: add dummy mkfile for arm64
libsec: dummy mkfile for arm64
libmach: initial arm64 support
libc: initial arm64 support
7l: add missing AFMOVD with EXT/AUTO/LOREG operands to optab
kernel: get rid of checkpagerefs() debugging
kernel: export freepages() function so it can be used in mmurelease()
kernel: include lock pointer in error report, stop spamming lockloop prints when we are panicing
kernel: insert memory barrier in the scheduler before setting up->mach = nil
[5678vq]c: fix .safe node type for *FUNC() = *FUNC() sugen
vmx: build vmx only for 386 or amd64
ether8169: fix thinkpad A485 ethernet (thanks mischief)
7c: don't emit SXTW for non-register source operand
distproto: add /lib/news/ (thanks lyndon)
7l: there is no BIC* $bimm variant
usbxhci: make stuck usb transactions interruptable.
distproto: add /lib/ndb/dhcp/ directory (thanks lyndon)
nusb/usbd: stop sending port enable commands
7l: deal with huge (negative or > 24bit) register offsets, fix LACON, avoid DWORD in constant pool when we can sign extend
7c: fix long to vlong/pointer conversion, avoid negative immediate offsets
devsd: fix sddelpart() AGAIN
awk: fix nextfile crash (thanks leetspete)
devsd: fix panic when using "delpart" to remove a partition that was already removed
pc: audiohda: recognize AMD Family 17h hd audio controller
pc: devarch: recognize AMD Ryzen model
pc: pci: add AMD FCH LPC bridge to southbridges
nusb/usbd: fix dump %U formatter
ip(3): document TCP ctl close command
devip: reject bad numeric ports (such as 9fs -> 9)
bcm: move CONFADDR parsing into bootargs.c, simplify initcode start() args handling
bcm: don't use PADDR() to convert bus address to physical in vcore
kernel: get rid of KSTKSIZE alias for KSTACK
kernel: get rid of PTR2UINT() and UINT2PTR() macros
bcm: dont assume PHYSDRAM 0 in dmaaddr(), fix dmaioaddr()
bcm: move okay() from uartmini.c to devarch.c
bcm: move interrupt handling out of trap.c into irq.c
fix bad function declarations in manpages
thread(2): threadsetname takes a fmt string