Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
05a9b46a718f664fce5d236abe72bffb8200d616
/
arch
/
s390
/
mm
/
fault.c
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
· 11 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
· 11 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
· 12 years ago
0a16ba7
s390/pfault: use __set_task_state
by Heiko Carstens
· 12 years ago
54c2779
s390/pfault: always search for task with reported pid
by Heiko Carstens
· 12 years ago
d5e50a5
s390/pfault: fix task state race
by Heiko Carstens
· 12 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
· 13 years ago
9958318
[S390] mm: handle kernel caused page fault oom situations
by Heiko Carstens
· 13 years ago
d7b250e
[S390] irq: merge irq.c and s390_ext.c
by Heiko Carstens
· 13 years ago
df7997a
[S390] irq: fix service signal external interrupt handling
by Heiko Carstens
· 13 years ago
902050b
[S390] pfault: always enable service signal interrupt
by Heiko Carstens
· 13 years ago
7dd8fe1
[S390] pfault: cleanup code
by Heiko Carstens
· 13 years ago
f2db2e6
[S390] pfault: cpu hotplug vs missing completion interrupts
by Heiko Carstens
· 13 years ago
043d070
[S390] Remove data execution protection
by Martin Schwidefsky
· 13 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
· 14 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
7ecb344
[S390] Improve notify_page_fault implementation.
by Martin Schwidefsky
· 15 years ago
b11b533
[S390] Improve address space mode selection.
by Martin Schwidefsky
· 15 years ago
61365e1
[S390] Improve address space check.
by Martin Schwidefsky
· 15 years ago
cdd6c48
perf: Do the big rename: Performance Counters -> Performance Events
by Ingo Molnar
· 15 years ago
bde69af
[S390] Wire up page fault events for software perf counters.
by Heiko Carstens
· 15 years ago
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
d06063c
Move FAULT_FLAG_xyz into handle_mm_fault() callers
by Linus Torvalds
· 16 years ago
7757591
[S390] implement is_compat_task
by Heiko Carstens
· 15 years ago
59fa4392
[S390] page fault: invoke oom-killer
by Heiko Carstens
· 16 years ago
53492b1
[S390] System z large page support.
by Gerald Schaefer
· 17 years ago
a806170
[S390] Fix a lot of sparse warnings.
by Heiko Carstens
· 17 years ago
c2e8b85
[S390] exec_protect: Fix incorrect extern declarations.
by Heiko Carstens
· 17 years ago
6252d70
[S390] dynamic page tables.
by Martin Schwidefsky
· 17 years ago
b460cbc
pid namespaces: define is_global_init() and is_container_init()
by Serge E. Hallyn
· 17 years ago
dcca2bd
During VM oom condition, kill all threads in process group
by Will Schmidt
· 17 years ago
c41fbc6
[S390] pfault: Fix alignment of parameter list.
by Heiko Carstens
· 17 years ago
83c5407
mm: fault feedback #2
by Nick Piggin
· 17 years ago
490f03d
[S390] Avoid compile warning.
by Heiko Carstens
· 17 years ago
1eeb66a
move die notifier handling to common code
by Christoph Hellwig
· 18 years ago
33464e3
[S390] get rid of kprobes notifier call chain.
by Christoph Hellwig
· 18 years ago
be5ec36
[S390] No execute support cleanup.
by Martin Schwidefsky
· 18 years ago
10c1031
[S390] Minor fault path optimization.
by Martin Schwidefsky
· 18 years ago
482b05d
[S390] Fixed handling of access register mode faults.
by Gerald Schaefer
· 18 years ago
cefc8be
[PATCH] Consolidate bust_spinlocks()
by Kirill Korotaev
· 18 years ago
c1821c2
[S390] noexec protection
by Gerald Schaefer
· 18 years ago
2b67fc4
[S390] Get rid of a lot of sparse warnings.
by Heiko Carstens
· 18 years ago
Next »