summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-298-7/+14
|\ \ \ \ \
| * | | | | scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson2020-02-244-4/+4
| * | | | | scsi: zfcp: fix wrong data and display format of SFP+ temperatureBenjamin Block2020-02-242-2/+2
| * | | | | scsi: sd_sbc: Fix sd_zbc_report_zones()Damien Le Moal2020-02-241-1/+6
| * | | | | scsi: libfc: free response frame from GPN_IDIgor Druzhinin2020-02-211-0/+2
* | | | | | Merge tag 'pci-v5.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-282-2/+2
|\ \ \ \ \ \
| * | | | | | MAINTAINERS: Correct Cadence PCI driver pathLukas Bulwahn2020-02-271-1/+1
| * | | | | | PCI: brcmstb: Fix build on 32bit ARM platforms with older compilersMarek Szyprowski2020-02-271-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'block-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-2812-70/+136
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'nvme-5.6-rc4' of git://git.infradead.org/nvme into block-5.6Jens Axboe2020-02-281-1/+1
| |\ \ \ \ \ \
| | * | | | | | nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh2020-02-271-1/+1
| |/ / / / / /
| * | | | | | blk-mq: Remove some unused function argumentsJohn Garry2020-02-264-11/+9
| * | | | | | null_blk: remove unused fields in 'nullb_cmd'Dongli Zhang2020-02-252-5/+0
| * | | | | | blktrace: Protect q->blk_trace with RCUJan Kara2020-02-253-37/+97
| * | | | | | blk-mq: insert passthrough request into hctx->dispatch directlyMing Lei2020-02-254-16/+29
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'io_uring-5.6-2020-02-28' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-283-91/+74
|\ \ \ \ \ \
| * | | | | | io_uring: fix 32-bit compatability with sendmsg/recvmsgJens Axboe2020-02-271-0/+10
| * | | | | | io_uring: define and set show_fdinfo only if procfs is enabledTobias Klauser2020-02-271-0/+4
| * | | | | | io_uring: drop file set ref put/get on switchJens Axboe2020-02-261-15/+8
| * | | | | | io_uring: import_single_range() returns 0/-ERRORJens Axboe2020-02-261-1/+1
| * | | | | | io_uring: pick up link work on submit reference dropJens Axboe2020-02-261-4/+4
| * | | | | | io-wq: ensure work->task_pid is cleared on initJens Axboe2020-02-251-10/+4
| * | | | | | io-wq: remove spin-for-work optimizationJens Axboe2020-02-251-19/+0
| * | | | | | io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLLXiaoguang Wang2020-02-251-32/+27
| * | | | | | io_uring: fix personality idr leakJens Axboe2020-02-241-0/+1
| * | | | | | io_uring: handle multiple personalities in link chainsJens Axboe2020-02-241-10/+15
| |/ / / / /
* | | | | | Merge tag 'acpi-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-02-284-5/+42
|\ \ \ \ \ \
| * | | | | | ACPI: watchdog: Set default timeout in probeMika Westerberg2020-02-131-0/+23
| * | | | | | ACPI: watchdog: Fix gas->access_width usageMika Westerberg2020-02-132-3/+2
| * | | | | | ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macroMika Westerberg2020-02-131-1/+2
| * | | | | | ACPI: watchdog: Allow disabling WDAT at bootJean Delvare2020-02-102-1/+15
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'pm-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-02-284-7/+12
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'pm-sleep' and 'pm-devfreq'Rafael J. Wysocki2020-02-283-5/+2
| |\ \ \ \ \ \ \
| | | * \ \ \ \ \ Merge tag 'devfreq-fixes-for-5.6-rc4' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2020-02-271-3/+1
| | | |\ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | |
| | | | * | | | | Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"Orson Zhai2020-02-241-3/+1
| | | |/ / / / /
| | * | | | | | PM / hibernate: fix typo "reserverd_size" -> "reserved_size"Alexandre Belloni2020-02-201-1/+1
| | * | | | | | Documentation: power: Drop reference to interface.rstJonathan Neuschäfer2020-02-201-1/+0
| * | | | | | | cpufreq: Fix policy initialization for internal governor driversRafael J. Wysocki2020-02-271-2/+10
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'zonefs-5.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-282-4/+5
|\ \ \ \ \ \ \
| * | | | | | | zonefs: select FS_IOMAPJohannes Thumshirn2020-02-261-0/+1
| * | | | | | | zonefs: fix IOCB_NOWAIT handlingChristoph Hellwig2020-02-261-4/+4
* | | | | | | | Merge tag 'drm-fixes-2020-02-28' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-02-2814-43/+138
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2020-02-27' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-02-287-38/+46
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'gvt-fixes-2020-02-26' of https://github.com/intel/gvt-linux into d...Jani Nikula2020-02-262-2/+2
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetimeTina Zhang2020-02-251-1/+1
| | | * | | | | | | | drm/i915/gvt: Separate display reset from ALL_ENGINES resetTina Zhang2020-02-241-1/+1
| | * | | | | | | | | drm/i915: Avoid recursing onto active vma from the shrinkerChris Wilson2020-02-261-3/+1
| | * | | | | | | | | drm/i915/pmu: Avoid using globals for PMU eventsMichał Winiarski2020-02-262-19/+26
| | * | | | | | | | | drm/i915/pmu: Avoid using globals for CPU hotplug stateMichał Winiarski2020-02-262-11/+14
| | * | | | | | | | | drm/i915/gtt: Downgrade gen7 (ivb, byt, hsw) back to aliasing-ppgttChris Wilson2020-02-261-2/+2