1. af8a792 mm/parisc: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  2. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  3. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 6 months ago
  4. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 6 months ago
  5. 208151b parisc: Convert to BIT_MASK() and BIT_WORD() by Helge Deller · 4 years, 7 months ago
  6. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  7. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  8. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
  9. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  10. 625bf73 parisc: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 8 months ago
  11. bf71bc1 parisc: Fix kernel panic in mem_init() by Helge Deller · 4 years, 8 months ago
  12. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
  13. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
  14. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 10 months ago
  15. 8121fbc parisc: map_pages(): cleanup page table initialization by Mike Rapoport · 5 years ago
  16. 8b7f938 parisc: fix map_pages() to actually populate upper directory by Mike Rapoport · 5 years ago
  17. 2fa245c parisc/hugetlb: use pgtable-nopXd instead of 4level-fixup by Helge Deller · 5 years ago
  18. d96885e parisc: use pgtable-nopXd instead of 4level-fixup by Mike Rapoport · 5 years ago
  19. a1fd79a parisc: remove __ioremap by Christoph Hellwig · 5 years ago
  20. 513f7f7 parisc: Fix vmap memory leak in ioremap()/iounmap() by Helge Deller · 5 years ago
  21. 12d1402 parisc: Mark expected switch fall-throughs in fault.c by Helge Deller · 5 years ago
  22. 593c754 Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  23. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  24. 6ca6366 parisc: add dynamic ftrace by Sven Schnelle · 6 years ago
  25. e4eab1c parisc: add WARN_ON() to clear_fixmap by Sven Schnelle · 6 years ago
  26. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  27. f8eac90 signal: Remove task parameter from force_sig_mceerr by Eric W. Biederman · 6 years ago
  28. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  29. b2c9112 Merge branch 'parisc-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 6 years ago
  30. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  31. 4e617c8 parisc: Use __ro_after_init in init.c by Helge Deller · 6 years ago
  32. 8d0e051 parisc: Enable the ro_after_init feature by Helge Deller · 6 years ago
  33. 11c03dc parisc: Update huge TLB page support to use per-pagetable spinlock by John David Anglin · 6 years ago
  34. d19a129 parisc: Allow live-patching of __meminit functions by Helge Deller · 6 years ago
  35. dbdf076 parisc: Switch from DISCONTIGMEM to SPARSEMEM by Helge Deller · 6 years ago
  36. ccfbc68 parisc: add set_fixmap()/clear_fixmap() by Sven Schnelle · 6 years ago
  37. 6a52800 parisc: use memblock_alloc() instead of custom get_memblock() by Mike Rapoport · 6 years ago
  38. dfbaecb parisc: Remap hugepage-aligned pages in set_kernel_text_rw() by Helge Deller · 6 years ago
  39. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  40. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  41. c9fa406 parisc: Fix A500 boot crash by John David Anglin · 6 years ago
  42. 3847dab parisc: Add alternative coding infrastructure by Helge Deller · 6 years ago
  43. 3c229b3 parisc: Fix map_pages() to not overwrite existing pte entries by Helge Deller · 6 years ago
  44. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  45. a34a9b9 parisc: merge pcx_dma_ops and pcxl_dma_ops by Christoph Hellwig · 7 years ago
  46. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  47. 8d73b18 parisc: Fix section mismatches by Helge Deller · 7 years ago
  48. ccf7529 signal/parisc: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  49. c2b0e0d signal/parisc: Use force_sig_mceerr where appropriate by Eric W. Biederman · 7 years ago
  50. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  51. fd8d0ca parisc: Hide virtual kernel memory layout by Helge Deller · 7 years ago
  52. 63b2c37 parisc: Show initial kernel memory layout unhashed by Helge Deller · 7 years ago
  53. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  54. 606f95e parisc: Add HWPOISON page fault handler code by Helge Deller · 7 years ago
  55. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 8 years ago
  56. 2474623 parisc: Report SIGSEGV instead of SIGBUS when running out of stack by Helge Deller · 8 years ago
  57. b752c7b parisc: Avoid zeroing gr[0] in fixup_exception() by Helge Deller · 8 years ago
  58. c9c2877 parisc: Add Page Deallocation Table (PDT) support by Helge Deller · 8 years ago
  59. c3e5523 parisc: Drop per_cpu uaccess related exception_data struct by Helge Deller · 8 years ago
  60. d19f5e4 parisc: Clean up fixup routines for get_user()/put_user() by Helge Deller · 8 years ago
  61. f47e2db Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 8 years ago
  62. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  63. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  64. 8351bad parisc: fix a printk by Dan Carpenter · 8 years ago
  65. 6d23f8a arch, mm: remove arch specific show_mem by Michal Hocko · 8 years ago
  66. 7bb0338 Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
  67. 0f5bf6d arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX by Laura Abbott · 8 years ago
  68. b4a9eb4 parisc: Add line-break when printing segfault info by Helge Deller · 8 years ago
  69. 0a86248 parisc: Show trap name in kernel crash by Helge Deller · 8 years ago
  70. e3b6a02 parisc: Zero-initialize newly alloced memblock by Helge Deller · 8 years ago
  71. a38671d parisc: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  72. 4fe9e1d parisc: Drop bootmem and switch to memblock by Helge Deller · 8 years ago
  73. b391667 parisc: Report trap type as human readable string by Helge Deller · 8 years ago
  74. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  75. 2ef4dfd parisc: Unbreak handling exceptions from kernel modules by Helge Deller · 9 years ago
  76. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  77. 0de7985 parisc: Use generic extable search and sort routines by Helge Deller · 9 years ago
  78. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  79. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 9 years ago
  80. b0e5513 parisc: Protect huge page pte changes with spinlocks by Helge Deller · 9 years ago
  81. 94521b2 Merge branch 'parisc-4.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 9 years ago
  82. 41b85a1 parisc: Map kernel text and data on huge pages by Helge Deller · 9 years ago
  83. 736d216 parisc: Add Huge Page and HUGETLBFS support by Helge Deller · 9 years ago
  84. d0cf62f parisc: Fixes and cleanups in kernel uapi header files by Helge Deller · 9 years ago
  85. 699817c parisc: Additionally check for in_atomic() in page fault handler by Helge Deller · 9 years ago
  86. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 10 years ago
  87. f24ffde parisc: expose number of page table levels on Kconfig level by Kirill A. Shutemov · 10 years ago
  88. c78c2b7 parisc: hpux - Remove hpux gateway page by Helge Deller · 10 years ago
  89. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  90. 9794144 parisc: Eliminate memset after alloc_bootmem_pages by HIMANGI SARAOGI · 11 years ago
  91. 6ed8bf8 Merge branch 'parisc-3.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 11 years ago
  92. fef47e2 parisc: ratelimit userspace segfault printing by Helge Deller · 11 years ago
  93. 496252f parisc: Replace __get_cpu_var uses for address calculation by Christoph Lameter · 11 years ago
  94. aec6a88 mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT by Mel Gorman · 11 years ago
  95. 161bd3b parisc: fix kernel memory layout in vmlinux.ld.S by Helge Deller · 11 years ago
  96. 49d1cb2 parisc: improve SIGBUS/SIGSEGV error reporting by Helge Deller · 11 years ago
  97. 1f2048f parisc: signal fixup - SIGBUS vs. SIGSEGV by Helge Deller · 11 years ago
  98. 61dbbae parisc: provide macro to create exception table entries by Helge Deller · 11 years ago
  99. 2d8b22d parisc: optimize variable initialization in do_page_fault by John David Anglin · 11 years ago
  100. 0772dac arch/parisc/mm/fault.c: fix uninitialized variable usage by Felipe Pena · 11 years ago