index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
misc
/
cxl
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-1
/
+1
2017-08-31
cxl: Fix driver use count
Frederic Barrat
2
-1
/
+11
2017-08-31
powerpc/mm/cxl: Add barrier when setting mm cpumask
Aneesh Kumar K.V
1
-2
/
+12
2017-08-17
powerpc/mm/cxl: Add the fault handling cpu to mm cpumask
Aneesh Kumar K.V
1
-0
/
+6
2017-07-03
cxl: Export library to support IBM XSL
Christophe Lombard
7
-30
/
+315
2017-07-03
Merge branch 'fixes' into next
Michael Ellerman
7
-55
/
+70
2017-06-23
cxl: Fixes for Coherent Accelerator Interface Architecture 2.0
Christophe Lombard
6
-47
/
+57
2017-06-08
cxl: Fix error path on bad ioctl
Frederic Barrat
1
-5
/
+2
2017-06-06
cxl: Unlock on error in probe
Dan Carpenter
1
-2
/
+6
2017-06-06
cxl: Avoid double free_irq() for psl,slice interrupts
Vaibhav Jain
1
-3
/
+11
2017-05-05
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
13
-308
/
+1104
2017-05-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2017-05-02
cxl: Mask slice error interrupts after first occurrence
Alastair D'Silva
2
-2
/
+35
2017-05-02
cxl: Route eeh events to all drivers in cxl_pci_error_detected()
Vaibhav Jain
1
-6
/
+9
2017-05-02
cxl: Force context lock during EEH flow
Vaibhav Jain
1
-2
/
+17
2017-04-19
cxl: Enable PCI device IDs for future IBM CXL adapters
Matthew R. Ochs
1
-0
/
+2
2017-04-13
cxl: Add psl9 specific code
Christophe Lombard
9
-74
/
+751
2017-04-13
cxl: Isolate few psl8 specific calls
Christophe Lombard
5
-56
/
+116
2017-04-13
cxl: Rename some psl8 specific functions
Christophe Lombard
6
-54
/
+54
2017-04-13
cxl: Update implementation service layer
Christophe Lombard
6
-59
/
+110
2017-04-13
cxl: Keep track of mm struct associated with a context
Christophe Lombard
6
-90
/
+61
2017-04-13
cxl: Remove unused values in bare-metal environment.
Christophe Lombard
3
-24
/
+7
2017-04-13
cxl: Read vsec perst load image
Christophe Lombard
1
-0
/
+1
2017-03-24
treewide: Fix typos in printk
Masanari Iida
1
-1
/
+1
2017-03-20
cxl: Route eeh events to all slices for pci_channel_io_perm_failure state
Vaibhav Jain
1
-7
/
+6
2017-03-02
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and re...
Ingo Molnar
1
-0
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2
-2
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-01
Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
4
-10
/
+27
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-1
/
+2
2017-02-21
cxl: fix nested locking hang during EEH hotplug
Andrew Donnellan
4
-10
/
+27
2017-02-03
cxl: Fix build when CONFIG_DEBUG_FS=n
Andrew Donnellan
2
-5
/
+57
2017-01-25
cxl: Prevent read/write to AFU config space while AFU not configured
Andrew Donnellan
4
-23
/
+35
2017-01-25
cxl: Force psl data-cache flush during device shutdown
Vaibhav Jain
1
-0
/
+3
2017-01-25
cxl: Drop unused header asm/pnv-pci.h
Greg Kurz
1
-1
/
+0
2016-12-16
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
10
-49
/
+160
2016-12-14
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
1
-3
/
+2
2016-11-25
cxl: drop duplicate header sched.h
Geliang Tang
1
-1
/
+0
2016-11-23
cxl: Fix coccinelle warnings
Andrew Donnellan
4
-6
/
+8
2016-11-18
cxl: Fix coredump generation when cxl_get_fd() is used
Frederic Barrat
4
-31
/
+135
2016-11-18
cxl: Do adapter fence check before handling afu interrupt
Vaibhav Jain
1
-3
/
+12
2016-11-18
cxl: Fix error handling in _cxl_pci_associate_default_context()
Christophe Jaillet
2
-2
/
+2
2016-11-18
cxl: Fix error handling in _cxl_cx4_setup_msi_irqs()
Christophe Jaillet
1
-1
/
+1
2016-11-18
cxl: Fix memory allocation failure test
Christophe Jaillet
1
-5
/
+2
2016-10-24
cxl: Fix leaking pid refs in some error paths
Vaibhav Jain
2
-9
/
+15
2016-10-19
cxl: Prevent adapter reset if an active context exists
Vaibhav Jain
8
-5
/
+116
2016-10-04
cxl: replace loop with for_each_child_of_node(), remove unneeded of_node_put()
Andrew Donnellan
1
-5
/
+3
2016-10-04
cxl: Flush PSL cache before resetting the adapter
Frederic Barrat
3
-1
/
+39
2016-09-13
cxl: Fix informational message
Frederic Barrat
1
-2
/
+2
[next]