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
2020-05-20
efi/libstub: Implement printk-style logging
Arvind Sankar
-8
/
+35
2020-05-20
ARM: bcm2835: Switch to use %ptT
Andy Shevchenko
-9
/
+3
2020-05-20
firmware: arm_sdei: Document the motivation behind these set_fs() calls
James Morse
-0
/
+8
2020-05-20
firmware: arm_sdei: remove unused interfaces
Christoph Hellwig
-4
/
+0
2020-05-20
firmware: arm_sdei: Put the SDEI table after using it
Hanjun Guo
-0
/
+2
2020-05-20
firmware: imx: scu: Fix possible memory leak in imx_scu_probe()
Wei Yongjun
-0
/
+1
2020-05-19
ARM: decompressor: run decompressor in place if loaded via UEFI
Ard Biesheuvel
-39
/
+6
2020-05-19
efi/printf: Turn vsprintf into vsnprintf
Arvind Sankar
-18
/
+30
2020-05-19
efi/printf: Abort on invalid format
Arvind Sankar
-6
/
+8
2020-05-19
efi/printf: Refactor code to consolidate padding and output
Arvind Sankar
-126
/
+148
2020-05-19
efi/printf: Handle null string input
Arvind Sankar
-0
/
+5
2020-05-19
efi/printf: Factor out integer argument retrieval
Arvind Sankar
-33
/
+33
2020-05-19
efi/printf: Factor out width/precision parsing
Arvind Sankar
-21
/
+40
2020-05-19
efi/printf: Merge 'p' with the integer formats
Arvind Sankar
-14
/
+8
2020-05-19
efi/printf: Fix minor bug in precision handling
Arvind Sankar
-2
/
+4
2020-05-19
efi/printf: Factor out flags parsing and handle '%' earlier
Arvind Sankar
-25
/
+31
2020-05-19
efi/printf: Add 64-bit and 8-bit integer support
Arvind Sankar
-27
/
+143
2020-05-19
efi/printf: Drop %n format and L qualifier
Arvind Sankar
-12
/
+2
2020-05-19
efi/libstub: Optimize for size instead of speed
Arvind Sankar
-2
/
+2
2020-05-19
efi/libstub: Add a basic printf implementation
Arvind Sankar
-1
/
+320
2020-05-19
efi/libstub: Buffer output of efi_puts
Arvind Sankar
-6
/
+13
2020-05-19
efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
Arvind Sankar
-16
/
+16
2020-05-19
efi/libstub: Include dependencies of efistub.h
Arvind Sankar
-0
/
+5
2020-05-17
tpm: check event log version before reading final events
Loïc Yhuel
-3
/
+7
2020-05-17
efi: Pull up arch-specific prototype efi_systab_show_arch()
Benjamin Thiel
-4
/
+1
2020-05-15
Merge tag 'tegra-for-5.8-arm-core' of git://git.kernel.org/pub/scm/linux/kern...
Arnd Bergmann
-8
/
+22
2020-05-15
efi/libstub: Disable Shadow Call Stack
Sami Tolvanen
-0
/
+3
2020-05-15
firmware: xilinx: Fix an error handling path in 'zynqmp_firmware_probe()'
Christophe JAILLET
-2
/
+2
2020-05-14
efi: cper: Add support for printing Firmware Error Record Reference
Punit Agrawal
-0
/
+62
2020-05-14
efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()
Lenny Szubowicz
-17
/
+22
2020-05-13
USB: pci-quirks: Add Raspberry Pi 4 quirk
Nicolas Saenz Julienne
-1
/
+2
2020-05-13
firmware: raspberrypi: Introduce vl805 init routine
Nicolas Saenz Julienne
-0
/
+61
2020-05-13
dt-bindings: firmware: imx: Move system control into dt-binding headfile
Dong Aisheng
-1
/
+0
2020-05-12
firmware: qcom_scm-legacy: Replace zero-length array with flexible-array
Gustavo A. R. Silva
-1
/
+1
2020-05-12
efi/earlycon: Fix early printk for wider fonts
Dave Young
-6
/
+8
2020-05-11
Merge 5.7-rc5 into char-misc-next
Greg Kroah-Hartman
-1
/
+1
2020-05-09
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
-1
/
+1
2020-05-07
firmware: arm_scmi: fix psci dependency
Sudeep Holla
-2
/
+2
2020-05-06
firmware: tf: Different way of L2 cache enabling after LP2 suspend
Dmitry Osipenko
-2
/
+19
2020-05-06
efi/libstub: Correct comment typos
Joe Perches
-2
/
+2
2020-05-05
efi/libstub: Make efi_printk() input argument const char*
Ard Biesheuvel
-13
/
+8
2020-05-05
efi/libstub/x86: Work around LLVM ELF quirk build regression
Ard Biesheuvel
-0
/
+1
2020-05-05
efi/libstub: Fix mixed mode boot issue after macro refactor
Arvind Sankar
-10
/
+4
2020-05-04
firmware: arm_sdei: Drop check for /firmware/ node and always register driver
Sudeep Holla
-25
/
+12
2020-05-04
firmware: xilinx: Export zynqmp_pm_fpga_{get_status,load}
Nathan Chancellor
-0
/
+2
2020-05-01
efi/libstub: Check return value of efi_parse_options
Arvind Sankar
-8
/
+27
2020-05-01
efi/x86: Support builtin command line
Arvind Sankar
-4
/
+8
2020-05-01
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
-40
/
+52
2020-05-01
efi/x86: Move command-line initrd loading to efi_main
Arvind Sankar
-39
/
+25
2020-05-01
efi/libstub: Upgrade ignored dtb= argument message to error
Arvind Sankar
-1
/
+1
[prev]
[next]