1. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
  2. 2820cfd hexagon: use generic strncpy/strnlen from_user by Arnd Bergmann · 5 years ago
  3. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
  4. e08157c mm/hexagon: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  5. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  6. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  7. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  8. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  9. fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 7 months ago
  10. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
  11. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
  12. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
  13. 9425172 hexagon: remove __iounmap by Christoph Hellwig · 5 years ago
  14. ac32292 hexagon: clean up ioremap by Christoph Hellwig · 5 years ago
  15. c7cc8d7 hexagon: drop empty and unused free_initrd_mem by Mike Rapoport · 5 years ago
  16. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  17. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  18. 08dbd0f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 267 by Thomas Gleixner · 6 years ago
  19. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  20. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  21. 522c991 hexagon: switch over to generic free_initmem() by Mike Rapoport · 6 years ago
  22. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  23. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  24. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  25. 426dcd4 hexagon: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  26. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  27. 608dbdf hexagon: drop the unused variable zero_page_mask by Anshuman Khandual · 7 years ago
  28. 1a4bd97 signal/hexagon: Use force_sig_fault as appropriate by Eric W. Biederman · 7 years ago
  29. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  30. 00f3ca2 mm: memcontrol: per-lruvec stats infrastructure by Johannes Weiner · 7 years ago
  31. 4d801cc hexagon: Use raw_copy_to_user by Guenter Roeck · 8 years ago
  32. ac4691f hexagon: switch to RAW_COPY_USER by Al Viro · 8 years ago
  33. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  34. 1e8fb9c hexagon: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  35. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  36. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  37. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  38. cb84c2b hexagon: Fix build failures in linux-next by Guenter Roeck · 10 years ago
  39. e356030 flush_icache_range: export symbol to fix build errors by Pranith Kumar · 10 years ago
  40. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  41. 5dc355c mm/hexagon: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  42. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  43. 610208bc Hexagon: fix signal number for user mem faults by Richard Kuo · 12 years ago
  44. 7c6a5df Hexagon: update copyright dates by Richard Kuo · 12 years ago
  45. 8f5a0b9d Hexagon: add support for ARCH_PFN_OFFSET by Richard Kuo · 12 years ago
  46. e1858b2 Hexagon: Copyright marking changes by Richard Kuo · 12 years ago
  47. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  48. 393a86a hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault by Kautuk Consul · 13 years ago
  49. e95bf45 Hexagon: Add configuration and makefiles for the Hexagon architecture. by Richard Kuo · 13 years ago
  50. 499236d Hexagon: Add page-fault support. by Richard Kuo · 13 years ago
  51. a7e7984 Hexagon: Add page table header files & etc. by Richard Kuo · 13 years ago
  52. b7f3785 Hexagon: Add ioremap support by Richard Kuo · 13 years ago
  53. 5df87c1 Hexagon: Implement basic TLB management routines for Hexagon. by Richard Kuo · 13 years ago
  54. 2d3cbc7 Hexagon: Implement basic cache-flush support by Richard Kuo · 13 years ago
  55. 7567746 Hexagon: Add user access functions by Richard Kuo · 13 years ago