1. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  2. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
  3. 20dda87b parisc: Enhance page fault termination message by John David Anglin · 3 years ago
  4. 9d90a90 parisc: Don't call faulthandler_disabled() in do_page_fault() by John David Anglin · 3 years ago
  5. 4b9d2a7 parisc: Switch user access functions to signal errors in r29 instead of r8 by Helge Deller · 3 years, 1 month ago
  6. 6e866a4 parisc: Fix set_fixmap() on PA1.x CPUs by Helge Deller · 3 years, 3 months ago
  7. 1ae8e91 parisc: Use swap() to swap values in setup_bootmem() by Yihao Han · 3 years, 3 months ago
  8. 1030d68 parisc: fix warning in flush_tlb_all by Sven Schnelle · 3 years, 3 months ago
  9. a348eab parisc: make parisc_acctyp() available outside of faults.c by Helge Deller · 3 years, 9 months ago
  10. 7bf82eb parisc: Rename PMD_ORDER to PMD_TABLE_ORDER by Matthew Wilcox (Oracle) · 3 years, 6 months ago
  11. aec44e0 hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() by Peter Xu · 3 years, 9 months ago
  12. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 9 months ago
  13. b779507 parisc: Optimize per-pagetable spinlocks by Helge Deller · 4 years ago
  14. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  15. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  16. af8a792 mm/parisc: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  17. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  18. c89ab04 mm/sparse: cleanup the code surrounding memory_present() by Mike Rapoport · 4 years, 5 months ago
  19. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  20. 208151b parisc: Convert to BIT_MASK() and BIT_WORD() by Helge Deller · 4 years, 7 months ago
  21. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  22. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  23. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
  24. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  25. 625bf73 parisc: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 8 months ago
  26. bf71bc1 parisc: Fix kernel panic in mem_init() by Helge Deller · 4 years, 8 months ago
  27. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 10 months ago
  28. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 10 months ago
  29. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 10 months ago
  30. 8121fbc parisc: map_pages(): cleanup page table initialization by Mike Rapoport · 5 years ago
  31. 8b7f938 parisc: fix map_pages() to actually populate upper directory by Mike Rapoport · 5 years ago
  32. 2fa245c parisc/hugetlb: use pgtable-nopXd instead of 4level-fixup by Helge Deller · 5 years ago
  33. d96885e parisc: use pgtable-nopXd instead of 4level-fixup by Mike Rapoport · 5 years ago
  34. a1fd79a parisc: remove __ioremap by Christoph Hellwig · 5 years ago
  35. 513f7f7 parisc: Fix vmap memory leak in ioremap()/iounmap() by Helge Deller · 5 years ago
  36. 12d1402 parisc: Mark expected switch fall-throughs in fault.c by Helge Deller · 5 years ago
  37. 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
  38. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  39. 6ca6366 parisc: add dynamic ftrace by Sven Schnelle · 6 years ago
  40. e4eab1c parisc: add WARN_ON() to clear_fixmap by Sven Schnelle · 6 years ago
  41. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  42. f8eac90 signal: Remove task parameter from force_sig_mceerr by Eric W. Biederman · 6 years ago
  43. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  44. 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
  45. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  46. 4e617c8 parisc: Use __ro_after_init in init.c by Helge Deller · 6 years ago
  47. 8d0e051 parisc: Enable the ro_after_init feature by Helge Deller · 6 years ago
  48. 11c03dc parisc: Update huge TLB page support to use per-pagetable spinlock by John David Anglin · 6 years ago
  49. d19a129 parisc: Allow live-patching of __meminit functions by Helge Deller · 6 years ago
  50. dbdf076 parisc: Switch from DISCONTIGMEM to SPARSEMEM by Helge Deller · 6 years ago
  51. ccfbc68 parisc: add set_fixmap()/clear_fixmap() by Sven Schnelle · 6 years ago
  52. 6a52800 parisc: use memblock_alloc() instead of custom get_memblock() by Mike Rapoport · 6 years ago
  53. dfbaecb parisc: Remap hugepage-aligned pages in set_kernel_text_rw() by Helge Deller · 6 years ago
  54. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  55. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  56. c9fa406 parisc: Fix A500 boot crash by John David Anglin · 6 years ago
  57. 3847dab parisc: Add alternative coding infrastructure by Helge Deller · 6 years ago
  58. 3c229b3 parisc: Fix map_pages() to not overwrite existing pte entries by Helge Deller · 6 years ago
  59. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  60. a34a9b9 parisc: merge pcx_dma_ops and pcxl_dma_ops by Christoph Hellwig · 7 years ago
  61. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  62. 8d73b18 parisc: Fix section mismatches by Helge Deller · 7 years ago
  63. ccf7529 signal/parisc: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  64. c2b0e0d signal/parisc: Use force_sig_mceerr where appropriate by Eric W. Biederman · 7 years ago
  65. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  66. fd8d0ca parisc: Hide virtual kernel memory layout by Helge Deller · 7 years ago
  67. 63b2c37 parisc: Show initial kernel memory layout unhashed by Helge Deller · 7 years ago
  68. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  69. 606f95e parisc: Add HWPOISON page fault handler code by Helge Deller · 7 years ago
  70. 7868a20 mm/hugetlb: add size parameter to huge_pte_offset() by Punit Agrawal · 8 years ago
  71. 2474623 parisc: Report SIGSEGV instead of SIGBUS when running out of stack by Helge Deller · 8 years ago
  72. b752c7b parisc: Avoid zeroing gr[0] in fixup_exception() by Helge Deller · 8 years ago
  73. c9c2877 parisc: Add Page Deallocation Table (PDT) support by Helge Deller · 8 years ago
  74. c3e5523 parisc: Drop per_cpu uaccess related exception_data struct by Helge Deller · 8 years ago
  75. d19f5e4 parisc: Clean up fixup routines for get_user()/put_user() by Helge Deller · 8 years ago
  76. 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
  77. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  78. 0104260 sched/headers: Prepare for new header dependencies before moving more code to <linux/sched/mm.h> by Ingo Molnar · 8 years ago
  79. 8351bad parisc: fix a printk by Dan Carpenter · 8 years ago
  80. 6d23f8a arch, mm: remove arch specific show_mem by Michal Hocko · 8 years ago
  81. 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
  82. 0f5bf6d arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX by Laura Abbott · 8 years ago
  83. b4a9eb4 parisc: Add line-break when printing segfault info by Helge Deller · 8 years ago
  84. 0a86248 parisc: Show trap name in kernel crash by Helge Deller · 8 years ago
  85. e3b6a02 parisc: Zero-initialize newly alloced memblock by Helge Deller · 8 years ago
  86. a38671d parisc: Migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  87. 4fe9e1d parisc: Drop bootmem and switch to memblock by Helge Deller · 8 years ago
  88. b391667 parisc: Report trap type as human readable string by Helge Deller · 8 years ago
  89. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  90. 2ef4dfd parisc: Unbreak handling exceptions from kernel modules by Helge Deller · 9 years ago
  91. ea1754a mm, fs: remove remaining PAGE_CACHE_* and page_cache_{get,release} usage by Kirill A. Shutemov · 9 years ago
  92. 0de7985 parisc: Use generic extable search and sort routines by Helge Deller · 9 years ago
  93. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  94. 35d98e9 arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM by Toshi Kani · 9 years ago
  95. b0e5513 parisc: Protect huge page pte changes with spinlocks by Helge Deller · 9 years ago
  96. 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
  97. 41b85a1 parisc: Map kernel text and data on huge pages by Helge Deller · 9 years ago
  98. 736d216 parisc: Add Huge Page and HUGETLBFS support by Helge Deller · 9 years ago
  99. d0cf62f parisc: Fixes and cleanups in kernel uapi header files by Helge Deller · 9 years ago
  100. 699817c parisc: Additionally check for in_atomic() in page fault handler by Helge Deller · 9 years ago