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