1. 88a9ab6 mm,numa: reorganize change_pmd_range() by Rik van Riel · 10 years ago
  2. 56eecdb mm: Use ptep/pmdp_set_numa() for updating _PAGE_NUMA bit by Aneesh Kumar K.V · 10 years ago
  3. 9d85d58 mm: Dirty accountable change only apply to non prot numa case by Aneesh Kumar K.V · 10 years ago
  4. 64a9a34 mm: numa: do not automatically migrate KSM pages by Mel Gorman · 10 years ago
  5. 2084140 mm: fix TLB flush race between migration, and change_protection_range by Rik van Riel · 10 years ago
  6. 1667918 mm: numa: clear numa hinting information on mprotect by Mel Gorman · 10 years ago
  7. 0c5f83c mm: numa: do not clear PTE for pte_numa update by Mel Gorman · 10 years ago
  8. 72403b4 mm: numa: return the number of base pages altered by protection changes by Mel Gorman · 11 years ago
  9. fb10d5b Merge branch 'linus' into sched/core by Ingo Molnar · 11 years ago
  10. 0255d49 mm: Account for a THP NUMA hinting update as one PTE update by Mel Gorman · 11 years ago
  11. c3d16e1 mm: migration: do not lose soft dirty bit if page is in migration state by Cyrill Gorcunov · 11 years ago
  12. 0f19c17 mm: numa: Do not batch handle PMD pages by Mel Gorman · 11 years ago
  13. 9057289 mm: numa: Change page last {nid,pid} into {cpu,pid} by Peter Zijlstra · 11 years ago
  14. 25cbbef mm: numa: Trap pmd hinting faults only if we would otherwise trap PTE faults by Mel Gorman · 11 years ago
  15. b795854 sched/numa: Set preferred NUMA node based on number of private faults by Mel Gorman · 11 years ago
  16. 1bc115d mm: numa: Scan pages with elevated page_mapcount by Mel Gorman · 11 years ago
  17. f123d74 mm: Only flush TLBs if a transhuge PMD is modified for NUMA pte scanning by Mel Gorman · 11 years ago
  18. e920e14 mm: Do not flush TLB during protection change if !pte_present && !migration_entry by Mel Gorman · 11 years ago
  19. afcae26 mm: Account for a THP NUMA hinting update as one PTE update by Mel Gorman · 11 years ago
  20. 7d12efa mm/mprotect.c: coding-style cleanups by Andrew Morton · 11 years ago
  21. 3d59eeb Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenuma by Linus Torvalds · 11 years ago
  22. e180377 thp: change split_huge_page_pmd() interface by Kirill A. Shutemov · 11 years ago
  23. 9532fec mm: numa: Migrate pages handled during a pmd_numa hinting fault by Mel Gorman · 12 years ago
  24. 4b10e7d mm: mempolicy: Implement change_prot_numa() in terms of change_protection() by Mel Gorman · 12 years ago
  25. 1233d58 mm: Optimize the TLB flush of sys_mprotect() and change_protection() users by Ingo Molnar · 12 years ago
  26. 7da4d64 mm: Count the number of pages affected in change_protection() by Peter Zijlstra · 12 years ago
  27. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  28. ce1744f mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) by Konstantin Khlebnikov · 12 years ago
  29. 3556485 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  30. 097d591 vm: avoid using find_vma_prev() unnecessarily by Linus Torvalds · 12 years ago
  31. 191c542 mm: collapse security_vm_enough_memory() variants into a single function by Al Viro · 12 years ago
  32. cd7548a thp: mprotect: transparent huge page support by Johannes Weiner · 13 years ago
  33. b36f5b0 thp: mprotect: pass vma down to page table walkers by Johannes Weiner · 13 years ago
  34. bae9c19 thp: split_huge_page_mm/vma by Andrea Arcangeli · 13 years ago
  35. 63bfd73 perf_events: Fix perf_counter_mmap() hook in mprotect() by Pekka Enberg · 14 years ago
  36. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  37. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  38. dab5855 perf_counter: Add mmap event hooks to mprotect() by Peter Zijlstra · 15 years ago
  39. 5a6fe12 Do not account for the address space used by hugetlbfs using VM_ACCOUNT by Mel Gorman · 15 years ago
  40. 6a6160a [CVE-2009-0029] System call wrappers part 13 by Heiko Carstens · 15 years ago
  41. 64cdd54 mm: cleanup: remove #ifdef CONFIG_MIGRATION by KOSAKI Motohiro · 15 years ago
  42. 046c688 mm: update my address by Alan Cox · 15 years ago
  43. cddb8a5 mmu-notifiers: core by Andrea Arcangeli · 16 years ago
  44. cdfd432 mm: record MAP_NORESERVE status on vmas and fix small page mprotect reservations by Andy Whitcroft · 16 years ago
  45. 43d2548 Merge commit '85082fd7cbe3173198aac0eb5e85ab1edcc6352c' into test-build by Benjamin Herrenschmidt · 16 years ago
  46. b845f31 mm: Allow architectures to define additional protection bits by Dave Kleikamp · 16 years ago
  47. 1ea0704 mm: add a ptep_modify_prot transaction abstraction by Jeremy Fitzhardinge · 16 years ago
  48. 1c12c4c mprotect: prevent alteration of the PAT bits by Venki Pallipadi · 16 years ago
  49. 1ddd439 fix mprotect vma_wants_writenotify prot by Hugh Dickins · 17 years ago
  50. 3ed75eb setup vma->vm_page_prot by vm_get_page_prot() by Coly Li · 17 years ago
  51. 954ffcb flush icache before set_pte() on ia64: flush icache at set_pte by KAMEZAWA Hiroyuki · 17 years ago
  52. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  53. 6606c3e [PATCH] paravirt: lazy mmu mode hooks.patch by Zachary Amsden · 18 years ago
  54. c1e6098 [PATCH] mm: optimize the new mprotect() code a bit by Peter Zijlstra · 18 years ago
  55. d08b385 [PATCH] mm: tracking shared dirty pages by Peter Zijlstra · 18 years ago
  56. 9637a5e [PATCH] add page_mkwrite() vm_operations method by David Howells · 18 years ago
  57. 0697212 [PATCH] Swapless page migration: add R/W migration entries by Christoph Lameter · 18 years ago
  58. b344e05 [PATCH] likely cleanup: remove unlikely in sys_mprotect() by Hua Zhong · 18 years ago
  59. 8f86059 [PATCH] Enable mprotect on huge pages by Zhang, Yanmin · 18 years ago
  60. 83e9b7e [PATCH] unpaged: private write VM_RESERVED by Hugh Dickins · 19 years ago
  61. 705e87c [PATCH] mm: pte_offset_map_lock loops by Hugh Dickins · 19 years ago
  62. b581003 [PATCH] core remove PageReserved by Nick Piggin · 19 years ago
  63. ab50b8e [PATCH] mm: vm_stat_account unshackled by Hugh Dickins · 19 years ago
  64. 7e2cff4 [PATCH] mm: add a note about partially hardcoded VM_* flags by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  65. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago