index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
fault.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/mm/64: Tighten up vmalloc_fault() sanity checks on 5-level kernels
Andy Lutomirski
2018-01-26
1
-13
/
+9
*
x86/mm/pkeys: Fix fill_sig_info_pkey
Eric W. Biederman
2018-01-14
1
-3
/
+4
*
Do not hash userspace addresses in fault handlers
Kees Cook
2017-12-19
1
-1
/
+1
*
x86: don't hash faulting address in oops printout
Linus Torvalds
2017-12-05
1
-1
/
+1
*
kmemcheck: remove annotations
Levin, Alexander (Sasha Levin)
2017-11-15
1
-6
/
+0
*
Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflicts
Ingo Molnar
2017-11-07
1
-1
/
+11
|
\
|
*
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-11-02
1
-0
/
+1
|
|
\
|
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
*
|
x86/mm: fix use-after-free of vma during userfaultfd fault
Vlastimil Babka
2017-11-01
1
-1
/
+10
|
|
/
*
|
x86/mm: Relocate page fault error codes to traps.h
Ricardo Neri
2017-11-01
1
-54
/
+34
|
/
*
x86/mm: Fix fault error path using unsafe vma pointer
Laurent Dufour
2017-09-25
1
-23
/
+24
*
x86/asm: Fix inline asm call constraints for Clang
Josh Poimboeuf
2017-09-23
1
-2
/
+1
*
Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-04
1
-36
/
+13
|
\
|
*
x86/tracing: Disentangle pagefault and resched IPI tracing key
Thomas Gleixner
2017-08-29
1
-1
/
+1
|
*
x86/traps: Simplify pagefault tracing logic
Thomas Gleixner
2017-08-29
1
-36
/
+13
*
|
x86/mm: Use pr_cont() in dump_pagetable()
Jan Beulich
2017-08-31
1
-11
/
+15
|
/
*
x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()
Andy Lutomirski
2017-06-13
1
-5
/
+5
*
x86/mm/vmalloc: Add 5-level paging support
Kirill A. Shutemov
2017-03-14
1
-3
/
+24
*
x86/mm: Convert trivial cases of page table walk to 5-level paging
Kirill A. Shutemov
2017-03-14
1
-6
/
+33
*
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
x86/mm: Drop unused argument 'removed' from sync_global_pgds()
Kirill A. Shutemov
2016-12-15
1
-1
/
+1
*
x86/dumpstack: Remove kernel text addresses from stack dump
Josh Poimboeuf
2016-10-25
1
-2
/
+1
*
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-10-11
1
-1
/
+1
|
\
|
*
exceptions: detritus removal
Al Viro
2016-09-27
1
-1
/
+1
*
|
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-10-10
1
-0
/
+9
|
\
\
|
*
|
x86/pkeys: Add fault handling for PF_PK page fault bit
Dave Hansen
2016-09-09
1
-0
/
+9
|
|
/
*
|
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-10-03
1
-1
/
+1
|
\
\
|
*
|
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-09-20
1
-1
/
+1
|
|
/
*
|
x86/mm: Improve stack-overflow #PF handling
Andy Lutomirski
2016-09-08
1
-0
/
+32
|
/
*
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
2016-07-26
1
-1
/
+1
*
x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err
Ingo Molnar
2016-07-15
1
-1
/
+1
*
x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...
Andy Lutomirski
2016-07-15
1
-1
/
+1
*
x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm
Andy Lutomirski
2016-07-15
1
-1
/
+1
*
x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code
Andy Lutomirski
2016-05-20
1
-3
/
+8
*
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-20
1
-22
/
+128
|
\
|
*
x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA
Dave Hansen
2016-03-03
1
-18
/
+0
|
*
mm/core, x86/mm/pkeys: Add execute-only protection keys support
Dave Hansen
2016-02-18
1
-0
/
+10
|
*
mm/core, x86/mm/pkeys: Differentiate instruction fetches
Dave Hansen
2016-02-18
1
-2
/
+6
|
*
x86/mm/pkeys: Optimize fault handling in access_error()
Dave Hansen
2016-02-18
1
-0
/
+15
|
*
mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys
Dave Hansen
2016-02-18
1
-1
/
+20
|
*
x86/mm/pkeys: Fill in pkey field in siginfo
Dave Hansen
2016-02-18
1
-1
/
+63
|
*
x86/mm/pkeys: Pass VMA down in to fault signal generation code
Dave Hansen
2016-02-18
1
-22
/
+28
|
*
x86/mm/pkeys: Add new 'PF_PK' page fault error code bit
Dave Hansen
2016-02-18
1
-0
/
+8
*
|
Merge branch 'linus' into ras/core, to pick up fixes
Ingo Molnar
2016-03-08
1
-4
/
+11
|
\
\
|
*
|
x86/mm: Fix vmalloc_fault() to handle large pages properly
Toshi Kani
2016-02-18
1
-4
/
+11
|
|
/
*
|
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
2016-02-18
1
-1
/
+1
|
/
*
x86/vm86: Clean up vm86.h includes
Brian Gerst
2015-07-31
1
-0
/
+1
*
x86/vm86: Move vm86 fields out of 'thread_struct'
Brian Gerst
2015-07-31
1
-2
/
+4
*
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-05-19
1
-2
/
+3
*
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
2015-03-23
1
-3
/
+3
[next]