summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
*-. Merge remote-tracking branches 'asoc/topic/hisilicon', 'asoc/topic/iio', 'aso...Mark Brown2018-01-1811-5/+2206
|\ \
| | * IIO: ADC: stm32-dfsdm: fix static check warningArnaud Pouliquen2018-01-151-4/+0
| | * IIO: ADC: stm32-dfsdm: code optimizationArnaud Pouliquen2018-01-152-15/+2
| | * IIO: ADC: fix return value check in stm32_dfsdm_adc_probe()Wei Yongjun2018-01-111-2/+2
| | * IIO: ADC: stm32-dfsdm: avoid unused-variable warningArnd Bergmann2018-01-111-2/+1
| | * IIO: ADC: stm32_dfsdm_stop_filter() can be statickbuild test robot2018-01-101-4/+4
| | * IIO: consumer: allow to set buffer sizesArnaud Pouliquen2018-01-101-0/+11
| | * IIO: ADC: add stm32 DFSDM support for PDM microphoneArnaud Pouliquen2018-01-101-7/+495
| | * IIO: ADC: add STM32 DFSDM sigma delta ADC supportArnaud Pouliquen2018-01-103-0/+742
| | * IIO: ADC: add stm32 DFSDM core supportArnaud Pouliquen2018-01-104-0/+632
| | * IIO: ADC: add sigma delta modulator supportArnaud Pouliquen2018-01-103-0/+81
| | * IIO: inkern: API for manipulating channel attributesArnaud Pouliquen2018-01-101-5/+12
| | * IIO: hw_consumer: add devm_iio_hw_consumer_allocArnaud Pouliquen2018-01-101-0/+66
| | * iio: Add hardware consumer buffer supportLars-Peter Clausen2018-01-103-0/+192
| |/
* | Merge remote-tracking branch 'asoc/topic/intel' into asoc-nextMark Brown2018-01-182-8/+44
|\ \
| * | gpio: merrifield: Add support of ACPI enabled platformsAndy Shevchenko2018-01-101-1/+10
| * | ACPI: utils: Introduce acpi_dev_get_first_match_name()Andy Shevchenko2018-01-101-7/+34
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-141-0/+1
|\ \ \
| * \ \ Merge branch 'nvme-4.15' of git://git.infradead.org/nvme into for-linusJens Axboe2018-01-121-0/+1
| |\ \ \
| | * | | nvme-fabrics: initialize default host->id in nvmf_host_default()Ewan D. Milne2018-01-081-0/+1
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-142-0/+51
|\ \ \ \ \
| * | | | | sysfs/cpu: Add vulnerability folderThomas Gleixner2018-01-082-0/+51
| * | | | | locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-171-10/+10
| * | | | | Merge commit 'upstream-x86-virt' into WIP.x86/mmIngo Molnar2017-12-173-8/+6
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.baseIngo Molnar2017-12-171-58/+20
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge tag 'usb-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-01-138-32/+62
|\ \ \ \ \ \ \ \
| * | | | | | | | usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner2018-01-111-0/+2
| * | | | | | | | Merge tag 'usb-serial-4.15-rc8' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-01-111-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | USB: serial: cp210x: add new device ID ELV ALC 8xxxChristian Holl2018-01-041-0/+1
| | * | | | | | | | USB: serial: cp210x: add IDs for LifeScan OneTouch Verio IQDiego Elio Pettenò2018-01-021-0/+1
| * | | | | | | | | uas: ignore UAS for Norelsys NS1068(X) chipsIcenowy Zheng2018-01-091-0/+7
| * | | | | | | | | USB: UDC core: fix double-free in usb_add_gadget_udc_releaseAlan Stern2018-01-091-15/+13
| * | | | | | | | | USB: fix usbmon BUG triggerPete Zaitcev2018-01-091-1/+7
| * | | | | | | | | usbip: vudc_tx: fix v_send_ret_submit() vulnerability to null xfer bufferShuah Khan2018-01-041-2/+9
| * | | | | | | | | usbip: remove kernel addresses from usb device and urb debug msgsShuah Khan2018-01-041-14/+3
| * | | | | | | | | usbip: fix vudc_rx: harden CMD_SUBMIT path to handle malicious inputShuah Khan2018-01-041-0/+19
| |/ / / / / / / /
* | | | | | | | | Merge tag 'staging-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-01-131-0/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | staging: android: ashmem: fix a race condition in ASHMEM_SET_SIZE ioctlViktor Slavkovic2018-01-091-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge tag 'char-misc-4.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-01-131-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mux: core: fix double get_device()Hans de Goede2018-01-091-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge tag 'for-linus-4.15-rc8-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-01-121-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | xen/gntdev: Fix partial gntdev_mmap() cleanupRoss Lagerwall2018-01-101-1/+3
| * | | | | | | | | xen/gntdev: Fix off-by-one error when unmapping with holesRoss Lagerwall2018-01-101-3/+1
* | | | | | | | | | Merge tag 'mmc-v4.15-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-01-122-2/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mmc: s3mci: mark debug_regs[] as staticArnd Bergmann2018-01-041-2/+4
| * | | | | | | | | | mmc: renesas_sdhi: Add MODULE_LICENSEMasaharu Hayakawa2017-12-151-0/+3
* | | | | | | | | | | Merge tag 'drm-fixes-for-v4.15-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-01-1214-43/+39
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2018-01-11-1' of git://anongit.freedesktop.org/drm...Dave Airlie2018-01-126-4/+17
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | drm/i915: Don't adjust priority on an already signaled fenceChris Wilson2018-01-112-1/+4
| | * | | | | | | | | | | drm/i915: Whitelist SLICE_COMMON_ECO_CHICKEN1 on Geminilake.Kenneth Graunke2018-01-112-0/+7