summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-08-203-12/+21
|\
| * Merge branch 'for-4.19/multitouch-multiaxis' into for-linusJiri Kosina2018-08-202-8/+16
| |\
| | * HID: core: do not upper bound the collection stackBenjamin Tissoires2018-07-171-4/+5
| | * HID: input: enable Totem on the Dell Canvas 27Benjamin Tissoires2018-07-171-0/+6
| | * input: add MT_TOOL_DIALBenjamin Tissoires2018-07-171-4/+5
| * | Merge branch 'for-4.19/i2c-hid' into for-linusJiri Kosina2018-08-201-4/+3
| |\ \
| | * | HID: i2c-hid: Add vddl regulator controlStephen Boyd2018-06-251-4/+3
| * | | HID: cougar: make compare_device_paths reusableDaniel M. Lambea2018-07-231-0/+2
| | |/ | |/|
* | | Merge tag 'backlight-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-201-1/+0
|\ \ \
| * | | backlight: Remove obsolete comment for ->stateDaniel Vetter2018-07-041-1/+0
* | | | Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2018-08-2011-17/+4812
|\ \ \ \
| * | | | mfd: madera: Add register definitions for accessory detectRichard Fitzgerald2018-08-161-0/+51
| * | | | mfd: bd71837: Core driver for ROHM BD71837 PMICMatti Vaittinen2018-08-161-0/+332
| * | | | mfd: as3722: Disable auto-power-on when AC OKMarcel Ziswiler2018-07-271-0/+3
| * | | | mfd: wm8994: Allow to configure CS/ADDR Pulldown from dtsAlberto Panizzo2018-07-271-0/+6
| * | | | mfd: rave-sp: Add legacy EEPROM access command translationAndrey Smirnov2018-07-271-0/+1
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'ib-mfd-4.19', 'ib-mfd-gpio-pinctrl-4.19', 'ib-mfd-i915-media-...Lee Jones2018-07-2753-114/+4527
| |\ \ \ \ \ \ \
| | | | * | | | | mfd: da9063: Add DA9063L typeMarek Vasut2018-07-041-0/+1
| | | | * | | | | mfd: da9063: Replace model with typeMarek Vasut2018-07-041-1/+5
| | | | * | | | | mfd: da9063: Rename PMIC_DA9063 to PMIC_CHIP_ID_DA9063Marek Vasut2018-07-041-3/+1
| | | | * | | | | mfd: da9063: Replace DA9063_NUM_IRQ with ARRAY_SIZEMarek Vasut2018-07-041-3/+0
| | | | * | | | | mfd: da9063: Replace mfd_add_devices with devm counterpartMarek Vasut2018-07-041-2/+0
| | | | * | | | | mfd: da9063: Replace regmap_add_irq_chip with devm counterpartMarek Vasut2018-07-041-1/+0
| | | | | |/ / / | | | | |/| | |
| | | * | | | | mfd: cros-ec: Introduce CEC commands and events definitions.Neil Armstrong2018-07-131-0/+81
| | | * | | | | mfd: cros-ec: Increase maximum mkbp event sizeNeil Armstrong2018-07-132-1/+17
| | | * | | | | media: cec-notifier: Get notifier by device and connector nameNeil Armstrong2018-07-131-3/+24
| | | |/ / / /
| | * | | | | mfd: madera: Add common support for Cirrus Logic Madera codecsRichard Fitzgerald2018-06-052-0/+246
| | * | | | | mfd: madera: Add register definitions for Cirrus Logic Madera codecsRichard Fitzgerald2018-06-051-0/+3917
| * | | | | | mfd: cros_ec: Add USBPD charger commands and struct definitions.Sameer Nanda2018-07-041-4/+128
| | |/ / / / | |/| | | |
* | | | | | Raise the minimum required gcc version to 4.6Joe Perches2018-08-201-68/+18
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-198-12/+32
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-08-183-4/+8
| |\ \ \ \ \ \
| | * | | | | | bpf: fix redirect to map under tail callsDaniel Borkmann2018-08-172-4/+4
| | * | | | | | tcp, ulp: add alias for all ulp modulesDaniel Borkmann2018-08-161-0/+4
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-08-184-5/+10
| |\ \ \ \ \ \ \
| | * | | | | | | netfilter: uapi: fix linux/netfilter/nf_osf.h userspace compilation errorsDmitry V. Levin2018-08-162-2/+2
| | * | | | | | | netfilter: nf_tables: fix register orderingFlorian Westphal2018-08-161-1/+1
| | * | | | | | | netfilter: nft_set: fix allocation size overflow in privsize callback.Taehee Yoo2018-08-161-2/+2
| | * | | | | | | jiffies: add utility function to calculate delta in msMatteo Croce2018-08-161-0/+5
| | |/ / / / / /
| * | | | | | | ila: make lockdep happy againCong Wang2018-08-161-3/+14
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-193-5/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | KVM: X86: Implement PV IPIs in linux guestWanpeng Li2018-08-061-0/+1
| * | | | | | | | KVM: X86: Implement "send IPI" hypercallWanpeng Li2018-08-061-0/+1
| * | | | | | | | KVM: x86: Add tlb remote flush callback in kvm_x86_ops.Tianyu Lan2018-08-061-0/+7
| * | | | | | | | kvm: nVMX: Introduce KVM_CAP_NESTED_STATEJim Mattson2018-08-061-0/+4
| * | | | | | | | KVM: Switch 'requests' to be 64-bit (explicitly)KarimAllah Ahmed2018-08-061-5/+5
| * | | | | | | | Merge tag 'v4.18-rc6' into HEADPaolo Bonzini2018-08-0664-267/+389
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'hlp_stage1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms3...Janosch Frank2018-07-301-0/+1
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | KVM: s390: a utility function for migrationClaudio Imbrenda2018-07-131-0/+7
* | | | | | | | | | | Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-191-0/+1
|\ \ \ \ \ \ \ \ \ \ \