1. 6245318 ARM: 8578/1: mm: ensure pmd_present only checks the valid bit by Will Deacon · 9 years ago
  2. 6ff0966 ARM: 8432/1: move VMALLOC_END from 0xff000000 to 0xff800000 by Nicolas Pitre · 9 years ago
  3. b007ea7 arm: drop L_PTE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  4. 1f92f77 ARM: 8239/1: Introduce {set,clear}_pte_bit by Jungseung Lee · 10 years ago
  5. 8a5de18 Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm by Linus Torvalds · 10 years ago
  6. 903ed3a ARM: kvm: define PAGE_S2_DEVICE as read-only by default by Ard Biesheuvel · 10 years ago
  7. bd95130 arm: mm: introduce special ptes for LPAE by Steve Capper · 10 years ago
  8. f295070 ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear by Steven Capper · 10 years ago
  9. 1971188 ARM: 7985/1: mm: implement pte_accessible for faulting mappings by Will Deacon · 11 years ago
  10. 6f14d77 Merge branches 'amba', 'fixes', 'kees', 'misc' and 'unstable/sa11x0' into for-next by Russell King · 11 years ago
  11. 27ec8da ARM: add definitions for pte_mkexec/pte_mknexec by Laura Abbott · 12 years ago
  12. d8aa712 ARM: fix booting low-vectors machines by Russell King · 11 years ago
  13. 8947c09 ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICE by Christoffer Dall · 11 years ago
  14. fb2af00 Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  15. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 12 years ago
  16. 8d96250 ARM: mm: Transparent huge page support for LPAE systems. by Catalin Marinas · 12 years ago
  17. 104ad3b arm: set the page table freeing ceiling to TASK_SIZE by Catalin Marinas · 12 years ago
  18. 16af43f Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linus by Russell King · 12 years ago
  19. 69dde4c ARM: 7654/1: Preserve L_PTE_VALID in pte_modify() by Catalin Marinas · 12 years ago
  20. cc577c2 ARM: Add page table and page defines needed by KVM by Christoffer Dall · 12 years ago
  21. 26ffd0d ARM: mm: introduce present, faulting entries for PAGE_NONE by Will Deacon · 12 years ago
  22. dbf62d5 ARM: mm: introduce L_PTE_VALID for page table entries by Will Deacon · 12 years ago
  23. a1ce392 UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headers by David Howells · 12 years ago
  24. f5f2025 ARM: 7488/1: mm: use 5 bits for swapfile type encoding by Will Deacon · 12 years ago
  25. 47f1204 ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present by Will Deacon · 12 years ago
  26. 2e0e943 Merge branch 'devel-stable' into for-linus by Russell King · 13 years ago
  27. e0b58ee Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stable by Russell King · 13 years ago
  28. 9561f4e Revert "ARM: move VMALLOC_END down temporarily for shmobile" by Nicolas Pitre · 13 years ago
  29. 6ae25a5 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stable by Russell King · 13 years ago
  30. dcfdae0 ARM: LPAE: Introduce the 3-level page table format definitions by Catalin Marinas · 13 years ago
  31. e0c0313 ARM: LPAE: Move page table maintenance macros to pgtable-2level.h by Catalin Marinas · 13 years ago
  32. a32618d ARM: pgtable: switch to use pgtable-nopud.h by Russell King · 13 years ago
  33. 3ee0fc5 Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stable by Russell King · 13 years ago
  34. 8903826 ARM: idmap: populate identity map pgd at init time using .init.text by Will Deacon · 13 years ago
  35. 7dbaa46 ARM: 7169/1: topdown mmap support by Rob Herring · 13 years ago
  36. 0af362f ARM: move VMALLOC_END down temporarily for shmobile by Nicolas Pitre · 13 years ago
  37. 0536bdf ARM: move iotable mappings within the vmalloc region by Nicolas Pitre · 13 years ago
  38. 1fdb24e Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm by Linus Torvalds · 13 years ago
  39. d7c5d0d ARM: 7077/1: LPAE: Use a mask for physical addresses in page table entries by Catalin Marinas · 13 years ago
  40. 17f5721 ARM: 7075/1: LPAE: Factor out 2-level page table definitions into separate files by Catalin Marinas · 13 years ago
  41. 8fb5428 ARM: mm: Add strongly ordered descriptor support. by Santosh Shilimkar · 14 years ago
  42. 516295e ARM: pgtable: add pud-level code by Russell King · 14 years ago
  43. cae6292 ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functions by Will Deacon · 14 years ago
  44. 36bb94b ARM: pgtable: provide RDONLY page table bit rather than WRITE bit by Russell King · 14 years ago
  45. 9522d7e ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN by Russell King · 14 years ago
  46. e926f44 ARM: pgtable: remove FIRST_USER_PGD_NR by Russell King · 14 years ago
  47. 614dd05 ARM: pgtable: collect up identity mapping functions by Russell King · 14 years ago
  48. d30e45e ARM: pgtable: switch order of Linux vs hardware page tables by Russell King · 14 years ago
  49. f6e3354 ARM: pgtable: introduce pteval_t to represent a pte value by Russell King · 14 years ago
  50. 97092e0 ARM: pgtable: use phys_addr_t for physical addresses by Russell King · 14 years ago
  51. 69529c0 ARM: pgtable: directly pass pgd/pmd/pte to their error functions by Russell King · 14 years ago
  52. b510b049 ARM: pgtable: group pte functions together by Russell King · 14 years ago
  53. 4eec4b1 ARM: pgtable: group pgd functions and data together by Russell King · 14 years ago
  54. eb9b2b6 ARM: pgtable: move pgprot functions to one place by Russell King · 14 years ago
  55. c0ba10b ARM: improve compiler's ability to optimize page tables by Russell King · 14 years ago
  56. ece0e2b mm: remove pte_*map_nested() by Peter Zijlstra · 14 years ago
  57. 23beab7 Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel by Russell King · 14 years ago
  58. d907387 ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasing by Catalin Marinas · 14 years ago
  59. 6012191 ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT caches by Catalin Marinas · 14 years ago
  60. 47ab0de ARM: Optionally allow ARMv6 to use 'normal, bufferable' memory for DMA by Russell King · 15 years ago
  61. 26a26d3 ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attribute by Russell King · 15 years ago
  62. 65cec8e ARM: implement highpte by Russell King · 15 years ago
  63. 6a00cde [ARM] pgtable: rearrange file PTE bit allocation by Russell King · 16 years ago
  64. f7a55fa [ARM] remove L_PTE_BUFFERABLE and L_PTE_CACHEABLE by Russell King · 16 years ago
  65. 65b1bfc [ARM] pgtable: file pte layout documentation by Russell King · 16 years ago
  66. fb93a1c [ARM] pgtable: swp pte layout documentation, definitions, and check by Russell King · 16 years ago
  67. 924a158 [ARM] Convert pmd_page() to be highmem safe by Russell King · 16 years ago
  68. 6a4690c Merge branch 'ptebits' into devel by Russell King · 16 years ago
  69. 8ec5366 [ARM] Improve non-executable support by Russell King · 16 years ago
  70. db5b716 [ARM] Remove MT_DEVICE_IXP2000 and associated definitions by Russell King · 16 years ago
  71. 639b0ae [ARM] Convert ARMv6 and ARMv7 to use new memory types by Russell King · 16 years ago
  72. 9e8b519 [ARM] Convert Xscale and Xscale3 to use new memory types by Russell King · 16 years ago
  73. bb30f36 [ARM] Introduce new PTE memory type bits by Russell King · 16 years ago
  74. 9cff96e [ARM] Re-jig Linux PTE bits to allow room for 4 memory type bits by Russell King · 16 years ago
  75. dfcc644 [ARM] 5271/1: get rid of pages_to_mb() by Nicolas Pitre · 16 years ago
  76. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  77. 4baa992 [ARM] move include/asm-arm to arch/arm/include/asm by Russell King · 16 years ago[Renamed (99%) from include/asm-arm/pgtable.h]
  78. 7e67513 mm: introduce pte_special pte bit by Nick Piggin · 17 years ago
  79. a8fa9ba [ARM] 4644/2: fix flush_kern_tlb_range() in module space by Kevin Hilman · 17 years ago
  80. f0e47c2 mm: remove ptep_establish() by Martin Schwidefsky · 18 years ago
  81. 45e98cd page table handling cleanup by Jan Beulich · 18 years ago
  82. 0bb5e19 Clean up mostly unused IOSPACE macros by David Gibson · 18 years ago
  83. 44b1869 [ARM] 4158/1: Fix user page protection macros by Imre_Deak · 18 years ago
  84. ad1ae2f [ARM] Unuse another Linux PTE bit by Russell King · 18 years ago
  85. 0e5fdca [ARM] 3971/1: xsc3: get rid of L_PTE_COHERENT by Lennert Buytenhek · 18 years ago
  86. ebdea46 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  87. 4052ebb [ARM] 3859/1: Fix devicemaps_init() XIP_KERNEL odd 1MiB XIP_PHYS_ADDR translation error by George G. Davis · 18 years ago
  88. 46a82b2 [PATCH] Standardize pxx_page macros by Dave McCracken · 18 years ago
  89. 002547b [ARM] nommu: adjust headers for !MMU ARM systems by Russell King · 19 years ago
  90. 23759dc [ARM] 3439/2: xsc3: add I/O coherency support by Lennert Buytenhek · 19 years ago
  91. 74945c8 [ARM] nommu: Move hardware page table definitions to pgtable-hwdef.h by Russell King · 19 years ago
  92. 7efb830 [ARM] 3269/1: Add ARMv6 MT_NONSHARED_DEVICE mem_types[] index by George G. Davis · 19 years ago
  93. 1426d7a [PATCH] vm: remove unused/broken page_pte[_prot] macros by Tejun Heo · 19 years ago
  94. 33bf561 [PATCH] feature removal of io_remap_page_range() by Randy Dunlap · 19 years ago
  95. 6626a70 [ARM] Control v6 'global' bit via Linux PTE entries by Russell King · 19 years ago
  96. 1b9749e [ARM] Use #defined constants for manipulating v6 hardware PTE bits by Russell King · 19 years ago
  97. 5c3073e [PATCH] ARM: cleanup vmalloc start/offset macros by Russell King · 20 years ago
  98. 6119be0 [PATCH] freepgt: arm FIRST_USER_ADDRESS PAGE_SIZE by Hugh Dickins · 20 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago