1. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  2. e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
  3. 0ebd744 arm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  4. 4e1f8a6 ARM: add soc memory barrier extension by Russell King · 9 years ago
  5. f813090 ARM: move heavy barrier support out of line by Russell King · 9 years ago
  6. 12e669b ARM: 8237/1: fix flush_pfn_alias by Jungseung Lee · 10 years ago
  7. b8cd51a arm: mm: enable RCU fast_gup by Steve Capper · 10 years ago
  8. 72e6ae2 ARM: 8043/1: uprobes need icache flush after xol write by Victor Kamensky · 10 years ago
  9. 2a7cfcb ARM: 7923/1: mm: fix dcache flush logic for compound high pages by Steven Capper · 11 years ago
  10. 3c0c01a Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  11. cbd379b Merge branches 'fixes', 'mcpm', 'misc' and 'mmci' into for-next by Russell King · 11 years ago
  12. 1bc3974 ARM: 7755/1: handle user space mapped pages in flush_kernel_dcache_page by Simon Baatz · 11 years ago
  13. 81f2894 ARM: 7746/1: mm: lazy cache flushing on non-mapped pages by Ming Lei · 11 years ago
  14. 0b19f93 ARM: mm: Add support for flushing HugeTLB pages. by Steve Capper · 11 years ago
  15. dd0f67f ARM: 7693/1: mm: clean-up in order to reduce to call kmap_high_get() by Joonsoo Kim · 11 years ago
  16. 6b2dbba mm: replace vma prio_tree with an interval tree by Michel Lespinasse · 12 years ago
  17. 47f1204 ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present by Will Deacon · 12 years ago
  18. 12679a2 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  19. 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 12 years ago
  20. 67ece14 ARM: pgtable: consolidate set_pte_ext(TOP_PTE,...) + tlb flush by Russell King · 13 years ago
  21. de27c30 ARM: pgtable: move TOP_PTE address definitions to arch/arm/mm/mm.h by Russell King · 13 years ago
  22. ec19628 Merge branches 'consolidate', 'ep93xx', 'fixes', 'misc', 'mmci', 'remove' and 'spear' into for-linus by Russell King · 13 years ago
  23. 31bee4c ARM: 6899/1: fix the note about dcache lazy flushing for SMP systems by saeed bishara · 13 years ago
  24. 8373dc3 ARM: 6901/1: remove unneeded check of the cache_is_vipt_nonaliasing() by saeed bishara · 13 years ago
  25. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  26. 39af22a ARM: get rid of kmap_high_l1_vipt() by Nicolas Pitre · 14 years ago
  27. b7bedd8 ARM, mm: Don't include smp_plat.h twice in flush.c by Jesper Juhl · 14 years ago
  28. c4e259c ARM: 6386/1: flush_ptrace_access: invalidate correct I-cache alias by Will Deacon · 14 years ago
  29. 85848dd ARM: 6381/1: Use lazy cache flushing on ARMv7 SMP systems by Catalin Marinas · 14 years ago
  30. 6012191 ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT caches by Catalin Marinas · 14 years ago
  31. c017780 ARM: 6379/1: Assume new page cache pages have dirty D-cache by Catalin Marinas · 14 years ago
  32. 0fc7309 ARM: 6378/1: Allow lazy cache flushing via PG_arch_1 for highmem pages by Catalin Marinas · 14 years ago
  33. 7e5a69e ARM: 6007/1: fix highmem with VIPT cache and DMA by Nicolas Pitre · 14 years ago
  34. 2ef7f3d ARM: Fix ptrace accesses by Russell King · 15 years ago
  35. 2c9b9c8 ARM: add size argument to __cpuc_flush_dcache_page by Russell King · 15 years ago
  36. 6060e8d ARM: I-cache: flush executable mappings in flush_cache_range() by Russell King · 15 years ago
  37. ea201db ARM: I-cache: avoid flushing in flush_cache_mm() by Russell King · 15 years ago
  38. 9e95922 ARM: I-cache: Add invalidation for VIVT ASID tagged caches by Russell King · 15 years ago
  39. f91fb05 ARM: Remove __flush_icache_all() from __flush_dcache_page() by Russell King · 15 years ago
  40. 2df341e ARM: Move __flush_icache_all() out of flush_pfn_alias() by Russell King · 15 years ago
  41. 421fe93 ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero page by Russell King · 15 years ago
  42. b7dc0b2 ARM: Avoid evaluating page_address() multiple times by Russell King · 15 years ago
  43. 2f0b192 ARM: Avoid duplicated implementation for VIVT cache flushing by Russell King · 15 years ago
  44. df71dfd ARM: Fix errata 411920 workarounds by Russell King · 15 years ago
  45. 56f8ba8 cpumask: use mm_cpumask() wrapper: arm by Rusty Russell · 15 years ago
  46. 13f96d8 ARM: 5687/1: fix an oops with highmem by Nicolas Pitre · 15 years ago
  47. 9cba3cc [ARM] 5488/1: ARM errata: Invalidation of the Instruction Cache operation can fail by Catalin Marinas · 15 years ago
  48. d73cd42 [ARM] kmap support by Nicolas Pitre · 16 years ago
  49. 46097c7 [ARM] cachetype: move definitions to separate header by Russell King · 16 years ago
  50. 826cbda [ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUs by Catalin Marinas · 16 years ago
  51. 6020dff [ARM] Resolve fuse and direct-IO failures due to missing cache flushes by Russell King · 18 years ago
  52. ad1ae2f [ARM] Unuse another Linux PTE bit by Russell King · 18 years ago
  53. a71ebdf [ARM] 3853/1: Fix flush_ptrace_access() thinko for nonaliasing VIPT cache case by George G. Davis · 18 years ago
  54. 1b2e2b7 [ARM] Cleanup arch/arm/mm a little by Russell King · 18 years ago
  55. a188ad2 [ARM] 3762/1: Fix ptrace cache coherency bug for ARM1136 VIPT nonaliasing Harvard caches by George G. Davis · 18 years ago
  56. 141fa40 [ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problem by Catalin Marinas · 18 years ago
  57. df2f5e7 [ARM SMP] Disable lazy flush_dcache_page for SMP by Russell King · 19 years ago
  58. 481467d [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.c by Catalin Marinas · 19 years ago
  59. d7b6b35 [ARM] Fix ARMv6 VIPT cache >= 32K by Russell King · 19 years ago
  60. 8830f04 [PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing caches by Russell King · 19 years ago
  61. 8d802d2 [PATCH] ARM: Add V6 aliasing cache flush by Russell King · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago