index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-7.2.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
2020-04-25
efi/libstub: Re-enable command line initrd loading for x86
Ard Biesheuvel
2020-04-24
efi: Move arch_tables check to caller
Ard Biesheuvel
2020-04-24
efi: Clean up config table description arrays
Ard Biesheuvel
2020-04-24
efi/libstub/x86: Avoid getter function for efi_is64
Ard Biesheuvel
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
2020-04-24
efi/x86: Remove __efistub_global and add relocation check
Arvind Sankar
2020-04-24
efi/arm: Remove __efistub_global annotation
Arvind Sankar
2020-04-24
efi/libstub: Move efi_relocate_kernel() into separate source file
Ard Biesheuvel
2020-04-24
efi/libstub/arm64: Switch to ordinary page allocator for kernel image
Ard Biesheuvel
2020-04-24
efi/libstub: Add API function to allocate aligned memory
Ard Biesheuvel
2020-04-23
efi/libstub/arm64: Simplify randomized loading of kernel image
Ard Biesheuvel
2020-04-23
efi/libstub/arm64: Replace 'preferred' offset with alignment check
Ard Biesheuvel
2020-04-23
efi/libstub/random: Increase random alloc granularity
Ard Biesheuvel
2020-04-23
efi/libstub/random: Align allocate size to EFI_ALLOC_ALIGN
Ard Biesheuvel
2020-04-23
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
2020-04-23
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
2020-04-23
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
2020-04-23
efi/gop: Add prototypes for query_mode and set_mode
Arvind Sankar
2020-04-23
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
2020-04-23
efi/gop: Use helper macros for find_bits
Arvind Sankar
2020-04-23
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
2020-04-23
efi/gop: Move variable declarations into loop block
Arvind Sankar
2020-04-23
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
2020-04-23
efi/gop: Factor out locating the gop into a function
Arvind Sankar
2020-04-23
efi/gop: Get mode information outside the loop
Arvind Sankar
2020-04-23
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
2020-04-23
efi/gop: Remove redundant current_fb_base
Arvind Sankar
2020-04-23
efi/libstub/arm: Make install_memreserve_table static
Zou Wei
2020-04-23
efi/libstub: unify EFI call wrappers for non-x86
Ard Biesheuvel
2020-04-23
efi/libstub: Make initrd file loader configurable
Ard Biesheuvel
2020-04-23
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
2020-04-23
firmware: imx: scu: Fix corruption of header
Franck LENORMAND
2020-04-23
efi/libstub: Move arm-stub to a common file
Atish Patra
2020-04-22
firmware: tegra: Make BPMP a regular driver
Thierry Reding
2020-04-20
firmware: qcom_scm: fix bogous abuse of dma-direct internals
Christoph Hellwig
2020-04-20
firmware: qcom_scm: Remove unneeded conversion to bool
Jason Yan
2020-04-20
firmware: arm_scmi: Fix return error code in smc_send_message
Sudeep Holla
2020-04-20
firmware: arm_scmi: Fix handling of unexpected delayed responses
Cristian Marussi
2020-04-20
firmware: arm_scmi: Clear channel for delayed responses
Cristian Marussi
2020-04-20
firmware: arm_scmi: Clear channel on reception of unexpected responses
Cristian Marussi
2020-04-20
firmware: arm_scmi: Rename .clear_notification() transport_ops
Cristian Marussi
2020-04-20
firmware: imx-scu: Support one TX and one RX
Peng Fan
2020-04-17
firmware: imx: fix compile-testing
Arnd Bergmann
2020-04-15
firmware: xilinx: make firmware_debugfs_root static
Jason Yan
2020-04-14
firmware: arm_scmi: Add support for notifications message processing
Sudeep Holla
2020-04-14
firmware: arm_scmi: Add notifications support in transport layer
Cristian Marussi
2020-04-14
firmware: arm_scmi: Update protocol commands and notification list
Sudeep Holla
[prev]
[next]