aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/cxl/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-26cxl: remove vma linked list walkMatthew Wilcox (Oracle)1-30/+15
2021-03-24cxl: don't manipulate the mm.mm_users field directlyLaurent Dufour1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-1/+1
2018-08-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-08-08misc: cxl: changed asterisk positionParth Y Shah1-1/+1
2017-10-06cxl: Add support for POWER9 DD2Christophe Lombard1-13/+2
2017-08-31powerpc/mm/cxl: Add barrier when setting mm cpumaskAneesh Kumar K.V1-2/+12
2017-08-17powerpc/mm/cxl: Add the fault handling cpu to mm cpumaskAneesh Kumar K.V1-0/+6
2017-07-03cxl: Export library to support IBM XSLChristophe Lombard1-10/+19
2017-06-23cxl: Fixes for Coherent Accelerator Interface Architecture 2.0Christophe Lombard1-8/+15
2017-04-13cxl: Add psl9 specific codeChristophe Lombard1-21/+43
2017-04-13cxl: Keep track of mm struct associated with a contextChristophe Lombard1-70/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h>Ingo Molnar1-0/+1
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-1/+3
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-2/+2
2016-04-26cxl: Fix DAR check & use REGION_ID instead of opencodingAneesh Kumar K.V1-1/+1
2016-03-09cxl: Isolate a few bare-metal-specific callsFrederic Barrat1-8/+11
2016-03-09cxl: Introduce implementation-specific APIFrederic Barrat1-3/+3
2016-01-05cxl: Fix DSI misses when the context owning task exitsVaibhav Jain1-34/+95
2015-06-03cxl: Only check pid for userspace contextsMichael Neuling1-15/+19
2015-01-22cxl: Add tracepointsIan Munsie1-0/+5
2014-12-29cxl: Early return from cxl_handle_fault for a shut down contextIan Munsie1-0/+6
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V1-2/+6
2014-10-28cxl: Fix PSL error due to duplicate segment table entriesIan Munsie1-6/+22
2014-10-28cxl: Refactor cxl_load_segment() and find_free_sste()Ian Munsie1-16/+18
2014-10-28cxl: Disable secondary hash in segment tableIan Munsie1-22/+8
2014-10-08cxl: Driver code for powernv PCIe based cards for userspace accessIan Munsie1-0/+291