summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-v5.2/fixes-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-296-16/+39
|\
| * riscv: mm: Fix code commentShihPo Hung2019-06-271-3/+0
| * dt-bindings: clock: sifive: add MIT license as an option for the header filePaul Walmsley2019-06-271-1/+1
| * dt-bindings: riscv: resolve 'make dt_binding_check' warningsPaul Walmsley2019-06-261-12/+14
| * riscv: dts: Re-organize the DT nodesYash Shah2019-06-262-0/+19
| * RISC-V: defconfig: enable MMC & SPI for RISC-VAtish Patra2019-06-261-0/+5
* | Merge tag 'nfs-for-5.2-4' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-292-9/+9
|\ \
| * | NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-06-281-1/+1
| * | SUNRPC: Fix up calculation of client message lengthTrond Myklebust2019-06-281-8/+8
* | | Merge tag 'ceph-for-5.2-rc7' of git://github.com/ceph/ceph-clientLinus Torvalds2019-06-291-1/+2
|\ \ \
| * | | ceph: fix ceph_mdsc_build_path to not stop on first componentJeff Layton2019-06-271-1/+2
| | |/ | |/|
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-06-291-2/+4
|\ \ \
| * | | scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()Jan Kara2019-06-201-2/+4
* | | | Merge tag 'for-linus-20190628' of git://git.kernel.dk/linux-blockLinus Torvalds2019-06-292-4/+3
|\ \ \ \
| * | | | block, bfq: fix operator in BFQQ_TOTALLY_SEEKYPaolo Valente2019-06-251-1/+1
| * | | | io_uring: ensure req->file is cleared on allocationJens Axboe2019-06-211-3/+2
* | | | | Merge tag 'pinctrl-v5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2019-06-293-27/+33
|\ \ \ \ \
| * | | | | pinctrl: mediatek: Update cur_mask in mask/mask opsNicolas Boichat2019-06-271-14/+4
| * | | | | pinctrl: mediatek: Ignore interrupts that are wake only during resumeNicolas Boichat2019-06-261-1/+15
| * | | | | pinctrl: ocelot: fix pinmuxing for pins after 31Alexandre Belloni2019-06-251-7/+9
| * | | | | pinctrl: ocelot: fix gpio direction for pins after 31Alexandre Belloni2019-06-251-1/+1
| * | | | | pinctrl: mcp23s08: Fix add_data and irqchip_add_nested call orderPhil Reid2019-06-251-4/+4
* | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-06-288-14/+19
|\ \ \ \ \ \
| * | | | | | clk: socfpga: stratix10: fix divider entry for the emac clocksDinh Nguyen2019-06-251-2/+2
| * | | | | | clk: Do a DT parent lookup even when index < 0Stephen Boyd2019-06-171-1/+1
| * | | | | | clk: tegra210: Fix default rates for HDA clocksJon Hunter2019-06-141-0/+2
| * | | | | | Merge tag 'clk-meson-5.2-1-fixes' of https://github.com/BayLibre/clk-meson in...Stephen Boyd2019-06-134-9/+9
| |\ \ \ \ \ \
| | * | | | | | clk: meson: meson8b: fix a typo in the VPU parent names array variableMartin Blumenstingl2019-05-201-5/+5
| | * | | | | | clk: meson: fix MPLL 50M binding id typoJerome Brunet2019-05-203-4/+4
| * | | | | | | clk: ti: clkctrl: Fix returning uninitialized dataTony Lindgren2019-06-061-2/+5
* | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \