index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
boot
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic|boot: silence Wunterminated-string-initialization gcc15 warnings
Cristian Rodríguez
2024-08-07
1
-1
/
+1
*
boot: fix typo
Yu Watanabe
2024-08-02
1
-1
/
+1
*
efi: fix link to legacy EFI handover protocol
Luca Boccassi
2024-07-31
1
-1
/
+1
*
stub: allocate and zero enough space in legacy x86 handover protocol
Luca Boccassi
2024-07-31
6
-10
/
+29
*
Fix detection of TDX confidential VM on Azure platform
Daniel P. Berrangé
2024-07-30
1
-3
/
+6
*
sd-varlink: make our internal Varlink API public as sd-varlink.[ch]
Lennart Poettering
2024-07-16
5
-27
/
+28
*
stub: const'ify a few parameters
Lennart Poettering
2024-07-12
1
-6
/
+6
*
boot: compare filename suffixes without case
Lennart Poettering
2024-07-12
1
-1
/
+1
*
stub: Add support for .ucode EFI addons
Tobias Fleig
2024-07-08
1
-45
/
+120
*
stub: mem fixes in devicetree addon handling (#33624)
tfg13
2024-07-04
1
-3
/
+3
*
vmm: make sure we can handle smbios objects without variable part
Lennart Poettering
2024-07-04
1
-2
/
+11
*
meson: Fix various versions
Daan De Meyer
2024-07-04
1
-3
/
+3
*
Merge pull request #33567 from poettering/boot-fixlets
Luca Boccassi
2024-07-04
6
-233
/
+251
|
\
|
*
boot: don't set OsIndications field if already set correctly
Lennart Poettering
2024-07-03
1
-3
/
+8
|
*
boot: cover for hardware keys on phones/tablets
Brenton Simpson
2024-07-03
1
-2
/
+5
|
*
measure: drop incomplete support for PCRs != 11
Lennart Poettering
2024-07-03
1
-67
/
+50
|
*
boot: compare auto- prefix case-insensitively
Lennart Poettering
2024-07-03
1
-3
/
+2
|
*
boot: split out inner part of config_load_type2_entries()
Lennart Poettering
2024-07-03
1
-119
/
+134
|
*
boot: indent error code path, but leave main code path unindented
Lennart Poettering
2024-07-03
1
-3
/
+10
|
*
efi: don't non-chalantly drop const from memory buffer
Lennart Poettering
2024-07-03
1
-1
/
+1
|
*
efi: drop "ret_" prefix from "ret_sections[]" parameter
Lennart Poettering
2024-07-03
2
-24
/
+26
|
*
efi: fix mangle_stub_cmdline() for empty strings
Lennart Poettering
2024-07-03
1
-6
/
+4
|
*
efi: add limit on how large files can be we load into memory at once
Lennart Poettering
2024-07-03
2
-5
/
+11
*
|
src/boot/efi/meson.build: ensure VERSION_TAG exists in case of cross build
Chen Qi
2024-07-04
1
-3
/
+4
*
|
meson: Deal with potential stable versions
Daan De Meyer
2024-07-04
1
-2
/
+2
|
/
*
efivars: rename efivar_get_uint_string() → efivar_get_uint64_str16()
Lennart Poettering
2024-07-02
4
-19
/
+20
*
efi: rename efivar_(set|get)() → efivar_(set|get)_str16()
Lennart Poettering
2024-07-02
5
-24
/
+24
*
efivars: use appropropriate uint8_t type when dealing with "raw" bytes
Lennart Poettering
2024-07-02
1
-3
/
+3
*
efivars: change return parameter of efivar_get_raw() to be void**
Lennart Poettering
2024-07-02
5
-10
/
+10
*
efi: split out efivars.[ch] from util.[ch]
Lennart Poettering
2024-07-02
12
-267
/
+286
*
stub: move safety check for LoadOptions into if block where we actually use it
Lennart Poettering
2024-06-28
1
-7
/
+7
*
stub: don't mangle command line if we got it as array
Lennart Poettering
2024-06-28
1
-1
/
+0
*
stub: make sure we always mangle the cmdlines we read
Lennart Poettering
2024-06-28
1
-12
/
+6
*
efi: share setting of generic efivars between sd-stub/sd-boot
Lennart Poettering
2024-06-26
5
-61
/
+62
*
measure: normalize error paths
Lennart Poettering
2024-06-26
1
-13
/
+27
*
stub: rework linux handover to take "struct iovec"
Lennart Poettering
2024-06-26
4
-43
/
+36
*
stub: turn lookup_name() into shorter and more generic function that turns se...
Lennart Poettering
2024-06-26
1
-19
/
+14
*
stub: add helper that turns PE section into char16_t* string
Lennart Poettering
2024-06-26
1
-7
/
+19
*
stub: reorder variables
Lennart Poettering
2024-06-26
1
-6
/
+6
*
stub: reorder things a bit, so that initrds are generated/looked up together
Lennart Poettering
2024-06-26
1
-5
/
+6
*
stub: uniformly process "measured" flags
Lennart Poettering
2024-06-26
1
-20
/
+12
*
stub: split out function that determines main cmdline
Lennart Poettering
2024-06-26
1
-15
/
+28
*
stub: normalize error handling when looking for PE sections
Lennart Poettering
2024-06-26
1
-5
/
+4
*
stub: slightly reorder things
Lennart Poettering
2024-06-26
1
-7
/
+7
*
stub: split out code that displays boot splash
Lennart Poettering
2024-06-26
1
-2
/
+14
*
stub: split out code that loads all addons from disk into function of its own
Lennart Poettering
2024-06-26
1
-27
/
+45
*
stub: merge separate lists for addon cmdlines/devicetrees into one
Lennart Poettering
2024-06-26
1
-56
/
+36
*
stub: don't make up errors
Lennart Poettering
2024-06-26
1
-1
/
+1
*
stub: add DevicetreeAddon structure
Lennart Poettering
2024-06-26
1
-114
/
+80
*
stub: split out call that loads embedded device tree
Lennart Poettering
2024-06-26
1
-13
/
+24
[next]