diff options
| author | Levent Kaya <leventkayadev@gmail.com> | 2026-06-28 20:10:58 +0300 |
|---|---|---|
| committer | Levent Kaya <leventkayadev@gmail.com> | 2026-06-28 20:10:58 +0300 |
| commit | cfbb22f99afc885d80d67ff9670cccd2ac2a6b78 (patch) | |
| tree | b7388fdf442f21c483844ea97d142389932938a5 /org/thesis.org | |
Diffstat (limited to 'org/thesis.org')
| -rw-r--r-- | org/thesis.org | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/org/thesis.org b/org/thesis.org new file mode 100644 index 0000000..0c69443 --- /dev/null +++ b/org/thesis.org @@ -0,0 +1,57 @@ +#+title: Thesis Draft +#+author: Levent Kaya +#+startup: overview + +* Title + +Domain-Specific Linux Scheduling with sched_ext + +* Abstract + +Placeholder. + +* 1. Introduction + +** Motivation + +** Problem Statement + +** Research Questions + +** Contributions + +** Thesis Structure + +* 2. Background + +** Linux Scheduling + +** CFS / EEVDF + +** sched_ext + +** eBPF + +* 3. Related Work + +* 4. Methodology + +** Workloads + +** Metrics + +** Experimental Setup + +** Baseline + +** Proposed Scheduler + +* 5. Implementation + +* 6. Evaluation + +* 7. Discussion + +* 8. Conclusion + +* References |
