Age | Commit message (Expand) | Author |
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-02-05 | bcm: fix rebootcode linkage | cinap_lenrek |
2022-02-05 | devgpio: make reading ctl file return 0 bytes | 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-07 | bcm64: parse the emmc2bus/dma-ranges device-tree property and provide *emmc2b... | cinap_lenrek |
2021-11-07 | bcm/emmc: remove unused cardr wakeup(), use MACHP(0) as tick reference | cinap_lenrek |
2021-10-11 | kernel: move waserror() macro to port/portfns.h | cinap_lenrek |
2021-07-25 | kernel: page counts a ulong, not usize | cinap_lenrek |
2021-04-25 | kernel: clean up Mach structure | cinap_lenrek |
2021-04-25 | bcm: try ATAGS/DTB pointer from R2 on entry | cinap_lenrek |
2021-02-28 | bcm: change color chan to RGB24 (thanks p.kosyh) | 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-21 | kernel: update procsave() comment, we'r not holding up->rlock anymore | cinap_lenrek |
2020-12-20 | kernel: handle tos and per process pcycle counters in port/ | cinap_lenrek |
2020-07-02 | bcm64: fix usb xhci controller on pi4 8GB variant (thanks richard miller) | cinap_lenrek |
2020-04-22 | bcm, bcm64: dancing to the drum of the linux clowns for device tree memory si... | cinap_lenrek |
2020-04-10 | kernel: cleanup the software mouse cursor mess | cinap_lenrek |
2020-04-04 | kernel: remove scheddump() comment for delay() in */fns.h | cinap_lenrek |
2020-02-09 | bcm: change ARGB32 to XRGB32 for framebuffer to avoid slow drawing | Roberto E. Vargas Caballero |
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-12-04 | bcm: use extended small pages so XN bit can work | cinap_lenrek |
2019-10-27 | bcm: fix software cursor avoidance for loadimage() case (thanks bitmapper) | 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-23 | bcm64: deal with discontinuous memory regions, avoid virtual memory aliasing,... | cinap_lenrek |
2019-08-22 | bcm: invalidate cache on Fbinfo after firmware completion | cinap_lenrek |
2019-08-22 | bcm: flush out early boot messages on uart and screen initialization | cinap_lenrek |
2019-08-21 | bcm: set XN bits for kernel device mappings | cinap_lenrek |
2019-08-18 | bcm64: add driver for emmc2 controller | cinap_lenrek |
2019-08-16 | bcm: fix typo in gpio.c on unused AFedge0 constant | cinap_lenrek |
2019-07-28 | bcm, bcm64: add vcore support for raspberry pi 3 GPIO expander | cinap_lenrek |
2019-07-27 | bcm, bcm64: add BCM2711 support for gpiopull(), fix gpiomeminit(), cleanup | cinap_lenrek |
2019-07-25 | bcm, bcm64: clean dma destination buffer before issuing dma in case of non ca... | cinap_lenrek |
2019-07-25 | bcm, bcm64: make irq.$O optional and add intrdisable(), use intrenable() | cinap_lenrek |
2019-07-25 | bcm, bcm64: add dmaflush() function and make virtio size and virtual address ... | cinap_lenrek |
2019-07-25 | bcm, bcm64: add support for device tree parameter passing | cinap_lenrek |
2019-06-20 | bcm, kw, omap, teg2: implement setregisters() | cinap_lenrek |
2019-05-19 | bcm, bcm64: fix cache operations for dma and emmc | cinap_lenrek |
2019-05-13 | bcm: add cache invalidate before accessing prop buffer | cinap_lenrek |
2019-05-13 | bcm, bcm64: preserve memsize across reboots, avoid trashing atags while parsi... | cinap_lenrek |
2019-05-05 | bcm: make sure fiq is on enabled on cpu0 | cinap_lenrek |
2019-05-05 | usbdwc: enable Slowbuilkin workarround, improve split transaction timing, han... | cinap_lenrek |
2019-05-03 | bcm: don't call nil on PADDR() in dmaaddr(), return busdram dummy address | cinap_lenrek |