index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-06
qemu_fw_cfg: use default_groups in kobj_type
Greg Kroah-Hartman
1
-2
/
+3
2022-01-05
firmware: memmap: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-05
firmware: cs_dsp: Clear core reset for cache
Charles Keepax
1
-4
/
+10
2022-01-03
Merge 5.16-rc8 into char-misc-next
Greg Kroah-Hartman
2
-5
/
+10
2021-12-22
efi: apply memblock cap after memblock_add()
Pingfan Liu
1
-0
/
+5
2021-12-21
firmware: arm_scmi: Add new parameter to mark_txdone
Cristian Marussi
5
-5
/
+9
2021-12-21
firmware: arm_scmi: Add atomic mode support to smc transport
Cristian Marussi
2
-6
/
+64
2021-12-21
firmware: arm_scmi: Add support for atomic transports
Cristian Marussi
2
-2
/
+53
2021-12-21
firmware: arm_scmi: Make optee support sync_cmds_completed_on_ret
Cristian Marussi
1
-8
/
+9
2021-12-21
firmware: arm_scmi: Make smc support sync_cmds_completed_on_ret
Cristian Marussi
1
-9
/
+9
2021-12-21
firmware: arm_scmi: Add sync_cmds_completed_on_ret transport flag
Cristian Marussi
2
-10
/
+32
2021-12-21
firmware: arm_scmi: Make smc transport use common completions
Cristian Marussi
1
-19
/
+20
2021-12-21
firmware: arm_scmi: Add configurable polling mode for transports
Cristian Marussi
2
-0
/
+41
2021-12-21
firmware: qemu_fw_cfg: remove sysfs entries explicitly
Johan Hovold
1
-0
/
+1
2021-12-21
firmware: qemu_fw_cfg: fix sysfs information leak
Johan Hovold
1
-1
/
+1
2021-12-21
firmware: qemu_fw_cfg: fix kobject leak in probe error path
Johan Hovold
1
-7
/
+6
2021-12-21
firmware: qemu_fw_cfg: fix NULL-pointer deref on duplicate entries
Johan Hovold
1
-4
/
+1
2021-12-21
firmware: Update Kconfig help text for Google firmware
Ben Hutchings
1
-3
/
+3
2021-12-20
Merge tag 'ti-driver-soc-fixes-for-v5.17' of git://git.kernel.org/pub/scm/lin...
Arnd Bergmann
1
-1
/
+1
2021-12-13
firmware: arm_scmi: Use new trace event scmi_xfer_response_wait
Cristian Marussi
1
-0
/
+5
2021-12-13
firmware: arm_scmi: Refactor message response path
Cristian Marussi
1
-32
/
+56
2021-12-13
firmware: arm_scmi: Set polling timeout to max_rx_timeout_ms
Cristian Marussi
1
-3
/
+2
2021-12-13
firmware: arm_scpi: Fix string overflow in SCPI genpd driver
Sudeep Holla
1
-3
/
+7
2021-12-13
Merge tag 'tegra-for-5.16-firmware-fixes' of git://git.kernel.org/pub/scm/lin...
Arnd Bergmann
1
-2
/
+3
2021-12-08
firmware: xilinx: check return value of zynqmp_pm_get_api_version()
Rajan Vaja
1
-1
/
+4
2021-12-06
firmware: arm_scmi: Perform earlier cinfo lookup call in do_xfer
Cristian Marussi
1
-4
/
+4
2021-12-03
firmware: xilinx: instantiate xilinx event manager driver
Abhyuday Godhasara
1
-0
/
+14
2021-11-30
firmware: cs_dsp: Move lockdep asserts to avoid potential null pointer
Charles Keepax
1
-4
/
+4
2021-11-29
firmware: arm_scmi: optee: Drop the support for the OPTEE shared dynamic buffer
Sudeep Holla
1
-18
/
+1
2021-11-29
Merge 5.16-rc3 into char-misc-next
Greg Kroah-Hartman
6
-14
/
+21
2021-11-23
firmware: arm_scmi: optee: Fix missing mutex_init()
Wei Yongjun
1
-0
/
+1
2021-11-22
firmware: ti_sci: rm: remove unneeded semicolon
Jason Wang
1
-1
/
+1
2021-11-22
firmware: smccc: Fix check for ARCH_SOC_ID not implemented
Michael Kelley
1
-1
/
+1
2021-11-21
efi/libstub: consolidate initrd handling across architectures
Ard Biesheuvel
4
-29
/
+21
2021-11-21
efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()
Ard Biesheuvel
1
-1
/
+28
2021-11-17
firmware: cs_dsp: Allow creation of event controls
Charles Keepax
1
-0
/
+1
2021-11-17
firmware: cs_dsp: Add offset to cs_dsp read/write
Charles Keepax
1
-16
/
+28
2021-11-17
firmware: cs_dsp: Clarify some kernel doc comments
Charles Keepax
1
-2
/
+2
2021-11-17
firmware: cs_dsp: Perform NULL check in cs_dsp_coeff_write/read_ctrl
Charles Keepax
1
-0
/
+6
2021-11-17
firmware: cs_dsp: Add support for rev 2 coefficient files
Charles Keepax
1
-0
/
+1
2021-11-17
firmware: cs_dsp: Print messages from bin files
Charles Keepax
1
-0
/
+11
2021-11-17
firmware: cs_dsp: Add pre_run callback
Charles Keepax
1
-0
/
+6
2021-11-17
firmware: cs_dsp: Add version checks on coefficient loading
Charles Keepax
1
-13
/
+36
2021-11-17
firmware: cs_dsp: Add lockdep asserts to interface functions
Charles Keepax
1
-0
/
+14
2021-11-17
firmware: xilinx: export the feature check of zynqmp firmware
Abhyuday Godhasara
1
-1
/
+2
2021-11-17
firmware: xilinx: add register notifier in zynqmp firmware
Abhyuday Godhasara
1
-0
/
+23
2021-11-17
firmware: arm_scmi: Make virtio Version_1 compliance optional
Cristian Marussi
2
-1
/
+17
2021-11-17
firmware: arm_scmi: Add optee transport
Etienne Carriere
5
-0
/
+600
2021-11-17
firmware: arm_scmi: Fix type error assignment in voltage protocol
Cristian Marussi
1
-1
/
+1
2021-11-17
firmware: arm_scmi: Review some virtio log messages
Cristian Marussi
1
-10
/
+9
[prev]
[next]