| Commit message (Expand) | Author | Age | Files | Lines |
* | cxl: Convert to platform remove callback returning void | Uwe Kleine-König | 2024-03-05 | 1 | -3/+2 |
* | powerpc: Add PVN support for HeXin C2000 processor | Zhao Ke | 2023-12-01 | 1 | -1/+2 |
* | cxl: make cxl_class constant | Greg Kroah-Hartman | 2023-10-25 | 1 | -11/+10 |
* | Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-09-01 | 1 | -0/+1 |
|\ |
|
| * | misc: Explicitly include correct DT includes | Rob Herring | 2023-08-04 | 1 | -0/+1 |
* | | cxl: Drop unused detach_spa() | Michael Ellerman | 2023-08-24 | 1 | -5/+0 |
* | | cxl: Use pci_find_vsec_capability() to simplify the code | Xiongfeng Wang | 2023-08-16 | 1 | -10/+1 |
|/ |
|
* | driver core: class: remove module * from class_create() | Greg Kroah-Hartman | 2023-03-17 | 1 | -1/+1 |
* | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 2023-02-09 | 1 | -1/+1 |
* | Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2022-12-19 | 2 | -7/+1 |
|\ |
|
| * | cxl: Remove unnecessary cxl_pci_window_alignment() | Bjorn Helgaas | 2022-12-06 | 1 | -7/+0 |
| * | cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() | Yang Yingliang | 2022-11-24 | 1 | -8/+12 |
| * | cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() | Yang Yingliang | 2022-11-24 | 1 | -10/+14 |
| * | cxl: Fix refcount leak in cxl_calc_capp_routing | Miaoqian Lin | 2022-11-24 | 1 | -0/+1 |
* | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2022-12-16 | 1 | -1/+1 |
|\ \ |
|
| * | | driver core: fix up some missing class.devnode() conversions. | Greg Kroah-Hartman | 2022-11-29 | 1 | -1/+1 |
| |/ |
|
* | | cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() | Yang Yingliang | 2022-11-23 | 1 | -8/+12 |
* | | cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() | Yang Yingliang | 2022-11-23 | 1 | -10/+14 |
|/ |
|
* | cxl: remove vma linked list walk | Matthew Wilcox (Oracle) | 2022-09-26 | 1 | -30/+15 |
* | cxl: Fix a memory leak in an error handling path | Christophe JAILLET | 2022-07-14 | 1 | -0/+1 |
* | cxl: Use the bitmap API to allocate bitmaps | Christophe JAILLET | 2022-07-14 | 4 | -7/+5 |
* | cxl: drop unexpected word "the" in the comments | Jiang Jian | 2022-06-27 | 1 | -1/+1 |
* | cxl/ocxl: Prepare cleanup of powerpc's asm/prom.h | Christophe Leroy | 2022-05-11 | 8 | -0/+10 |
* | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2022-01-14 | 1 | -1/+2 |
|\ |
|
| * | cxl: use default_groups in kobj_type | Greg Kroah-Hartman | 2021-12-29 | 1 | -1/+2 |
* | | powerpc/64s: Make hash MMU support configurable | Nicholas Piggin | 2021-12-09 | 1 | -0/+1 |
|/ |
|
* | cxl: Use to_pci_driver() instead of pci_dev->driver | Uwe Kleine-König | 2021-10-18 | 2 | -4/+4 |
* | cxl: Factor out common dev->driver expressions | Bjorn Helgaas | 2021-10-18 | 2 | -24/+41 |
* | cxl: Fix an error message | Christophe JAILLET | 2021-05-14 | 1 | -2/+3 |
* | cxl: don't manipulate the mm.mm_users field directly | Laurent Dufour | 2021-03-24 | 1 | -1/+1 |
* | cxl: Fix couple of spellings | Bhaskar Chowdhury | 2021-03-24 | 1 | -1/+1 |
* | Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2021-02-24 | 1 | -1/+1 |
|\ |
|
| * | cxl: Simplify bool conversion | Yang Li | 2021-02-04 | 1 | -1/+1 |
* | | cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes() | Markus Elfring | 2021-01-31 | 1 | -3/+1 |
|/ |
|
* | cxl: Rework error message for incompatible slots | Frederic Barrat | 2020-08-25 | 1 | -2/+2 |
* | cxl: Change PCIBIOS_SUCCESSFUL to 0 | Saheed O. Bolarinwa | 2020-07-13 | 1 | -2/+2 |
* | misc: cxl: flash: Remove unused variable 'drc_index' | Lee Jones | 2020-07-10 | 1 | -2/+2 |
* | misc: cxl: hcalls: Demote half-assed kerneldoc attempt | Lee Jones | 2020-07-01 | 1 | -21/+21 |
* | cxl: Fix kobject memleak | Wang Hai | 2020-06-29 | 1 | -1/+1 |
* | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 2020-06-09 | 1 | -3/+2 |
* | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 2020-06-09 | 2 | -4/+4 |
* | cxl: Remove dead Kconfig options | Andrew Donnellan | 2020-06-02 | 1 | -8/+0 |
* | misc: cxl: use mmgrab | Julia Lawall | 2020-01-14 | 1 | -1/+1 |
* | compat_ioctl: use correct compat_ptr() translation in drivers | Arnd Bergmann | 2019-10-23 | 1 | -7/+1 |
* | powerpc/64s/radix: introduce options to disable use of the tlbie instruction | Nicholas Piggin | 2019-09-05 | 1 | -0/+4 |
* | Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2019-07-19 | 1 | -9/+4 |
|\ |
|
| * | vfs: Convert cxl to use the new mount API | David Howells | 2019-05-25 | 1 | -4/+4 |
| * | mount_pseudo(): drop 'name' argument, switch to d_make_root() | Al Viro | 2019-05-25 | 1 | -2/+1 |
| * | cxl: don't bother with dentry_operations | Al Viro | 2019-05-20 | 1 | -5/+1 |
* | | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2019-07-12 | 2 | -34/+17 |
|\ \ |
|