aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/guest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-30cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain1-0/+2
2018-10-11misc: cxl: Fix possible null pointer dereferencezhong jiang1-2/+0
2018-08-10cxl: remove a dead branchMathieu Malaterre1-5/+0
2018-07-02Revert "cxl: Add kernel API to allow a context to operate with relocate disabled"Alastair D'Silva1-3/+0
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-04-13cxl: Add psl9 specific codeChristophe Lombard1-4/+4
2017-04-13cxl: Rename some psl8 specific functionsChristophe Lombard1-1/+1
2017-04-13cxl: Update implementation service layerChristophe Lombard1-1/+1
2016-11-23cxl: Fix coccinelle warningsAndrew Donnellan1-1/+1
2016-10-19cxl: Prevent adapter reset if an active context existsVaibhav Jain1-0/+3
2016-07-19cxl: fix potential NULL dereference in free_adapter()Andrew Donnellan1-7/+9
2016-07-08cxl: Refine slice error debug messagesPhilippe Bergheaud1-3/+6
2016-06-16cxl: Update process element after allocating interruptsIan Munsie1-0/+1
2016-05-11cxl: Check periodically the coherent platform function's stateChristophe Lombard1-27/+30
2016-05-11cxl: Add kernel API to allow a context to operate with relocate disabledIan Munsie1-0/+3
2016-05-11cxl: Ensure PSL interrupt is configured for contexts with no AFU IRQsIan Munsie1-0/+12
2016-04-22cxl: Allow initialization on timebase sync failuresFrederic Barrat1-0/+6
2016-03-09cxl: Adapter failure handlingChristophe Lombard1-3/+164
2016-03-09cxl: Support the cxl kernel API from a guestFrederic Barrat1-0/+26
2016-03-09cxl: Support to flash a new image on the adapter from a guestChristophe Lombard1-0/+15
2016-03-09cxl: sysfs support for guestsChristophe Lombard1-0/+25
2016-03-09cxl: Add guest-specific codeChristophe Lombard1-0/+950