summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-181-1/+1
|\
| * swiotlb: fix phys_addr_t overflow warningArnd Bergmann2019-06-191-1/+1
* | Merge tag 'ceph-for-5.3-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-07-182-588/+1610
|\ \
| * | rbd: setallochint only if object doesn't existIlya Dryomov2019-07-081-5/+14
| * | rbd: support for object-map and fast-diffIlya Dryomov2019-07-082-3/+727
| * | rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe()Ilya Dryomov2019-07-081-8/+6
| * | libceph: change ceph_osdc_call() to take page vector for responseIlya Dryomov2019-07-081-4/+4
| * | rbd: new exclusive lock wait/wake codeIlya Dryomov2019-07-081-143/+186
| * | rbd: quiescing lock should wait for image requestsIlya Dryomov2019-07-081-14/+90
| * | rbd: lock should be quiesced on reacquireIlya Dryomov2019-07-081-14/+21
| * | rbd: introduce copyup state machineIlya Dryomov2019-07-081-64/+123
| * | rbd: rename rbd_obj_setup_*() to rbd_obj_init_*()Ilya Dryomov2019-07-081-13/+13
| * | rbd: move OSD request allocation into object request state machinesIlya Dryomov2019-07-081-118/+96
| * | rbd: factor out __rbd_osd_setup_discard_ops()Ilya Dryomov2019-07-081-16/+27
| * | rbd: factor out rbd_osd_setup_copyup()Ilya Dryomov2019-07-081-12/+17
| * | rbd: introduce obj_req->osd_reqs listIlya Dryomov2019-07-081-91/+100
| * | rbd: introduce image request state machineIlya Dryomov2019-07-081-57/+137
| * | rbd: move OSD request submission into object request state machinesIlya Dryomov2019-07-081-11/+49
| * | rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD}Ilya Dryomov2019-07-081-52/+60
| * | rbd: replace obj_req->tried_parent with obj_req->read_stateIlya Dryomov2019-07-081-36/+46
| * | rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferredIlya Dryomov2019-07-081-91/+58
* | | Merge tag 'dax-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdi...Linus Torvalds2019-07-181-0/+19
|\ \ \
| * | | device-dax: Add a 'resource' attributeVishal Verma2019-06-211-0/+19
* | | | Merge tag 'libnvdimm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-07-1817-28/+413
|\ \ \ \
| * | | | virtio_pmem: fix sparse warningPankaj Gupta2019-07-171-2/+2
| * | | | dm: enable synchronous daxPankaj Gupta2019-07-063-8/+23
| * | | | libnvdimm: add dax_dev sync flagPankaj Gupta2019-07-066-5/+33
| * | | | virtio-pmem: Add virtio pmem driverPankaj Gupta2019-07-065-0/+314
| * | | | libnvdimm: nd_region flush callback supportPankaj Gupta2019-07-065-11/+39
| * | | | libnvdimm, namespace: Drop uuid_t implementation detailAndy Shevchenko2019-07-061-4/+4
| |/ / /
* | | | Merge tag 'linux-watchdog-5.3-rc1' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2019-07-1876-429/+360
|\ \ \ \
| * | | | watchdog: digicolor_wdt: Remove unused variable in dc_wdt_probeNathan Chancellor2019-07-151-1/+0
| * | | | watchdog: ie6xx_wdt: Use spinlock_t instead of struct spinlockSebastian Andrzej Siewior2019-07-081-1/+1
| * | | | watchdog: atmel: atmel-sama5d4-wdt: Disable watchdog on system suspendKen Sloat2019-07-081-3/+18
| * | | | watchdog: convert remaining drivers to use SPDX license identifierGuenter Roeck2019-07-0831-185/+33
| * | | | watchdog: mei_wdt: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-081-23/+7
| * | | | watchdog: bcm_kona_wdt: no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-07-081-10/+4
| * | | | docs: watchdog: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-082-4/+4
| * | | | watchdog: make the device time out at open_deadline when open_timeout is usedRasmus Villemoes2019-07-081-5/+6
| * | | | watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUTRasmus Villemoes2019-07-082-2/+12
| * | | | watchdog: introduce watchdog.open_timeout commandline parameterRasmus Villemoes2019-07-081-1/+35
| * | | | watchdog: imx_sc: Add pretimeout supportAnson Huang2019-07-082-20/+106
| * | | | watchdog: renesas_wdt: Add a few cycles delayYoshihiro Shimoda2019-07-081-0/+14
| * | | | watchdog: gpio: add support for nowayout optionMans Rullgard2019-07-081-0/+7
| * | | | watchdog: renesas_wdt: Use 'dev' instead of dereferencing it repeatedlyHoan Nguyen An2019-07-081-10/+11
| * | | | watchdog: jz4740: Avoid starting watchdog in set_timeoutPaul Cercueil2019-07-081-1/+13
| * | | | watchdog: jz4740: Use register names from <linux/mfd/ingenic-tcu.h>Paul Cercueil2019-07-081-23/+16
| * | | | watchdog/hpwdt: Reflect changesJerry Hoemann2019-07-081-1/+1
| * | | | watchdog/hpwdt: Add module parameter kdumptimeout.Jerry Hoemann2019-07-081-3/+24
| * | | | watchdog/hpwdt: Have core ping watchdog.Jerry Hoemann2019-07-081-2/+10