aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cxl
AgeCommit message (Expand)AuthorFilesLines
2023-12-01powerpc: Add PVN support for HeXin C2000 processorGravatar Zhao Ke 1-1/+2
2023-10-25cxl: make cxl_class constantGravatar Greg Kroah-Hartman 1-11/+10
2023-09-01Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2023-08-24cxl: Drop unused detach_spa()Gravatar Michael Ellerman 1-5/+0
2023-08-16cxl: Use pci_find_vsec_capability() to simplify the codeGravatar Xiongfeng Wang 1-10/+1
2023-08-04misc: Explicitly include correct DT includesGravatar Rob Herring 1-0/+1
2023-03-17driver core: class: remove module * from class_create()Gravatar Greg Kroah-Hartman 1-1/+1
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-1/+1
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 2-7/+1
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2022-12-06cxl: Remove unnecessary cxl_pci_window_alignment()Gravatar Bjorn Helgaas 1-7/+0
2022-11-29driver core: fix up some missing class.devnode() conversions.Gravatar Greg Kroah-Hartman 1-1/+1
2022-11-24cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Gravatar Yang Yingliang 1-8/+12
2022-11-24cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Gravatar Yang Yingliang 1-10/+14
2022-11-24cxl: Fix refcount leak in cxl_calc_capp_routingGravatar Miaoqian Lin 1-0/+1
2022-11-23cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter()Gravatar Yang Yingliang 1-8/+12
2022-11-23cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter()Gravatar Yang Yingliang 1-10/+14
2022-09-26cxl: remove vma linked list walkGravatar Matthew Wilcox (Oracle) 1-30/+15
2022-07-14cxl: Fix a memory leak in an error handling pathGravatar Christophe JAILLET 1-0/+1
2022-07-14cxl: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 4-7/+5
2022-06-27cxl: drop unexpected word "the" in the commentsGravatar Jiang Jian 1-1/+1
2022-05-11cxl/ocxl: Prepare cleanup of powerpc's asm/prom.hGravatar Christophe Leroy 8-0/+10
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2021-12-29cxl: use default_groups in kobj_typeGravatar Greg Kroah-Hartman 1-1/+2
2021-12-09powerpc/64s: Make hash MMU support configurableGravatar Nicholas Piggin 1-0/+1
2021-10-18cxl: Use to_pci_driver() instead of pci_dev->driverGravatar Uwe Kleine-König 2-4/+4
2021-10-18cxl: Factor out common dev->driver expressionsGravatar Bjorn Helgaas 2-24/+41
2021-05-14cxl: Fix an error messageGravatar Christophe JAILLET 1-2/+3
2021-03-24cxl: don't manipulate the mm.mm_users field directlyGravatar Laurent Dufour 1-1/+1
2021-03-24cxl: Fix couple of spellingsGravatar Bhaskar Chowdhury 1-1/+1
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2021-02-04cxl: Simplify bool conversionGravatar Yang Li 1-1/+1
2021-01-31cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes()Gravatar Markus Elfring 1-3/+1
2020-08-25cxl: Rework error message for incompatible slotsGravatar Frederic Barrat 1-2/+2
2020-07-13cxl: Change PCIBIOS_SUCCESSFUL to 0Gravatar Saheed O. Bolarinwa 1-2/+2
2020-07-10misc: cxl: flash: Remove unused variable 'drc_index'Gravatar Lee Jones 1-2/+2
2020-07-01misc: cxl: hcalls: Demote half-assed kerneldoc attemptGravatar Lee Jones 1-21/+21
2020-06-29cxl: Fix kobject memleakGravatar Wang Hai 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-3/+2
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 2-4/+4
2020-06-02cxl: Remove dead Kconfig optionsGravatar Andrew Donnellan 1-8/+0
2020-01-14misc: cxl: use mmgrabGravatar Julia Lawall 1-1/+1
2019-10-23compat_ioctl: use correct compat_ptr() translation in driversGravatar Arnd Bergmann 1-7/+1
2019-09-05powerpc/64s/radix: introduce options to disable use of the tlbie instructionGravatar Nicholas Piggin 1-0/+4
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-9/+4
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-34/+17
2019-06-18cxl: no need to check return value of debugfs_create functionsGravatar Greg Kroah-Hartman 2-34/+17
2019-06-09Merge 5.2-rc4 into char-misc-nextGravatar Greg Kroah-Hartman 21-100/+21
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 20-100/+20
2019-05-25vfs: Convert cxl to use the new mount APIGravatar David Howells 1-4/+4