1. 0a980d2 powerpc/mm: Make NULL pointer deferences explicit on bad page faults. by Christophe Leroy · 5 years ago
  2. a61cd7e powerpc: Avoid taking a data miss on every userspace instruction miss by Anton Blanchard · 7 years ago
  3. 03465f8 powerpc: Use kprobe blacklist for exception handlers by Nicholas Piggin · 8 years ago
  4. 8a39b05 powerpc: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  5. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  6. eab861a powerpc: Add plain English description for alignment exception oopses by Anton Blanchard · 9 years ago
  7. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  8. 842915f ppc64: add paranoid warnings for unexpected DSISR_PROTFAULT by Mel Gorman · 9 years ago
  9. 8a0516e mm: convert p[te|md]_numa users to p[te|md]_protnone_numa by Mel Gorman · 9 years ago
  10. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  11. c51a6821 powerpc/8xx: Invalidate non present TLB as early as possible by LEROY Christophe · 10 years ago
  12. 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
  13. 9d57472 powerpc: Fill in si_addr_lsb siginfo field by Anton Blanchard · 10 years ago
  14. 3913fdd powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler by Anton Blanchard · 10 years ago
  15. 63af526 powerpc: Simplify do_sigbus by Anton Blanchard · 10 years ago
  16. a70857e sched: Add helper for task stack page overrun checking by Aaron Tomlin · 10 years ago
  17. d4311ff init/main.c: Give init_task a canary by Aaron Tomlin · 10 years ago
  18. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  19. 69e044d powerpc: Fix possible deadlock on page fault by Aneesh Kumar K.V · 11 years ago
  20. 7ffcf8e powerpc: Fix little endian lppaca, slb_shadow and dtl_entry by Anton Blanchard · 11 years ago
  21. ba12eed powerpc: Exception hooks for context tracking subsystem by Li Zhong · 11 years ago
  22. 9422de3 powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers by Michael Neuling · 11 years ago
  23. c2d23f9 mm, oom: remove statically defined arch functions of same name by David Rientjes · 11 years ago
  24. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  25. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  26. 9e184e0 userns: On ppc convert current_uid from a kuid before printing. by Eric W. Biederman · 12 years ago
  27. 41ab526 powerpc: Add trap_nr to thread_struct by Ananth N Mavinakayanahalli · 12 years ago
  28. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 12 years ago
  29. 9be7257 powerpc: Add support for page fault retry and fatal signals by Benjamin Herrenschmidt · 12 years ago
  30. a546498 powerpc: Call do_page_fault() with interrupts off by Benjamin Herrenschmidt · 12 years ago
  31. c3dcf53 powerpc/icswx: Simple ACOP fault handler by Jimi Xenidis · 13 years ago
  32. 4d4abdc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  33. a8b0ca1 perf: Remove the nmi parameter from the swevent and overflow interface by Peter Zijlstra · 13 years ago
  34. 7646223 arch/powerpc: use printk_ratelimited instead of printk_ratelimit by Christian Dietrich · 13 years ago
  35. 28b5499 powerpc: Check end of stack canary at oops time by Anton Blanchard · 14 years ago
  36. e460c2c powerpc: Invoke oom-killer from page fault by Benjamin Herrenschmidt · 14 years ago
  37. 9c7cc23 powerpc: Disable interrupts for data breakpoint exceptions by K.Prasad · 14 years ago
  38. 5efab4a powerpc/8xx: Invalidate non present TLBs by Joakim Tjernlund · 15 years ago
  39. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  40. d06063c Move FAULT_FLAG_xyz into handle_mm_fault() callers by Linus Torvalds · 15 years ago
  41. f4dbfa8 perf_counter: Standardize event names by Peter Zijlstra · 15 years ago
  42. 78f13e9 perf_counter: allow for data addresses to be recorded by Peter Zijlstra · 15 years ago
  43. ac17dc8 perf_counter: provide major/minor page fault software events by Peter Zijlstra · 15 years ago
  44. 7dd1fcc perf_counter: provide pagefault software events by Peter Zijlstra · 15 years ago
  45. 8d30c14 powerpc/mm: Rework I$/D$ coherency (v3) by Benjamin Herrenschmidt · 15 years ago
  46. 3c92ec8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 15 years ago
  47. f048aac powerpc/mm: Add SMP support to no-hash TLB handling by Benjamin Herrenschmidt · 15 years ago
  48. a6326e9 powerpc: Correct page-in counter for CMM with 64k pages by Robert Jennings · 16 years ago
  49. 1330deb CRED: Wrap task credential accesses in the PowerPC arch by David Howells · 16 years ago
  50. 4090019 powerpc: Update page-in counter for CMM by Brian King · 16 years ago
  51. d6a61bf powerpc: BookE hardware watchpoint support by Luis Machado · 16 years ago
  52. 1bc54c0 powerpc: rework 4xx PTE access and TLB miss by Benjamin Herrenschmidt · 16 years ago
  53. c3b75bd [POWERPC] Make setjmp/longjmp code usable outside of xmon by Michael Neuling · 16 years ago
  54. df3c901 [POWERPC] Add missing spaces in printk formats by joe@perches.com · 17 years ago
  55. e701d26 [POWERPC] 4xx: Fix 4xx flush_tlb_page() by Benjamin Herrenschmidt · 17 years ago
  56. b460cbc pid namespaces: define is_global_init() and is_container_init() by Serge E. Hallyn · 17 years ago
  57. 08ae6cc [POWERPC] Allow exec faults on readable areas on classic 32-bit PowerPC by Paul Mackerras · 17 years ago
  58. 83c5407 mm: fault feedback #2 by Nick Piggin · 17 years ago
  59. bf22f6f Merge branch 'for-2.6.23' into merge by Paul Mackerras · 17 years ago
  60. 9ba4ace [POWERPC] PowerPC: Prevent data exception in kernel space (32-bit) by Segher Boessenkool · 17 years ago
  61. effe24bd [POWERPC] During VM oom condition, kill all threads in process group by will schmidt · 17 years ago
  62. df6d391 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  63. 1eeb66a move die notifier handling to common code by Christoph Hellwig · 17 years ago
  64. 9f90b99 [POWERPC] Minor fault path optimization by Christoph Hellwig · 17 years ago
  65. a416dd8 [PATCH] Do a single one-line printk in bad_page_fault() by Michael Ellerman · 18 years ago
  66. f400e19 [PATCH] pidspace: is_init() by Sukadev Bhattiprolu · 18 years ago
  67. df67b3d [PATCH] make PROT_WRITE imply PROT_READ by Jason Baron · 18 years ago
  68. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  69. 4f9e87c [PATCH] Notify page fault call chain for powerpc by Anil S Keshavamurthy · 18 years ago
  70. fc5266e [PATCH] powerpc: trivial spelling fixes in fault.c by Anton Blanchard · 18 years ago
  71. bab70a4 [PATCH] lock PTE before updating it in 440/BookE page fault handler by Eugene Surovegin · 18 years ago
  72. 2ef9481 [PATCH] powerpc: trivial: modify comments to refer to new location of files by Jon Mason · 18 years ago
  73. bce6c5f [PATCH] powerpc: DABR exceptions should report the address not the PC by Anton Blanchard · 18 years ago
  74. 723925b [PATCH] powerpc: Nicer printing of address at oops by Olof Johansson · 19 years ago
  75. cffb09c [PATCH] powerpc: Fix warning related to do_dabr by Kumar Gala · 19 years ago
  76. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago