index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-17
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
1
-0
/
+4
2022-01-15
mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
Qi Zheng
1
-2
/
+1
2021-08-26
ARC: mm: vmalloc sync from kernel to user table to update PMD ...
Vineet Gupta
1
-12
/
+12
2021-08-26
ARC: mm: support 4 levels of page tables
Vineet Gupta
1
-0
/
+2
2021-08-26
ARC: mm: support 3 levels of page tables
Vineet Gupta
1
-0
/
+4
2021-08-25
ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only
Vineet Gupta
1
-1
/
+1
2020-08-12
mm/arc: use general page fault accounting
Peter Xu
1
-15
/
+3
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-1
/
+0
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-2
/
+2
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-1
/
+0
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-04-02
arc/mm: use helper fault_signal_pending()
Peter Xu
1
-21
/
+13
2019-12-01
ARC: mm: remove __ARCH_USE_5LEVEL_HACK
Vineet Gupta
1
-2
/
+8
2019-07-17
Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
1
-108
/
+77
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2019-07-01
ARC: mm: do_page_fault refactor #8: release mmap_sem sooner
Vineet Gupta
1
-4
/
+3
2019-07-01
ARC: mm: do_page_fault refactor #7: fold the various error handling
Vineet Gupta
1
-34
/
+14
2019-07-01
ARC: mm: do_page_fault refactor #6: error handlers to use same pattern
Vineet Gupta
1
-11
/
+10
2019-07-01
ARC: mm: do_page_fault refactor #5: scoot no_context to end
Vineet Gupta
1
-14
/
+7
2019-07-01
ARC: mm: do_page_fault refactor #4: consolidate retry related logic
Vineet Gupta
1
-29
/
+31
2019-07-01
ARC: mm: do_page_fault refactor #3: tidyup vma access permission code
Vineet Gupta
1
-18
/
+21
2019-07-01
ARC: mm: do_page_fault refactor #2: remove short lived variable
Vineet Gupta
1
-6
/
+1
2019-07-01
ARC: mm: do_page_fault refactor #1: remove label @good_area
Vineet Gupta
1
-7
/
+5
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-2
/
+2
2019-05-29
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
1
-2
/
+2
2019-05-20
ARC: mm: SIGSEGV userspace trying to access kernel virtual memory
Eugeniy Paltsev
1
-6
/
+3
2019-01-18
ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...
Vineet Gupta
1
-4
/
+9
2019-01-05
arch/arc/mm/fault.c: remove caller signal_pending_branch predictions
Davidlohr Bueso
1
-1
/
+1
2018-11-12
ARC: mm: fix uninitialised signal code in do_page_fault
Eugeniy Paltsev
1
-1
/
+1
2018-09-27
signal/arc: Use force_sig_fault where appropriate
Eric W. Biederman
1
-15
/
+5
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-1
/
+3
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+2
2017-08-29
ARC: typo fix in mm/fault.c
Liav Rehana
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-1
/
+1
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2015-10-28
ARC: mm: preps ahead of HIGHMEM support
Vineet Gupta
1
-3
/
+10
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
1
-1
/
+1
2015-02-27
ARC: perf: Enable generic software events
Vineet Gupta
1
-2
/
+10
2015-01-30
arc: mm: Fix build failure
Guenter Roeck
1
-1
/
+1
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+2
2014-08-08
mm, arc: remove obsolete pagefault oom killer comment
David Rientjes
1
-1
/
+0
2013-11-06
ARC: Change calling convention of do_page_fault()
Vineet Gupta
1
-1
/
+1
2013-11-02
ARC: Incorrect mm reference used in vmalloc fault handler
Vineet Gupta
1
-3
/
+3
2013-09-13
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-2
/
+4
2013-09-13
arch: mm: remove obsolete init OOM protection
Johannes Weiner
1
-5
/
+0
2013-07-09
mm: invoke oom-killer from remaining unconverted page fault handlers
Johannes Weiner
1
-2
/
+4
2013-06-26
ARC: Remove explicit passing around of ECR
Vineet Gupta
1
-7
/
+5
[next]