Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b24413180f5600bcb3bb70fbed5cf186b60864bd
/
arch
/
s390
/
mm
/
fault.c
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
f1c1174
s390/mm: use new mm defines instead of magic values
by Heiko Carstens
· 7 years ago
fe7b274
s390/fault: use _ASCE_ORIGIN instead of PAGE_MASK
by Heiko Carstens
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
57d7f93
s390: add no-execute support
by Martin Schwidefsky
· 9 years ago
c360192
s390/preempt: move preempt_count to the lowcore
by Martin Schwidefsky
· 8 years ago
e46cae4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 8 years ago
dcc096c
s390: migrate exception table users off module.h and onto extable.h
by Paul Gortmaker
· 8 years ago
84c9cee
s390/mm/pfault: Convert to hotplug state machine
by Sebastian Andrzej Siewior
· 8 years ago
221bb8a
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 8 years ago
0e06f5c
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
dcddffd
mm: do not pass mm_struct into handle_mm_fault
by Kirill A. Shutemov
· 8 years ago
4a49443
s390/mm: remember the int code for the last gmap fault
by David Hildenbrand
· 9 years ago
4be130a
s390/mm: add shadow gmap support
by Martin Schwidefsky
· 9 years ago
6c22c98
s390: avoid extable collisions
by Heiko Carstens
· 9 years ago
cf0d44d
s390: fix info leak in do_sigsegv
by Michal Hocko
· 9 years ago
0227f7c
s390: Clarify pagefault interrupt
by Peter Zijlstra
· 9 years ago
1e133ab
s390/mm: split arch/s390/mm/pgtable.c
by Martin Schwidefsky
· 9 years ago
5d7ecce
s390/fault: merge report_user_fault implementations
by Heiko Carstens
· 9 years ago
9cb1cce
s390: remove all usages of PSW_ADDR_INSN
by Heiko Carstens
· 9 years ago
fecc868a
s390: remove all usages of PSW_ADDR_AMODE
by Heiko Carstens
· 9 years ago
292d8d7
s390/fault: remove unused variable
by Christian Borntraeger
· 9 years ago
e22cf8c
s390/cpumf: rework program parameter setting to detect guest samples
by Christian Borntraeger
· 9 years ago
1ec2772
s390/diag: add a statistic for diagnose calls
by Martin Schwidefsky
· 9 years ago
92d6289
s390: remove unneeded sizeof(void *) comparisons
by Heiko Carstens
· 9 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 10 years ago
5a79859
s390: remove 31 bit support
by Heiko Carstens
· 10 years ago
b3d6524
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 10 years ago
33692f2
vm: add VM_FAULT_SIGSEGV handling support
by Linus Torvalds
· 10 years ago
db1177ee
s390/mm: correct missing space when reporting user process faults
by Hendrik Brueckner
· 10 years ago
91c0837
s390: remove unnecessary KERN_CONT
by Joe Perches
· 10 years ago
413d404
s390/traps: print interrupt code and instruction length code
by Heiko Carstens
· 10 years ago
7a5388d
s390/kprobes: make use of NOKPROBE_SYMBOL()
by Heiko Carstens
· 10 years ago
527e30b
KVM: s390/mm: use radix trees for guest to host mappings
by Martin Schwidefsky
· 11 years ago
6e0a043
KVM: s390/mm: cleanup gmap function arguments, variable names
by Martin Schwidefsky
· 11 years ago
d3a73ac
s390: split TIF bits into CIF, PIF and TIF bits
by Martin Schwidefsky
· 11 years ago
3b7df34
s390/mm: print control registers and page table walk on crash
by Heiko Carstens
· 11 years ago
d586c86
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 11 years ago
457f218
s390/uaccess: rework uaccess code - fix locking issues
by Heiko Carstens
· 11 years ago
1dad093
s390/irq: Use defines for external interruption codes
by Thomas Huth
· 11 years ago
24eb3a8
KVM: s390: Add FAULT_FLAG_RETRY_NOWAIT for guest fault
by Dominik Dingel
· 12 years ago
1060786
s390/mm,tlb: correct tlb flush on page table upgrade
by Martin Schwidefsky
· 11 years ago
e258d71
s390/uaccess: always run the kernel in home space
by Martin Schwidefsky
· 11 years ago
759496b
arch: mm: pass userspace fault flag to generic fault handler
by Johannes Weiner
· 11 years ago
82003c3
s390/irq: rework irq subclass handling
by Heiko Carstens
· 11 years ago
e2741f1
s390: delete __cpuinit usage from all s390 files
by Paul Gortmaker
· 12 years ago
f752ac4
s390/mm: protection exception PSW for aborted transaction
by Martin Schwidefsky
· 12 years ago
420f42e
s390/irq: remove split irq fields from /proc/stat
by Heiko Carstens
· 12 years ago
39efd4e
s390/ptrace: race of single stepping vs signal delivery
by Martin Schwidefsky
· 12 years ago
a4f32bd
s390/mm: keep fault_init() private to fault.c
by Heiko Carstens
· 12 years ago
45cac65
readahead: fault retry breaks mmap file read random detection
by Shaohua Li
· 12 years ago
eb608fb
s390/exceptions: switch to relative exception table entries
by Heiko Carstens
· 12 years ago
d1b0d84
s390/mm: rename addressing_mode to s390_user_mode
by Heiko Carstens
· 12 years ago
1c72592
s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiers
by Heiko Carstens
· 12 years ago
7d25617
s390: make use of user_mode() macro where possible
by Heiko Carstens
· 12 years ago
37fe1d7
s390/mm: rename user_mode variable to addressing_mode
by Heiko Carstens
· 12 years ago
008c2e8
s390/mm: fix fault handling for page table walk case
by Heiko Carstens
· 12 years ago
f2c76e3
s390/mm: make page faults killable
by Heiko Carstens
· 12 years ago
a53c8fa
s390/comments: unify copyright messages and remove file names
by Heiko Carstens
· 12 years ago
d49f47f
s390/pfault: add sanity check
by Heiko Carstens
· 13 years ago
0a16ba7
s390/pfault: use __set_task_state
by Heiko Carstens
· 13 years ago
54c2779
s390/pfault: always search for task with reported pid
by Heiko Carstens
· 13 years ago
d5e50a5
s390/pfault: fix task state race
by Heiko Carstens
· 13 years ago
5e8010c
s390: replace TIF_SIE with PF_VCPU
by Martin Schwidefsky
· 13 years ago
a0616cd
Disintegrate asm/system.h for S390
by David Howells
· 13 years ago
fde15c3
[S390] irq: external interrupt code passing
by Heiko Carstens
· 13 years ago
048cd4e
compat: fix compile breakage on s390
by Heiko Carstens
· 13 years ago
aa33c8c
[S390] cleanup trap handling
by Martin Schwidefsky
· 13 years ago
f32269a
[S390] disable MACHINE_IS_VM check for pfault
by Carsten Otte
· 13 years ago
fa2fb2f
[S390] pfault: ignore leftover completion interrupts
by Heiko Carstens
· 13 years ago
499069e
[S390] take mmap_sem when walking guest page table
by Carsten Otte
· 13 years ago
b50511e
[S390] cleanup psw related bits and pieces
by Martin Schwidefsky
· 13 years ago
ccf45ca
[S390] addressing mode limits and psw address wrapping
by Martin Schwidefsky
· 13 years ago
e5992f2
[S390] kvm guest address space mapping
by Martin Schwidefsky
· 13 years ago
a8b0ca1
perf: Remove the nmi parameter from the swevent and overflow interface
by Peter Zijlstra
· 13 years ago
33ce614
[S390] mm: add page fault retry handling
by Heiko Carstens
· 14 years ago
9958318
[S390] mm: handle kernel caused page fault oom situations
by Heiko Carstens
· 14 years ago
d7b250e
[S390] irq: merge irq.c and s390_ext.c
by Heiko Carstens
· 14 years ago
df7997a
[S390] irq: fix service signal external interrupt handling
by Heiko Carstens
· 14 years ago
902050b
[S390] pfault: always enable service signal interrupt
by Heiko Carstens
· 14 years ago
7dd8fe1
[S390] pfault: cleanup code
by Heiko Carstens
· 14 years ago
f2db2e6
[S390] pfault: cpu hotplug vs missing completion interrupts
by Heiko Carstens
· 14 years ago
043d070
[S390] Remove data execution protection
by Martin Schwidefsky
· 14 years ago
a985183
[S390] irqstats: fix counting of pfault, dasd diag and virtio irqs
by Heiko Carstens
· 14 years ago
e35c76c
[S390] pfault: fix token handling
by Heiko Carstens
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
5e9a269
[S390] ptrace cleanup
by Martin Schwidefsky
· 14 years ago
fb0a9d7
[S390] pfault: delay register of pfault interrupt
by Heiko Carstens
· 14 years ago
052ff46
[S390] irq: have detailed statistics for interrupt types
by Heiko Carstens
· 14 years ago
14375bc
[S390] cleanup facility list handling
by Martin Schwidefsky
· 14 years ago
f6649a7
[S390] cleanup lowcore access from external interrupts
by Martin Schwidefsky
· 14 years ago
1e54622
[S390] cleanup lowcore access from program checks
by Martin Schwidefsky
· 14 years ago
36bf968
[S390] fix SIGBUS handling
by Martin Schwidefsky
· 14 years ago
92f842e
[S390] store indication fault optimization
by Martin Schwidefsky
· 14 years ago
ab3c68e
[S390] debug: enable exception-trace debug facility
by Heiko Carstens
· 15 years ago
22e0a04
[S390] use kprobes_built_in() in mm/fault code
by Heiko Carstens
· 15 years ago
cbb870c
[S390] Cleanup struct _lowcore usage and defines.
by Heiko Carstens
· 15 years ago
6c1e3e7
[S390] Use do_exception() in pagetable walk usercopy functions.
by Gerald Schaefer
· 15 years ago
1ab947d
[S390] fault handler access flags check.
by Martin Schwidefsky
· 15 years ago
50d7280
[S390] fault handler performance optimization.
by Martin Schwidefsky
· 15 years ago
Next »