Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
8f2c1ab11e97f163bcd5dec8f9afba3ffeaddf50
/
drivers
/
misc
/
cxl
5d01706
misc: cxl: Fix possible null pointer dereference
by zhong jiang
· 6 years ago
c335b49
cxl: Wrap iterations over afu slices inside 'afu_list_lock'
by Vaibhav Jain
· 6 years ago
6ada4e2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
5e2d059
Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
e4ecafb
cxl: remove a dead branch
by Mathieu Malaterre
· 7 years ago
a0ac368
misc: cxl: changed asterisk position
by Parth Y Shah
· 6 years ago
ef6cb5f
cxl: Fix wrong comparison in cxl_adapter_context_get()
by Vaibhav Jain
· 6 years ago
ce57c66
Merge branch 'topic/ppc-kvm' into next
by Michael Ellerman
· 6 years ago
2bf1071
powerpc/64s: Remove POWER9 DD1 support
by Nicholas Piggin
· 6 years ago
908f7ca
cxl_getfile(): switch to alloc_file_pseudo()
by Al Viro
· 6 years ago
c9c554f
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
by Al Viro
· 6 years ago
d202797
cxl_getfile(): fix double-iput() on alloc_file() failures
by Al Viro
· 6 years ago
f3988ca
cxl: Remove abandonned capi support for the Mellanox CX4, final cleanup
by Frederic Barrat
· 6 years ago
f18a4e1
Revert "cxl: Allow a default context to be associated with an external pci_dev"
by Frederic Barrat
· 6 years ago
322dc4a
Revert "cxl: Add cxl_slot_is_supported API"
by Frederic Barrat
· 6 years ago
c8d43cf
Revert "cxl: Add support for using the kernel API with a real PHB"
by Alastair D'Silva
· 6 years ago
29fea8a
Revert "cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards"
by Alastair D'Silva
· 6 years ago
82c6ae6
Revert "cxl: Add kernel APIs to get & set the max irqs per context"
by Alastair D'Silva
· 6 years ago
17d2903
Revert "cxl: Add preliminary workaround for CX4 interrupt limitation"
by Alastair D'Silva
· 6 years ago
0cfd733
Revert "cxl: Add support for interrupts on the Mellanox CX4"
by Alastair D'Silva
· 6 years ago
c582815
Revert "cxl: Add kernel API to allow a context to operate with relocate disabled"
by Alastair D'Silva
· 6 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 6 years ago
c90fca9
Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 6 years ago
abf7dba
Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 6 years ago
f1079d3
Merge branch 'fixes' into next
by Michael Ellerman
· 6 years ago
9a6d202
cxl: Configure PSL to not use APC virtual machines
by Vaibhav Jain
· 7 years ago
b6c84ba
cxl: Disable prefault_mode in Radix mode
by Vaibhav Jain
· 6 years ago
497a079
cxl: Report the tunneled operations status
by Philippe Bergheaud
· 6 years ago
401dca8
cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
by Philippe Bergheaud
· 6 years ago
a5a0b45
misc: cxl: Change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
ad7b4e8
cxl: Fix possible deadlock when processing page faults from cxllib
by Frederic Barrat
· 7 years ago
c2be663
cxl: Fix timebase synchronization status on P9
by Christophe Lombard
· 7 years ago
9dbcbfa
cxl: read PHB indications from the device tree
by Philippe Bergheaud
· 7 years ago
94322ed
cxl: Check if PSL data-cache is available before issue flush request
by Vaibhav Jain
· 7 years ago
02b63b42
cxl: Remove function write_timebase_ctrl_psl9() for PSL9
by Vaibhav Jain
· 7 years ago
03ebb41
cxl: Enable NORST bit in PSL_DEBUG register for PSL9
by Vaibhav Jain
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
03f51d4
Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
2382dc9
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
741ddae
cxl: Remove support for "Processing accelerators" class
by Frederic Barrat
· 7 years ago
b1db551
cxl: Add support for ASB_Notify on POWER9
by Christophe Lombard
· 7 years ago
2d9d6f6
powerpc: rename dma_direct_ to dma_nommu_
by Christoph Hellwig
· 7 years ago
a0651c7
Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
afc9a42
the rest of drivers/*: annotate ->poll() instances
by Al Viro
· 7 years ago
12841f8
cxl: Check if vphb exists before iterating over AFU devices
by Vaibhav Jain
· 7 years ago
5b0e2cb
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
a54c61f
Merge branch 'fixes' into next
by Michael Ellerman
· 7 years ago
cbb55ee
cxl: Rework the implementation of cxl_stop_trace_psl9()
by Vaibhav Jain
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
1cafc62
cxl: Provide debugfs access to PSL_DEBUG/XSL_DEBUG registers
by Vaibhav Jain
· 7 years ago
990f19a
cxl: Dump PSL_FIR register on PSL9 error irq
by Vaibhav Jain
· 7 years ago
8f6a904
cxl: Rename register PSL9_FIR2 to PSL9_FIR_MASK
by Vaibhav Jain
· 7 years ago
5632874
cxl: Add support for POWER9 DD2
by Christophe Lombard
· 7 years ago
8512bff
cxl: Set the valid bit in PE for dedicated mode
by Vaibhav Jain
· 7 years ago
4fc0870
cxl: Fix memory page not handled
by Christophe Lombard
· 7 years ago
03b8abe
cxl: Enable global TLBIs for cxl contexts
by Frederic Barrat
· 7 years ago
0ee931c
mm: treewide: remove GFP_TEMPORARY allocation flag
by Michal Hocko
· 7 years ago
197267d
cxl: Fix driver use count
by Frederic Barrat
· 7 years ago
22259a6
powerpc/mm/cxl: Add barrier when setting mm cpumask
by Aneesh Kumar K.V
· 7 years ago
0f4bc09
powerpc/mm/cxl: Add the fault handling cpu to mm cpumask
by Aneesh Kumar K.V
· 7 years ago
3ced8d7
cxl: Export library to support IBM XSL
by Christophe Lombard
· 7 years ago
218ea31
Merge branch 'fixes' into next
by Michael Ellerman
· 7 years ago
797625d
cxl: Fixes for Coherent Accelerator Interface Architecture 2.0
by Christophe Lombard
· 7 years ago
cec422c
cxl: Fix error path on bad ioctl
by Frederic Barrat
· 7 years ago
58d876f
cxl: Unlock on error in probe
by Dan Carpenter
· 8 years ago
b3aa20b
cxl: Avoid double free_irq() for psl,slice interrupts
by Vaibhav Jain
· 7 years ago
7246f60
Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
89c9fea
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
a715626
cxl: Mask slice error interrupts after first occurrence
by Alastair D'Silva
· 8 years ago
4f58f0b
cxl: Route eeh events to all drivers in cxl_pci_error_detected()
by Vaibhav Jain
· 8 years ago
ea9a26d
cxl: Force context lock during EEH flow
by Vaibhav Jain
· 8 years ago
41e20d9
cxl: Enable PCI device IDs for future IBM CXL adapters
by Matthew R. Ochs
· 8 years ago
f24be42
cxl: Add psl9 specific code
by Christophe Lombard
· 8 years ago
abd1d99
cxl: Isolate few psl8 specific calls
by Christophe Lombard
· 8 years ago
64663f3
cxl: Rename some psl8 specific functions
by Christophe Lombard
· 8 years ago
bdd2e71
cxl: Update implementation service layer
by Christophe Lombard
· 8 years ago
6dd2d23
cxl: Keep track of mm struct associated with a context
by Christophe Lombard
· 8 years ago
66ef20c
cxl: Remove unused values in bare-metal environment.
by Christophe Lombard
· 8 years ago
aba8143
cxl: Read vsec perst load image
by Christophe Lombard
· 8 years ago
0a95160
treewide: Fix typos in printk
by Masanari Iida
· 8 years ago
07f5ab6
cxl: Route eeh events to all slices for pci_channel_io_perm_failure state
by Vaibhav Jain
· 8 years ago
0881e7b
sched/headers: Prepare to move the get_task_struct()/put_task_struct() and related APIs from <linux/sched.h> to <linux/sched/task.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
6e84f31
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>
by Ingo Molnar
· 8 years ago
e601757
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>
by Ingo Molnar
· 8 years ago
b286ced
Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
11bac80
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
by Dave Jiang
· 8 years ago
171ed0f
cxl: fix nested locking hang during EEH hotplug
by Andrew Donnellan
· 8 years ago
39d4087
cxl: Fix build when CONFIG_DEBUG_FS=n
by Andrew Donnellan
· 8 years ago
14a3ae3
cxl: Prevent read/write to AFU config space while AFU not configured
by Andrew Donnellan
· 8 years ago
d7b1946
cxl: Force psl data-cache flush during device shutdown
by Vaibhav Jain
· 8 years ago
0e17166
cxl: Drop unused header asm/pnv-pci.h
by Greg Kurz
· 8 years ago
de39981
Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 8 years ago
1a29d85
mm: use vmf->address instead of of vmf->virtual_address
by Jan Kara
· 8 years ago
7184bc2
cxl: drop duplicate header sched.h
by Geliang Tang
· 8 years ago
3382a62
cxl: Fix coccinelle warnings
by Andrew Donnellan
· 8 years ago
bdecf76
cxl: Fix coredump generation when cxl_get_fd() is used
by Frederic Barrat
· 8 years ago
abf051b
cxl: Do adapter fence check before handling afu interrupt
by Vaibhav Jain
· 8 years ago
Next »