summaryrefslogtreecommitdiff
path: root/sys/src/9/bcm
AgeCommit message (Expand)Author
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-07-18kernel: consistently add devbridge and netdevmedium to kernel configscinap_lenrek
2022-02-05bcm: fix rebootcode linkagecinap_lenrek
2022-02-05devgpio: make reading ctl file return 0 bytescinap_lenrek
2022-01-16kernel: make Page.txtflush into an arraycinap_lenrek
2021-12-13devssl, cpu, import, oexportfs: deleteOri Bernstein
2021-11-07bcm64: parse the emmc2bus/dma-ranges device-tree property and provide *emmc2b...cinap_lenrek
2021-11-07bcm/emmc: remove unused cardr wakeup(), use MACHP(0) as tick referencecinap_lenrek
2021-10-11kernel: move waserror() macro to port/portfns.hcinap_lenrek
2021-07-25kernel: page counts a ulong, not usizecinap_lenrek
2021-04-25kernel: clean up Mach structurecinap_lenrek
2021-04-25bcm: try ATAGS/DTB pointer from R2 on entrycinap_lenrek
2021-02-28bcm: change color chan to RGB24 (thanks p.kosyh)cinap_lenrek
2021-02-06bcm64: get inbound and outbound pci window base address from device treecinap_lenrek
2020-12-22kernel: avoid palloc lock during mmurelease()cinap_lenrek
2020-12-21kernel: update procsave() comment, we'r not holding up->rlock anymorecinap_lenrek
2020-12-20kernel: handle tos and per process pcycle counters in port/cinap_lenrek
2020-07-02bcm64: fix usb xhci controller on pi4 8GB variant (thanks richard miller)cinap_lenrek
2020-04-22bcm, bcm64: dancing to the drum of the linux clowns for device tree memory si...cinap_lenrek
2020-04-10kernel: cleanup the software mouse cursor messcinap_lenrek
2020-04-04kernel: remove scheddump() comment for delay() in */fns.hcinap_lenrek
2020-02-09bcm: change ARGB32 to XRGB32 for framebuffer to avoid slow drawingRoberto E. Vargas Caballero
2020-02-02kernel: cleanup makefile for $CONF.$O targetcinap_lenrek
2020-01-26kernel: implement portable userinit() and simplify process creationcinap_lenrek
2019-12-04bcm: use extended small pages so XN bit can workcinap_lenrek
2019-10-27bcm: fix software cursor avoidance for loadimage() case (thanks bitmapper)cinap_lenrek
2019-08-27kernel: catch execution read fault on SG_NOEXEC segmentcinap_lenrek
2019-08-26kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ...cinap_lenrek
2019-08-25emmc: 50MHz highspeed support (from richard miller)cinap_lenrek
2019-08-23bcm64: deal with discontinuous memory regions, avoid virtual memory aliasing,...cinap_lenrek
2019-08-22bcm: invalidate cache on Fbinfo after firmware completioncinap_lenrek
2019-08-22bcm: flush out early boot messages on uart and screen initializationcinap_lenrek
2019-08-21bcm: set XN bits for kernel device mappingscinap_lenrek
2019-08-18bcm64: add driver for emmc2 controllercinap_lenrek
2019-08-16bcm: fix typo in gpio.c on unused AFedge0 constantcinap_lenrek
2019-07-28bcm, bcm64: add vcore support for raspberry pi 3 GPIO expandercinap_lenrek
2019-07-27bcm, bcm64: add BCM2711 support for gpiopull(), fix gpiomeminit(), cleanupcinap_lenrek
2019-07-25bcm, bcm64: clean dma destination buffer before issuing dma in case of non ca...cinap_lenrek
2019-07-25bcm, bcm64: make irq.$O optional and add intrdisable(), use intrenable()cinap_lenrek
2019-07-25bcm, bcm64: add dmaflush() function and make virtio size and virtual address ...cinap_lenrek
2019-07-25bcm, bcm64: add support for device tree parameter passingcinap_lenrek
2019-06-20bcm, kw, omap, teg2: implement setregisters()cinap_lenrek
2019-05-19bcm, bcm64: fix cache operations for dma and emmccinap_lenrek
2019-05-13bcm: add cache invalidate before accessing prop buffercinap_lenrek
2019-05-13bcm, bcm64: preserve memsize across reboots, avoid trashing atags while parsi...cinap_lenrek
2019-05-05bcm: make sure fiq is on enabled on cpu0cinap_lenrek
2019-05-05usbdwc: enable Slowbuilkin workarround, improve split transaction timing, han...cinap_lenrek
2019-05-03bcm: don't call nil on PADDR() in dmaaddr(), return busdram dummy addresscinap_lenrek