aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/xen/xenbus (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-18xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pvChristoph Hellwig1-14/+16
2020-09-06Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+3
2020-09-04xen: add helpers to allocate unpopulated memoryRoger Pau Monne1-3/+3
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+8
2020-08-27xen/xenbus: Fix granting of vmalloc'd memorySimon Leiner1-2/+8
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-11Merge tag 'for-linus-5.8b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-3/+1
2020-07-10xen/xenbus: Fix a double free in xenbus_map_ring_pv()Dan Carpenter1-3/+1
2020-07-03Merge tag 'for-linus-5.8b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-86/+81
2020-07-02xen/xenbus: let xenbus_map_ring_valloc() return errno values onlyJuergen Gross1-16/+6
2020-07-02xen/xenbus: avoid large structs and arrays on the stackJuergen Gross1-78/+83
2020-06-12Merge tag 'for-linus-5.8b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+5
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport3-3/+0
2020-05-27xenbus: Use dev_printk() when possibleBjorn Helgaas1-6/+5
2020-04-14xen/xenbus: ensure xenbus_map_ring_valloc() returns proper grant statusJuergen Gross1-1/+8
2020-04-07xen: Use evtchn_type_t as a type for event channelsYan Yankovskyi1-3/+3
2020-03-30xen/xenbus: remove unused xenbus_map_ring()Juergen Gross1-84/+42
2020-03-05xen/xenbus: fix lockingJuergen Gross2-7/+8
2020-03-05xenbus: req->err should be updated before req->stateDongli Zhang1-0/+2
2020-03-05xenbus: req->body should be updated before req->stateDongli Zhang2-3/+8
2020-01-29xenbus/backend: Protect xenbus callback with lockSeongJae Park2-3/+15
2020-01-29xenbus/backend: Add memory pressure handler callbackSeongJae Park1-0/+32
2019-12-20xenbus: limit when state is forced to closedPaul Durrant1-2/+10
2019-12-20xenbus: move xenbus_dev_shutdown() into frontend code...Paul Durrant4-27/+23
2019-12-04xen/xenbus: reference count registered modulesPaul Durrant1-1/+12
2019-10-02xen/xenbus: fix self-deadlock after killing user processJuergen Gross1-2/+18
2019-05-31Merge tag 'for-linus-5.2b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds3-2/+26
2019-05-28xenbus: Avoid deadlock during suspend due to open transactionsRoss Lagerwall3-2/+26
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-25xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write()Mao Wenan1-2/+0
2019-04-06fs: stream_open - opener for stream-like files so that read and write can run simultaneously without deadlockKirill Smelkov1-3/+1
2018-10-26xen: drop writing error messages to xenstoreJuergen Gross1-4/+2
2018-08-28xen: export device state to sysfsJoe Jin1-0/+9
2018-05-17xen/store: do not store local values in xen_start_infoRoger Pau Monne1-3/+2
2018-04-17xen: xenbus_dev_frontend: Really return response stringSimon Gaiser1-1/+2
2018-03-21xen: xenbus_dev_frontend: Verify body of XS_TRANSACTION_ENDSimon Gaiser1-3/+11
2018-03-21xen: xenbus: Catch closing of non existent transactionsSimon Gaiser1-1/+3
2018-03-21xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handlingSimon Gaiser1-1/+1
2018-03-08xen: xenbus: use put_device() instead of kfree()Arvind Yadav1-1/+4
2018-02-17xenbus: track caller request idJoao Martins3-0/+5
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-1/+1
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro1-1/+1
2017-11-16Merge tag 'for-linus-4.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+2
2017-11-03xen: xenbus_probe_frontend: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-09-18xen: don't compile pv-specific parts if XEN_PV isn't configuredJuergen Gross1-63/+67
2017-08-11xen: avoid deadlock in xenbusJuergen Gross1-1/+2
2017-06-25xen: avoid deadlock in xenbus driverJuergen Gross1-11/+10
2017-04-04xenbus: remove transaction holder from list before freeingJan Beulich1-1/+3
2017-02-27xenbus: Remove duplicate inclusion of linux/init.hMasanari Iida1-1/+0