summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | mlxsw: spectrum: Fix autoneg status in ethtoolAmit Cohen2019-04-181-2/+2
| | * | | | mlxsw: pci: Reincrease PCI reset timeoutIdo Schimmel2019-04-181-1/+1
| | * | | | mlxsw: spectrum: Put MC TCs into DWRR modePetr Machata2019-04-181-1/+1
| |/ / / /
| * | | | s390: ctcm: fix ctcm_new_device error return codeArnd Bergmann2019-04-181-0/+1
| * | | | nfp: abm: fix spelling mistake "offseting" -> "offsetting"Colin Ian King2019-04-181-2/+2
| * | | | net: stmmac: Use bfsize1 in ndesc_init_rx_descYueHaibing2019-04-181-1/+1
| * | | | ipv4: set the tcp_min_rtt_wlen range from 0 to one dayZhangXiaoxu2019-04-172-1/+5
* | | | | Merge tag 'leds-for-5.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-251-0/+1
|\ \ \ \ \
| * | | | | MAINTAINERS: LEDs: Add designated reviewer for LED subsystemDan Murphy2019-04-241-0/+1
* | | | | | Merge tag 'drm-fixes-2019-04-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-04-244-7/+25
|\ \ \ \ \ \
| * | | | | | Revert "drm/virtio: drop prime import/export callbacks"Dave Airlie2019-04-243-0/+20
| * | | | | | Revert "drm/i915/fbdev: Actually configure untiled displays"Dave Airlie2019-04-241-7/+5
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-04-236-7/+45
|\ \ \ \ \ \
| * | | | | | nfsd: wake blocked file lock waiters before sending callbackJeff Layton2019-04-221-0/+9
| * | | | | | nfsd: wake waiters blocked on file_lock before deleting itJeff Layton2019-04-221-2/+1
| * | | | | | nfsd: Don't release the callback slot unless it was actually heldTrond Myklebust2019-04-082-1/+8
| * | | | | | nfsd/nfsd3_proc_readdir: fix buffer count and page pointersMurphy Zhou2019-04-062-4/+24
| * | | | | | sunrpc: don't mark uninitialised items as VALID.NeilBrown2019-04-061-0/+3
* | | | | | | Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2019-04-2316-1/+65
|\ \ \ \ \ \ \
| * | | | | | | arch: add pidfd and io_uring syscalls everywhereArnd Bergmann2019-04-1516-1/+65
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'mips_fixes_5.1_3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-04-224-7/+13
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | MIPS: perf: ath79: Fix perfcount IRQ assignmentPetr Štetiar2019-04-172-6/+11
| * | | | | | MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno2019-04-151-1/+1
| * | | | | | MAINTAINERS: BMIPS: Add internal Broadcom mailing listFlorian Fainelli2019-04-101-0/+1
* | | | | | | Linux 5.1-rc6v5.1-rc6Linus Torvalds2019-04-211-1/+1
* | | | | | | Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2019-04-201-2/+5
|\ \ \ \ \ \ \
| * | | | | | | SUNRPC: Ignore queue transmission errors on successful transmissionTrond Myklebust2019-04-171-2/+5
* | | | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-04-206-8/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | scsi: aic7xxx: fix EISA supportChristoph Hellwig2019-04-194-6/+7
| * | | | | | | | Revert "scsi: fcoe: clear FC_RP_STARTED flags when receiving a LOGO"Saurav Kashyap2019-04-191-1/+0
| * | | | | | | | scsi: core: set result when the command cannot be dispatchedJaesoo Lee2019-04-161-1/+5
* | | | | | | | | Merge tag 'for-linus-20190420' of git://git.kernel.dk/linux-blockLinus Torvalds2019-04-206-15/+43
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | block: make sure that bvec length can't be overflowMing Lei2019-04-191-2/+3
| * | | | | | | | | block: kill all_q_node in request_queueHou Tao2019-04-191-1/+0
| * | | | | | | | | io_uring: fix CQ overflow conditionJens Axboe2019-04-171-1/+1
| * | | | | | | | | io_uring: fix possible deadlock between io_uring_{enter,register}Jens Axboe2019-04-151-0/+12
| * | | | | | | | | io_uring: drop io_file_put() 'file' argumentJens Axboe2019-04-141-6/+4
| * | | | | | | | | bfq: update internal depth state when queue depth changesJens Axboe2019-04-143-1/+10
| * | | | | | | | | io_uring: only test SQPOLL cpu after we've verified itJens Axboe2019-04-141-4/+8
| * | | | | | | | | io_uring: park SQPOLL thread if it's percpuJens Axboe2019-04-141-0/+5
* | | | | | | | | | Merge tag 'i3c/fixes-for-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-04-203-5/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | MAINTAINERS: Fix the I3C entryBoris Brezillon2019-04-101-1/+0
| * | | | | | | | | | i3c: dw: Fix dw_i3c_master_disable controller by using correct maskVitor Soares2019-04-101-1/+1
| * | | | | | | | | | i3c: Fix the verification of random PIDVitor Soares2019-04-101-3/+2
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'sound-5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-04-204-11/+26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ALSA: hda/realtek - add two more pin configuration sets to quirk tableHui Wang2019-04-171-0/+6
| * | | | | | | | | | ALSA: core: Fix card races between register and disconnectTakashi Iwai2019-04-161-9/+9
| * | | | | | | | | | ALSA: info: Fix racy addition/deletion of nodesTakashi Iwai2019-04-161-2/+10
| * | | | | | | | | | ALSA: hda: Initialize power_state field properlyTakashi Iwai2019-04-131-0/+1
* | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-04-207-35/+14
|\ \ \ \ \ \ \ \ \ \ \