Changes between Initial Version and Version 1 of ToMerge


Ignore:
Timestamp:
2011-11-14T17:29:06Z (12 years ago)
Author:
Martin Decky
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • ToMerge

    v1 v1  
     1== Items to Merge ==
     2
     3This a list of branches and patches which might be interesting for integration into the mainline or at least worth cherrypicking. The list is in no particular order.
     4
     5 * Task checkpointing ([https://code.launchpad.net/~tomas-brambora/helenos/checkpoint lp:~tomas-brambora/helenos/checkpoint])
     6   * Probably hard to integrate as-is, but some ideas might be worth cherrypicking (e.g. restarting of syscalls)
     7
     8 * Statistical profiler ([https://code.launchpad.net/~ersin/helenos/measure2 lp:~ersin/helenos/measure2])
     9   * RTC driver, statistical profiler
     10
     11 * MMU-less operation [https://code.launchpad.net/~jiri-tlach/helenos/nommu lp:~jiri-tlach/helenos/nommu]
     12   * Worth integrating as-is, but a heavy maintenance burden
     13   * Better extending to a genuine hardware platform without MMU
     14
     15 * NUMA support [https://code.launchpad.net/~vojtech-horky/helenos/numa lp:~vojtech-horky/helenos/numa]
     16   * Worth integrating as-is
     17   * Some logical overlap with DMA zones, etc.
     18
     19 * NICF [https://code.launchpad.net/~helenos-nicf/helenos/nicf lp:~helenos-nicf/helenos/nicf]
     20   * Still valuable code unmerged (e.g. RTL8139 and E1000 drivers), but some key parts need reimplementation (DMA zones, DMA in general)
     21
     22 * WIP: GRUB and installer (Dominik Taborsky)
     23   * Worth early integration
     24
     25 * WIP: Xen support (Tomas Benhak)
     26   * Worth early integration
     27
     28 * WIP: Sound subsystem (Jan Vesely)
     29   * Worth early integration (alternative DMA implementation)