summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2019-05-03gs: avoid stupid shifts by casting to uint64_tcinap_lenrek
2019-05-03ape: initial support for arm64cinap_lenrek
2019-05-03libthread: initial support for arm64cinap_lenrek
2019-05-03libmp: add dummy mkfile for arm64cinap_lenrek
2019-05-03libsec: dummy mkfile for arm64cinap_lenrek
2019-05-03libmach: initial arm64 supportcinap_lenrek
2019-05-03libc: initial arm64 supportcinap_lenrek
2019-05-017l: add missing AFMOVD with EXT/AUTO/LOREG operands to optabcinap_lenrek
2019-05-01kernel: get rid of checkpagerefs() debuggingcinap_lenrek
2019-05-01kernel: export freepages() function so it can be used in mmurelease()cinap_lenrek
2019-05-01kernel: include lock pointer in error report, stop spamming lockloop prints w...cinap_lenrek
2019-05-01kernel: insert memory barrier in the scheduler before setting up->mach = nilcinap_lenrek
2019-05-01[5678vq]c: fix .safe node type for *FUNC() = *FUNC() sugencinap_lenrek
2019-05-01vmx: build vmx only for 386 or amd64cinap_lenrek
2019-04-27ether8169: fix thinkpad A485 ethernet (thanks mischief)cinap_lenrek
2019-04-257c: don't emit SXTW for non-register source operandcinap_lenrek
2019-04-23distproto: add /lib/news/ (thanks lyndon)cinap_lenrek
2019-04-227l: there is no BIC* $bimm variantcinap_lenrek
2019-04-19usbxhci: make stuck usb transactions interruptable.cinap_lenrek
2019-04-19distproto: add /lib/ndb/dhcp/ directory (thanks lyndon)cinap_lenrek
2019-04-18nusb/usbd: stop sending port enable commandsmischief
2019-04-177l: deal with huge (negative or > 24bit) register offsets, fix LACON, avoid D...cinap_lenrek
2019-04-177c: fix long to vlong/pointer conversion, avoid negative immediate offsetscinap_lenrek
2019-04-16devsd: fix sddelpart() AGAINcinap_lenrek
2019-04-16awk: fix nextfile crash (thanks leetspete)cinap_lenrek
2019-04-15devsd: fix panic when using "delpart" to remove a partition that was already ...BurnZeZ
2019-04-13pc: audiohda: recognize AMD Family 17h hd audio controllermischief
2019-04-13pc: devarch: recognize AMD Ryzen modelmischief
2019-04-13pc: pci: add AMD FCH LPC bridge to southbridgesmischief
2019-04-13nusb/usbd: fix dump %U formattermischief
2019-04-14ip(3): document TCP ctl close commandBurnZeZ
2019-04-14devip: reject bad numeric ports (such as 9fs -> 9)cinap_lenrek
2019-04-11bcm: move CONFADDR parsing into bootargs.c, simplify initcode start() args ha...cinap_lenrek
2019-04-11bcm: don't use PADDR() to convert bus address to physical in vcorecinap_lenrek
2019-04-11kernel: get rid of KSTKSIZE alias for KSTACKcinap_lenrek
2019-04-11mergecinap_lenrek
2019-04-11kernel: get rid of PTR2UINT() and UINT2PTR() macroscinap_lenrek
2019-04-11bcm: dont assume PHYSDRAM 0 in dmaaddr(), fix dmaioaddr()cinap_lenrek
2019-04-11bcm: add pl011 uart drivercinap_lenrek