index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-15
x86/mm: Drop unused argument 'removed' from sync_global_pgds()
Kirill A. Shutemov
1
-1
/
+1
2016-10-25
x86/dumpstack: Remove kernel text addresses from stack dump
Josh Poimboeuf
1
-2
/
+1
2016-10-12
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+9
2016-10-04
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2016-09-28
exceptions: detritus removal
Al Viro
1
-1
/
+1
2016-09-20
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
1
-1
/
+1
2016-09-09
x86/pkeys: Add fault handling for PF_PK page fault bit
Dave Hansen
1
-0
/
+9
2016-09-08
x86/mm: Improve stack-overflow #PF handling
Andy Lutomirski
1
-0
/
+32
2016-07-27
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
1
-1
/
+1
2016-07-15
x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err
Ingo Molnar
1
-1
/
+1
2016-07-15
x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...
Andy Lutomirski
1
-1
/
+1
2016-07-15
x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm
Andy Lutomirski
1
-1
/
+1
2016-05-20
x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code
Andy Lutomirski
1
-3
/
+8
2016-03-21
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-22
/
+128
2016-03-08
Merge branch 'linus' into ras/core, to pick up fixes
Ingo Molnar
1
-4
/
+11
2016-03-03
x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA
Dave Hansen
1
-18
/
+0
2016-02-18
mm/core, x86/mm/pkeys: Add execute-only protection keys support
Dave Hansen
1
-0
/
+10
2016-02-18
mm/core, x86/mm/pkeys: Differentiate instruction fetches
Dave Hansen
1
-2
/
+6
2016-02-18
x86/mm/pkeys: Optimize fault handling in access_error()
Dave Hansen
1
-0
/
+15
2016-02-18
mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys
Dave Hansen
1
-1
/
+20
2016-02-18
x86/mm/pkeys: Fill in pkey field in siginfo
Dave Hansen
1
-1
/
+63
2016-02-18
x86/mm/pkeys: Pass VMA down in to fault signal generation code
Dave Hansen
1
-22
/
+28
2016-02-18
x86/mm/pkeys: Add new 'PF_PK' page fault error code bit
Dave Hansen
1
-0
/
+8
2016-02-18
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
1
-1
/
+1
2016-02-18
x86/mm: Fix vmalloc_fault() to handle large pages properly
Toshi Kani
1
-4
/
+11
2015-07-31
x86/vm86: Clean up vm86.h includes
Brian Gerst
1
-0
/
+1
2015-07-31
x86/vm86: Move vm86 fields out of 'thread_struct'
Brian Gerst
1
-2
/
+4
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
1
-2
/
+3
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
1
-3
/
+3
2015-03-23
x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()
Andy Lutomirski
1
-1
/
+1
2015-02-04
x86: Store a per-cpu shadow copy of CR4
Andy Lutomirski
1
-1
/
+1
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
1
-0
/
+2
2014-12-17
x86: mm: fix VM_FAULT_RETRY handling
Linus Torvalds
1
-1
/
+1
2014-12-16
x86: mm: consolidate VM_FAULT_RETRY handling
Linus Torvalds
1
-28
/
+30
2014-12-16
x86: mm: move mmap_sem unlock from mm_fault_error() to caller
Linus Torvalds
1
-7
/
+1
2014-10-14
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+1
2014-09-23
x86: skip check for spurious faults for non-present faults
David Vrabel
1
-2
/
+20
2014-09-19
sched: Add helper for task stack page overrun checking
Aaron Tomlin
1
-3
/
+1
2014-09-19
init/main.c: Give init_task a canary
Aaron Tomlin
1
-2
/
+1
2014-09-16
x86/mm/hotplug: Modify PGD entry when removing memory
Yasuaki Ishimatsu
1
-1
/
+1
2014-08-07
mm: describe mmap_sem rules for __lock_page_or_retry() and callers
Paul Cassella
1
-1
/
+2
2014-08-05
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+6
2014-06-13
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-11
/
+18
2014-06-12
x86/smep: Be more informative when signalling an SMEP fault
Jiri Kosina
1
-0
/
+6
2014-05-06
x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO
Andy Lutomirski
1
-2
/
+3
2014-04-24
kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
Masami Hiramatsu
1
-11
/
+18
2014-03-31
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+6
2014-03-06
x86, trace: Further robustify CR2 handling vs tracing
Peter Zijlstra
1
-10
/
+23
[next]