index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-14
s390: add 3f program exception handler
Janosch Frank
1
-0
/
+20
2020-08-12
mm/s390: use general page fault accounting
Peter Xu
1
-15
/
+1
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
1
-1
/
+1
2020-07-20
s390/kernel: expand exception table logic to allow new handling options
Ilya Leoshkevich
1
-3
/
+1
2020-07-20
s390/mm: fix typo in comment
Heiko Carstens
1
-1
/
+1
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-1
/
+1
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
-7
/
+7
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-04-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-04-11
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
1
-1
/
+1
2020-04-06
s390/mm: use fallthrough;
Joe Perches
1
-2
/
+0
2020-04-04
Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-11
/
+10
2020-04-03
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+78
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-4
/
+1
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
1
-2
/
+1
2020-03-25
s390: use fallthrough;
Joe Perches
1
-6
/
+5
2020-03-04
s390/mm: mark private defines for vm_fault_t as such
Christian Borntraeger
1
-5
/
+5
2020-02-27
s390/mm: add (non)secure page access exceptions handlers
Vasily Gorbik
1
-0
/
+78
2019-07-29
s390/mm: add fallthrough annotations
Heiko Carstens
1
-0
/
+3
2019-07-17
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
1
-15
/
+1
2019-07-09
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+2
2019-06-05
s390/mm: fix address space detection in exception handling
Gerald Schaefer
1
-1
/
+4
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-4
/
+2
2019-05-28
s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitialized
Masahiro Yamada
1
-1
/
+3
2019-04-29
s390/kernel: introduce .dma sections
Gerald Schaefer
1
-1
/
+13
2018-11-30
s390: use common bust_spinlocks()
Sergey Senozhatsky
1
-24
/
+0
2018-10-09
s390/pfault: do not use stack buffers for hardware data
Martin Schwidefsky
1
-17
/
+21
2018-08-18
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
1
-5
/
+8
2018-07-16
s390/kvm: fix deadlock when killed by oom
Claudio Imbrenda
1
-0
/
+2
2018-04-25
signal/s390: Use force_sig_fault where appropriate
Eric W. Biederman
1
-17
/
+6
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+2
2017-11-16
s390/cpum_sf: correctly set the PID and TID in perf samples
Hendrik Brueckner
1
-1
/
+1
2017-11-14
s390: remove all code using the access register mode
Martin Schwidefsky
1
-43
/
+65
2017-11-14
s390/mm,kvm: improve detection of KVM guest faults
Martin Schwidefsky
1
-3
/
+3
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-07-26
s390/mm: use new mm defines instead of magic values
Heiko Carstens
1
-5
/
+5
2017-06-12
s390/fault: use _ASCE_ORIGIN instead of PAGE_MASK
Heiko Carstens
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-08
s390: add no-execute support
Martin Schwidefsky
1
-6
/
+36
2016-11-11
s390/preempt: move preempt_count to the lowcore
Martin Schwidefsky
1
-0
/
+1
2016-10-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
1
-1
/
+1
2016-09-20
s390: migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-09-19
s390/mm/pfault: Convert to hotplug state machine
Sebastian Andrzej Siewior
1
-18
/
+12
2016-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+2
2016-07-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-06-20
s390/mm: remember the int code for the last gmap fault
David Hildenbrand
1
-0
/
+1
2016-06-20
s390/mm: add shadow gmap support
Martin Schwidefsky
1
-0
/
+1
[next]