summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* iio: hid-sensor-rotation: Add geomagnetic orientation sensor hid support.Song Hongyan2017-05-071-0/+1
* iio: hid-sensor-rotation: Add relative orientation sensor hid supportSong Hongyan2017-05-071-0/+1
* cma: Introduce cma_for_each_areaLaura Abbott2017-04-181-0/+2
* cma: Store a name in the cma structureLaura Abbott2017-04-181-1/+3
* Merge tag 'iio-fixes-for-4.11e' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-04-181-0/+2
|\
| * iio: hid-sensor: Store restore poll and hysteresis on S3Srinivas Pandruvada2017-04-081-0/+2
* | Merge tag 'iio-for-4.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-04-182-0/+6
|\ \
| * | iio: stm32 trigger: Add quadrature encoder deviceBenjamin Gaignard2017-04-141-0/+2
| * | iio: adc: sun4i-gpadc-iio: add support for A33 thermal sensorQuentin Schulz2017-04-081-0/+4
* | | Merge 4.11-rc6 into staging-nextGreg Kroah-Hartman2017-04-1021-40/+77
|\ \ \ | |/ / |/| |
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-04-092-2/+4
| |\ \
| | * | statx: Include a mask for stx_attributes in struct statxDavid Howells2017-04-032-2/+3
| | * | statx: Reserve the top bit of the mask for future struct expansionDavid Howells2017-04-031-0/+1
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-04-084-10/+11
| |\ \ \
| | * | | blk-mq: Restart a single queue if tag sets are sharedBart Van Assche2017-04-071-1/+0
| | * | | blk-mq: Introduce blk_mq_delay_run_hw_queue()Bart Van Assche2017-04-071-0/+2
| | * | | blk-mq-sched: fix crash in switch error pathOmar Sandoval2017-04-071-1/+1
| | * | | nvme: Correct NVMF enum values to match NVMe-oF rev 1.0Roland Dreier2017-04-021-8/+8
| * | | | Merge tag 'pinctrl-v4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-04-081-1/+2
| |\ \ \ \
| | * | | | pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()Tony Lindgren2017-04-071-1/+2
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-04-082-0/+4
| |\ \ \ \
| | * \ \ \ Merge tag 'kvm-arm-for-v4.11-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář2017-04-052-0/+4
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | KVM: arm/arm64: vgic: Fix GICC_PMR uaccess on GICv3 and clarify ABIChristoffer Dall2017-04-041-0/+3
| | | * | | KVM: arm64: Ensure LRs are clear when they should beChristoffer Dall2017-04-041-0/+1
| * | | | | vmlinux.lds: add missing VMLINUX_SYMBOL macrosJessica Yu2017-04-081-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-052-11/+22
| |\ \ \ \ \
| | * | | | | sctp: get sock from transport in sctp_transport_update_pmtuXin Long2017-04-052-6/+5
| | * | | | | sctp: check for dst and pathmtu update in sctp_packet_configXin Long2017-04-031-3/+14
| | * | | | | sctp: alloc stream info when initializing asocXin Long2017-03-301-1/+2
| | * | | | | sctp: change to save MSG_MORE flag into assocXin Long2017-03-281-1/+1
| * | | | | | Merge tag 'mfd-fixes-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2017-04-051-1/+2
| |\ \ \ \ \ \
| | * | | | | | mfd: cros-ec: Fix host command buffer sizeVic Yang2017-04-051-1/+2
| * | | | | | | Merge branch 'vmwgfx-fixes-4.11' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2017-04-041-1/+4
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | drm/ttm, drm/vmwgfx: Relax permission checking when opening surfacesThomas Hellstrom2017-03-301-1/+4
| * | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-04-021-6/+7
| |\ \ \ \ \ \ \
| | * | | | | | | sched/clock, x86/perf: Fix "perf test tsc"Peter Zijlstra2017-03-231-6/+7
| * | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-04-022-1/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | vmlinux.lds: Add __clkevt_of_table to kernelAlexander Kochetkov2017-03-281-0/+2
| | * | | | | | | | clockevents: Fix syntax error in clkevt-of macroAlexander Kochetkov2017-03-281-1/+1
| * | | | | | | | | kasan: report only the first error by defaultMark Rutland2017-03-311-0/+3
| * | | | | | | | | mm: fix section name for .data..ro_after_initKees Cook2017-03-312-5/+5
| * | | | | | | | | mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner2017-03-311-0/+6
| * | | | | | | | | mm: move mm_percpu_wq initialization earlierMichal Hocko2017-03-311-0/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-281-2/+2
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| | * | | | | | | KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-03-231-2/+2
* | | | | | | | | Merge tag 'iio-for-4.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2017-04-031-0/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | iio: hid: Add humidity sensor supportSong Hongyan2017-03-251-0/+4
* | | | | | | | | | Merge 4.11-rc4 into staging-nextGreg Kroah-Hartman2017-03-2772-225/+575
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / /
| * | | | | | | | Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-261-3/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | vmbus: remove hv_event_tasklet_disable/enableDexuan Cui2017-03-161-3/+0