index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-09
efi/loongarch: Don't jump to kernel entry via the old image
Ard Biesheuvel
1
-9
/
+24
2022-11-09
efi/arm64: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
5
-29
/
+76
2022-11-09
efi/riscv: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
3
-75
/
+106
2022-11-09
efi: libstub: Factor out min alignment and preferred kernel load address
Ard Biesheuvel
3
-23
/
+6
2022-11-09
efi: libstub: Add image code and data size to the zimage metadata
Ard Biesheuvel
2
-13
/
+11
2022-11-09
efi: libstub: Factor out EFI stub entrypoint into separate file
Ard Biesheuvel
4
-64
/
+100
2022-11-09
efi: libstub: Provide local implementations of strrchr() and memchr()
Ard Biesheuvel
2
-1
/
+64
2022-11-09
efi: libstub: Move screen_info handling to common code
Ard Biesheuvel
7
-41
/
+93
2022-11-09
efi: libstub: Enable efi_printk() in zboot decompressor
Ard Biesheuvel
5
-167
/
+198
2022-11-09
efi: libstub: Clone memcmp() into the stub
Ard Biesheuvel
2
-10
/
+19
2022-11-09
efi: libstub: Use local strncmp() implementation unconditionally
Ard Biesheuvel
1
-2
/
+0
2022-11-09
arm64: efi: Move efi-entry.S into the libstub source directory
Ard Biesheuvel
2
-2
/
+59
2022-11-09
arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()
Ard Biesheuvel
1
-1
/
+9
2022-11-09
efi: libstub: Deduplicate ftrace command line argument filtering
Ard Biesheuvel
1
-9
/
+10
2022-11-09
efi: libstub: Drop handling of EFI properties table
Ard Biesheuvel
1
-13
/
+0
2022-11-09
efi: libstub: Drop randomization of runtime memory map
Ard Biesheuvel
1
-29
/
+0
2022-11-07
ARM: 9255/1: efi/dump UEFI runtime page tables for ARM
Wang Kefeng
1
-2
/
+2
2022-11-04
Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-51
/
+28
2022-11-03
firmware: ti_sci: Use devm_bitmap_zalloc when applicable
Christophe JAILLET
1
-5
/
+3
2022-11-04
Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-6
/
+32
2022-11-02
Merge tag 'scmi-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Arnd Bergmann
8
-32
/
+88
2022-11-01
firmware: arm_scmi: Fix deferred_tx_wq release on error paths
Cristian Marussi
1
-7
/
+13
2022-11-01
firmware: arm_scmi: Fix devres allocation device in virtio transport
Cristian Marussi
1
-3
/
+3
2022-11-01
firmware: arm_scmi: Make Rx chan_setup fail on memory errors
Cristian Marussi
1
-2
/
+6
2022-11-01
firmware: arm_scmi: Make tx_prepare time out eventually
Cristian Marussi
6
-8
/
+34
2022-11-01
firmware: arm_scmi: Suppress the driver's bind attributes
Cristian Marussi
1
-0
/
+1
2022-11-01
firmware: arm_scmi: Cleanup the core driver removal callback
Cristian Marussi
3
-12
/
+31
2022-10-28
efi: efivars: Fix variable writes with unsupported query_variable_store()
Ard Biesheuvel
1
-48
/
+20
2022-10-28
firmware: ti_sci: Fix polled mode during system suspend
Georgi Vlaev
1
-3
/
+2
2022-10-28
firmware: ti_sci: Use the non-atomic bitmap API when applicable
Christophe JAILLET
1
-3
/
+3
2022-10-28
firmware: ti_sci: Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-3
/
+2
2022-10-28
firmware: raspberrypi: Provide a helper to query a clock max rate
Maxime Ripard
1
-0
/
+20
2022-10-28
firmware: raspberrypi: Introduce rpi_firmware_find_node()
Maxime Ripard
1
-6
/
+12
2022-10-24
firmware: tegra: bpmp: Do not support big-endian
Thierry Reding
2
-24
/
+20
2022-10-24
firmware: tegra: bpmp: Use iosys-map helpers
Thierry Reding
4
-94
/
+130
2022-10-24
firmware: tegra: bpmp: Prefer u32 over uint32_t
Thierry Reding
1
-20
/
+20
2022-10-24
efi: random: Use 'ACPI reclaim' memory for random seed
Ard Biesheuvel
1
-1
/
+6
2022-10-24
efi: random: reduce seed size to 32 bytes
Ard Biesheuvel
1
-1
/
+1
2022-10-24
efi/tpm: Pass correct address to memblock_reserve
Jerry Snitselaar
1
-1
/
+1
2022-10-24
firmware: imx: scu-pd: add missed USB_1_PHY pd
Frank Li
1
-0
/
+1
2022-10-21
efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
Ard Biesheuvel
3
-6
/
+6
2022-10-21
efi: libstub: Fix incorrect payload size in zboot header
Ard Biesheuvel
1
-1
/
+2
2022-10-21
efi: libstub: Give efi_main() asmlinkage qualification
Ard Biesheuvel
1
-3
/
+3
2022-10-21
efi: efivars: Fix variable writes without query_variable_store()
Ard Biesheuvel
1
-5
/
+5
2022-10-21
efi: ssdt: Don't free memory if ACPI table was loaded successfully
Ard Biesheuvel
1
-0
/
+2
2022-10-21
efi: libstub: Remove zboot signing from build options
Ard Biesheuvel
2
-47
/
+4
2022-10-20
efi/cper: Export several helpers for ghes_edac to use
Jia He
1
-0
/
+3
2022-10-19
firmware: xilinx: Add qspi firmware interface
Rajan Vaja
1
-0
/
+7
2022-10-17
efi: pstore: Follow convention for the efi-pstore backend name
Guilherme G. Piccoli
1
-1
/
+1
2022-10-17
firmware: raspberrypi: Use dev_err_probe() to simplify code
Yuan Can
1
-6
/
+3
[prev]
[next]