1. cfc0eb40 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  2. 09fddba tile: use simpler API for random address requests by Jason Cooper · 8 years ago
  3. 11fb998 mm: move most file-based accounting to the node by Mel Gorman · 8 years ago
  4. 50658e2 mm: move page mapped accounting to the node by Mel Gorman · 8 years ago
  5. 599d0c9 mm, vmscan: move LRU lists to node by Mel Gorman · 8 years ago
  6. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  7. f45eebc tile: get rid of superfluous __GFP_REPEAT by Michal Hocko · 8 years ago
  8. b3d424f tile: mm: use hugetlb_bad_size() by Vaishali Thakkar · 8 years ago
  9. 0139aa7 mm: rename _count, field of the struct page, to _refcount by Joonsoo Kim · 8 years ago
  10. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 8 years ago
  11. 21c6478 tile: query dynamic DEBUG_PAGEALLOC setting by Joonsoo Kim · 8 years ago
  12. 1bb50ca arch/tile: move user_exit() to early kernel entry sequence by Chris Metcalf · 8 years ago
  13. 77c5b5d kmap_atomic_to_page() has no users, remove it by Nicolas Pitre · 9 years ago
  14. 033fbae mm: ZONE_DEVICE for "device memory" by Dan Williams · 9 years ago
  15. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  16. 05a8256 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  17. e81f2d2 mm/hugetlb: reduce arch dependent code about huge_pmd_unshare by Zhang Zhen · 9 years ago
  18. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  19. 5316a64 tile: avoid a "label not used" warning in do_page_fault() by Chris Metcalf · 9 years ago
  20. 70ffdb9 mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler by David Hildenbrand · 9 years ago
  21. 2cb7c9c sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_* by David Hildenbrand · 9 years ago
  22. a84f242 tile: map data region shadow of kernel as R/W by Chris Metcalf · 9 years ago
  23. 49e4e15 tile: support CONTEXT_TRACKING and thus NOHZ_FULL by Chris Metcalf · 9 years ago
  24. 5a3b4e8 tile/elf: reorganize notify_exec() by Davidlohr Bueso · 9 years ago
  25. 839b268 tile: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 9 years ago
  26. 61f77ed mm/hugetlb: reduce arch dependent code around follow_huge_* by Naoya Horiguchi · 9 years ago
  27. eb12f48 tile: drop pte_file()-related helpers by Kirill A. Shutemov · 9 years ago
  28. 33692f2 vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 9 years ago
  29. f474367 tile: Use the more common pr_warn instead of pr_warning by Joe Perches · 10 years ago
  30. 0429fbc Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 10 years ago
  31. 454ac3e tile: Remove tile-specific _sinitdata and _einitdata by Geert Uytterhoeven · 11 years ago
  32. b4f5019 tile: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  33. 7ec6131 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  34. b745bc8 mm: page_alloc: convert hot/cold parameter and immediate callers to bool by Mel Gorman · 10 years ago
  35. c177c81 hugetlb: restrict hugepage_migration_support() to x86_64 by Naoya Horiguchi · 10 years ago
  36. b2dfa04 replace strict_strto* call with kstrto* by Daniel Walter · 10 years ago
  37. e540e83 tile: cleanup the comment in init_pgprot by Wang Sheng-Hui · 10 years ago
  38. 76b3aec tile: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  39. 4b12909 tile: remove HUGE_VMAP dead code by Chris Metcalf · 11 years ago
  40. 8629470 tile: use pmd_pfn() instead of casting via pte_t by Chris Metcalf · 11 years ago
  41. 759496b arch: mm: pass userspace fault flag to generic fault handler by Johannes Weiner · 11 years ago
  42. 94bce45 arch: mm: remove obsolete init OOM protection by Johannes Weiner · 11 years ago
  43. 83467ef mm: migrate: check movability of hugepage in unmap_and_move_huge_page() by Naoya Horiguchi · 11 years ago
  44. ce61cdc tile: make __write_once a synonym for __read_mostly by Chris Metcalf · 11 years ago
  45. d7c9661 tile: remove support for TILE64 by Chris Metcalf · 11 years ago
  46. 640710a tile: add virt_to_kpte() API and clean up and document behavior by Chris Metcalf · 11 years ago
  47. acbde1d tile: parameterize VA and PA space more cleanly by Chris Metcalf · 11 years ago
  48. 051168d tile: don't assume user privilege is zero by Chris Metcalf · 11 years ago
  49. a718e10 tile: handle super huge pages in virt_to_pte by Chris Metcalf · 11 years ago
  50. 084fe6a tile: remove set/clear_fixmap APIs by Chris Metcalf · 11 years ago
  51. b2eca42 tile: support ASLR fully by Tony Lu · 11 years ago
  52. 3fa17c3 tile: support kprobes on tilegx by Tony Lu · 11 years ago
  53. 9ae0983 tile: provide traceability for hypervisor calls by Chris Metcalf · 11 years ago
  54. fad052d tile: avoid struct vm_struct leak by Chris Metcalf · 11 years ago
  55. 4a556f4 tile: implement gettimeofday() via vDSO by Chris Metcalf · 11 years ago
  56. 0c1d191 tile: support simulator notification for ET_DYN objects by Chris Metcalf · 11 years ago
  57. bc1a298 tile: support CONFIG_PREEMPT by Chris Metcalf · 11 years ago
  58. 1182b69 tile: remove calls to arch_flush_lazy_mmu_mode() by Chris Metcalf · 11 years ago
  59. a0bd12d tile: fix some issues in hugepage support by Chris Metcalf · 11 years ago
  60. 2f9ac29 tile: fast-path unaligned memory access for tilegx by Chris Metcalf · 11 years ago
  61. e5f7bd4 tile: fix tilegx vmalloc_sync_all BUG_ON by Chris Metcalf · 11 years ago
  62. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  63. 609838c mm: invoke oom-killer from remaining unconverted page fault handlers by Johannes Weiner · 11 years ago
  64. 3f29c33 mm/tile: prepare for removing num_physpages and simplify mem_init() by Jiang Liu · 11 years ago
  65. 40a3b8d tile: normalize global variables exported by vmlinux.lds by Jiang Liu · 11 years ago
  66. 0c98853 mm: concentrate modification of totalram_pages into the mm core by Jiang Liu · 11 years ago
  67. abd1b6d mm/tile: use common help functions to free reserved pages by Jiang Liu · 11 years ago
  68. ef93247 mm, vmalloc: change iterating a vmlist to find_vm_area() by Joonsoo Kim · 11 years ago
  69. ec8acf2 swap: add per-partition lock for swapfile by Shaohua Li · 11 years ago
  70. 24d335c memory-hotplug: introduce new arch_remove_memory() for removing page table by Wen Congyang · 11 years ago
  71. c22c0d6 mm: remove flags argument to mmap_region by Michel Lespinasse · 11 years ago
  72. 7c63e1e tile: export a handful of symbols appropriately by Chris Metcalf · 11 years ago
  73. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  74. dd52959 mm: use vm_unmapped_area() in hugetlbfs on tile architecture by Michel Lespinasse · 11 years ago
  75. 6b14e41 arch/tile: eliminate pt_regs trampolines for syscalls by Chris Metcalf · 12 years ago
  76. 45cac65 readahead: fault retry breaks mmap file read random detection by Shaohua Li · 12 years ago
  77. 2dd8ad8 mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file by Konstantin Khlebnikov · 12 years ago
  78. 84eda28 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  79. 61d06c8 tile: remove usage of enum km_type by Cong Wang · 12 years ago
  80. eef015c arch/tile: enable ZONE_DMA for tilegx by Chris Metcalf · 12 years ago
  81. bbaa22c tilegx pci: support I/O to arbitrarily-cached pages by Chris Metcalf · 12 years ago
  82. 1296226 arch/tile: tilegx PCI root complex support by Chris Metcalf · 12 years ago
  83. 4ce6bea tile/mm/fault.c: Port OOM changes to handle_page_fault by Kautuk Consul · 12 years ago
  84. 621b195 arch/tile: support multiple huge page sizes dynamically by Chris Metcalf · 12 years ago
  85. d5d14ed arch/tile: Allow tilegx to build with either 16K or 64K page size by Chris Metcalf · 12 years ago
  86. 5100700 arch/tile: use interrupt critical sections less by Chris Metcalf · 12 years ago
  87. b1760c8 arch/tile: remove bogus performance optimization by Chris Metcalf · 12 years ago
  88. e81510e arch/tile: export the page_home() function. by Chris Metcalf · 12 years ago
  89. 719ea79 arch/tile: fix up locking in pgtable.c slightly by Chris Metcalf · 12 years ago
  90. 7a7039e arch/tile: fix bug in loading kernels larger than 16 MB by Chris Metcalf · 12 years ago
  91. b230ff2 arch/tile: don't enable irqs unconditionally in page fault handler by Chris Metcalf · 12 years ago
  92. 12400f1 arch/tile: don't set the homecache of a PTE unless appropriate by Chris Metcalf · 12 years ago
  93. 4829273 arch/tile: don't wait for migrating PTEs in an NMI handler by Chris Metcalf · 12 years ago
  94. 51bcdf8 arch/tile: fix a couple of comments that needed updating by Chris Metcalf · 12 years ago
  95. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  96. bd119c6 Disintegrate asm/system.h for Tile by David Howells · 12 years ago
  97. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 12 years ago
  98. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 12 years ago
  99. a95f881 tile: Make tile use the new is_idle_task() API by Paul E. McKenney · 13 years ago
  100. c2851a9 arch/tile: fix double-free bug in homecache_free_pages() by Chris Metcalf · 12 years ago