summaryrefslogtreecommitdiff
path: root/sys/src/9/bcm64
AgeCommit message (Expand)Author
2022-09-25devpci: provide a #$ device for PCI config accesscinap_lenrek
2022-08-17kernel: allocate notes in heapcinap_lenrek
2022-08-17kernel: simplify notify() adding common popnote() functioncinap_lenrek
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-01-16kernel: make Page.txtflush into an arraycinap_lenrek
2021-12-13devssl, cpu, import, oexportfs: deleteOri Bernstein
2021-11-26kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TBcinap_lenrek
2021-11-07bcm64/sdhc: add *emmc2bus kernel parameter to set dma dram bus addresscinap_lenrek
2021-10-11kernel: move waserror() macro to port/portfns.hcinap_lenrek
2021-07-25bcm64: make the kernel use virtual timer counter register for cycles()cinap_lenrek
2021-07-25kernel: page counts a ulong, not usizecinap_lenrek
2021-07-23arm64: use generic timer virtual counter for cycles()cinap_lenrek
2021-04-25kernel: clean up Mach structurecinap_lenrek
2021-03-01devpccard, pci: fix pccard support and handle pci expansion romscinap_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-20kernel: handle tos and per process pcycle counters in port/cinap_lenrek
2020-11-21kernel: add portable pcimsienable()/pcimsidisable(), disable MSI/MSI-X on pci...cinap_lenrek
2020-09-13kernel: massive pci code rewritecinap_lenrek
2020-07-03bcm64: increase maximum segment size to 8GBcinap_lenrek
2020-07-02bcm64: handle 8GB of physical memory for raspberry pi4cinap_lenrek
2020-07-02bcm64: fix usb xhci controller on pi4 8GB variant (thanks richard miller)cinap_lenrek
2020-06-06bcm64: bring pci code in line with the pc/pc64cinap_lenrek
2020-06-06bcm64: use uvlong for ISAConf.portcinap_lenrek
2020-06-06bcm64: use 64-bit uvlong physical address in vmap()cinap_lenrek
2020-05-07bcm64: fix kernels cmpswap() functioncinap_lenrek
2020-02-02kernel: cleanup makefile for $CONF.$O targetcinap_lenrek
2020-01-26kernel: implement portable userinit() and simplify process creationcinap_lenrek
2019-09-15bcm64: add addarchfile() prototype to fns.h (for qeed)cinap_lenrek
2019-09-14bcm64: enter page tables in mmutop *AFTER* switching asid in mmuswitch()cinap_lenrek
2019-09-02bcm64: enable devgpio in kernel configuration (thanks qeed)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-25bcm64: replace emmc2 driver with richard millers sdhc drivercinap_lenrek
2019-08-23bcm64: deal with discontinuous memory regions, avoid virtual memory aliasing,...cinap_lenrek
2019-08-19bcm64: do not use OTP_BOOTMODE_REG to determine OSC frequency (thanks richard...cinap_lenrek
2019-08-18bcm64: add support for more than 1GB of ram (untested)cinap_lenrek
2019-08-18bcm64: add driver for emmc2 controllercinap_lenrek
2019-08-16bcm64: poll gisb arbiter for asynchronous bus errorscinap_lenrek
2019-08-16ethergenet: remove debuggingcinap_lenrek
2019-08-16bcm64: set XN bits for kernel device mappingscinap_lenrek
2019-07-28bcm, bcm64: add vcore support for raspberry pi 3 GPIO expandercinap_lenrek
2019-07-27bcm64: fix wrong prescaler for generic timer on rpi4cinap_lenrek
2019-07-25ethergenet: fix flow control negotiationcinap_lenrek
2019-07-25bcm64: add config for raspberry pi 4cinap_lenrek
2019-07-25bcm64: work in progress genet ethernet driver for raspberry pi 4cinap_lenrek