index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-28
firmware: arm_scmi: add per-protocol channels support using idr objects
Sudeep Holla
1
-12
/
+42
2018-02-28
firmware: arm_scmi: refactor in preparation to support per-protocol channels
Sudeep Holla
1
-34
/
+56
2018-02-28
firmware: arm_scmi: add option for polling based performance domain operations
Sudeep Holla
1
-8
/
+11
2018-02-28
firmware: arm_scmi: add support for polling based SCMI transfers
Sudeep Holla
1
-8
/
+47
2018-02-28
firmware: arm_scmi: probe and initialise all the supported protocols
Sudeep Holla
1
-1
/
+50
2018-02-28
firmware: arm_scmi: add initial support for sensor protocol
Sudeep Holla
2
-1
/
+292
2018-02-28
firmware: arm_scmi: add initial support for power protocol
Sudeep Holla
2
-1
/
+222
2018-02-28
firmware: arm_scmi: add initial support for clock protocol
Sudeep Holla
2
-1
/
+343
2018-02-28
firmware: arm_scmi: add initial support for performance protocol
Sudeep Holla
3
-1
/
+480
2018-02-28
firmware: arm_scmi: add scmi protocol bus to enumerate protocol devices
Sudeep Holla
3
-1
/
+224
2018-02-28
firmware: arm_scmi: add common infrastructure and support for base protocol
Sudeep Holla
4
-1
/
+345
2018-02-28
firmware: arm_scmi: add basic driver infrastructure for SCMI
Sudeep Holla
5
-0
/
+768
2018-02-23
firmware: arm_scpi: improve info message for pre-1.0 firmware
Heiner Kallweit
1
-6
/
+15
2018-02-23
firmware: arm_scpi: use FIELD_GET/_PREP to simplify macro definitions
Heiner Kallweit
1
-23
/
+15
2018-02-23
firmware: arm_scpi: remove struct sensor_capabilities
Heiner Kallweit
1
-8
/
+4
2018-02-23
firmware: arm_scpi: fix incorrect __iomem accesses using correct accessors
Heiner Kallweit
1
-8
/
+9
2018-02-23
firmware: arm_scpi: remove all single element structures
Sudeep Holla
1
-15
/
+7
2018-02-23
firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem
Sudeep Holla
1
-1
/
+1
2018-02-23
firmware: arm_scpi: improve struct sensor_value
Heiner Kallweit
1
-7
/
+5
2018-02-23
firmware: arm_scpi: improve handling of protocol and firmware version subfields
Heiner Kallweit
1
-24
/
+19
2018-02-23
firmware: arm_scpi: improve struct dvfs_info to make code better readable
Heiner Kallweit
1
-8
/
+5
2018-02-23
firmware: arm_scpi: make scpi_probe completely device-managed
Heiner Kallweit
1
-8
/
+2
2018-02-23
firmware: arm_scpi: make freeing mbox channels device-managed
Heiner Kallweit
1
-21
/
+16
2018-02-23
firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_remove
Heiner Kallweit
1
-2
/
+0
2018-02-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-5
/
+50
2018-02-08
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-3
/
+1
2018-02-07
firmware/psci: Expose SMCCC version through psci_ops
Marc Zyngier
1
-0
/
+27
2018-02-07
firmware/psci: Expose PSCI conduit
Marc Zyngier
1
-5
/
+23
2018-02-06
Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-6
/
+7
2018-02-04
Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-37
/
+29
2018-02-03
firmware: dmi: handle missing DMI data gracefully
Ard Biesheuvel
2
-5
/
+3
2018-02-03
firmware: dmi_scan: Fix handling of empty DMI strings
Jean Delvare
1
-13
/
+9
2018-02-03
firmware: dmi_scan: Drop dmi_initialized
Jean Delvare
1
-13
/
+8
2018-02-03
firmware: dmi: Optimize dmi_matches
Jean Delvare
1
-8
/
+11
2018-02-02
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
4
-28
/
+4
2018-02-01
Merge tag 'kconfig-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-1
/
+1
2018-02-01
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...
Linus Torvalds
5
-3
/
+127
2018-01-31
firmware: Use PTR_ERR_OR_ZERO()
Vasyl Gomonovych
1
-3
/
+1
2018-01-31
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
4
-0
/
+1103
2018-01-30
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-122
/
+371
2018-01-21
kconfig: use bool instead of boolean for type definition attributes, again
Masahiro Yamada
1
-1
/
+1
2018-01-19
psci: add CPU_IDLE dependency
Arnd Bergmann
1
-1
/
+1
2018-01-19
x86/efi: Clarify that reset attack mitigation needs appropriate userspace
Matthew Garrett
1
-1
/
+4
2018-01-18
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
1
-24
/
+22
2018-01-17
drivers: psci: remove cluster terminology and dependency on physical_package_id
Sudeep Holla
1
-24
/
+22
2018-01-15
firmware: arm_sdei: Fix return value check in sdei_present_dt()
Wei Yongjun
1
-1
/
+1
2018-01-14
firmware: arm_sdei: Discover SDEI support via ACPI
James Morse
1
-1
/
+40
2018-01-14
firmware: arm_sdei: add support for CPU private events
James Morse
1
-13
/
+193
2018-01-13
firmware: arm_sdei: Add support for CPU and system power states
James Morse
1
-1
/
+255
2018-01-13
firmware: arm_sdei: Add driver for Software Delegated Exceptions
James Morse
3
-0
/
+628
[prev]
[next]