index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-06
firmware: arm_ffa: Implement the FFA_NOTIFICATION_GET interface
Sudeep Holla
1
-0
/
+37
2023-10-06
firmware: arm_ffa: Implement the FFA_NOTIFICATION_SET interface
Sudeep Holla
1
-0
/
+20
2023-10-06
firmware: arm_ffa: Implement the FFA_RUN interface
Sudeep Holla
1
-0
/
+22
2023-10-06
firmware: arm_ffa: Implement the notification bind and unbind interface
Sudeep Holla
1
-0
/
+29
2023-10-06
firmware: arm_ffa: Implement notification bitmap create and destroy interfaces
Sudeep Holla
1
-1
/
+62
2023-10-06
firmware: arm_ffa: Update the FF-A command list with v1.1 additions
Sudeep Holla
1
-0
/
+1
2023-10-06
firmware: arm_ffa: Emit modalias for FF-A devices
Sudeep Holla
1
-1
/
+14
2023-10-06
firmware: arm_ffa: Allow the FF-A drivers to use 32bit mode of messaging
Sudeep Holla
1
-10
/
+2
2023-10-06
firmware: arm_ffa: Assign the missing IDR allocation ID to the FFA device
Sudeep Holla
1
-0
/
+1
2023-10-06
firmware: arm_scmi: Specify the performance level when adding an OPP
Ulf Hansson
1
-1
/
+5
2023-10-06
firmware: arm_scmi: Simplify error path in scmi_dvfs_device_opps_add()
Ulf Hansson
1
-12
/
+4
2023-10-04
pmdomain: imx: Move Kconfig options to the pmdomain subsystem
Ulf Hansson
1
-6
/
+0
2023-10-04
efi/unaccepted: do not let /proc/vmcore try to access unaccepted memory
Adrian Hunter
1
-0
/
+20
2023-10-02
firmware: ti_sci: Mark driver as non removable
Dhruva Gole
1
-45
/
+1
2023-09-30
Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
3
-4
/
+17
2023-09-29
firmware: tegra: bpmp: Replace deprecated strncpy() with strscpy_pad()
Justin Stitt
1
-2
/
+2
2023-09-28
Merge tag 'scmi-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Arnd Bergmann
1
-2
/
+2
2023-09-28
Merge tag 'ffa-fix-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes
Arnd Bergmann
1
-2
/
+14
2023-09-27
firmware: qcom_scm: use 64-bit calling convention only when client is 64-bit
Kathiravan Thirumoorthy
1
-0
/
+7
2023-09-27
firmware: arm_scmi: Rename scmi_{msg_,}clock_config_{get,set}_{2,21}
Sudeep Holla
1
-19
/
+22
2023-09-27
firmware: arm_scmi: Do not use !! on boolean when setting msg->flags
Sudeep Holla
1
-2
/
+2
2023-09-25
firmware: arm_ffa: Don't set the memory region attributes for MEM_LEND
Sudeep Holla
1
-2
/
+14
2023-09-22
Merge tag 'efi-fixes-for-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Linus Torvalds
1
-3
/
+29
2023-09-21
firmware: arm_scmi: Move power-domain driver to the pmdomain dir
Sudeep Holla
2
-154
/
+0
2023-09-21
pmdomain: arm: Add the SCMI performance domain
Ulf Hansson
1
-0
/
+12
2023-09-21
firmware: arm_scmi: Drop redundant ->device_domain_id() from perf ops
Ulf Hansson
1
-13
/
+0
2023-09-21
firmware: arm_scmi: Align perf ops to use domain-id as in-parameter
Ulf Hansson
1
-18
/
+4
2023-09-21
firmware: arm_scmi: Extend perf protocol ops to get information of a domain
Ulf Hansson
1
-17
/
+30
2023-09-21
firmware: arm_scmi: Extend perf protocol ops to get number of domains
Ulf Hansson
1
-0
/
+8
2023-09-21
Merge tag 'sound-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-17
/
+17
2023-09-20
firmware: qcom_scm: disable SDI if required
Robert Marko
2
-0
/
+31
2023-09-20
firmware: arm_scmi: Add clock OEM config clock operations
Cristian Marussi
1
-0
/
+22
2023-09-20
firmware: arm_scmi: Add clock .state_get support to pre-v3.2
Cristian Marussi
1
-7
/
+45
2023-09-20
firmware: arm_scmi: Add v3.2 clock CONFIG_GET support
Cristian Marussi
1
-0
/
+64
2023-09-20
firmware: arm_scmi: Add clock v3.2 CONFIG_SET support
Cristian Marussi
1
-8
/
+80
2023-09-20
firmware: arm_scmi: Simplify enable/disable clock operations
Cristian Marussi
1
-18
/
+6
2023-09-20
firmware: ti_sci: refactor deprecated strncpy
Justin Stitt
1
-1
/
+1
2023-09-20
firmware: ti_sci: Use list_for_each_entry() helper
Jinjie Ruan
1
-6
/
+2
2023-09-19
efi/unaccepted: Make sure unaccepted table is mapped
Kirill A. Shutemov
1
-3
/
+29
2023-09-19
firmware: imx-dsp: Fix an error handling path in imx_dsp_setup_channels()
Christophe JAILLET
1
-0
/
+1
2023-09-15
firmware: qcom: qseecom: Add missing AUXILIARY_BUS dependency
Bjorn Andersson
1
-0
/
+1
2023-09-15
x86/efi: Disregard setup header of loaded image
Ard Biesheuvel
1
-40
/
+6
2023-09-15
x86/efi: Drop EFI stub .bss from .data section
Ard Biesheuvel
1
-7
/
+0
2023-09-14
firmware: qcom-scm: order includes alphabetically
Bartosz Golaszewski
1
-8
/
+9
2023-09-13
firmware: cirrus: cs_dsp: Only log list of algorithms in debug build
Richard Fitzgerald
1
-17
/
+17
2023-09-13
firmware: Add support for Qualcomm UEFI Secure Application
Maximilian Luz
4
-1
/
+891
2023-09-13
firmware: qcom_scm: Add support for Qualcomm Secure Execution Environment SCM interface
Maximilian Luz
4
-0
/
+529
2023-09-11
drivers: meson: sm: correct meson_sm_* API retval handling
Alexey Romanov
1
-7
/
+13
2023-09-11
firmware: arm_scmi: Fixup perf power-cost/microwatt support
Sibi Sankar
1
-2
/
+2
2023-09-11
arch: Remove Itanium (IA-64) architecture
Ard Biesheuvel
6
-283
/
+4
[prev]
[next]