1. d8b4505 tlb: mmu_gather: Introduce tlb_gather_mmu_fullmm() by Will Deacon · 4 years ago
  2. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  3. 2631ed0 tlb: mmu_gather: add tlb_flush_*_range APIs by Peter Zijlstra (Intel) · 4 years, 7 months ago
  4. 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 9 months ago
  5. 0d6e24d asm-generic/tlb: provide MMU_GATHER_TABLE_FREE by Peter Zijlstra · 5 years ago
  6. 580a586 asm-generic/tlb: rename HAVE_MMU_GATHER_NO_GATHER by Peter Zijlstra · 5 years ago
  7. 3af4bd0 asm-generic/tlb: rename HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 5 years ago
  8. ff2e6d72 asm-generic/tlb: rename HAVE_RCU_TABLE_FREE by Peter Zijlstra · 5 years ago
  9. 491a49f asm-gemeric/tlb: remove stray function declarations by Peter Zijlstra · 5 years ago
  10. 0758cd8 asm-generic/tlb: avoid potential double flush by Peter Zijlstra · 5 years ago
  11. 0ed1325 mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush by Peter Zijlstra · 5 years ago
  12. 596cf45 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  13. bffd972 asm-generic/tlb: stub out p4d_free_tlb() if nop4d ... by Vineet Gupta · 5 years ago
  14. b08861d asm-generic/tlb: stub out pud_free_tlb() if nopud ... by Vineet Gupta · 5 years ago
  15. 864edb7 powerpc/mm/book3s64/radix: Flush the full mm even when need_flush_all is set by Aneesh Kumar K.V · 5 years ago
  16. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  17. 0bc40e5 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. 5932c9f mm/tlb: Provide default nmi_uaccess_okay() by Nadav Amit · 6 years ago
  19. 6455959 ia64/tlb: Eradicate tlb_migrate_finish() callback by Peter Zijlstra · 6 years ago
  20. 0a8caf2 asm-generic/tlb: Remove tlb_table_flush() by Peter Zijlstra · 6 years ago
  21. fa0aafb asm-generic/tlb: Remove tlb_flush_mmu_free() by Peter Zijlstra · 6 years ago
  22. b3fa8ed asm-generic/tlb: Remove CONFIG_HAVE_GENERIC_MMU_GATHER by Peter Zijlstra · 6 years ago
  23. 952a31c asm-generic/tlb: Introduce CONFIG_HAVE_MMU_GATHER_NO_GATHER=y by Martin Schwidefsky · 6 years ago
  24. 96bc956 asm-generic/tlb, arch: Invert CONFIG_HAVE_RCU_TABLE_INVALIDATE by Peter Zijlstra · 6 years ago
  25. 8b6dd0c asm-generic/tlb, ia64: Conditionally provide tlb_migrate_finish() by Peter Zijlstra · 6 years ago
  26. a30e32b asm-generic/tlb: Provide generic tlb_flush() based on flush_tlb_mm() by Peter Zijlstra · 6 years ago
  27. 5f307be asm-generic/tlb, arch: Provide generic tlb_flush() based on flush_tlb_range() by Peter Zijlstra · 6 years ago
  28. e7fd28a asm-generic/tlb, arch: Provide generic VIPT cache flush by Peter Zijlstra · 6 years ago
  29. ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
  30. dea2434 asm-generic/tlb: Provide a comment by Peter Zijlstra · 6 years ago
  31. 196d9d8 mm/memory: Move mmu_gather and TLB invalidation code into its own file by Peter Zijlstra · 6 years ago
  32. a6d6024 asm-generic/tlb: Track which levels of the page tables have been cleared by Will Deacon · 6 years ago
  33. 22a61c3 asm-generic/tlb: Track freeing of page-table directories in struct mmu_gather by Peter Zijlstra · 6 years ago
  34. faaadaf asm-generic/tlb: Guard with #ifdef CONFIG_MMU by Will Deacon · 6 years ago
  35. fd1102f mm: mmu_notifier fix for tlb_end_vma by Nicholas Piggin · 6 years ago
  36. 52a288c x86/mm/tlb: Revert the recent lazy TLB patches by Peter Zijlstra · 6 years ago
  37. 2ff6ddf x86/mm/tlb: Leave lazy TLB mode at page table free time by Rik van Riel · 6 years ago
  38. a90744b mm: allow arch to supply p??_free_tlb functions by Nicholas Piggin · 6 years ago
  39. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
  40. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
  41. 048456d asm-generic: introduce <asm-generic/pgtable-nop4d.h> by Kirill A. Shutemov · 8 years ago
  42. a00cc7d mm, x86: add support for PUD-sized transparent hugepages by Matthew Wilcox · 8 years ago
  43. 692a68c mm: remove the page size change check in tlb_remove_page by Aneesh Kumar K.V · 8 years ago
  44. 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
  45. b528e4b mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages by Aneesh Kumar K.V · 8 years ago
  46. b5bc66b mm: update mmu_gather range correctly by Aneesh Kumar K.V · 8 years ago
  47. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  48. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  49. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  50. 721c21c mm: mmu_gather: use tlb->end != 0 only for TLB invalidation by Will Deacon · 10 years ago
  51. fb7332a mmu_gather: move minimal range calculations into generic code by Will Deacon · 10 years ago
  52. 2b04725 Fix TLB gather virtual address range invalidation corner cases by Linus Torvalds · 11 years ago
  53. 29eb778 arch, mm: Remove tlb_fast_mode() by Peter Zijlstra · 12 years ago
  54. 1de14c3 x86-32: Fix possible incomplete TLB invalidate with PAE pagetables by Dave Hansen · 12 years ago
  55. 53a59fc mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPT by Michal Hocko · 12 years ago
  56. 597e1c3 mm/mmu_gather: enable tlb flush range in generic mmu_gather by Alex Shi · 13 years ago
  57. c4211f4 x86/tlb: add tlb_flushall_shift for specific CPU by Alex Shi · 13 years ago
  58. f21760b thp: add tlb_remove_pmd_tlb_entry by Shaohua Li · 13 years ago
  59. 9547d01 mm: uninline large generic tlb.h functions by Peter Zijlstra · 14 years ago
  60. e303297 mm: extended batches for generic mmu_gather by Peter Zijlstra · 14 years ago
  61. 2672391 mm, powerpc: move the RCU page-table freeing into generic code by Peter Zijlstra · 14 years ago
  62. d16dfc5 mm: mmu_gather rework by Peter Zijlstra · 14 years ago
  63. 9e1b32c mm: Pass virtual address to [__]p{te,ud,md}_free_tlb() by Benjamin Herrenschmidt · 15 years ago
  64. e1adbcf asm-generic/tlb.h: remove <linux/quicklist.h> by H. Peter Anvin · 17 years ago
  65. 62152d0 asm-generic/tlb.h: build fix by Ingo Molnar · 17 years ago
  66. a5a19c6 x86: demacro asm-x86/pgalloc_32.h by Jeremy Fitzhardinge · 17 years ago
  67. 49eaaa1 Revert quicklist need->flush fix by Christoph Lameter · 17 years ago
  68. 421d991 quicklist: Set tlb->need_flush if pages are remaining in quicklist 0 by Christoph Lameter · 17 years ago
  69. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  70. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  71. fc2acab [PATCH] mm: tlb_finish_mmu forget rss by Hugh Dickins · 19 years ago
  72. 4d6ddfa [PATCH] mm: tlb_is_full_mm was obscure by Hugh Dickins · 19 years ago
  73. 15a23ff [PATCH] mm: tlb_gather_mmu get_cpu_var by Hugh Dickins · 19 years ago
  74. 2b4a081 [PATCH] x86-64: Increase TLB flush array size by Andi Kleen · 19 years ago
  75. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago