summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | gcc-10: disable 'restrict' warning for nowLinus Torvalds2020-05-101-0/+3
* | | | | | gcc-10: disable 'stringop-overflow' warning for nowLinus Torvalds2020-05-101-0/+1
* | | | | | gcc-10: disable 'array-bounds' warning for nowLinus Torvalds2020-05-091-0/+1
* | | | | | gcc-10: disable 'zero-length-bounds' warning for nowLinus Torvalds2020-05-091-0/+3
* | | | | | Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-093-23/+3
* | | | | | Merge tag 'io_uring-5.7-2020-05-08' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-092-70/+40
|\ \ \ \ \ \
| * | | | | | io_uring: don't use 'fd' for openat/openat2/statxJens Axboe2020-05-071-25/+7
| * | | | | | splice: move f_mode checks to do_{splice,tee}()Pavel Begunkov2020-05-071-27/+18
| * | | | | | io_uring: handle -EFAULT properly in io_uring_setup()Xiaoguang Wang2020-05-051-13/+11
| * | | | | | io_uring: fix mismatched finish_wait() calls in io_uring_cancel_files()Xiaoguang Wang2020-05-041-5/+4
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-05-084-6/+7
|\ \ \ \ \ \
| * | | | | | scsi: ibmvscsi: Fix WARN_ON during event pool releaseTyrel Datwyler2020-04-291-4/+0
| * | | | | | scsi: ibmvfc: Don't send implicit logouts prior to NPIV loginBrian King2020-04-281-0/+5
| * | | | | | scsi: qla2xxx: Delete all sessions before unregister local nvme portQuinn Tran2020-04-241-1/+1
| * | | | | | scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIVArun Easi2020-04-241-1/+1
* | | | | | | Merge tag 'ceph-for-5.7-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds2020-05-084-14/+7
|\ \ \ \ \ \ \
| * | | | | | | ceph: demote quotarealm lookup warning to a debug messageLuis Henriques2020-05-081-2/+2
| * | | | | | | MAINTAINERS: remove myself as ceph co-maintainerSage Weil2020-05-041-6/+0
| * | | | | | | ceph: fix double unlock in handle_cap_export()Wu Bo2020-05-041-0/+1
| * | | | | | | ceph: fix special error code in ceph_try_get_caps()Wu Bo2020-05-041-1/+1
| * | | | | | | ceph: fix endianness bug when handling MDS session feature bitsJeff Layton2020-05-041-5/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'char-misc-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-0814-51/+77
|\ \ \ \ \ \ \
| * | | | | | | bus: mhi: core: Fix channel device name conflictJeffrey Hugo2020-05-051-1/+2
| * | | | | | | bus: mhi: core: Fix typo in commentJeffrey Hugo2020-05-051-1/+1
| * | | | | | | bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo2020-05-054-14/+10
| * | | | | | | bus: mhi: core: Remove link_status() callbackJeffrey Hugo2020-05-053-9/+4
| * | | | | | | bus: mhi: core: Make sure to powerdown if mhi_sync_power_up failsJeffrey Hugo2020-05-051-1/+5
| * | | | | | | bus: mhi: Fix parsing of mhi_flagsManivannan Sadhasivam2020-05-051-3/+3
| * | | | | | | mei: me: disable mei interface on LBG servers.Tomas Winkler2020-05-053-1/+13
| * | | | | | | Merge tag 'phy-for-5.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2020-04-303-12/+30
| |\ \ \ \ \ \ \
| | * | | | | | | phy: qualcomm: usb-hs-28nm: Prepare clocks in initBjorn Andersson2020-04-301-11/+21
| | * | | | | | | MAINTAINERS: Add Vinod Koul as Generic PHY co-maintainerKishon Vijay Abraham I2020-04-301-1/+2
| | * | | | | | | phy: qcom-qusb2: Re add "qcom,sdm845-qusb2-phy" compat stringJohn Stultz2020-04-271-0/+7
| | * | | | | | | phy: tegra: Select USB_COMMON for usb_get_maximum_speed()Thierry Reding2020-04-241-1/+2
| * | | | | | | | interconnect: qcom: Move the static keyword to the front of declarationChenTao2020-04-292-10/+10
| * | | | | | | | most: core: use function subsys_initcall()Christian Gromm2020-04-281-1/+1
| * | | | | | | | bus: mhi: core: Fix a NULL vs IS_ERR check in mhi_create_devices()Dan Carpenter2020-04-281-1/+1
* | | | | | | | | Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-0810-30/+48
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | regulator: Revert "Use driver_deferred_probe_timeout for regulator_init_compl...John Stultz2020-04-291-14/+11
| * | | | | | | | | driver core: Ensure wait_for_device_probe() waits until the deferred_probe_ti...John Stultz2020-04-281-0/+5
| * | | | | | | | | driver core: Use dev_warn() instead of dev_WARN() for deferred_probe_timeout ...John Stultz2020-04-281-1/+1
| * | | | | | | | | driver core: Revert default driver_deferred_probe_timeout value to 0John Stultz2020-04-281-11/+2
| * | | | | | | | | component: Silence bind error on -EPROBE_DEFERJames Hilliard2020-04-281-3/+5
| * | | | | | | | | driver core: Fix handling of fw_devlink=permissiveSaravana Kannan2020-04-281-1/+6
| * | | | | | | | | coredump: fix crash when umh is disabledLuis Chamberlain2020-04-282-0/+13
| * | | | | | | | | amba: Initialize dma_parms for amba devicesUlf Hansson2020-04-282-0/+2
| * | | | | | | | | driver core: platform: Initialize dma_parms for platform devicesUlf Hansson2020-04-282-0/+3
| |/ / / / / / / /
* | | | | | | | | Merge tag 'staging-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-05-083-6/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | staging: gasket: Check the return value of gasket_get_bar_index()Oscar Carter2020-05-051-0/+4
| * | | | | | | | | staging: ks7010: remove me from CC listWolfram Sang2020-05-051-1/+0