1. 476e7ea Merge 4.9.190 into android-4.9 by Greg Kroah-Hartman · 4 years, 9 months ago
  2. ffd85e3 x86/mm: Sync also unmappings in vmalloc_sync_all() by Joerg Roedel · 4 years, 11 months ago
  3. a6932b4 x86/mm: Check for pfn instead of page in vmalloc_sync_one() by Joerg Roedel · 4 years, 11 months ago
  4. 719bdd9 Merge 4.9.180 into android-4.9 by Greg Kroah-Hartman · 5 years ago
  5. f08f10f x86/mm: Remove in_nmi() warning from 64-bit implementation of vmalloc_fault() by Jiri Kosina · 5 years ago
  6. 4d800a6 UPSTREAM: Do not hash userspace addresses in fault handlers by Kees Cook · 6 years ago
  7. ba01a42 Merge 4.9.128 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  8. 7f6a394 x86/mm: Remove in_nmi() warning from vmalloc_fault() by Joerg Roedel · 6 years ago
  9. f85543b Merge 4.9.120 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  10. 8574df1 x86: Don't include linux/irq.h from asm/hardirq.h by Nicolai Stange · 6 years ago
  11. 960923f Merge 4.9.89 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  12. d3b0e98 x86/mm: Fix vmalloc_fault to use pXd_large by Toshi Kani · 6 years ago
  13. e9dabe6 Merge 4.9.78 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  14. 5ab44e8 x86/mm/pkeys: Fix fill_sig_info_pkey by Eric W. Biederman · 6 years ago
  15. c1a2864 Merge 4.9.66 into android-4.9 by Greg Kroah-Hartman · 7 years ago
  16. d0629c6 x86/mm: fix use-after-free of vma during userfaultfd fault by Vlastimil Babka · 7 years ago
  17. d5ea93e BACKPORT: x86/asm: Fix inline asm call constraints for Clang by Josh Poimboeuf · 7 years ago
  18. 54af98f x86/mm: Fix fault error path using unsafe vma pointer by Laurent Dufour · 7 years ago
  19. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  20. 93c26d7 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  21. a8adc0f Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. df720ac exceptions: detritus removal by Al Viro · 8 years ago
  23. 744c193 x86: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  24. e8c6226 x86/pkeys: Add fault handling for PF_PK page fault bit by Dave Hansen · 8 years ago
  25. 6271cfd x86/mm: Improve stack-overflow #PF handling by Andy Lutomirski · 8 years ago
  26. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  27. 2a53ccb x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err by Ingo Molnar · 8 years ago
  28. dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
  29. 46aea38 x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm by Andy Lutomirski · 8 years ago
  30. dc4fac8 x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code by Andy Lutomirski · 8 years ago
  31. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  32. a1a8ba2 Merge branch 'linus' into ras/core, to pick up fixes by Ingo Molnar · 8 years ago
  33. e215554 x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA by Dave Hansen · 8 years ago
  34. 62b5f7d mm/core, x86/mm/pkeys: Add execute-only protection keys support by Dave Hansen · 8 years ago
  35. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 8 years ago
  36. 07f146f x86/mm/pkeys: Optimize fault handling in access_error() by Dave Hansen · 8 years ago
  37. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 8 years ago
  38. 019132f x86/mm/pkeys: Fill in pkey field in siginfo by Dave Hansen · 8 years ago
  39. 7b2d0db x86/mm/pkeys: Pass VMA down in to fault signal generation code by Dave Hansen · 8 years ago
  40. b3ecd51 x86/mm/pkeys: Add new 'PF_PK' page fault error code bit by Dave Hansen · 8 years ago
  41. 548acf1 x86/mm: Expand the exception table logic to allow new handling options by Tony Luck · 8 years ago
  42. f4eafd8 x86/mm: Fix vmalloc_fault() to handle large pages properly by Toshi Kani · 8 years ago
  43. ba3e127 x86/vm86: Clean up vm86.h includes by Brian Gerst · 9 years ago
  44. 9fda6a0 x86/vm86: Move vm86 fields out of 'thread_struct' by Brian Gerst · 9 years ago
  45. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  46. f39b6f0 x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' by Andy Lutomirski · 9 years ago
  47. d31bf07 x86/mm/fault: Use TASK_SIZE_MAX in is_prefetch() by Andy Lutomirski · 9 years ago
  48. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  49. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  50. cf3c0a1 x86: mm: fix VM_FAULT_RETRY handling by Linus Torvalds · 9 years ago
  51. 26178ec x86: mm: consolidate VM_FAULT_RETRY handling by Linus Torvalds · 9 years ago
  52. 7fb08ec x86: mm: move mmap_sem unlock from mm_fault_error() to caller by Linus Torvalds · 9 years ago
  53. df133e8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  54. faafcba Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  55. 3166851 x86: skip check for spurious faults for non-present faults by David Vrabel · 10 years ago
  56. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago
  57. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  58. 9661d5b x86/mm/hotplug: Modify PGD entry when removing memory by Yasuaki Ishimatsu · 10 years ago
  59. 9a95f3c mm: describe mmap_sem rules for __lock_page_or_retry() and callers by Paul Cassella · 10 years ago
  60. ce47479 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  61. 3737a12 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  62. eff50c3 x86/smep: Be more informative when signalling an SMEP fault by Jiri Kosina · 10 years ago
  63. f40c330 x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO by Andy Lutomirski · 10 years ago
  64. 9326638 kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation by Masami Hiramatsu · 10 years ago
  65. 7cc3afd Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  66. d4078e2 x86, trace: Further robustify CR2 handling vs tracing by Peter Zijlstra · 10 years ago
  67. 994448f Merge remote-tracking branch 'tip/x86/efi-mixed' into efi-for-mingo by Matt Fleming · 10 years ago
  68. 0ac09f9 x86, trace: Fix CR2 corruption when tracing page faults by Jiri Olsa · 10 years ago
  69. 426e34c x86/mm/pageattr: Always dump the right page table in an oops by Matt Fleming · 10 years ago
  70. 4640c7e x86, smap: smap_violation() is bogus if CONFIG_X86_SMAP is off by H. Peter Anvin · 10 years ago
  71. c026b35 x86, mm, perf: Allow recursive faults from interrupts by Peter Zijlstra · 10 years ago
  72. d320e20 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  73. 7971e23 Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  74. 5f01c98 x86/dumpstack: Fix printk_address for direct addresses by Jiri Slaby · 11 years ago
  75. a4f61de x86, trace: Change user|kernel_page_fault to page_fault_user|kernel by H. Peter Anvin · 11 years ago
  76. d34603b x86, trace: Add page fault tracepoints by Seiji Aguchi · 11 years ago
  77. 25c74b1 x86, trace: Register exception handler to trace IDT by Seiji Aguchi · 11 years ago
  78. e00b12e perf/x86: Further optimize copy_from_user_nmi() by Peter Zijlstra · 11 years ago
  79. 3a13c4d x86: finish user fault error path with fatal signal by Johannes Weiner · 11 years ago
  80. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  81. df8edfa Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 16fa94b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 1160c27 x86, mm, paravirt: Fix vmalloc_fault oops during lazy MMU updates by Samu Kallio · 11 years ago
  84. e2604b4 x86, cpu: Convert F00F bug detection by Borislav Petkov · 11 years ago
  85. 6c1e025 context_tracking: Restore correct previous context state on exception exit by Frederic Weisbecker · 11 years ago
  86. 56dd947 context_tracking: Move exception handling to generic code by Frederic Weisbecker · 11 years ago
  87. 954f857 Revert "x86, mm: Make spurious_fault check explicitly check explicitly check the PRESENT bit" by Andrea Arcangeli · 11 years ago
  88. e575a86 x86: Do not leak kernel page mapping locations by Kees Cook · 11 years ago
  89. c2d23f9 mm, oom: remove statically defined arch functions of same name by David Rientjes · 11 years ago
  90. 91d1aa43 context_tracking: New context tracking susbsystem by Frederic Weisbecker · 12 years ago
  91. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  92. 15385df Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  93. 6ba3c97 x86: Exception hooks for userspace RCU extended QS by Frederic Weisbecker · 12 years ago
  94. 40d3cd6 x86, smap: A page fault due to SMAP is an oops by H. Peter Anvin · 12 years ago
  95. 078de5f userns: Store uid and gid values in struct cred with kuid_t and kgid_t types by Eric W. Biederman · 12 years ago
  96. 51e7dc7 x86: Rename trap_no to trap_nr in thread_struct by Srikar Dronamraju · 12 years ago
  97. b0f4c4b bugs, x86: Fix printk levels for panic, softlockups and stack dumps by Prarit Bhargava · 12 years ago
  98. 4fc3490 x86-64: Set siginfo and context on vsyscall emulation faults by Andy Lutomirski · 13 years ago
  99. ca836a2 Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  100. e05139f x86-64: Don't apply destructive erratum workaround on unaffected CPUs by Jan Beulich · 13 years ago