1. 06e727d Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tip by Linus Torvalds · 13 years ago
  2. 3ae3665 x86-64: Rework vsyscall emulation and add vsyscall= parameter by Andy Lutomirski · 13 years ago
  3. 318f5a2 x86-64: Add user_64bit_mode paravirt op by Andy Lutomirski · 13 years ago
  4. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  5. b80ef10 x86: Move do_page_fault()'s error path under unlikely() by KOSAKI Motohiro · 13 years ago
  6. 37b23e0 x86,mm: make pagefault killable by KOSAKI Motohiro · 13 years ago
  7. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
  8. a79e53d x86/mm: Fix pgd_lock deadlock by Andrea Arcangeli · 14 years ago
  9. f862685 x86/mm: Handle mm_fault_error() in kernel space by Andrey Vagin · 14 years ago
  10. 68da336 x86: access_error API cleanup by Michel Lespinasse · 14 years ago
  11. d065bd8 mm: retry page fault when blocking on disk transfer by Michel Lespinasse · 14 years ago
  12. 46e387b Merge branch 'hwpoison-hugepages' into hwpoison by Andi Kleen · 14 years ago
  13. c3b86a2 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  14. f01f7c5 x86, mm: Fix incorrect data type in vmalloc_sync_all() by Borislav Petkov · 14 years ago
  15. 617d34d x86, mm: Hold mm->page_table_lock while doing vmalloc_sync by Jeremy Fitzhardinge · 14 years ago
  16. ebc8827 x86: Barf when vmalloc and kmemcheck faults happen in NMI by Frederic Weisbecker · 14 years ago
  17. f672b49 x86: HWPOISON: Report correct address granuality for huge hwpoison faults by Andi Kleen · 14 years ago
  18. 660a293 x86, mm: Make spurious_fault check explicitly check the PRESENT bit by Shaohua Li · 14 years ago
  19. 6afb515 x86, mm: Separate x86_64 vmalloc_sync_all() into separate functions by Haicheng Li · 15 years ago
  20. 9605456 x86: don't send SIGBUS for kernel page faults by Linus Torvalds · 14 years ago
  21. 6ec22f9 Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  22. 0e7810b x86: Suppress stack overrun message for init_task by Jan Beulich · 15 years ago
  23. bb3c3e8 Merge commit 'v2.6.32-rc5' into perf/probes by Ingo Molnar · 15 years ago
  24. db16826 Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  25. d7a4b41 Merge commit 'linus/master' into tracing/kprobes by Frederic Weisbecker · 15 years ago
  26. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  27. a6e04aa HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2 by Andi Kleen · 15 years ago
  28. 7dfd54a Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  29. 62c9295 kprobes/x86: Fix to add __kprobes to in-kernel fault handing functions by Masami Hiramatsu · 15 years ago
  30. a1a08d1 x86: Remove spurious printk level from segfault message by Roland Dreier · 15 years ago
  31. ad361c9 Remove multiple KERN_ prefixes from printk formats by Joe Perches · 15 years ago
  32. 087975b x86: Clean up dump_pagetable() by Akinobu Mita · 15 years ago
  33. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 16 years ago
  34. c4c5ab3 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  35. 5dfaf90 x86: mm: Read cr2 before prefetching the mmap_lock by Ingo Molnar · 15 years ago
  36. f856129 x86: add hooks for kmemcheck by Vegard Nossum · 17 years ago
  37. 940010c Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  38. f4dbfa8 perf_counter: Standardize event names by Peter Zijlstra · 15 years ago
  39. be15f9d Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  40. a454ab3 x86, mm: fault.c, use printk_once() in is_errata93() by Ingo Molnar · 16 years ago
  41. 78f13e9 perf_counter: allow for data addresses to be recorded by Peter Zijlstra · 16 years ago
  42. ac17dc8 perf_counter: provide major/minor page fault software events by Peter Zijlstra · 16 years ago
  43. 7dd1fcc perf_counter: provide pagefault software events by Peter Zijlstra · 16 years ago
  44. a2bcd47 x86/mm: further cleanups of fault.c's include file section by Ingo Molnar · 16 years ago
  45. b8bcfe9 x86/paravirt: remove lazy mode in interrupts by Jeremy Fitzhardinge · 16 years ago
  46. b319eed x86, mm: fault.c, simplify kmmio_fault(), cleanup by Ingo Molnar · 16 years ago
  47. f8eeb2e x86, mm: fault.c, update copyrights by Ingo Molnar · 16 years ago
  48. cd1b68f x86, mm: fault.c, give another attempt at prefetch handing before SIGBUS by Ingo Molnar · 16 years ago
  49. 7c178a2 x86, mm: fault.c, remove #ifdef from fault_in_kernel_space() by Ingo Molnar · 16 years ago
  50. d951734 x86, mm: rename TASK_SIZE64 => TASK_SIZE_MAX by Ingo Molnar · 16 years ago
  51. c3731c6 x86, mm: fault.c, remove #ifdef from do_page_fault() by Ingo Molnar · 16 years ago
  52. 1cc9954 x86, mm: fault.c, unify oops handling by Ingo Molnar · 16 years ago
  53. 8f76614 x86, mm: fault.c, unify oops printing by Ingo Molnar · 16 years ago
  54. f2f13a8 x86, mm: fault.c, reorder functions by Ingo Molnar · 16 years ago
  55. b180181 x86, mm, kprobes: fault.c, simplify notify_page_fault() by Ingo Molnar · 16 years ago
  56. b814d41 x86, mm: fault.c, simplify kmmio_fault() by Ingo Molnar · 16 years ago
  57. 121d5d0 x86, mm: fault.c, enable PF_RSVD checks on 32-bit too by Ingo Molnar · 16 years ago
  58. 8c938f9 x86, mm: fault.c, factor out the vm86 fault check by Ingo Molnar · 16 years ago
  59. 107a036 x86, mm: fault.c, refactor/simplify the is_prefetch() code by Ingo Molnar · 16 years ago
  60. 2d4a716 x86, mm: fault.c cleanup by Ingo Molnar · 16 years ago
  61. c9e1585 Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into x86/mm by Ingo Molnar · 16 years ago
  62. 3c3e569 x86: check PMD in spurious_fault handler by Steven Rostedt · 16 years ago
  63. b233969 Merge branch 'x86/untangle2' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen into x86/headers by Ingo Molnar · 16 years ago
  64. f268fe7 Merge branch 'x86/mm' into x86/core by Ingo Molnar · 16 years ago
  65. f8a6b2b Merge branch 'linus' into x86/apic by Ingo Molnar · 16 years ago
  66. 9049a11 Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2 by Jeremy Fitzhardinge · 16 years ago
  67. 0464ac9 Merge branch 'linus' into x86/mm by Ingo Molnar · 16 years ago
  68. 9be260a prevent kprobes from catching spurious page faults by Masami Hiramatsu · 16 years ago
  69. 0973a06 x86: mm: introduce helper function in fault.c by Hiroshi Shimamoto · 16 years ago
  70. 0100607 x86: add might_sleep() to do_page_fault() by Peter Zijlstra · 16 years ago
  71. 74b6eb6b Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
  72. fb746d0 x86: optimise page fault entry, cleanup by Johannes Weiner · 16 years ago
  73. 1980307 Merge branch 'x86/mm' into core/percpu by Ingo Molnar · 16 years ago
  74. 92181f1 x86: optimise x86's do_page_fault (C entry point for the page fault path) by Nick Piggin · 16 years ago
  75. b2b062b Merge branch 'core/percpu' into stackprotector by Ingo Molnar · 16 years ago
  76. f313e12 x86: avoid theoretical vmalloc fault loop by Andi Kleen · 16 years ago
  77. 1c0fe6e mm: invoke oom-killer from page fault by Nick Piggin · 16 years ago
  78. a9de18e Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  79. b0f4b28 Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. be9c5ae Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  81. dfdc543 Merge commit 'v2.6.28-rc7'; branch 'x86/dumpstack' into tracing/ftrace by Ingo Molnar · 16 years ago
  82. 350b4da CRED: Wrap task credential accesses in the x86 arch by David Howells · 16 years ago
  83. fd3fdf1 trace: add the MMIO-tracer to the tracer menu, cleanup by Pekka Paalanen · 16 years ago
  84. 874d93d x86, dumpstack: let signr=0 signal no do_exit by Alexander van Heukelum · 16 years ago
  85. 0999d97 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  86. b2aaf8f Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  87. 3a1dfe6 x86/mm: unify init task OOM handling by Ingo Molnar · 16 years ago
  88. 891cffb x86/mm: do not trigger a kernel warning if user-space disables interrupts and generates a page fault by Linus Torvalds · 16 years ago
  89. 69c89b5 traps: x86: remove trace_hardirqs_fixup from pagefault handler by Alexander van Heukelum · 16 years ago
  90. 365d46d Merge branch 'linus' into x86/xen by Ingo Molnar · 16 years ago
  91. cc643d4 x86: adjust vmalloc_sync_all() for Xen (2nd try) by Jan Beulich · 16 years ago
  92. 70ef564 x86: mm/fault.c declare do_page_fault before they get used by Jaswinder Singh · 16 years ago
  93. 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
  94. 67350a5 x86: simplify vmalloc_sync_all by Jeremy Fitzhardinge · 16 years ago
  95. 58cf352 Merge branches 'x86/mmio', 'x86/delay', 'x86/idle', 'x86/oprofile', 'x86/debug', 'x86/ptrace' and 'x86/amd-iommu' into x86/devel by Ingo Molnar · 16 years ago
  96. d763d5e Merge branch 'linus' into tracing/mmiotrace by Ingo Molnar · 16 years ago
  97. 95c60b0 x86: remove unnecessary #ifdef CONFIG_X86_32...#else by Gustavo Fernando Padovan · 16 years ago
  98. f294a8c x86: small unifications of address printing by Vegard Nossum · 16 years ago
  99. 5ce001b0 Merge branch 'linus' into stackprotector by Ingo Molnar · 16 years ago
  100. b29c701 x86: fix endless page faults in mount_block_root for Linux 2.6 by Henry Nestler · 17 years ago