index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Lines
2022-11-09
efi: libstub: Clone memcmp() into the stub
Ard Biesheuvel
-10
/
+19
2022-11-09
efi: libstub: Use local strncmp() implementation unconditionally
Ard Biesheuvel
-2
/
+0
2022-11-09
arm64: efi: Move efi-entry.S into the libstub source directory
Ard Biesheuvel
-2
/
+59
2022-11-09
arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()
Ard Biesheuvel
-1
/
+9
2022-11-09
efi: libstub: Deduplicate ftrace command line argument filtering
Ard Biesheuvel
-9
/
+10
2022-11-09
efi: libstub: Drop handling of EFI properties table
Ard Biesheuvel
-13
/
+0
2022-11-09
efi: libstub: Drop randomization of runtime memory map
Ard Biesheuvel
-29
/
+0
2022-11-07
ARM: 9255/1: efi/dump UEFI runtime page tables for ARM
Wang Kefeng
-2
/
+2
2022-11-04
Merge tag 'efi-fixes-for-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-51
/
+28
2022-11-03
firmware: ti_sci: Use devm_bitmap_zalloc when applicable
Christophe JAILLET
-5
/
+3
2022-11-04
Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-6
/
+32
2022-11-02
Merge tag 'scmi-fixes-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Arnd Bergmann
-32
/
+88
2022-11-01
firmware: arm_scmi: Fix deferred_tx_wq release on error paths
Cristian Marussi
-7
/
+13
2022-11-01
firmware: arm_scmi: Fix devres allocation device in virtio transport
Cristian Marussi
-3
/
+3
2022-11-01
firmware: arm_scmi: Make Rx chan_setup fail on memory errors
Cristian Marussi
-2
/
+6
2022-11-01
firmware: arm_scmi: Make tx_prepare time out eventually
Cristian Marussi
-8
/
+34
2022-11-01
firmware: arm_scmi: Suppress the driver's bind attributes
Cristian Marussi
-0
/
+1
2022-11-01
firmware: arm_scmi: Cleanup the core driver removal callback
Cristian Marussi
-12
/
+31
2022-10-28
efi: efivars: Fix variable writes with unsupported query_variable_store()
Ard Biesheuvel
-48
/
+20
2022-10-28
firmware: ti_sci: Fix polled mode during system suspend
Georgi Vlaev
-3
/
+2
2022-10-28
firmware: ti_sci: Use the non-atomic bitmap API when applicable
Christophe JAILLET
-3
/
+3
2022-10-28
firmware: ti_sci: Use the bitmap API to allocate bitmaps
Christophe JAILLET
-3
/
+2
2022-10-28
firmware: raspberrypi: Provide a helper to query a clock max rate
Maxime Ripard
-0
/
+20
2022-10-28
firmware: raspberrypi: Introduce rpi_firmware_find_node()
Maxime Ripard
-6
/
+12
2022-10-24
firmware: tegra: bpmp: Do not support big-endian
Thierry Reding
-24
/
+20
2022-10-24
firmware: tegra: bpmp: Use iosys-map helpers
Thierry Reding
-94
/
+130
2022-10-24
firmware: tegra: bpmp: Prefer u32 over uint32_t
Thierry Reding
-20
/
+20
2022-10-24
efi: random: Use 'ACPI reclaim' memory for random seed
Ard Biesheuvel
-1
/
+6
2022-10-24
efi: random: reduce seed size to 32 bytes
Ard Biesheuvel
-1
/
+1
2022-10-24
efi/tpm: Pass correct address to memblock_reserve
Jerry Snitselaar
-1
/
+1
2022-10-24
firmware: imx: scu-pd: add missed USB_1_PHY pd
Frank Li
-0
/
+1
2022-10-21
efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
Ard Biesheuvel
-6
/
+6
2022-10-21
efi: libstub: Fix incorrect payload size in zboot header
Ard Biesheuvel
-1
/
+2
2022-10-21
efi: libstub: Give efi_main() asmlinkage qualification
Ard Biesheuvel
-3
/
+3
2022-10-21
efi: efivars: Fix variable writes without query_variable_store()
Ard Biesheuvel
-5
/
+5
2022-10-21
efi: ssdt: Don't free memory if ACPI table was loaded successfully
Ard Biesheuvel
-0
/
+2
2022-10-21
efi: libstub: Remove zboot signing from build options
Ard Biesheuvel
-47
/
+4
2022-10-20
efi/cper: Export several helpers for ghes_edac to use
Jia He
-0
/
+3
2022-10-19
firmware: xilinx: Add qspi firmware interface
Rajan Vaja
-0
/
+7
2022-10-17
efi: pstore: Follow convention for the efi-pstore backend name
Guilherme G. Piccoli
-1
/
+1
2022-10-17
firmware: raspberrypi: Use dev_err_probe() to simplify code
Yuan Can
-6
/
+3
2022-10-11
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-2
/
+8
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+2
2022-10-09
Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-489
/
+1237
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-0
/
+9
2022-10-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
-2
/
+2
2022-10-06
Merge tag 'arm-drivers-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-42
/
+227
2022-10-05
Merge tag 'drm-next-2022-10-05' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-0
/
+4
2022-10-04
Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
-0
/
+31
2022-10-03
Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
-6
/
+8
[prev]
[next]