summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.2/dm-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-284-10/+29
|\
| * dm verity: use message limit for data block corruption messageMilan Broz2019-06-251-2/+2
| * dm table: don't copy from a NULL pointer in realloc_argv()Jerome Marchand2019-06-251-1/+1
| * dm log writes: make sure super sector log updates are written in orderzhangyi (F)2019-06-251-2/+21
| * dm init: remove trailing newline from calls to DMERR() and DMINFO()Stephen Boyd2019-06-251-2/+2
| * dm init: fix incorrect uses of kstrndup()Gen Zhang2019-06-251-3/+3
* | Merge tag 'for-linus-20190627' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2019-06-283-44/+25
|\ \
| * | proc: remove useless d_is_dir() checkChristian Brauner2019-06-271-2/+1
| * | copy_process(): don't use ksys_close() on cleanupsAl Viro2019-06-271-28/+18
| * | samples: make pidfd-metadata fail gracefully on older kernelsDmitry V. Levin2019-06-241-2/+6
| * | fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin2019-06-241-12/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2019-06-2810-5/+33
|\ \ \
| * | | HID: intel-ish-hid: fix wrong driver_data usageHyungwoo Yang2019-06-263-3/+17
| * | | HID: multitouch: Add pointstick support for ALPS TouchpadKai-Heng Feng2019-06-262-0/+5
| * | | HID: logitech-dj: Fix forwarding of very long HID++ reportsHans de Goede2019-06-261-1/+3
| * | | HID: uclogic: Add support for Huion HS64 tabletKyle Godbey2019-06-263-0/+5
| * | | HID: chicony: add another quirk for PixArt mouseOleksandr Natalenko2019-06-262-0/+2
| * | | HID: intel-ish-hid: Fix a use after free in load_fw_from_host()Dan Carpenter2019-06-261-1/+1
* | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-06-289-25/+26
|\ \ \ \
| * \ \ \ Merge tag 'imx-fixes-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-06-251-4/+4
| |\ \ \ \
| | * | | | ARM: dts: imx6ul: fix PWM[1-4] interruptsSébastien Szymanski2019-06-241-4/+4
| * | | | | Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-06-252-9/+7
| |\ \ \ \ \
| | * | | | | ARM: dts: meson8b: fix the operating voltage of the Mali GPUMartin Blumenstingl2019-05-201-5/+5
| | * | | | | ARM: dts: meson8b: drop undocumented property from the Mali GPU nodeMartin Blumenstingl2019-05-201-1/+0
| | * | | | | ARM: dts: meson8: fix GPU interrupts and drop an undocumented propertyMartin Blumenstingl2019-05-201-3/+2
| * | | | | | Merge tag 'arm-soc/for-5.3/maintainers' of https://github.com/Broadcom/stblin...Olof Johansson2019-06-191-0/+2
| |\ \ \ \ \ \
| | * | | | | | MAINTAINERS: BCM53573: Add internal Broadcom mailing listFlorian Fainelli2019-06-121-0/+1
| | * | | | | | MAINTAINERS: BCM2835: Add internal Broadcom mailing listFlorian Fainelli2019-06-121-0/+1
| | |/ / / / /
| * | | | | | ARM: omap2: remove incorrect __init annotationArnd Bergmann2019-06-191-1/+1
| * | | | | | Merge tag 'gemini-dts-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-06-192-2/+2
| |\ \ \ \ \ \
| | * | | | | | ARM: dts: gemini Fix up DNS-313 compatible stringLinus Walleij2019-06-191-1/+1
| | * | | | | | ARM: dts: Blank D-Link DIR-685 consoleLinus Walleij2019-06-191-1/+1
| | |/ / / / /
| * | | | | | Merge tag 'imx-fixes-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-06-192-9/+10
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | arm64: defconfig: Enable FSL_EDMA driverLi Yang2019-06-181-0/+1
| | * | | | | arm64: dts: ls1028a: Fix CPU idle fail.Ran Wang2019-06-121-9/+9
* | | | | | | Merge tag 'afs-fixes-20190620' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-06-284-19/+25
|\ \ \ \ \ \ \
| * | | | | | | afs: Fix setting of i_blocksDavid Howells2019-06-201-7/+12
| * | | | | | | afs: Fix uninitialised spinlock afs_volume::cb_break_lockDavid Howells2019-06-203-3/+4
| * | | | | | | afs: Fix vlserver record corruptionDavid Howells2019-06-201-4/+2
| * | | | | | | afs: Fix over zealous "vnode modified" warningsDavid Howells2019-06-201-5/+7
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csk...Linus Torvalds2019-06-281-0/+5
|\ \ \ \ \ \ \
| * | | | | | | csky: Fixup libgcc unwind errorGuo Ren2019-06-261-0/+5
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-2834-84/+194
|\ \ \ \ \ \ \
| * | | | | | | af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2019-06-272-3/+18
| * | | | | | | sctp: change to hold sk after auth shkey is created successfullyXin Long2019-06-271-4/+4
| * | | | | | | Merge branch 'ipv6-fix-neighbour-resolution-with-raw-socket'David S. Miller2019-06-266-8/+9
| |\ \ \ \ \ \ \
| | * | | | | | | ipv6: fix neighbour resolution with raw socketNicolas Dichtel2019-06-261-1/+2
| | * | | | | | | ipv6: constify rt6_nexthop()Nicolas Dichtel2019-06-265-7/+7
| |/ / / / / / /
| * | | | | | | net: dsa: microchip: Use gpiod_set_value_cansleep()Marek Vasut2019-06-261-3/+3
| * | | | | | | net: aquantia: fix vlans not working over bridged networkDmitry Bogdanov2019-06-264-8/+23