Age | Commit message (Expand) | Author |
2023-05-13 | bcm64: move fpon()/fpoff() into l.s | cinap_lenrek |
2023-04-08 | kernel: Clear secrets on reboot | cinap_lenrek |
2023-01-03 | devip: actually put igmp in ip section | cinap_lenrek |
2023-01-03 | devip: add igmp protocol support to all kernels | cinap_lenrek |
2022-12-27 | sdmmc: new interface for SDio | cinap_lenrek |
2022-12-11 | sdmmc: multiple controller support | cinap_lenrek |
2022-12-03 | usbxhci: split usbxhci in portable and pci / soc specific drivers | cinap_lenrek |
2022-09-25 | devpci: provide a #$ device for PCI config access | cinap_lenrek |
2022-08-17 | kernel: allocate notes in heap | cinap_lenrek |
2022-08-17 | kernel: simplify notify() adding common popnote() function | cinap_lenrek |
2025-05-14 | kernel: get rid of Proc.kstack | glenda |
2022-08-12 | 9: compute available kernel pages using sizeof(Proc*) | Ori Bernstein |
2022-08-10 | 9/port: allow kiloprocs -- allocate procs lazily | Ori Bernstein |
2022-07-18 | kernel: consistently add devbridge and netdevmedium to kernel configs | cinap_lenrek |
2022-01-16 | kernel: make Page.txtflush into an array | cinap_lenrek |
2021-12-13 | devssl, cpu, import, oexportfs: delete | Ori Bernstein |
2021-11-26 | kernel: support large 64-bit pci membars, increase pc64 VMAPSIZE to 1TB | cinap_lenrek |
2021-11-07 | bcm64/sdhc: add *emmc2bus kernel parameter to set dma dram bus address | cinap_lenrek |
2021-10-11 | kernel: move waserror() macro to port/portfns.h | cinap_lenrek |
2021-07-25 | bcm64: make the kernel use virtual timer counter register for cycles() | cinap_lenrek |
2021-07-25 | kernel: page counts a ulong, not usize | cinap_lenrek |
2021-07-23 | arm64: use generic timer virtual counter for cycles() | cinap_lenrek |
2021-04-25 | kernel: clean up Mach structure | cinap_lenrek |
2021-03-01 | devpccard, pci: fix pccard support and handle pci expansion roms | cinap_lenrek |
2021-02-06 | bcm64: get inbound and outbound pci window base address from device tree | cinap_lenrek |
2020-12-22 | kernel: avoid palloc lock during mmurelease() | cinap_lenrek |
2020-12-20 | kernel: handle tos and per process pcycle counters in port/ | cinap_lenrek |
2020-11-21 | kernel: add portable pcimsienable()/pcimsidisable(), disable MSI/MSI-X on pci... | cinap_lenrek |
2020-09-13 | kernel: massive pci code rewrite | cinap_lenrek |
2020-07-03 | bcm64: increase maximum segment size to 8GB | cinap_lenrek |
2020-07-02 | bcm64: handle 8GB of physical memory for raspberry pi4 | cinap_lenrek |
2020-07-02 | bcm64: fix usb xhci controller on pi4 8GB variant (thanks richard miller) | cinap_lenrek |
2020-06-06 | bcm64: bring pci code in line with the pc/pc64 | cinap_lenrek |
2020-06-06 | bcm64: use uvlong for ISAConf.port | cinap_lenrek |
2020-06-06 | bcm64: use 64-bit uvlong physical address in vmap() | cinap_lenrek |
2020-05-07 | bcm64: fix kernels cmpswap() function | cinap_lenrek |
2020-02-02 | kernel: cleanup makefile for $CONF.$O target | cinap_lenrek |
2020-01-26 | kernel: implement portable userinit() and simplify process creation | cinap_lenrek |
2019-09-15 | bcm64: add addarchfile() prototype to fns.h (for qeed) | cinap_lenrek |
2019-09-14 | bcm64: enter page tables in mmutop *AFTER* switching asid in mmuswitch() | cinap_lenrek |
2019-09-02 | bcm64: enable devgpio in kernel configuration (thanks qeed) | cinap_lenrek |
2019-08-27 | kernel: catch execution read fault on SG_NOEXEC segment | cinap_lenrek |
2019-08-26 | kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ... | cinap_lenrek |
2019-08-25 | emmc: 50MHz highspeed support (from richard miller) | cinap_lenrek |
2019-08-25 | bcm64: replace emmc2 driver with richard millers sdhc driver | cinap_lenrek |
2019-08-23 | bcm64: deal with discontinuous memory regions, avoid virtual memory aliasing,... | cinap_lenrek |
2019-08-19 | bcm64: do not use OTP_BOOTMODE_REG to determine OSC frequency (thanks richard... | cinap_lenrek |
2019-08-18 | bcm64: add support for more than 1GB of ram (untested) | cinap_lenrek |
2019-08-18 | bcm64: add driver for emmc2 controller | cinap_lenrek |
2019-08-16 | bcm64: poll gisb arbiter for asynchronous bus errors | cinap_lenrek |