aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-09-03Merge tag 'amlogic-dt64-2.1' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/dtArnd Bergmann42-443/+1553
2019-09-03Merge tag 'renesas-arm-soc-for-v5.4-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into arm/socArnd Bergmann2-2/+24
2019-09-03Merge tag 'zynq-soc-for-v5.4' of https://github.com/Xilinx/linux-xlnx into arm/socArnd Bergmann2-2/+4
2019-09-03netfilter: nf_flow_table: set default timeout after successful insertionPablo Neira Ayuso1-1/+1
2019-09-03netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso1-2/+5
2019-09-03netfilter: nft_fib_netdev: Terminate rule eval if protocol=IPv6 and ipv6 module is disabledLeonardo Bras1-0/+3
2019-09-03ice: Fix EMP reset handlingAnirudh Venkataramanan1-0/+2
2019-09-03dm crypt: omit parsing of the encapsulated cipherArd Biesheuvel1-58/+0
2019-09-03dm crypt: switch to ESSIV crypto API templateArd Biesheuvel2-170/+44
2019-09-03crypto: essiv - create wrapper template for ESSIV generationArd Biesheuvel3-0/+692
2019-09-03Merge tag 'imx-drivers-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux into arm/driversArnd Bergmann9-6/+342
2019-09-03Merge tag 'amlogic-drivers-2.1' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/driversArnd Bergmann6-0/+628
2019-09-03Merge tag 'iio-for-5.4b-take3' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman28-281/+756
2019-09-03Merge tag 'v5.3-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/driversArnd Bergmann2-12/+12
2019-09-03Merge tag 'sunxi-drivers-for-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/driversArnd Bergmann1-3/+1
2019-09-03Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/driversArnd Bergmann3-2/+154
2019-09-03iio: imu: st_lsm6dsx: rely on IIO_G_TO_M_S_2 for gain definition for LSM9DS1Lorenzo Bianconi1-4/+4
2019-09-03iio: imu: st_lsm6dsx: remove invalid gain value for LSM9DS1Lorenzo Bianconi1-6/+11
2019-09-03staging: exfat: drop local TRUE/FALSE definesValentin Vidic4-51/+53
2019-09-03ARM: scoop: Use the right includeLinus Walleij1-1/+1
2019-09-03staging: exfat: fix spelling errors in commentsValentin Vidic2-2/+2
2019-09-03Merge tag 'soc-fsl-next-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversArnd Bergmann13-71/+263
2019-09-03staging: exfat: cleanup braces for if/else statementsValentin Vidic2-13/+15
2019-09-03coresight: tmc-etr: Add barrier packets when moving offset forwardMathieu Poirier1-5/+24
2019-09-03coresight: tmc-etr: Decouple buffer sync and barrier packet insertionMathieu Poirier1-6/+12
2019-09-03coresight: tmc: Make memory width mask computation into a functionMathieu Poirier3-21/+31
2019-09-03coresight: tmc-etr: Fix perf_data checkYabin Cui2-7/+7
2019-09-03coresight: tmc-etr: Fix updating buffer in not-snapshot mode.Yabin Cui1-7/+11
2019-09-03coresight: etm4x: improve clarity of etm4_os_unlock commentAndrew Murray1-1/+1
2019-09-03coresight: etm4x: use module_param instead of module_param_namedAndrew Murray1-1/+2
2019-09-03coresight: etm4x: Use explicit barriers on enable/disableAndrew Murray1-2/+13
2019-09-03coresight: etm4x: Remove superfluous setting of os_unlockAndrew Murray1-3/+1
2019-09-03coresight: acpi: Static funnel supportSuzuki K Poulose1-0/+9
2019-09-03coresight: Convert pr_warn to dev_warn for obsolete bindingsSuzuki K Poulose2-2/+3
2019-09-03coresight: tmc-etr: Check if non-secure access is enabledSuzuki K Poulose2-0/+15
2019-09-03coresight: tmc-etr: Handle memory errorsSuzuki K Poulose2-0/+14
2019-09-03coresight: etr_buf: Consolidate refcount initializationSuzuki K Poulose1-11/+2
2019-09-03coresight: cpu-debug: Add support for Qualcomm KryoSai Prakash Ranjan2-22/+21
2019-09-03coresight: etm4x: Add ETM PIDs for SDM845 and MSM8996Sai Prakash Ranjan1-5/+9
2019-09-03coresight: etm4x: Two function calls lessMarkus Elfring1-9/+4
2019-09-03Merge tag 'fpga-cvp-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mdf/linux-fpga into char-misc-nextGreg Kroah-Hartman2-74/+271
2019-09-03Merge tag 'thunderbolt-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/westeri/thunderbolt into char-misc-nextGreg Kroah-Hartman14-55/+624
2019-09-03net/mlx5: Add devlink flow_steering_mode parameterMaor Gottlieb2-1/+144
2019-09-03net/mlx5: Add support to use SMFS in switchdev modeMaor Gottlieb2-7/+55
2019-09-03net/mlx5: Add API to set the namespace steering modeMaor Gottlieb2-1/+60
2019-09-03net/mlx5: Add direct rule fs_cmd implementationMaor Gottlieb7-6/+717
2019-09-03net/mlx5: DR, Add CONFIG_MLX5_SW_STEERING for software steering supportAlex Vesker3-0/+16
2019-09-03net/mlx5: DR, Expose APIs for direct rule managingAlex Vesker1-0/+212
2019-09-03net/mlx5: DR, Add required FW steering functionalityAlex Vesker1-0/+93
2019-09-03net/mlx5: DR, Expose steering rule functionalityAlex Vesker1-0/+1243