index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
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
2023-08-18
ARC: pt_regs: create seperate type for ecr
Vineet Gupta
1
-3
/
+3
2023-08-13
ARC: -Wmissing-prototype warning fixes
Vineet Gupta
1
-0
/
+1
2023-06-24
mm/fault: convert remaining simple cases to lock_mm_and_find_vma()
Linus Torvalds
1
-8
/
+3
2022-06-16
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-24
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-16
Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...
Linus Torvalds
1
-108
/
+77
2019-07-08
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-17
ARC: mm: do_page_fault fixes #1: relinquish mmap_sem if signal arrives while ...
Vineet Gupta
1
-4
/
+9
2019-01-04
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-17
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-28
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-26
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-07
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-12
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
1
-2
/
+4
[next]