aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-03intel_th: msu: Add current window trackingAlexander Shishkin1-30/+49
2019-05-03intel_th: msu: Add a sysfs attribute to trigger window switchAlexander Shishkin2-0/+36
2019-05-03intel_th: msu: Correct the block wrap detectionAlexander Shishkin1-1/+1
2019-05-03intel_th: Add switch triggering supportAlexander Shishkin4-2/+85
2019-05-03intel_th: gth: Factor out trace start/stopAlexander Shishkin1-29/+64
2019-05-03intel_th: msu: Factor out pipeline drainingAlexander Shishkin3-10/+29
2019-05-03intel_th: msu: Switch over to scatterlistAlexander Shishkin1-59/+104
2019-05-03intel_th: msu: Replace open-coded list_{first,last,next}_entry variantsAlexander Shishkin1-10/+10
2019-05-03intel_th: Only report useful IRQs to subdevicesAlexander Shishkin3-1/+9
2019-05-03intel_th: msu: Start handling IRQsAlexander Shishkin4-2/+106
2019-05-03intel_th: pci: Use MSI interrupt signallingAlexander Shishkin2-6/+13
2019-05-03intel_th: Communicate IRQ via resourceAlexander Shishkin4-14/+30
2019-05-03intel_th: Add "rtit" source deviceAlexander Shishkin3-3/+27
2019-05-03intel_th: Skip subdevices if their MMIO is missingAlexander Shishkin1-4/+9
2019-05-03intel_th: Rework resource passing between glue layers and coreAlexander Shishkin4-29/+33
2019-05-03intel_th: SPDX-ify the documentationAlexander Shishkin1-0/+2
2019-05-03intel_th: msu: Fix single mode with IOMMUAlexander Shishkin1-3/+32
2019-05-03s390/vdso: drop unnecessary cc-ldoptionNick Desaulniers2-2/+2
2019-05-03s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann5-11/+11
2019-05-03s390: drop CONFIG_VIRT_TO_BUSArnd Bergmann1-1/+0
2019-05-03s390: boot, purgatory: pass $(CLANG_FLAGS) where neededArnd Bergmann2-2/+3
2019-05-03s390: only build for new CPUs with clangArnd Bergmann2-6/+18
2019-05-03sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin1-1/+1
2019-05-03perf/x86/intel/pt: Remove software double buffering PMU capabilityAlexander Shishkin2-3/+1
2019-05-03perf/ring_buffer: Fix AUX software double bufferingAlexander Shishkin1-2/+1
2019-05-03regulator: core: simplify return value on suported_voltageJorge Ramirez-Ortiz1-2/+2
2019-05-03kobject: clean up the kobject add documentation a bit moreGreg Kroah-Hartman1-2/+6
2019-05-03staging: kpc2000: kpc_spi: Fix build error for {read,write}qNathan Chancellor1-0/+1
2019-05-03regulator: da9xxx: Switch to SPDX identifierAxel Lin8-110/+36
2019-05-03regulator: stm32-pwr: Remove unneeded .min_uV and .list_volageAxel Lin1-2/+0
2019-05-03regulator: stm32-pwr: Remove unneeded *desc from struct stm32_pwr_regAxel Lin1-5/+3
2019-05-03regulator: ab3100: Set fixed_uV instead of min_uV for fixed regulatorsAxel Lin1-4/+3
2019-05-03regulator: ab3100: Constify regulator_ops and ab3100_regulator_descAxel Lin1-7/+7
2019-05-03regulator: pv880x0: Switch to SPDX identifierAxel Lin6-72/+15
2019-05-03crypto: ccree - use a proper le32 type for le32 valGilad Ben-Yossef1-1/+1
2019-05-03crypto: ccree - remove set but not used variable 'du_size'YueHaibing1-8/+0
2019-05-03crypto: ccree - Make cc_sec_disable staticYueHaibing1-1/+1
2019-05-03crypto: ccree - fix spelling mistake "protedcted" -> "protected"Colin Ian King1-1/+1
2019-05-03crypto: caam/qi2 - generate hash keys in-placeHoria Geantă1-26/+15
2019-05-03crypto: caam/qi2 - fix DMA mapping of stack memoryHoria Geantă2-68/+45
2019-05-03crypto: caam/qi2 - fix zero-length buffer DMA mappingHoria Geantă1-7/+18
2019-05-03crypto: stm32/cryp - update to return iv_outLionel Debieve1-0/+20
2019-05-03crypto: stm32/cryp - remove request mutex protectionLionel Debieve1-19/+7
2019-05-03crypto: stm32/cryp - add weak key check for DESLionel Debieve2-2/+12
2019-05-03crypto: atmel - remove set but not used variable 'alg_name'YueHaibing1-3/+0
2019-05-03crypto: picoxcell - Use dev_get_drvdata()Kefeng Wang1-1/+1
2019-05-03crypto: crypto4xx - get rid of redundant using_sd variableChristian Lamparter2-5/+2
2019-05-03crypto: crypto4xx - use sync skcipher for fallbackChristian Lamparter3-15/+10
2019-05-03crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issuesChristian Lamparter1-10/+21
2019-05-03crypto: crypto4xx - fix ctr-aes missing output IVChristian Lamparter1-3/+9