Age | Commit message (Expand) | Author |
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-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-01-01 | remove ssl from zynq and remaining kernel configurations | qwx |
2021-10-11 | kernel: move waserror() macro to port/portfns.h | cinap_lenrek |
2021-01-17 | pc, pc64: add minimal HPET driver to measure LAPIC and TSC frequencies | cinap_lenrek |
2020-12-22 | kernel: avoid palloc lock during mmurelease() | cinap_lenrek |
2020-12-21 | pc, xen: move fpu setup/fork/save/restore handlers to pc/fpu.c | 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-12-06 | xen: use pc/fpu.c | cinap_lenrek |
2020-12-06 | xen: fix for the last avx changes | Sigrid |
2020-11-29 | pc, pc64, xen: rewrite interrupt handling code | cinap_lenrek |
2020-11-03 | pc, pc64: allocate i/o port space for unassigned pci bars, move ioalloc() to ... | cinap_lenrek |
2020-03-29 | xen: fix rebootcode linkage | 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-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-05-01 | kernel: get rid of checkpagerefs() debugging | cinap_lenrek |
2019-04-04 | xen: remove obsolete TSTKTOP constant | cinap_lenrek |
2019-02-27 | libip: move optimized 386 assembly version of ptclbsum() from kernel to libip | cinap_lenrek |
2018-02-25 | devether: remove (unimplemented) detach, allow device creation on attach | cinap_lenrek |
2018-02-18 | devether: mux bridges, portable netconsole | cinap_lenrek |
2018-02-11 | kernel: move devether and wifi to port/ | cinap_lenrek |
2017-11-04 | kernel: introduce per process FPU struct (PFPU) for more flexible machine spe... | cinap_lenrek |
2017-10-29 | kernel: introduce devswap #ΒΆ to serve /dev/swap and handle swapfile encryption | cinap_lenrek |
2017-03-11 | kernel: get rid of active.Lock and active.thunderbirdsargo | cinap_lenrek |
2016-12-14 | xen: fix build by adding missing rdrandbuf() function | cinap_lenrek |
2016-01-05 | kernel: change active.machs from bitmap to char array to support up to 64 cpu... | cinap_lenrek |
2015-11-30 | kernel: cleanup exit()/shutdown()/reboot() code | cinap_lenrek |
2015-07-07 | all kernels: declare _tas() to prevent pulling in libc version (for libmemdraw) | cinap_lenrek |
2015-06-15 | kernel: add pagechaindone() to wakeup processes waiting for memory | cinap_lenrek |
2015-02-07 | kernel: reduce Page structure size by changing Page.cachectl[] | cinap_lenrek |
2014-12-22 | pc, pc64, xen: change return type of intrdisable() to void | cinap_lenrek |
2014-12-22 | pc, pc64, xen: simplify #P/irqalloc | cinap_lenrek |
2014-12-18 | xen: remove segmentation constants, not used on xen. | cinap_lenrek |
2014-12-17 | teg2, xen: remove unused bootdisk[] and fix conf.nswppo factor in kernel memo... | cinap_lenrek |
2014-12-16 | kernel: remove obsolete comment regarding Mntcache size in */main.c | cinap_lenrek |
2014-12-15 | xen: fix cross build | cinap_lenrek |
2014-12-14 | kernel: get rid of /boot/boot parametrization | cinap_lenrek |
2014-12-14 | xen: fix mtrr dummy functions | cinap_lenrek |
2014-11-09 | kernel: remove implicit Proc* argument from procctl() | cinap_lenrek |
2014-06-25 | xen: delete screen.h from pc that accidentally snuck in. a screen.h for xen f... | mischief |
2014-06-25 | xen: fix boot argv0 | mischief |