summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/guest.c
Commit message (Expand)AuthorAgeFilesLines
* cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Yang Yingliang2022-11-231-10/+14
* cxl: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-141-1/+1
* cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-111-0/+2
* cxl: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-181-1/+1
* cxl: Factor out common dev->driver expressionsBjorn Helgaas2021-10-181-13/+17
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain2019-01-301-0/+2
* misc: cxl: Fix possible null pointer dereferencezhong jiang2018-10-111-2/+0
* cxl: remove a dead branchMathieu Malaterre2018-08-101-5/+0
* Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva2018-07-021-3/+0
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* cxl: Add psl9 specific codeChristophe Lombard2017-04-131-4/+4
* cxl: Rename some psl8 specific functionsChristophe Lombard2017-04-131-1/+1
* cxl: Update implementation service layerChristophe Lombard2017-04-131-1/+1
* cxl: Fix coccinelle warningsAndrew Donnellan2016-11-231-1/+1
* cxl: Prevent adapter reset if an active context existsVaibhav Jain2016-10-191-0/+3
* cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan2016-07-191-7/+9
* cxl: Refine slice error debug messagesPhilippe Bergheaud2016-07-081-3/+6
* cxl: Update process element after allocating interruptsIan Munsie2016-06-161-0/+1
* cxl: Check periodically the coherent platform function's stateChristophe Lombard2016-05-111-27/+30
* cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie2016-05-111-0/+3
* cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie2016-05-111-0/+12
* cxl: Allow initialization on timebase sync failuresFrederic Barrat2016-04-221-0/+6
* cxl: Adapter failure handlingChristophe Lombard2016-03-091-3/+164
* cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-091-0/+26
* cxl: Support to flash a new image on the adapter from a guestChristophe Lombard2016-03-091-0/+15
* cxl: sysfs support for guestsChristophe Lombard2016-03-091-0/+25
* cxl: Add guest-specific codeChristophe Lombard2016-03-091-0/+950