aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-03-121-103/+297
|\
| * rbd: advertise support for RBD_FEATURE_DEEP_FLATTENIlya Dryomov2019-03-051-0/+2
| * rbd: whole-object write and zeroout should copyup when snapshots existIlya Dryomov2019-03-051-5/+7
| * rbd: copyup with an empty snapshot context (aka deep-copyup)Ilya Dryomov2019-03-051-10/+79
| * rbd: introduce rbd_obj_issue_copyup_ops()Ilya Dryomov2019-03-051-33/+43
| * rbd: stop copying num_osd_ops in rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-31/+59
| * rbd: factor out __rbd_osd_req_create()Ilya Dryomov2019-03-051-7/+12
| * rbd: clear ->xferred on error from rbd_obj_issue_copyup()Ilya Dryomov2019-03-051-0/+1
| * rbd: remove experimental designation from kernel layeringIlya Dryomov2019-03-051-8/+0
| * rbd: round off and ignore discards that are too smallIlya Dryomov2019-03-051-6/+55
| * rbd: handle DISCARD and WRITE_ZEROES separatelyIlya Dryomov2019-03-051-10/+51
| * rbd: get rid of obj_req->obj_request_countIlya Dryomov2019-03-051-5/+0
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-1212-78/+79
|\ \
| * | md: convert to kvmallocKent Overstreet2019-03-123-56/+46
| * | of: fix kmemleak crash caused by imbalance in early memory reservationMike Rapoport2019-03-121-10/+3
| * | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-122-2/+2
| * | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-125-4/+25
| * | memblock: drop memblock_alloc_base()Mike Rapoport2019-03-121-1/+1
| * | memblock: drop __memblock_alloc_base()Mike Rapoport2019-03-121-5/+2
| * | mm/hmm: convert to use vm_fault_tSouptick Joarder2019-03-121-1/+1
* | | Merge tag 'tag-chrome-platform-for-v5.1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-03-1224-311/+980
|\ \ \
| * | | platform/chrome: fix wilco-ec dependenciesArnd Bergmann2019-03-051-1/+1
| * | | platform/chrome: wilco_ec: Add RTC driverNick Crews2019-02-214-0/+207
| * | | platform/chrome: wilco_ec: Add support for raw commands in debugfsNick Crews2019-02-214-0/+264
| * | | platform/chrome: Add new driver for Wilco ECNick Crews2019-02-216-0/+359
| * | | platform/chrome: cros_ec: Remove cros_ec dependency in lpc_mecNick Crews2019-02-113-59/+83
| * | | platform/chrome: cros_ec_sysfs: remove pr_fmt() defineEnric Balletbo i Serra2019-02-011-2/+0
| * | | platform/chrome: cros_ec_lightbar: remove pr_fmt() defineEnric Balletbo i Serra2019-02-011-2/+0
| * | | platform/chrome: cros_kbd_led_backlight: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-15/+4
| * | | platform/chrome: cros_ec_spi: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-15/+5
| * | | platform/chrome: cros_ec_proto: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-15/+4
| * | | platform/chrome: cros_ec_lpc: switch to SPDX identifierEnric Balletbo i Serra2019-02-015-102/+24
| * | | platform/chrome: cros_ec_i2c: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-16/+6
| * | | platform/chrome: cros_ec_vbc: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-19/+5
| * | | platform/chrome: cros_ec_sysfs: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-19/+5
| * | | platform/chrome: cros_ec_lightbar: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-18/+4
| * | | platform/chrome: cros_ec_debugfs: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-18/+4
| * | | platform/chrome: cromeos_pstore: switch to SPDX identifierEnric Balletbo i Serra2019-02-011-11/+6
* | | | Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-112-43/+14
|\ \ \ \
* \ \ \ \ Merge tag 'for-linus-5.1a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-03-1111-101/+47
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | xen, cpu_hotplug: Prevent an out of bounds accessDan Carpenter2019-03-081-1/+1
| * | | | xen: remove pre-xen3 fallback handlersArnd Bergmann2019-03-052-82/+0
| * | | | xen/ACPI: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-11/+11
| * | | | x86/xen: dont add memory above max allowed allocationJuergen Gross2019-02-181-0/+11
| * | | | xen/gntdev: Check and release imported dma-bufs on closeOleksandr Andrushchenko2019-02-181-0/+9
| * | | | xen/gntdev: Do not destroy context while dma-bufs are in useOleksandr Andrushchenko2019-02-183-3/+13
| * | | | xen/pciback: Don't disable PCI_COMMAND on PCI device reset.Konrad Rzeszutek Wilk2019-02-181-2/+0
| * | | | xen-scsiback: mark expected switch fall-throughGustavo A. R. Silva2019-02-181-1/+1
| * | | | xen: mark expected switch fall-throughGustavo A. R. Silva2019-02-181-1/+1
* | | | | Merge tag 'linux-watchdog-5.1-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-03-1112-13/+342
|\ \ \ \ \