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-01-16 | kernel: make Page.txtflush into an array | cinap_lenrek |
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-07-25 | kernel: page counts a ulong, not usize | cinap_lenrek |
2021-04-25 | kernel: clean up Mach structure | cinap_lenrek |
2021-03-13 | kernel: remove ucalloc.c duplicates | cinap_lenrek |
2021-03-01 | devpccard, pci: fix pccard support and handle pci expansion roms | 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-10-09 | kernel: get rid of unused ucallocb | cinap_lenrek |
2020-09-13 | kernel: massive pci code rewrite | cinap_lenrek |
2020-04-04 | kernel: remove scheddump() comment for delay() in */fns.h | 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-07-17 | usbehci: introduce dmaflush() function to handle portable cache invalidation ... | cinap_lenrek |
2019-07-11 | kernel: move common ethermii to port/ | cinap_lenrek |
2019-06-20 | bcm, kw, omap, teg2: implement setregisters() | cinap_lenrek |
2019-04-11 | kernel: get rid of KSTKSIZE alias for KSTACK | cinap_lenrek |
2019-04-11 | kernel: get rid of PTR2UINT() and UINT2PTR() macros | cinap_lenrek |
2019-02-27 | kernel: remove ptclbsum dependencies from configs | 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-12-18 | devether: dont forward loopback packets on bridges | cinap_lenrek |
2017-12-15 | ether: allow spoofing of source mac address for bridges; used by vmx | cinap_lenrek |
2017-12-09 | devether: remove duplicated parseether() implementation (pull from libip) | cinap_lenrek |
2017-11-19 | kernel: make isaconfig() consistent, not inplace tokenizing the conf string | 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-06-12 | kernel: add support for hardware watchpoints | aiju |
2017-03-11 | kernel: get rid of active.Lock and active.thunderbirdsargo | cinap_lenrek |
2017-03-11 | teg2: fix format string warning in mmu.c | 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-19 | kernel: do not pull in atom.s from libc for arm kernels | cinap_lenrek |
2015-06-15 | kernel: add pagechaindone() to wakeup processes waiting for memory | cinap_lenrek |
2015-05-30 | io.h: fis comment PciSID (alphapc, kw, mtx, teg2) (thanks qeed!) | cinap_lenrek |
2015-04-30 | pass Ureg* argument to note handler in R0 register on arm | cinap_lenrek |
2015-02-07 | kernel: reduce Page structure size by changing Page.cachectl[] | 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 |