summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl
Commit message (Expand)AuthorAgeFilesLines
* cxl: remove vma linked list walkMatthew Wilcox (Oracle)2022-09-261-30/+15
* cxl: Fix a memory leak in an error handling pathChristophe JAILLET2022-07-141-0/+1
* cxl: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-144-7/+5
* cxl: drop unexpected word "the" in the commentsJiang Jian2022-06-271-1/+1
* cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-05-118-0/+10
* Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-141-1/+2
|\
| * cxl: use default_groups in kobj_typeGreg Kroah-Hartman2021-12-291-1/+2
* | powerpc/64s: Make hash MMU support configurableNicholas Piggin2021-12-091-0/+1
|/
* cxl: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König2021-10-182-4/+4
* cxl: Factor out common dev->driver expressionsBjorn Helgaas2021-10-182-24/+41
* cxl: Fix an error messageChristophe JAILLET2021-05-141-2/+3
* cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour2021-03-241-1/+1
* cxl: Fix couple of spellingsBhaskar Chowdhury2021-03-241-1/+1
* Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-02-241-1/+1
|\
| * cxl: Simplify bool conversionYang Li2021-02-041-1/+1
* | cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes()Markus Elfring2021-01-311-3/+1
|/
* cxl: Rework error message for incompatible slotsFrederic Barrat2020-08-251-2/+2
* cxl: Change PCIBIOS_SUCCESSFUL to 0Saheed O. Bolarinwa2020-07-131-2/+2
* misc: cxl: flash: Remove unused variable 'drc_index'Lee Jones2020-07-101-2/+2
* misc: cxl: hcalls: Demote half-assed kerneldoc attemptLee Jones2020-07-011-21/+21
* cxl: Fix kobject memleakWang Hai2020-06-291-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-3/+2
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-4/+4
* cxl: Remove dead Kconfig optionsAndrew Donnellan2020-06-021-8/+0
* misc: cxl: use mmgrabJulia Lawall2020-01-141-1/+1
* compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann2019-10-231-7/+1
* powerpc/64s/radix: introduce options to disable use of the tlbie instructionNicholas Piggin2019-09-051-0/+4
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-9/+4
|\
| * vfs: Convert cxl to use the new mount APIDavid Howells2019-05-251-4/+4
| * mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-2/+1
| * cxl: don't bother with dentry_operationsAl Viro2019-05-201-5/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-122-34/+17
|\ \
| * | cxl: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-182-34/+17
* | | Merge 5.2-rc4 into char-misc-nextGreg Kroah-Hartman2019-06-0921-100/+21
|\| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-3020-100/+20
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| |/
* / misc: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2019-05-241-3/+0
|/
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-1/+1
* Merge branch 'topic/dma' into nextMichael Ellerman2019-02-211-2/+1
|\
| * powerpc/dma: remove set_dma_offsetChristoph Hellwig2019-02-181-1/+1
| * powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-1/+0
* | cxl: Wrap iterations over afu slices inside 'afu_list_lock'Vaibhav Jain2019-01-302-9/+32
|/
* cxl: drop the dma_set_mask callback from vphbChristoph Hellwig2018-12-201-12/+0
* cxl: Use device_type helpers to access the node typeRob Herring2018-11-261-3/+1
* misc: cxl: Fix possible null pointer dereferencezhong jiang2018-10-111-2/+0
* misc: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-141-2/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-171-1/+1
|\
| * mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-1715-705/+75
|\ \ | |/ |/|
| * cxl: remove a dead branchMathieu Malaterre2018-08-101-5/+0