index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
cxl
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
\
\
|
*
|
cxl: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-06-18
2
-34
/
+17
*
|
|
Merge 5.2-rc4 into char-misc-next
Greg Kroah-Hartman
2019-06-09
21
-100
/
+21
|
\
|
|
|
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
20
-100
/
+20
|
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
|
/
*
/
misc: remove redundant 'default n' from Kconfig-s
Bartlomiej Zolnierkiewicz
2019-05-24
1
-3
/
+0
|
/
*
powerpc/mm/hash64: Map all the kernel regions in the same 0xc range
Aneesh Kumar K.V
2019-04-21
1
-1
/
+1
*
Merge branch 'topic/dma' into next
Michael Ellerman
2019-02-21
1
-2
/
+1
|
\
|
*
powerpc/dma: remove set_dma_offset
Christoph Hellwig
2019-02-18
1
-1
/
+1
|
*
powerpc/dma: use the generic direct mapping bypass
Christoph Hellwig
2019-02-18
1
-1
/
+0
*
|
cxl: Wrap iterations over afu slices inside 'afu_list_lock'
Vaibhav Jain
2019-01-30
2
-9
/
+32
|
/
*
cxl: drop the dma_set_mask callback from vphb
Christoph Hellwig
2018-12-20
1
-12
/
+0
*
cxl: Use device_type helpers to access the node type
Rob Herring
2018-11-26
1
-3
/
+1
*
misc: cxl: Fix possible null pointer dereference
zhong jiang
2018-10-11
1
-2
/
+0
*
misc: Convert to using %pOFn instead of device_node.name
Rob Herring
2018-09-14
1
-2
/
+2
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-08-17
1
-1
/
+1
|
\
|
*
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-08-17
1
-1
/
+1
*
|
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-08-17
15
-705
/
+75
|
\
\
|
|
/
|
/
|
|
*
cxl: remove a dead branch
Mathieu Malaterre
2018-08-10
1
-5
/
+0
|
*
misc: cxl: changed asterisk position
Parth Y Shah
2018-08-08
1
-1
/
+1
|
*
cxl: Fix wrong comparison in cxl_adapter_context_get()
Vaibhav Jain
2018-07-19
1
-1
/
+1
|
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-07-19
3
-37
/
+16
|
|
\
|
|
*
powerpc/64s: Remove POWER9 DD1 support
Nicholas Piggin
2018-07-16
3
-37
/
+16
|
*
|
cxl: Remove abandonned capi support for the Mellanox CX4, final cleanup
Frederic Barrat
2018-07-02
4
-87
/
+7
|
*
|
Revert "cxl: Allow a default context to be associated with an external pci_dev"
Frederic Barrat
2018-07-02
6
-91
/
+28
|
*
|
Revert "cxl: Add cxl_slot_is_supported API"
Frederic Barrat
2018-07-02
1
-37
/
+0
|
*
|
Revert "cxl: Add support for using the kernel API with a real PHB"
Alastair D'Silva
2018-07-02
2
-17
/
+2
|
*
|
Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"
Alastair D'Silva
2018-07-02
2
-226
/
+18
|
*
|
Revert "cxl: Add kernel APIs to get & set the max irqs per context"
Alastair D'Silva
2018-07-02
1
-27
/
+0
[next]