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-01-16
Merge tag 'qcom-drivers-for-5.6' of https://git.kernel.org/pub/scm/linux/kern...
Olof Johansson
-1524
/
+1164
2020-01-16
Merge tag 'imx-driver-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Olof Johansson
-1
/
+1
2020-01-16
Merge tag 'mvebu-drivers-5.6-1' of git://git.infradead.org/linux-mvebu into a...
Olof Johansson
-1
/
+1
2020-01-14
firmware: stratix10-svc: Remove unneeded semicolon
zhengbin
-2
/
+2
2020-01-14
firmware: google: Probe for a GSMI handler in firmware
Arthur Heymans
-0
/
+19
2020-01-14
firmware: google: Unregister driver_info on failure and exit in gsmi
Arthur Heymans
-0
/
+6
2020-01-14
firmware: google: Release devices before unregistering the bus
Patrick Rudolph
-0
/
+7
2020-01-12
iscsi_ibft: Don't limits Targets and NICs to two
Lubomir Rintel
-4
/
+5
2020-01-10
efi: Allow disabling PCI busmastering on bridges during boot
Matthew Garrett
-1
/
+152
2020-01-10
efi/x86: Allow translating 64-bit arguments for mixed mode calls
Arvind Sankar
-4
/
+1
2020-01-10
Merge branch 'linus' into efi/core, to pick up fixes
Ingo Molnar
-1
/
+0
2020-01-09
firmware: imx: Allow IMX DSP to be selected as module
Daniel Baluta
-1
/
+1
2020-01-08
Merge tag 'cpuidle_psci-v5.5-rc4' of git://git.linaro.org/people/ulf.hansson/...
Olof Johansson
-65
/
+104
2020-01-08
firmware: turris-mox-rwtm: small white space cleanup
Dan Carpenter
-1
/
+1
2020-01-07
firmware: qcom_scm: Dynamically support SMCCC and legacy conventions
Elliot Berman
-135
/
+176
2020-01-07
firmware: qcom_scm: Remove thin wrappers
Elliot Berman
-948
/
+428
2020-01-07
firmware: qcom_scm: Order functions, definitions by service/command
Elliot Berman
-249
/
+247
2020-01-07
firmware: qcom_scm-32: Add device argument to atomic calls
Elliot Berman
-14
/
+19
2020-01-07
firmware: qcom_scm-32: Create common legacy atomic call
Elliot Berman
-38
/
+68
2020-01-07
firmware: qcom_scm-32: Move SMCCC register filling to qcom_scm_call
Elliot Berman
-12
/
+24
2020-01-07
firmware: qcom_scm-32: Use qcom_scm_desc in non-atomic calls
Elliot Berman
-149
/
+218
2020-01-07
firmware: qcom_scm-32: Add funcnum IDs
Elliot Berman
-3
/
+5
2020-01-07
firmware: qcom_scm-32: Use SMC arch wrappers
Elliot Berman
-55
/
+17
2020-01-07
firmware: qcom_scm-64: Improve SMC convention detection
Elliot Berman
-14
/
+27
2020-01-07
firmware: qcom_scm-64: Move SMC register filling to qcom_scm_call_smccc
Elliot Berman
-20
/
+34
2020-01-07
firmware: qcom_scm-64: Add SCM results struct
Elliot Berman
-43
/
+50
2020-01-07
firmware: qcom_scm-64: Move svc/cmd/owner into qcom_scm_desc
Elliot Berman
-74
/
+121
2020-01-07
firmware: qcom_scm-64: Make SMC macros less magical
Elliot Berman
-3
/
+3
2020-01-07
firmware: qcom_scm: Remove unused qcom_scm_get_version
Elliot Berman
-36
/
+0
2020-01-07
firmware: qcom_scm: Apply consistent naming scheme to command IDs
Elliot Berman
-72
/
+64
2020-01-07
firmware: qcom_scm: Rename macros and structures
Elliot Berman
-60
/
+64
2020-01-06
firmware: tee_bnxt: Fix multiple call to tee_client_close_context
Vikas Gupta
-1
/
+0
2020-01-06
Merge tag 'scmi-updates-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...
Olof Johansson
-7
/
+146
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
-1
/
+1
2020-01-02
firmware: psci: Export functions to manage the OSI mode
Ulf Hansson
-2
/
+16
2019-12-30
drivers: firmware: scmi: Extend SCMI transport layer by trace events
Lukasz Luba
-0
/
+20
2019-12-30
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
-241
/
+1049
2019-12-25
efi/libstub: Tidy up types and names of global cmdline variables
Ard Biesheuvel
-22
/
+28
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
-109
/
+90
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
-13
/
+7
2019-12-25
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
-14
/
+11
2019-12-25
efi/libstub/x86: Work around page freeing issue in mixed mode
Ard Biesheuvel
-1
/
+4
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
-139
/
+111
2019-12-25
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
-61
/
+59
2019-12-25
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
-9
/
+9
2019-12-25
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
-1
/
+14
2019-12-25
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
-10
/
+7
2019-12-25
efi/libstub: Annotate firmware routines as __efiapi
Ard Biesheuvel
-4
/
+6
2019-12-25
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
-4
/
+5
2019-12-25
efi/libstub: Drop explicit 32/64-bit protocol definitions
Ard Biesheuvel
-10
/
+0
[prev]
[next]