summaryrefslogtreecommitdiff
path: root/drivers/misc/cxl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * misc: cxl: changed asterisk positionParth Y Shah2018-08-081-1/+1
| * cxl: Fix wrong comparison in cxl_adapter_context_get()Vaibhav Jain2018-07-191-1/+1
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2018-07-193-37/+16
| |\
| | * powerpc/64s: Remove POWER9 DD1 supportNicholas Piggin2018-07-163-37/+16
| * | cxl: Remove abandonned capi support for the Mellanox CX4, final cleanupFrederic Barrat2018-07-024-87/+7
| * | Revert "cxl: Allow a default context to be associated with an external pci_dev"Frederic Barrat2018-07-026-91/+28
| * | Revert "cxl: Add cxl_slot_is_supported API"Frederic Barrat2018-07-021-37/+0
| * | Revert "cxl: Add support for using the kernel API with a real PHB"Alastair D'Silva2018-07-022-17/+2
| * | Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"Alastair D'Silva2018-07-022-226/+18
| * | Revert "cxl: Add kernel APIs to get & set the max irqs per context"Alastair D'Silva2018-07-021-27/+0
| * | Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"Alastair D'Silva2018-07-025-44/+0
| * | Revert "cxl: Add support for interrupts on the Mellanox CX4"Alastair D'Silva2018-07-024-108/+0
| * | Revert "cxl: Add kernel API to allow a context to operate with relocate disab...Alastair D'Silva2018-07-024-24/+2
| |/
* | cxl_getfile(): switch to alloc_file_pseudo()Al Viro2018-07-121-17/+4
* | alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro2018-07-121-2/+1
* | cxl_getfile(): fix double-iput() on alloc_file() failuresAl Viro2018-07-101-4/+4
|/
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-122-2/+2