[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/6] Document mm
From: |
Daniel Axtens |
Subject: |
[PATCH 0/6] Document mm |
Date: |
Thu, 25 Nov 2021 02:22:44 +1100 |
Daniel K asked me to document some of the grub mm code as part of my
work on grub mm arising from my work on secure boot. Hopefully this
suffices.
I'd appreciate checks for technical correctness! I have found a number
of mistakes during the writing process arising from my own
misunderstandings, and it's likely there are others.
[I haven't been able to make much progress on the guts of the mm work
so far due to busyness. I know I need to fix some issues around
Stefan's TPM support work and address the review comments. But I
thought if I get these docs out, some of them might be mergable as-is
and if not I'll keep revising them and keep them at the start of any
future series. And having the stuff worked out should make it easier
to do work the substantive work in mm.]
- [PATCH 0/6] Document mm,
Daniel Axtens <=
- [PATCH 1/6] mm: document grub internal memory management structures, Daniel Axtens, 2021/11/24
- [PATCH 4/6] mm: document grub_free, Daniel Axtens, 2021/11/24
- [PATCH 3/6] mm: grub_real_malloc: make small allocs comment match code, Daniel Axtens, 2021/11/24
- [PATCH 5/6] mm: document grub_mm_init_region, Daniel Axtens, 2021/11/24
- [PATCH 6/6] [RFC] docs: document mm, Daniel Axtens, 2021/11/24
- [PATCH 2/6] mm: clarify grub_real_malloc, Daniel Axtens, 2021/11/24