aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27w1: fix the resume command APIMariusz Bialonczyk1-2/+1
2019-04-27misc: aspeed-p2a-ctrl: fix mixed declarationsPatrick Venture1-1/+2
2019-04-25drivers/misc: Add Aspeed P2A control driverPatrick Venture1-3/+3
2019-04-25slimbus: fix a potential NULL pointer dereference in of_qcom_slim_ngd_registerKangjie Lu1-0/+4
2019-04-25Drivers: misc: fix out-of-bounds access in function param_set_kgdbts_varYoung Xiao1-2/+2
2019-04-25coresight: etb10: Add support for CPU-wide trace scenariosMathieu Poirier1-4/+39
2019-04-25coresight: tmc-etf: Add support for CPU-wide trace scenariosMathieu Poirier1-5/+35
2019-04-25coresight: tmc-etr: Add support for CPU-wide trace scenariosMathieu Poirier3-5/+38
2019-04-25coresight: tmc-etr: Allocate and free ETR memory buffers for CPU-wide scenariosMathieu Poirier1-3/+104
2019-04-25coresight: tmc-etr: Introduce the notion of IDR to ETR devicesMathieu Poirier2-0/+10
2019-04-25coresight: tmc-etr: Introduce the notion of reference counting to ETR devicesMathieu Poirier2-0/+8
2019-04-25coresight: tmc-etr: Introduce the notion of process ID to ETR devicesMathieu Poirier1-0/+4
2019-04-25coresight: tmc-etr: Create per-thread buffer allocation functionMathieu Poirier1-1/+28
2019-04-25coresight: tmc-etr: Refactor function tmc_etr_setup_perf_buf()Mathieu Poirier1-9/+30
2019-04-25coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier4-15/+19
2019-04-25coresight: perf: Refactor function free_event_data()Mathieu Poirier1-6/+18
2019-04-25coresight: perf: Clean up function etm_setup_aux()Mathieu Poirier1-3/+5
2019-04-25coresight: Properly address concurrency in sink::update() functionsMathieu Poirier2-2/+6
2019-04-25coresight: Properly address errors in sink::disable() functionsMathieu Poirier3-15/+12
2019-04-25coresight: Move reference counting inside sink driversMathieu Poirier5-29/+66
2019-04-25coresight: Adding return code to sink::disable() operationMathieu Poirier5-7/+15
2019-04-25coresight: etm4x: Configure tracers to emit timestampsMathieu Poirier1-1/+101
2019-04-25coresight: etm4x: Skip selector pair 0Mathieu Poirier1-2/+5
2019-04-25coresight: etm4x: Add kernel configuration for CONTEXTIDMathieu Poirier3-0/+8
2019-04-25coresight: pmu: Adding ITRACE property to cs_etm PMUMathieu Poirier1-1/+2
2019-04-25coresight: tmc: Cleanup power managementSuzuki K Poulose1-2/+2
2019-04-25coresight: catu: Cleanup power managementSuzuki K Poulose1-1/+2
2019-04-25coresight: tpiu: Cleanup power managementSuzuki K Poulose1-3/+6
2019-04-25coresight: etb10: Cleanup power managementSuzuki K Poulose1-11/+3
2019-04-25coresight: Fix freeing up the coresight connectionsSuzuki K Poulose1-1/+0
2019-04-25coresight: Merge the static and dynamic replicator driversSuzuki K Poulose4-299/+169
2019-04-25coresight: dynamic-replicator: Prepare for merging with static replicatorSuzuki K Poulose1-41/+63
2019-04-25coresight: replicator: Prepare for merging with dynamic-replicatorSuzuki K Poulose1-26/+36
2019-04-25coresight: dynamic-replicator: Clean up error handlingSuzuki K Poulose1-8/+16
2019-04-25coresight: tmc: Report DMA setup failuresSuzuki K Poulose1-1/+6
2019-04-25coresight: catu: Make catu_helper_ops and catu_ops staticYueHaibing1-2/+2
2019-04-25coresight: catu: fix clang build warningArnd Bergmann2-7/+3
2019-04-25virt: vbox: Sanity-check parameter types for hgcm-calls coming from userspaceHans de Goede1-0/+31
2019-04-25binder: check for overflow when alloc for security contextTodd Kjos1-1/+11
2019-04-25misc: genwqe: Fix misuse of %xFuqian Huang1-2/+2
2019-04-25Merge tag 'extcon-next-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon into char-misc-nextGreg Kroah-Hartman7-18/+389
2019-04-25nvmem: core: add NVMEM_SYSFS KconfigSrinivas Kandagatla5-260/+335
2019-04-25nvmem: sunxi_sid: Support SID on H6Yangtao Li1-0/+6
2019-04-25nvmem: sunxi-sid: convert to SPDX license tagsYangtao Li1-10/+1
2019-04-25nvmem: imx-iim: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-04-25nvmem: mxs-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-04-25nvmem: imx-ocotp: use devm_platform_ioremap_resource() to simplify codeAnson Huang1-3/+1
2019-04-25nvmem: core: fix read buffer in placeJorge Ramirez-Ortiz1-5/+10
2019-04-25nvmem: core: add nvmem_cell_read_u16Fabrice Gasnier1-0/+37
2019-04-25nvmem: stm32: add support for STM32MP15 BSEC to control OTP dataFabrice Gasnier1-5/+129