Age | Commit message (Expand) | Author |
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-16 | kernel: make Page.txtflush into an array | cinap_lenrek |
2021-12-13 | devssl, cpu, import, oexportfs: delete | Ori Bernstein |
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-01-17 | usbehci: use 64-bit base address, remove resetlck, simplify scanpci() | 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-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-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-02 | kernel: add missing FPillegal definition for kw and omap kernels | 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-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 |
2019-01-30 | devdraw: get rid of softscreen==0xa110c hack and make attachscreen() return M... | 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-07-20 | kernel: fix bounds check in screenputc() | cinap_lenrek |
2017-06-12 | kernel: add support for hardware watchpoints | aiju |
2017-03-18 | devmouse: refactor screen blanking logic | cinap_lenrek |
2017-03-11 | kernel: get rid of active.Lock and active.thunderbirdsargo | cinap_lenrek |
2016-12-10 | devmouse: change msec argument of *mousetrack() to ulong | cinap_lenrek |
2016-11-29 | omap: cleanup mouse.c, just a dummy for mousectl() | cinap_lenrek |
2016-11-29 | omap: fix format string warning %d for long | 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-06-19 | kernel: do not pull in atom.s from libc for arm kernels | cinap_lenrek |
2015-04-30 | pass Ureg* argument to note handler in R0 register on arm | cinap_lenrek |
2015-04-07 | kernel: move arrow cursor definition to port/devmouse.c | cinap_lenrek |
2015-02-14 | usbehci: initial support for usb on zynq, remove uncached.h | cinap_lenrek |
2015-02-07 | kernel: reduce Page structure size by changing Page.cachectl[] | cinap_lenrek |