jlelli / sched-deadline-archive

An implementation of the popular Earliest Deadline First (EDF) scheduling algorithm or the Linux kernel. It is still experimental code, and it is still continuously being improved, but it already is a fully-working solution for supporting typical real-time applications in GNU/Linux environments.
Other
49 stars 31 forks source link

Please rename project to SCHED_EDF #5

Closed pavlinux closed 11 years ago

pavlinux commented 11 years ago

People confused with I/O Scheduler (IOSCHED_DEADLINE)

:)

claudioscordino commented 11 years ago

Actually, SCHED_EDF was the initial name, and it has been changed to SCHED_DEADLINE upon request of the kernel community itself (see https://lkml.org/lkml/2009/9/22/214).

pavlinux commented 11 years ago

Heh, funny :)