summaryrefslogtreecommitdiff
path: root/sys/src/9/port
AgeCommit message (Expand)Author
2023-05-01usbxhci: add some robustness checkscinap_lenrek
2023-05-01usbxhci: fix command ring wrap crashcinap_lenrek
2023-04-24portmkfile: cleanup dependencies for wifi.$O and etheriwl.$Ocinap_lenrek
2023-04-24sdnvme: remove unused mptr argument to qcmd()cinap_lenrek
2023-04-19imx8: make etheriwl work on MNT Reform, move it to port/ (thanks cinap); test...Sigrid Solveig Haflínudóttir
2023-04-08kernel: Clear secrets on rebootcinap_lenrek
2023-03-07sys/src/9/port/sysproc.c: add spim magicadventuresin9
2023-02-17devproc: Fix a double-free reading note file (thanks Josiah Frentsos)cinap_lenrek
2023-01-15sdmmc: implement boot partition access for emmccinap_lenrek
2023-01-15devsd: fix wrong range check for subunit numbercinap_lenrek
2023-01-06devdraw: coding style (from drawterm)cinap_lenrek
2023-01-05devusb: provide usb hub device number instead of address in /dev/usb/ctlcinap_lenrek
2023-01-01mouse: Make /dev/mousein readable to get mouse status without blockingcinap_lenrek
2022-12-30sdmmc: switch argument must be integercinap_lenrek
2022-12-29sdmmc: actually implement mmc supportcinap_lenrek
2022-12-27sdmmc: new interface for SDiocinap_lenrek
2022-12-25devsrv: Various fixes.cinap_lenrek
2022-12-12bootrc: let /boot/boot run in a more natural namespacecinap_lenrek
2022-12-12devsrv: fix recusrion deadlock on removecinap_lenrek
2022-12-11sdmmc: multiple controller supportcinap_lenrek
2022-12-04kernel: free exec temporary stack segment under seglockcinap_lenrek
2022-12-03usbxhci: cleanupcinap_lenrek
2022-12-03devbridge: simplify ethermultiwrite()cinap_lenrek
2022-12-03usbxhci: split usbxhci in portable and pci / soc specific driverscinap_lenrek
2022-12-03kernel: fix devsrv compilation on arm32Jacob Moody
2022-12-02kernel: private srv boardsJacob Moody
2022-11-12usbxhci: wait for reset to complete before continuing initializationMichael Forney
2022-10-23sdnvme: fix missing unlock() in submit queue full casecinap_lenrek
2022-10-21kernel: fix freeb() for custom poolscinap_lenrek
2022-09-259/port: revert timer wheel change, breaks pi4 boot, needs more time investiga...cinap_lenrek
2022-09-25devpci: provide a #$ device for PCI config accesscinap_lenrek
2022-09-249/port: reimplement timers to use timer wheelOri Bernstein
2022-09-18sdnvme: avoid "empty if body" warningcinap_lenrek
2022-09-18usbxhci: eliminate "set but not used" warningcinap_lenrek
2022-09-17devip: do tcp mss clamping when forwarding packetscinap_lenrek
2022-09-03kernel: half NERR, refcount Note's to avoid excessive allocations for postnot...cinap_lenrek
2022-08-26sdnvme: correct mode/serial/firmware string lengthsSigrid Solveig Haflínudóttir
2022-08-18devvga: fix race condition between writes to vgactlqwx
2022-08-17kernel: allocate notes in heapcinap_lenrek
2022-08-17kernel: simplify notify() adding common popnote() functioncinap_lenrek
2022-08-15mkdevc: fix dtracy-disabled builds (thanks ori)Sigrid Solveig Haflínudóttir
2022-08-13dtracy: make timer probes run in interrupt contextOri Bernstein
2025-05-14kernel: get rid of Proc.kstackglenda
2022-08-129: compute available kernel pages using sizeof(Proc*)Ori Bernstein
2022-08-109/port: allow kiloprocs -- allocate procs lazilyOri Bernstein
2022-08-09kernel: use 64 bits for mountidsglenda
2022-07-31usb: fix ehci isochronous "in" split transactionscinap_lenrek
2022-07-30bind, mount: stop returning mount idOri Bernstein
2022-07-25sysproc: raise limit on #! lines, and allow quoted argsOri Bernstein
2022-07-03imx8: pcie and nvme supportcinap_lenrek