Age | Commit message (Expand) | Author |
2023-04-08 | kernel: Clear secrets on reboot | cinap_lenrek |
2022-12-25 | devsrv: Various fixes. | cinap_lenrek |
2022-09-25 | 9/port: revert timer wheel change, breaks pi4 boot, needs more time investiga... | cinap_lenrek |
2022-09-24 | 9/port: reimplement timers to use timer wheel | Ori Bernstein |
2022-09-03 | kernel: half NERR, refcount Note's to avoid excessive allocations for postnot... | cinap_lenrek |
2022-08-17 | kernel: allocate notes in heap | cinap_lenrek |
2025-05-14 | kernel: get rid of Proc.kstack | glenda |
2022-08-10 | 9/port: allow kiloprocs -- allocate procs lazily | Ori Bernstein |
2022-08-09 | kernel: use 64 bits for mountids | glenda |
2022-05-28 | kernel: add chdev command to devcons | Jacob Moody |
2022-01-23 | devenv: allow environment total size of up to 1MB | cinap_lenrek |
2022-01-16 | kernel: make Page.txtflush into an array | cinap_lenrek |
2021-04-25 | kernel: clean up Mach structure | cinap_lenrek |
2021-04-02 | kernel: get rid of physical page bank array and use conf.mem[] instead | cinap_lenrek |
2020-12-20 | kernel: handle tos and per process pcycle counters in port/ | cinap_lenrek |
2020-12-19 | devsons: remove #c/pgrpid | cinap_lenrek |
2020-12-13 | kernel: implement per file descriptor OCEXEC flag, reject ORCLOSE when openin... | cinap_lenrek |
2020-02-23 | kernel: fix multiple devproc bugs and pid reuse issues | cinap_lenrek |
2020-01-26 | kernel: implement portable userinit() and simplify process creation | cinap_lenrek |
2020-01-11 | kernel: remove relics of CPU 'load balancing' policy in scheduler (thanks Rob... | cinap_lenrek |
2019-08-26 | kernel: expose no execute bit to portable mmu code as SG_NOEXEC / PTENOEXEC, ... | cinap_lenrek |
2018-05-27 | sdram: experimental ramdisk driver | cinap_lenrek |
2017-11-26 | devvga: re-render text from kmesg after resize | cinap_lenrek |
2017-11-04 | kernel: introduce per process FPU struct (PFPU) for more flexible machine spe... | cinap_lenrek |
2017-08-11 | kernel: double READSTR buffer size to 8000 bytes for devusb | cinap_lenrek |
2017-06-20 | kernel: add support for sticky segments (cached, preallocated, never paged) | cinap_lenrek |
2017-06-12 | kernel: add support for hardware watchpoints | aiju |
2017-03-29 | kernel: fix twakeup()/timerdel() race condition | cinap_lenrek |
2016-03-31 | kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.h | cinap_lenrek |
2016-03-30 | devsegment: cleanups | cinap_lenrek |
2016-03-27 | zynq: introduce SG_FAULT to prevent access to AXI segment while PL is not ready | cinap_lenrek |
2016-03-17 | abandon streaming experiment | cinap_lenrek |
2015-08-09 | kernel: move "setargs" field in Proc structure after "nargs" and "args" | cinap_lenrek |
2015-08-09 | kernel: mount flag is int not ulong, reduce size of Mount struct by putting m... | cinap_lenrek |
2015-08-09 | kernel: pgrpcpy(), simplify Mount structure | cinap_lenrek |
2015-08-09 | kernel: fix Mheadache | cinap_lenrek |
2015-08-06 | kernel: remove unused MAXCRYPT constant from portdat.h | cinap_lenrek |
2015-08-02 | devenv: avoid indirection, keep Evalue's allocated in an array | cinap_lenrek |
2015-07-26 | kernel: pipelined read ahead for the mount cache | cinap_lenrek |
2015-07-19 | devstream: fast sequential file access with 9p pipelining experiment | cinap_lenrek |
2015-06-15 | kernel: implement separate wait queues for page allocation | cinap_lenrek |
2015-04-16 | kernel: pass segio error string by pointer | cinap_lenrek |
2015-04-16 | kernel: add segio() function for reading/writing segments | cinap_lenrek |
2015-04-12 | kernel: fixed segment support (for fpga experiments) | cinap_lenrek |
2015-03-03 | kernel: fix physical segment handling | cinap_lenrek |
2015-02-07 | kernel: reduce Page structure size by changing Page.cachectl[] | cinap_lenrek |
2015-01-30 | kernel: increase size of palloc.mem[] user page bank array | cinap_lenrek |
2014-12-21 | kernel: avoid inconsistent reads in /proc/#/fd and /proc/#/ns | cinap_lenrek |
2014-08-17 | kernel: make noswap flag exclude processes from killbig() if not eve, reset n... | cinap_lenrek |
2014-07-14 | devproc: fix proccrlmemio bugs | cinap_lenrek |