summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()Andy Shevchenko2019-06-141-1/+1
* i2c: iop: Use GPIO descriptorsLinus Walleij2019-06-1210-11/+64
* i2c: s3c2410: Convert to use GPIO descriptorsLinus Walleij2019-06-121-38/+9
* i2c: bcm2835: Model Divider in CCFAnnaliese McDermond2019-06-121-31/+114
* i2c: tegra: fix msleep warningBitan Biswas2019-06-121-1/+1
* i2c: tegra: add spinlock definition commentBitan Biswas2019-06-121-0/+1
* i2c: tegra: fix alignment and spacing violationsBitan Biswas2019-06-121-16/+19
* i2c: tegra: remove unnecessary variable initBitan Biswas2019-06-121-3/+3
* i2c: tegra: clean up macrosBitan Biswas2019-06-121-14/+3
* i2c: fsi: Create busses for all portsOliver O'Halloran2019-06-081-5/+27
* i2c: i801: Register optional lis3lv02d I2C device on Dell machinesPali Rohár2019-06-082-0/+118
* usb: typec: ucsi: ccg: add runtime pm workaroundAjay Gupta2019-06-081-4/+76
* i2c: nvidia-gpu: resume ccgx i2c clientAjay Gupta2019-06-081-4/+10
* usb: typec: ucsi: ccg: enable runtime pm supportAjay Gupta2019-06-083-0/+49
* i2c: nvidia-gpu: add runtime pm supportAjay Gupta2019-06-081-1/+21
* i2c: nvidia-gpu: refactor master_xferAjay Gupta2019-06-081-12/+16
* i2c: acpi: export i2c_acpi_find_adapter_by_handleRuslan Babayev2019-06-022-1/+8
* i2c: jz4780: Drop dependency on MACH_JZ4780Paul Cercueil2019-05-271-1/+1
* i2c: meson: update with SPDX Licence identifierNeil Armstrong2019-05-271-4/+1
* i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTBKamal Dasu2019-05-271-1/+1
* i2c: iproc: Add multi byte read-write support for slave modeRayagonda Kokatanur2019-05-271-64/+53
* i2c: imx: Use __maybe_unused instead of #if CONFIG_PMAnson Huang2019-05-271-8/+3
* Linux 5.2-rc2v5.2-rc2Linus Torvalds2019-05-271-2/+2
* Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-263-10/+20
|\
| * tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-263-10/+20
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-2644-303/+399
|\ \
| * | KVM: x86: fix return value for reserved EFERPaolo Bonzini2019-05-241-1/+1
| * | tools/kvm_stat: fix fields filter for child eventsStefan Raspl2019-05-242-4/+14
| * | KVM: selftests: Wrap vcpu_nested_state_get/set functions with x86 guardThomas Huth2019-05-242-0/+4
| * | kvm: selftests: aarch64: compile with warnings onAndrew Jones2019-05-241-4/+5
| * | kvm: selftests: aarch64: fix default vm modeAndrew Jones2019-05-241-1/+1
| * | kvm: selftests: aarch64: dirty_log_test: fix unaligned memslot sizeAndrew Jones2019-05-241-1/+1
| * | KVM: s390: fix memory slot handling for KVM_SET_USER_MEMORY_REGIONChristian Borntraeger2019-05-241-14/+21
| * | KVM: x86/pmu: do not mask the value that is written to fixed PMUsPaolo Bonzini2019-05-241-5/+8
| * | KVM: x86/pmu: mask the result of rdpmc according to the width of the countersPaolo Bonzini2019-05-244-13/+15
| * | x86/kvm/pmu: Set AMD's virt PMU version to 1Borislav Petkov2019-05-241-1/+1
| * | KVM: x86: do not spam dmesg with VMCS/VMCB dumpsPaolo Bonzini2019-05-242-8/+27
| * | kvm: Check irqchip mode before assign irqfdPeter Xu2019-05-243-0/+17
| * | kvm: svm/avic: fix off-by-one in checking host APIC IDSuthikulpanit, Suravee2019-05-241-1/+5
| * | KVM: selftests: do not blindly clobber registers in guest asmPaolo Bonzini2019-05-241-24/+30
| * | KVM: selftests: Remove duplicated TEST_ASSERT in hyperv_cpuid.cThomas Huth2019-05-241-3/+0
| * | KVM: LAPIC: Expose per-vCPU timer_advance_ns to userspaceWanpeng Li2019-05-241-0/+18
| * | KVM: LAPIC: Fix lapic_timer_advance_ns parameter overflowWanpeng Li2019-05-241-1/+1
| * | kvm: vmx: Fix -Wmissing-prototypes warningsYi Wang2019-05-241-0/+1
| * | KVM: nVMX: Fix using __this_cpu_read() in preemptible contextWanpeng Li2019-05-241-2/+2
| * | kvm: fix compilation on s390Paolo Bonzini2019-05-241-0/+2
| * | kvm: x86: Include CPUID leaf 0x8000001e in kvm's supported CPUIDJim Mattson2019-05-241-0/+1
| * | kvm: x86: Include multiple indices with CPUID leaf 0x8000001dJim Mattson2019-05-241-4/+3
| * | KVM: selftests: Compile code with warnings enabledThomas Huth2019-05-2412-31/+16
| * | kvm: selftests: avoid type punningPaolo Bonzini2019-05-242-2/+2