| Age | Commit message (Expand) | Author |
| 2022-04-25 | systemd: add systemd.Run() wrapper for systemd-run | Maciej Borzecki |
| 2022-03-21 | kernel/fde: add EncryptedDeviceMapperName, DeviceSetupHookPartitionOffset | Ian Johnson |
| 2022-03-20 | kernel/fde: add PartitionName to various structs | Ian Johnson |
| 2022-03-20 | kernel/fde/reveal_key.go: ensure Mock* function only used in tests | Ian Johnson |
| 2022-03-14 | kernel/fde/fde_test.go: use DeepEquals for a [][]string comparison | Ian Johnson |
| 2022-03-11 | kernel/fde: adjust variable names in unit tests, check calls to hook in a test | Ian Johnson |
| 2022-03-11 | kernel/fde/device_unlock.go: add doc-comments | Ian Johnson |
| 2022-03-11 | Merge branch 'master' into ice/fde-device-unlock | Ian Johnson |
| 2021-11-22 | kernel/fde, osutil: rename functions, add doc-comments | Ian Johnson |
| 2021-11-16 | osutil/disks, kernel/fde: rename device mapper back resolver | Ian Johnson |
| 2021-11-09 | kernel/fde: add DeviceUnlockKernelHookDeviceMapperHandler, use w/ disks pkg | Ian Johnson |
| 2021-10-07 | fde: tweak/fix doc strings (thanks to Ian) | Michael Vogt |
| 2021-10-07 | fde: remove (uneeded) sleep in tests (thanks to Ian) | Michael Vogt |
| 2021-09-25 | Merge remote-tracking branch 'upstream/master' into ice/refactor-fde-minimal | Michael Vogt |
| 2021-09-24 | fde: improve error handling and doc strings for methods | Michael Vogt |
| 2021-09-24 | Merge remote-tracking branch 'upstream/master' into ice/fde-device-unlock | Michael Vogt |
| 2021-09-23 | Merge pull request #10815 from mvo5/ice/has-device-unlock | Michael Vogt |
| 2021-09-23 | fde: fix typos | Michael Vogt |
| 2021-09-22 | fde: add new device-setup support to fde-setup | Michael Vogt |
| 2021-09-22 | fde,devicestate: add new fde.CheckFeatures() and use in DeviceManager | Michael Vogt |
| 2021-09-21 | fde: add new DeviceUnlock() call | Michael Vogt |
| 2021-09-21 | fde: extract new runFDEinitramfsHelper() helper | Michael Vogt |
| 2021-09-21 | fde: add HasDeviceUnlock() helper | Michael Vogt |
| 2021-09-20 | kernel/fde: mock systemd-run in unit test | Alberto Mardegan |
| 2021-04-27 | kernel: fix typo/improve comment (thanks to Pawel) | Michael Vogt |
| 2021-04-25 | many: drop some now spurious [:] slicing | Samuele Pedroni |
| 2021-04-25 | kernel/fde,secboot: small cleanups | Samuele Pedroni |
| 2021-04-25 | kernel/fde: typo in filename reveal_key.go | Samuele Pedroni |
| 2021-04-24 | Merge remote-tracking branch 'upstream/master' into fde-hooks-v2.4 | Samuele Pedroni |
| 2021-04-23 | kernel/fde,secboot: move infra to run fde-reveal-key to kernel/fde | Samuele Pedroni |
| 2021-04-23 | kernel/fde: drop unused SetupRequest.Models | Samuele Pedroni |
| 2021-04-23 | kernel/fde: fix v1 marker handle | Samuele Pedroni |
| 2021-04-23 | many: disentagle kernel/fde from secboot, reorg files in the latter | Samuele Pedroni |
| 2021-04-23 | boot,fde: cleanup after master merge | Michael Vogt |
| 2021-04-23 | fix tests, remove left-over code | Michael Vogt |
| 2021-04-22 | fix tests | Michael Vogt |
| 2021-04-22 | update tests | Michael Vogt |
| 2021-04-22 | Merge branch 'fde-hooks-split-from-10149-1' into fde-hooks-v2.4 | Michael Vogt |
| 2021-04-22 | many: move FDE details to kernel/fde (was devicestate/fde) | Samuele Pedroni |
| 2020-12-10 | kernel: export valid asset name regex | Maciej Borzecki |
| 2020-12-10 | kernel: match with gadget code and allow dashes in asset name, update validation | Maciej Borzecki |
| 2020-12-10 | kernel: validate the sanity of asset.content | Maciej Borzecki |
| 2020-09-02 | kernel: update doc string (thanks to Maciej) | Michael Vogt |
| 2020-08-28 | kernel: remove "edition" from kernel.yaml and add "update" | Michael Vogt |
| 2020-08-20 | kernel: tweak error message in validateAssetsContent() (thanks to Maciej) | Michael Vogt |
| 2020-08-20 | Merge remote-tracking branch 'upstream/master' into kernel-validate | Michael Vogt |
| 2020-08-20 | kernel: fix typo (thanks to Ian) | Michael Vogt |
| 2020-08-14 | kernel: add basic asset name validation (alphanumeric only for now) | Michael Vogt |
| 2020-08-14 | kernel: add kernel.Validate() | Michael Vogt |
| 2020-08-14 | kernel: fix `gofmt -s` | Michael Vogt |