summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | extcon: sm5502: fix handling regmap_irq_get_virq resultAndrzej Hajda2015-09-291-1/+1
| | * | extcon: rt8973a: fix handling regmap_irq_get_virq resultAndrzej Hajda2015-09-291-1/+1
| | * | extcon: axp288: Convert to using managed resourcesVaishali Thakkar2015-09-291-18/+5
| | * | extcon: Export OF module alias information in missing driversJavier Martinez Canillas2015-09-292-0/+2
| * | | Merge 4.3-rc5 into char-misc nextGreg Kroah-Hartman2015-10-1257-151/+304
| |\ \ \
| * | | | intel_th: Fix integer mismatch warningsAlexander Shishkin2015-10-101-1/+1
| * | | | stm class: Mark src::link __rcuAlexander Shishkin2015-10-102-4/+7
| * | | | fpga manager: add driver for socfpga fpga managerAlan Tull2015-10-073-0/+627
| * | | | add FPGA manager coreAlan Tull2015-10-075-0/+407
| * | | | coresight: etm3x: making error message unambiguousMathieu Poirier2015-10-071-2/+4
| * | | | coresight: etm3x: breaking down sysFS status interfaceMathieu Poirier2015-10-071-49/+51
| * | | | coresight: etm3x: adding cpu affinity to sysFS interfaceMathieu Poirier2015-10-071-0/+13
| * | | | coresight: adding comments to remove ambiguityMathieu Poirier2015-10-071-0/+5
| * | | | Coresight: ETMv4: Prevent TRCRSCTLR0&1 from being accessedChunyan Zhang2015-10-071-6/+16
| * | | | Merge 4.3-rc4 into char-misc-nextGreg Kroah-Hartman2015-10-06117-739/+807
| |\ \ \ \
| * | | | | Revert "iommu: Allow iova to be used without requiring IOMMU_SUPPORT"Sudeep Dutt2015-10-061-3/+3
| * | | | | w1: masters: omap_hdq: add support for 1-wire modeVignesh R2015-10-051-33/+191
| * | | | | drivers/w1/w1_int.c: call put_device if device_register failsLevente Kurusa2015-10-051-2/+1
| * | | | | pcmcia: use kstrdup() in pcmcia_device_query()Geliang Tang2015-10-051-3/+1
| * | | | | memory: ti-aemif: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-051-0/+1
| * | | | | memory: fsl-corenet: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-051-0/+1
| * | | | | misc: mic: Fix SCIF build failure with IOMMU_SUPPORT disabledSudeep Dutt2015-10-051-1/+1
| * | | | | intel_th: Add PTI output driverAlexander Shishkin2015-10-044-0/+293
| * | | | | intel_th: Add Memory Storage Unit driverAlexander Shishkin2015-10-044-0/+1638
| * | | | | intel_th: Add Software Trace Hub driverAlexander Shishkin2015-10-044-0/+314
| * | | | | intel_th: Add Global Trace Hub driverAlexander Shishkin2015-10-044-0/+785
| * | | | | intel_th: Add pci glue layer for Intel(R) Trace HubAlexander Shishkin2015-10-043-0/+98
| * | | | | intel_th: Add driver infrastructure for Intel(R) Trace Hub devicesAlexander Shishkin2015-10-048-0/+1036
| * | | | | stm class: stm_console: Add kernel-console-over-stm driverAlexander Shishkin2015-10-043-0/+93
| * | | | | stm class: dummy_stm: Add dummy driver for testing stm classAlexander Shishkin2015-10-043-0/+76
| * | | | | stm class: Introduce an abstraction for System Trace Module devicesAlexander Shishkin2015-10-047-0/+1659
| * | | | | spmi: pmic-arb: u8 <= 0xff is always trueStephen Boyd2015-10-041-1/+1
| * | | | | spmi: pmic-arb: Don't byte swap when reading/writing FIFOStephen Boyd2015-10-041-7/+2
| * | | | | VMware balloon: Enable notification via VMCIPhilip P. Moltmann2015-10-042-10/+97
| * | | | | VMware balloon: Treat init like resetPhilip P. Moltmann2015-10-041-35/+18
| * | | | | VMware balloon: Support 2m page ballooning.Philip P. Moltmann2015-10-041-118/+258
| * | | | | VMware balloon: Do not limit the amount of frees and allocations in non-sleep...Philip P. Moltmann2015-10-041-52/+16
| * | | | | VMware balloon: Show capabilities of balloon and resulting capabilities in th...Philip P. Moltmann2015-10-041-1/+7
| * | | | | VMware balloon: Update balloon target on each lock/unlock.Xavier Deguillard2015-10-041-43/+42
| * | | | | VMware balloon: add batching to the vmw_balloon.Xavier Deguillard2015-10-041-53/+353
| * | | | | misc: genwqe: fix a comment typoGeliang Tang2015-10-041-1/+1
| * | | | | misc: sgi-gru: fix return of errorSudip Mukherjee2015-10-041-10/+10
| * | | | | misc: sgi-gru: gruhandles.c: Remove unused functionRickard Strandqvist2015-10-042-7/+0
| * | | | | misc: sgi-gru: use time_before()Manuel Schölling2015-10-041-1/+3
| * | | | | misc: mic: SCIF RMA nodeqp and minor miscellaneous changesSudeep Dutt2015-10-0414-40/+516
| * | | | | misc: mic: SCIF fenceSudeep Dutt2015-10-041-0/+771
| * | | | | misc: mic: SCIF DMA and CPU copy interfaceSudeep Dutt2015-10-041-0/+1979
| * | | | | misc: mic: SCIF remote memory map/unmap interfaceSudeep Dutt2015-10-041-0/+699
| * | | | | misc: mic: SCIF RMA list operationsSudeep Dutt2015-10-042-0/+348
| * | | | | misc: mic: SCIF memory registration and unregistrationSudeep Dutt2015-10-041-0/+1770