summaryrefslogtreecommitdiffstats
path: root/arch/s390/lib/uaccess_pt.c
Commit message (Expand)AuthorAgeFilesLines
* s390/uaccess: always run the kernel in home spaceMartin Schwidefsky2013-10-241-2/+0Star
* s390/mm: cleanup page table definitionsMartin Schwidefsky2013-08-221-8/+8
* s390/uaccess: add "fallthrough" commentsHeiko Carstens2013-05-021-0/+3
* s390/uaccess: fix page table walkHeiko Carstens2013-04-021-27/+54
* s390/uaccess: fix clear_user_pt()Heiko Carstens2013-03-211-1/+1
* s390/uaccess: fix kernel ds access for page table walkHeiko Carstens2013-02-281-28/+77
* s390/uaccess: fix strncpy_from_user string length checkHeiko Carstens2013-02-281-16/+18
* s390/uaccess: fix strncpy_from_user/strnlen_user zero maxlen caseHeiko Carstens2013-02-281-0/+4
* s390/mm: implement software dirty bitsMartin Schwidefsky2013-02-141-1/+1
* s390/mm: use pmd_large() instead of pmd_huge()Gerald Schaefer2012-10-261-1/+1
* s390/mm: fix user access page-table walk codeGerald Schaefer2012-09-171-79/+63Star
* s390/comments: unify copyright messages and remove file namesHeiko Carstens2012-07-201-2/+0Star
* [S390] sparse: fix sparse warnings with __user pointersMartin Schwidefsky2011-10-301-2/+4
* futex: Sanitize futex ops argument typesMichel Lespinasse2011-03-111-6/+6
* futex: Sanitize cmpxchg_futex_value_locked APIMichel Lespinasse2011-03-111-5/+8
* [S390] Use do_exception() in pagetable walk usercopy functions.Gerald Schaefer2009-12-071-96/+51Star
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* [S390] Dont check for pfn_valid() in uaccess_pt.cGerald Schaefer2009-03-181-18/+0Star
* [S390] uaccess: Always access the correct address space.Heiko Carstens2008-04-171-18/+41
* [S390] futex: let futex_atomic_cmpxchg_pt survive early functional tests.Heiko Carstens2008-03-201-0/+2
* [S390] 4level-fixup cleanupMartin Schwidefsky2007-10-221-1/+6
* [S390] Introduce follow_table in uaccess_pt.cMartin Schwidefsky2007-10-221-63/+22Star
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-1/+1
* mm: fault feedback #2Nick Piggin2007-07-191-12/+11Star
* [S390] Avoid excessive inlining.Heiko Carstens2007-02-051-5/+5
* [S390] noexec protectionGerald Schaefer2007-02-051-1/+319
* [S390] Get rid of a lot of sparse warnings.Heiko Carstens2007-02-051-0/+1
* [S390] don't call handle_mm_fault() if in an atomic context.Heiko Carstens2007-01-091-0/+3
* [S390] uaccess_pt: add missing down_read() and convert to is_init().Heiko Carstens2006-12-081-2/+3
* [S390] Add dynamic size check for usercopy functions.Gerald Schaefer2006-12-041-0/+153