aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/mm/fault.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-26s390/mm: rename addressing_mode to s390_user_modeHeiko Carstens1-1/+1
2012-09-26s390/cpu hotplug: mask out CPU_TASKS_FROZEN in cu hotplug notifiersHeiko Carstens1-2/+1
2012-07-30s390: make use of user_mode() macro where possibleHeiko Carstens1-4/+4
2012-07-30s390/mm: rename user_mode variable to addressing_modeHeiko Carstens1-1/+1
2012-07-30s390/mm: fix fault handling for page table walk caseHeiko Carstens1-6/+7
2012-07-30s390/mm: make page faults killableHeiko Carstens1-1/+11
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-3/+1
2012-05-16s390/pfault: add sanity checkHeiko Carstens1-0/+3
2012-05-16s390/pfault: use __set_task_stateHeiko Carstens1-2/+2
2012-05-16s390/pfault: always search for task with reported pidHeiko Carstens1-14/+10
2012-05-16s390/pfault: fix task state raceHeiko Carstens1-2/+12
2012-05-16s390: replace TIF_SIE with PF_VCPUMartin Schwidefsky1-1/+1
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+1
2012-03-11[S390] irq: external interrupt code passingHeiko Carstens1-2/+2
2012-02-27compat: fix compile breakage on s390Heiko Carstens1-1/+0
2011-12-27[S390] cleanup trap handlingMartin Schwidefsky1-55/+46
2011-12-27[S390] disable MACHINE_IS_VM check for pfaultCarsten Otte1-4/+2
2011-11-14[S390] pfault: ignore leftover completion interruptsHeiko Carstens1-2/+7
2011-10-30[S390] take mmap_sem when walking guest page tableCarsten Otte1-1/+1
2011-10-30[S390] cleanup psw related bits and piecesMartin Schwidefsky1-1/+1
2011-10-30[S390] addressing mode limits and psw address wrappingMartin Schwidefsky1-1/+1
2011-07-24[S390] kvm guest address space mappingMartin Schwidefsky1-1/+17
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-3/+3
2011-05-26[S390] mm: add page fault retry handlingHeiko Carstens1-13/+28
2011-05-26[S390] mm: handle kernel caused page fault oom situationsHeiko Carstens1-7/+9
2011-05-26[S390] irq: merge irq.c and s390_ext.cHeiko Carstens1-1/+1
2011-05-26[S390] irq: fix service signal external interrupt handlingHeiko Carstens1-1/+1
2011-05-26[S390] pfault: always enable service signal interruptHeiko Carstens1-2/+1
2011-05-23[S390] pfault: cleanup codeHeiko Carstens1-30/+37
2011-05-23[S390] pfault: cpu hotplug vs missing completion interruptsHeiko Carstens1-24/+65
2011-05-23[S390] Remove data execution protectionMartin Schwidefsky1-39/+0
2011-04-29[S390] irqstats: fix counting of pfault, dasd diag and virtio irqsHeiko Carstens1-1/+1
2011-04-20[S390] pfault: fix token handlingHeiko Carstens1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-01-05[S390] ptrace cleanupMartin Schwidefsky1-3/+3
2011-01-05[S390] pfault: delay register of pfault interruptHeiko Carstens1-12/+15
2011-01-05[S390] irq: have detailed statistics for interrupt typesHeiko Carstens1-0/+2
2010-10-25[S390] cleanup facility list handlingMartin Schwidefsky1-6/+1
2010-10-25[S390] cleanup lowcore access from external interruptsMartin Schwidefsky1-3/+8
2010-10-25[S390] cleanup lowcore access from program checksMartin Schwidefsky1-22/+14
2010-10-25[S390] fix SIGBUS handlingMartin Schwidefsky1-3/+11
2010-10-25[S390] store indication fault optimizationMartin Schwidefsky1-3/+18
2010-05-17[S390] debug: enable exception-trace debug facilityHeiko Carstens1-15/+17
2010-02-26[S390] use kprobes_built_in() in mm/fault codeHeiko Carstens1-3/+1
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens1-0/+1
2009-12-07[S390] Use do_exception() in pagetable walk usercopy functions.Gerald Schaefer1-0/+23
2009-12-07[S390] fault handler access flags check.Martin Schwidefsky1-17/+13
2009-12-07[S390] fault handler performance optimization.Martin Schwidefsky1-129/+129
2009-12-07[S390] Improve notify_page_fault implementation.Martin Schwidefsky1-10/+4
2009-12-07[S390] Improve address space mode selection.Martin Schwidefsky1-2/+2