index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
fault.c
Age
Commit message (
Expand
)
Author
2018-01-23
x86/mm/pkeys: Fix fill_sig_info_pkey
Eric W. Biederman
2017-11-30
x86/mm: fix use-after-free of vma during userfaultfd fault
Vlastimil Babka
2017-10-05
x86/mm: Fix fault error path using unsafe vma pointer
Laurent Dufour
2016-10-11
Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-10-10
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-10-03
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2016-09-27
exceptions: detritus removal
Al Viro
2016-09-20
x86: Migrate exception table users off module.h and onto extable.h
Paul Gortmaker
2016-09-09
x86/pkeys: Add fault handling for PF_PK page fault bit
Dave Hansen
2016-09-08
x86/mm: Improve stack-overflow #PF handling
Andy Lutomirski
2016-07-26
mm: do not pass mm_struct into handle_mm_fault
Kirill A. Shutemov
2016-07-15
x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err
Ingo Molnar
2016-07-15
x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...
Andy Lutomirski
2016-07-15
x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm
Andy Lutomirski
2016-05-20
x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code
Andy Lutomirski
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2016-03-08
Merge branch 'linus' into ras/core, to pick up fixes
Ingo Molnar
2016-03-03
x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA
Dave Hansen
2016-02-18
mm/core, x86/mm/pkeys: Add execute-only protection keys support
Dave Hansen
2016-02-18
mm/core, x86/mm/pkeys: Differentiate instruction fetches
Dave Hansen
2016-02-18
x86/mm/pkeys: Optimize fault handling in access_error()
Dave Hansen
2016-02-18
mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys
Dave Hansen
2016-02-18
x86/mm/pkeys: Fill in pkey field in siginfo
Dave Hansen
2016-02-18
x86/mm/pkeys: Pass VMA down in to fault signal generation code
Dave Hansen
2016-02-18
x86/mm/pkeys: Add new 'PF_PK' page fault error code bit
Dave Hansen
2016-02-18
x86/mm: Expand the exception table logic to allow new handling options
Tony Luck
2016-02-18
x86/mm: Fix vmalloc_fault() to handle large pages properly
Toshi Kani
2015-07-31
x86/vm86: Clean up vm86.h includes
Brian Gerst
2015-07-31
x86/vm86: Move vm86 fields out of 'thread_struct'
Brian Gerst
2015-05-19
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...
David Hildenbrand
2015-03-23
x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'
Andy Lutomirski
2015-03-23
x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch()
Andy Lutomirski
2015-02-04
x86: Store a per-cpu shadow copy of CR4
Andy Lutomirski
2015-01-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
2014-12-17
x86: mm: fix VM_FAULT_RETRY handling
Linus Torvalds
2014-12-15
x86: mm: consolidate VM_FAULT_RETRY handling
Linus Torvalds
2014-12-15
x86: mm: move mmap_sem unlock from mm_fault_error() to caller
Linus Torvalds
2014-10-14
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-10-13
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2014-09-23
x86: skip check for spurious faults for non-present faults
David Vrabel
2014-09-19
sched: Add helper for task stack page overrun checking
Aaron Tomlin
2014-09-19
init/main.c: Give init_task a canary
Aaron Tomlin
2014-09-16
x86/mm/hotplug: Modify PGD entry when removing memory
Yasuaki Ishimatsu
2014-08-06
mm: describe mmap_sem rules for __lock_page_or_retry() and callers
Paul Cassella
2014-08-04
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2014-06-12
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2014-06-11
x86/smep: Be more informative when signalling an SMEP fault
Jiri Kosina
2014-05-05
x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO
Andy Lutomirski
2014-04-24
kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
Masami Hiramatsu
2014-03-31
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
[next]