index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: Remove duplicate #defines
Ian Munsie
2016-05-11
1
-9
/
+0
|
*
cxl: Handle num_of_processes larger than can fit in the SPA
Ian Munsie
2016-05-11
1
-3
/
+12
|
*
powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGED
Aneesh Kumar K.V
2016-05-01
1
-1
/
+3
|
*
powerpc/mm: Use _PAGE_READ to indicate Read access
Aneesh Kumar K.V
2016-05-01
1
-2
/
+2
|
*
cxl: Fix DAR check & use REGION_ID instead of opencoding
Aneesh Kumar K.V
2016-04-26
1
-1
/
+1
|
*
cxl: Increase timeout for detection of AFU mmio hang
Frederic Barrat
2016-04-22
1
-1
/
+3
|
*
cxl: Allow initialization on timebase sync failures
Frederic Barrat
2016-04-22
4
-9
/
+29
|
*
cxl: Delete an unnecessary check before the function call "kfree"
Markus Elfring
2016-04-12
1
-2
/
+1
|
*
cxl: Configure the PSL for two CAPI ports on POWER8NVL
Philippe Bergheaud
2016-04-11
1
-1
/
+40
|
*
cxl: Remove dead code
Frederic Barrat
2016-04-11
1
-9
/
+0
*
|
cxl: Poll for outstanding IRQs when detaching a context
Michael Neuling
2016-04-27
3
-0
/
+40
*
|
cxl: Keep IRQ mappings on context teardown
Michael Neuling
2016-04-27
1
-1
/
+0
|
/
*
Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-03-19
20
-732
/
+4469
|
\
|
*
cxl: Ignore probes for virtual afu pci devices
Vaibhav Jain
2016-03-09
3
-0
/
+16
|
*
cxl: Remove cxl_get_phys_dev() kernel API
Frederic Barrat
2016-03-09
1
-1
/
+0
|
*
cxl: Add tracepoints around the cxl hcall
Christophe Lombard
2016-03-09
2
-0
/
+202
|
*
cxl: Adapter failure handling
Christophe Lombard
2016-03-09
7
-35
/
+198
|
*
cxl: Support the cxl kernel API from a guest
Frederic Barrat
2016-03-09
6
-110
/
+198
|
*
cxl: Parse device tree and create cxl device(s) at boot
Frederic Barrat
2016-03-09
1
-0
/
+25
|
*
cxl: Support to flash a new image on the adapter from a guest
Christophe Lombard
2016-03-09
6
-5
/
+574
|
*
cxl: sysfs support for guests
Christophe Lombard
2016-03-09
4
-20
/
+108
|
*
cxl: Add guest-specific code
Christophe Lombard
2016-03-09
10
-11
/
+1525
|
*
cxl: Separate bare-metal fields in adapter and AFU data structures
Christophe Lombard
2016-03-09
8
-111
/
+164
|
*
cxl: New hcalls to support cxl adapters
Christophe Lombard
2016-03-09
5
-2
/
+890
|
*
cxl: IRQ allocation for guests
Frederic Barrat
2016-03-09
1
-14
/
+64
|
*
cxl: Update cxl_irq() prototype
Frederic Barrat
2016-03-09
2
-3
/
+2
|
*
cxl: Isolate a few bare-metal-specific calls
Frederic Barrat
2016-03-09
4
-11
/
+22
|
*
cxl: Rename some bare-metal specific functions
Frederic Barrat
2016-03-09
3
-100
/
+104
|
*
cxl: Introduce implementation-specific API
Frederic Barrat
2016-03-09
11
-120
/
+185
|
*
cxl: Define process problem state area at attach time only
Frederic Barrat
2016-03-09
1
-9
/
+2
|
*
cxl: Move bare-metal specific code to specialized files
Frederic Barrat
2016-03-09
5
-244
/
+245
|
*
cxl: Move common code away from bare-metal-specific files
Christophe Lombard
2016-03-09
5
-75
/
+84
*
|
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2016-03-17
1
-3
/
+2
|
\
\
|
*
|
misc: cxl: use kobj_to_dev()
Geliang Tang
2016-02-07
1
-3
/
+2
|
|
/
*
|
Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-03-16
1
-1
/
+0
|
\
\
|
*
|
PCI: Remove includes of asm/pci-bridge.h
Bjorn Helgaas
2016-02-05
1
-1
/
+0
|
|
/
*
/
cxl: Fix PSL timebase synchronization detection
Frederic Barrat
2016-02-29
1
-1
/
+1
|
/
*
Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2016-01-15
8
-51
/
+145
|
\
|
*
cxl: Enable PCI device ID for future IBM CXL adapter
Uma Krishnan
2016-01-11
1
-0
/
+1
|
*
cxl: use -Werror only with CONFIG_PPC_WERROR
Brian Norris
2016-01-11
1
-1
/
+2
|
*
cxl: fix build for GCC 4.6.x
Brian Norris
2016-01-11
1
-1
/
+1
|
*
cxl: Fix DSI misses when the context owning task exits
Vaibhav Jain
2016-01-05
5
-37
/
+109
|
*
cxl: use correct operator when writing pcie config space values
Andrew Donnellan
2015-11-24
1
-1
/
+1
|
*
cxl: Fix possible idr warning when contexts are released
Vaibhav Jain
2015-11-24
4
-12
/
+32
*
|
cxl: Set endianess of kernel contexts
Frederic Barrat
2015-12-08
1
-1
/
+1
|
/
*
Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2015-11-05
1
-0
/
+2
|
\
|
*
cxl: Free virtual PHB when removing
Andrew Donnellan
2015-10-15
1
-0
/
+2
*
|
cxl: Fix number of allocated pages in SPA
Christophe Lombard
2015-10-07
1
-1
/
+1
*
|
cxl: Workaround malformed pcie packets on some cards
Philippe Bergheaud
2015-10-06
1
-0
/
+28
*
|
cxl: fix leak of ctx->mapping when releasing kernel API contexts
Andrew Donnellan
2015-10-01
1
-3
/
+10
[prev]
[next]