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-01
efi/tpm: Use efi_err for error messages
Arvind Sankar
-1
/
+1
2020-05-01
efi/gop: Use efi_err for error messages
Arvind Sankar
-5
/
+5
2020-05-01
efi/x86: Use efi_err for error messages
Arvind Sankar
-12
/
+12
2020-05-01
efi/libstub: Move pr_efi/pr_efi_err into efi namespace
Arvind Sankar
-52
/
+52
2020-05-01
efi/libstub: Add a helper function to split 64-bit values
Arvind Sankar
-22
/
+23
2020-05-01
efi/x86: Use correct size for boot_params
Arvind Sankar
-3
/
+4
2020-04-30
efi/libstub: Avoid returning uninitialized data from setup_graphics()
Heinrich Schuchardt
-1
/
+5
2020-04-28
firmware: xilinx: Add sysfs and API to set boot health status
Rajan Vaja
-0
/
+39
2020-04-28
firmware: xilinx: Add sysfs to set shutdown scope
Rajan Vaja
-1
/
+97
2020-04-28
firmware: xilinx: Add system shutdown API interface
Rajan Vaja
-0
/
+13
2020-04-28
firmware: xilinx: Add sysfs interface
Rajan Vaja
-1
/
+166
2020-04-28
firmware: xilinx: Add APIs to read/write GGS/PGGS registers
Rajan Vaja
-0
/
+66
2020-04-28
firmware: xilinx: Remove eemi ops for fpga related APIs
Rajan Vaja
-28
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for aes engine
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for set_requirement
Rajan Vaja
-4
/
+4
2020-04-28
firmware: xilinx: Remove eemi ops for release_node
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for request_node
Rajan Vaja
-4
/
+3
2020-04-28
firmware: xilinx: Remove eemi ops for set_suspend_mode
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for init_finalize
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for reset_get_status
Rajan Vaja
-3
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for reset_assert
Rajan Vaja
-3
/
+3
2020-04-28
firmware: xilinx: Use APIs instead of IOCTLs
Rajan Vaja
-29
/
+89
2020-04-28
firmware: xilinx: Remove eemi ops for clock set/get parent
Rajan Vaja
-4
/
+4
2020-04-28
firmware: xilinx: Remove eemi ops for clock set/get rate
Rajan Vaja
-4
/
+4
2020-04-28
firmware: xilinx: Remove eemi ops for clock_getdivider
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for clock_setdivider
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for clock_getstate
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for clock_disable
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for clock_enable
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for query_data
Rajan Vaja
-4
/
+3
2020-04-28
firmware: xilinx: Remove eemi ops for get_chipid
Rajan Vaja
-2
/
+2
2020-04-28
firmware: xilinx: Remove eemi ops for get_api_version
Rajan Vaja
-3
/
+3
2020-04-28
firmware: fpga: replace the error codes with the standard ones
Richard Gong
-49
/
+23
2020-04-26
Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2020-04-25
efi/libstub: Re-enable command line initrd loading for x86
Ard Biesheuvel
-2
/
+2
2020-04-24
efi: Move arch_tables check to caller
Ard Biesheuvel
-10
/
+8
2020-04-24
efi: Clean up config table description arrays
Ard Biesheuvel
-16
/
+16
2020-04-24
efi/libstub/x86: Avoid getter function for efi_is64
Ard Biesheuvel
-8
/
+0
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
-39
/
+20
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
-32
/
+22
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
-14
/
+11
2020-04-24
efi/x86: Remove __efistub_global and add relocation check
Arvind Sankar
-15
/
+21
2020-04-24
efi/arm: Remove __efistub_global annotation
Arvind Sankar
-4
/
+5
2020-04-24
efi/libstub: Move efi_relocate_kernel() into separate source file
Ard Biesheuvel
-184
/
+175
2020-04-24
efi/libstub/arm64: Switch to ordinary page allocator for kernel image
Ard Biesheuvel
-2
/
+2
2020-04-24
efi/libstub: Add API function to allocate aligned memory
Ard Biesheuvel
-17
/
+71
2020-04-23
efi/libstub/arm64: Simplify randomized loading of kernel image
Ard Biesheuvel
-27
/
+5
2020-04-23
efi/libstub/arm64: Replace 'preferred' offset with alignment check
Ard Biesheuvel
-37
/
+25
2020-04-23
efi/libstub/random: Increase random alloc granularity
Ard Biesheuvel
-1
/
+1
2020-04-23
efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN
Ard Biesheuvel
-1
/
+3
[prev]
[next]