linux/drivers/misc/cxl
Greg Kroah-Hartman d223192634 cxl: make cxl_class constant
Now that the driver core allows for struct class to be in read-only
memory, we should make all 'class' structures declared at build time
placing them into read-only memory, instead of having to be dynamically
allocated at runtime.

Cc: Andrew Donnellan <ajd@linux.ibm.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: linuxppc-dev@lists.ozlabs.org
Acked-by: Frederic Barrat <fbarrat@linux.ibm.com>
Link: https://lore.kernel.org/r/2023102434-haiku-uphill-0c11@gregkh
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2023-10-25 11:08:54 +02:00
..
api.c
base.c misc: Explicitly include correct DT includes 2023-08-04 15:39:04 +02:00
context.c mm: replace vma->vm_flags direct modifications with modifier calls 2023-02-09 16:51:39 -08:00
cxl.h
cxllib.c
debugfs.c
fault.c cxl: remove vma linked list walk 2022-09-26 19:46:20 -07:00
file.c cxl: make cxl_class constant 2023-10-25 11:08:54 +02:00
flash.c
guest.c cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() 2022-11-24 23:31:24 +11:00
hcalls.c
hcalls.h
irq.c cxl: Fix a memory leak in an error handling path 2022-07-14 16:53:52 +02:00
Kconfig
main.c
Makefile
native.c cxl: Drop unused detach_spa() 2023-08-24 22:33:16 +10:00
of.c cxl: Use the bitmap API to allocate bitmaps 2022-07-14 16:53:52 +02:00
pci.c cxl: Use pci_find_vsec_capability() to simplify the code 2023-08-16 23:54:48 +10:00
sysfs.c
trace.c
trace.h
vphb.c cxl: Remove unnecessary cxl_pci_window_alignment() 2022-12-06 23:15:06 +11:00