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-04-23
efi/gop: Allow automatically choosing the best mode
Arvind Sankar
-1
/
+83
2020-04-23
efi/gop: Allow specifying depth as well as resolution
Arvind Sankar
-5
/
+43
2020-04-23
efi/gop: Allow specifying mode by <xres>x<yres>
Arvind Sankar
-1
/
+83
2020-04-23
efi/gop: Allow specifying mode number on command line
Arvind Sankar
-0
/
+112
2020-04-23
efi/gop: Add prototypes for query_mode and set_mode
Arvind Sankar
-2
/
+4
2020-04-23
efi/gop: Remove unreachable code from setup_pixel_info
Arvind Sankar
-40
/
+26
2020-04-23
efi/gop: Use helper macros for find_bits
Arvind Sankar
-18
/
+8
2020-04-23
efi/gop: Use helper macros for populating lfb_base
Arvind Sankar
-2
/
+2
2020-04-23
efi/gop: Move variable declarations into loop block
Arvind Sankar
-5
/
+8
2020-04-23
efi/gop: Slightly re-arrange logic of find_gop
Arvind Sankar
-17
/
+13
2020-04-23
efi/gop: Factor out locating the gop into a function
Arvind Sankar
-6
/
+17
2020-04-23
efi/gop: Get mode information outside the loop
Arvind Sankar
-24
/
+14
2020-04-23
efi/gop: Move check for framebuffer before con_out
Arvind Sankar
-5
/
+6
2020-04-23
efi/gop: Remove redundant current_fb_base
Arvind Sankar
-3
/
+1
2020-04-23
efi/libstub/arm: Make install_memreserve_table static
Zou Wei
-1
/
+1
2020-04-23
efi/libstub: unify EFI call wrappers for non-x86
Ard Biesheuvel
-0
/
+16
2020-04-23
efi/libstub: Make initrd file loader configurable
Ard Biesheuvel
-34
/
+47
2020-04-23
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
-1
/
+1
2020-04-23
firmware: imx: scu: Fix corruption of header
Franck LENORMAND
-5
/
+5
2020-04-23
efi/libstub: Move arm-stub to a common file
Atish Patra
-8
/
+8
2020-04-22
firmware: tegra: Make BPMP a regular driver
Thierry Reding
-6
/
+3
2020-04-20
firmware: qcom_scm: fix bogous abuse of dma-direct internals
Christoph Hellwig
-6
/
+3
2020-04-20
firmware: qcom_scm: Remove unneeded conversion to bool
Jason Yan
-1
/
+1
2020-04-20
firmware: arm_scmi: Fix return error code in smc_send_message
Sudeep Holla
-1
/
+4
2020-04-20
firmware: arm_scmi: Fix handling of unexpected delayed responses
Cristian Marussi
-0
/
+15
2020-04-20
firmware: arm_scmi: Clear channel for delayed responses
Cristian Marussi
-2
/
+4
2020-04-20
firmware: arm_scmi: Clear channel on reception of unexpected responses
Cristian Marussi
-0
/
+1
2020-04-20
firmware: arm_scmi: Rename .clear_notification() transport_ops
Cristian Marussi
-9
/
+9
2020-04-20
firmware: imx-scu: Support one TX and one RX
Peng Fan
-11
/
+43
2020-04-17
firmware: imx: fix compile-testing
Arnd Bergmann
-2
/
+2
2020-04-15
firmware: xilinx: make firmware_debugfs_root static
Jason Yan
-1
/
+1
2020-04-14
firmware: arm_scmi: Add support for notifications message processing
Sudeep Holla
-20
/
+64
2020-04-14
firmware: arm_scmi: Add notifications support in transport layer
Cristian Marussi
-0
/
+40
2020-04-14
firmware: arm_scmi: Update protocol commands and notification list
Sudeep Holla
-0
/
+22
2020-04-14
firmware: arm_scmi: Add receive buffer support for notifications
Sudeep Holla
-6
/
+18
2020-04-14
firmware: arm_scmi: Drop checking for shmem property in parent node
Sudeep Holla
-2
/
+0
2020-04-14
firmware: arm_scmi: Check shmem property for channel availablity
Sudeep Holla
-0
/
+5
2020-04-14
firmware: arm_scmi: Drop empty stub for smc_mark_txdone
Sudeep Holla
-5
/
+0
2020-04-14
firmware: arm_scmi: Make mutex channel specific
Sudeep Holla
-4
/
+4
2020-04-14
firmware: arm_scmi: Add smc/hvc transport
Peng Fan
-1
/
+161
2020-04-14
efi/libstub/file: Merge file name buffers to reduce stack usage
Ard Biesheuvel
-13
/
+14
2020-04-14
efi/x86: Always relocate the kernel for EFI handover entry
Arvind Sankar
-4
/
+10
2020-04-14
efi/x86: Move efi stub globals from .bss to .data
Arvind Sankar
-2
/
+2
2020-04-14
efi/libstub/x86: Remove redundant assignment to pointer hdr
Colin Ian King
-2
/
+0
2020-04-14
efi/cper: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
-1
/
+1
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
-1667
/
+3527
2020-04-10
Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-3
/
+3
2020-04-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-5
/
+3
2020-04-03
Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-267
/
+434
2020-04-03
Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
-0
/
+2
[prev]
[next]