summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* iio: gyro: bmg160: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+21
* iio: accel: bma180: add mount matrix supportH. Nikolaus Schaller2019-04-041-1/+17
* iio: accel: bmc150: add mount matrix supportH. Nikolaus Schaller2019-04-041-0/+21
* iio: Allow to read mount matrix from ACPIAndy Shevchenko2019-04-047-43/+28
* iio:adc:ad7923: Rewrite comparison to NULLBárbara Fernandes2019-04-041-1/+1
* iio:adc:ad7923: Put macro argument between ()'sBárbara Fernandes2019-04-041-5/+5
* iio:adc:ad7923: Use BIT macro instead of bitshiftBárbara Fernandes2019-04-041-3/+3
* iio:adc:ad7923: Align broken line to parenthesisBárbara Fernandes2019-04-041-3/+3
* iio: counter: stm32-lptimer: Add power management supportFabrice Gasnier2019-04-041-0/+55
* dt-bindings: iio: stm32-lptimer-counter: document pinctrl sleep stateFabrice Gasnier2019-04-041-3/+5
* iio: chemical: sps30: fix attribute kernel versionTomasz Duszynski2019-04-041-1/+1
* iio: imu: adis16480: Add docs for ADIS16480 IMUStefan Popa2019-04-042-0/+50
* iio: imu: adis16480: Add support for ADIS1649x family of devicesStefan Popa2019-04-041-0/+97
* iio: imu: adis16480: Deal with filter freq in a generic wayStefan Popa2019-04-041-4/+9
* iio: imu: adis16480: Calculate the sampling frequency in a generic wayStefan Popa2019-04-041-4/+14
* iio: imu: adis16480: Treat temperature scale in a generic wayStefan Popa2019-04-041-3/+15
* iio: imu: adis16480: Add OF device ID tableStefan Popa2019-04-041-0/+10
* iio: imu: adis16480: Add support for configurable drdy indicatorStefan Popa2019-04-041-2/+95
* iio: adc: ti-ads7950: Fix improper use of mlockJustin Chen2019-04-041-4/+15
* iio: trigger: Print an error if there is no available irqMathieu Othacehe2019-04-041-1/+4
* iio: mma8452: mark expected switch fall-throughGustavo A. R. Silva2019-04-041-1/+1
* dt-bindings: iio: chemical: pms7003: extend supported sensors listTomasz Duszynski2019-04-041-1/+7
* iio: chemical: pms7003: extend supported sensors listTomasz Duszynski2019-04-041-0/+5
* iio: adc: ingenic: remove redundant dev_err call in ingenic_adc_probe()Wei Yongjun2019-04-041-3/+1
* iio: remove redundant unlikely annotationChengguang Xu2019-04-041-1/+1
* Merge 5.1-rc3 into staging-nextGreg Kroah-Hartman2019-04-01818-5258/+11373
|\
| * Linux 5.1-rc3v5.1-rc3Linus Torvalds2019-03-311-1/+1
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-03-3160-201/+409
| |\
| | * Merge tag 'kvmarm-fixes-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2019-03-289-75/+133
| | |\
| | | * KVM: arm/arm64: Comments cleanup in mmu.cZenghui Yu2019-03-281-14/+9
| | | * KVM: arm/arm64: vgic-its: Make attribute accessors staticYueHaibing2019-03-201-5/+5
| | | * KVM: arm/arm64: Fix handling of stage2 huge mappingsSuzuki K Poulose2019-03-202-16/+45
| | | * KVM: arm/arm64: Enforce PTE mappings at stage2 when neededSuzuki K Poulose2019-03-191-22/+21
| | | * KVM: arm/arm64: vgic-its: Take the srcu lock when parsing the memslotsMarc Zyngier2019-03-191-3/+10
| | | * KVM: arm/arm64: vgic-its: Take the srcu lock when writing to guest memoryMarc Zyngier2019-03-194-6/+28
| | | * arm64: KVM: Always set ICH_HCR_EL2.EN if GICv4 is enabledMarc Zyngier2019-03-192-6/+12
| | | * KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier2019-03-191-3/+3
| | * | Documentation: kvm: clarify KVM_SET_USER_MEMORY_REGIONPaolo Bonzini2019-03-281-8/+10
| | * | KVM: doc: Document the life cycle of a VM and its resourcesSean Christopherson2019-03-281-0/+17
| | * | KVM: selftests: complete IO before migrating guest stateSean Christopherson2019-03-283-2/+33
| | * | KVM: selftests: disable stack protector for all KVM testsSean Christopherson2019-03-281-2/+2
| | * | KVM: selftests: explicitly disable PIE for testsSean Christopherson2019-03-281-1/+1
| | * | KVM: selftests: assert on exit reason in CR4/cpuid sync testSean Christopherson2019-03-281-16/+19
| | * | KVM: x86: update %rip after emulating IOSean Christopherson2019-03-282-10/+27
| | * | x86/kvm/hyper-v: avoid spurious pending stimer on vCPU initVitaly Kuznetsov2019-03-281-2/+7
| | * | kvm/x86: Move MSR_IA32_ARCH_CAPABILITIES to array emulated_msrsXiaoyao Li2019-03-281-1/+2
| | * | KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hostsSean Christopherson2019-03-284-14/+13
| | * | kvm: don't redefine flags as something elseSebastian Andrzej Siewior2019-03-281-3/+3
| | * | kvm: mmu: Used range based flushing in slot_handle_level_rangeBen Gardon2019-03-281-2/+5
| | * | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supportedMasahiro Yamada2019-03-2833-20/+18