1. 2dd8a62 linux/const.h: move UL() macro to include/linux/const.h by Masahiro Yamada · 7 years ago
  2. 62d1c95 ARM: 8739/1: NOMMU: Setup VBAR/Hivecs for secondaries cores by Vladimir Murzin · 7 years ago
  3. 58c1670 ARM: 8648/2: nommu: display vectors base by Afzal Mohammed · 8 years ago
  4. d2ca5f2 ARM: 8646/1: mmu: decouple VECTORS_BASE from Kconfig by Afzal Mohammed · 8 years ago
  5. e377cd8 ARM: 8640/1: Add support for CONFIG_DEBUG_VIRTUAL by Florian Fainelli · 8 years ago
  6. a09975b ARM: 8639/1: Define KERNEL_START and KERNEL_END by Florian Fainelli · 8 years ago
  7. 7d281b6 ARM: 8589/1: asm/memory.h: remove dead definitions by Nicolas Pitre · 9 years ago
  8. 07a7056 ARM: provide arm_has_idmap_alias() helper by Russell King · 9 years ago
  9. 981b671 ARM: provide improved virt_to_idmap() functionality by Russell King · 9 years ago
  10. 9e0087e ARM: 8530/1: remove VIRT_TO_BUS by Arnd Bergmann · 9 years ago
  11. 8ff97fa ARM: make the physical-relative calculation more obvious by Russell King · 9 years ago
  12. d781145 ARM: 8512/1: proc-v7.S: Adjust stack address when XIP_KERNEL by Nicolas Pitre · 9 years ago
  13. 2841029 ARM: make virt_to_idmap() return unsigned long by Russell King · 9 years ago
  14. 803e3db ARM: 8430/1: use default ioremap alignment for SMP or LPAE by Sergey Dyasly · 9 years ago
  15. 012dcef mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h by Christoph Hellwig · 10 years ago
  16. 0871b72 ARM: fix __virt_to_idmap build error on !MMU by Russell King · 10 years ago
  17. 06be5ee Merge branches 'fixes' and 'ioremap' into for-linus by Russell King · 10 years ago
  18. e488666 ARM: 8396/1: use phys_addr_t in pfn_to_kaddr() by Vitaly Andrianov · 10 years ago
  19. b2c3e38 ARM: redo TTBR setup code for LPAE by Russell King · 10 years ago
  20. 84c4d3a ARM: Use include/asm-generic/io.h by Thierry Reding · 11 years ago
  21. f15bdfe Merge branch 'devel-stable' into for-next by Russell King · 11 years ago
  22. c6f54a9 ARM: 8113/1: remove remaining definitions of PLAT_PHYS_OFFSET from <mach/memory.h> by Uwe Kleine-König · 11 years ago
  23. 03eca20 ARM: nommu: don't limit TASK_SIZE by Uwe Kleine-König · 11 years ago
  24. 64d3b6a ARM: 8023/1: remove remnants of the static DMA mapping by Nicolas Pitre · 11 years ago
  25. 95959e6 Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unstable/sa11x0' into for-next by Russell King · 11 years ago
  26. e26a9e0 ARM: Better virt_to_page() handling by Russell King · 11 years ago
  27. 006fa25 ARM: fix noMMU kallsyms symbol filtering by Russell King · 11 years ago
  28. efea340 ARM: 7931/1: Correct virt_addr_valid by Laura Abbott · 11 years ago
  29. b713aa0 ARM: fix asm/memory.h build error by Russell King · 11 years ago
  30. 139cc2b ARM: 7882/1: mm: fix __phys_to_virt to work with 64 bit phys_addr_t in BE case by Victor Kamensky · 11 years ago
  31. 5e4432d ARM: fix misplaced arch_virt_to_idmap() by Russell King · 11 years ago
  32. f52bb72 ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses by Sricharan R · 12 years ago
  33. 4dc9a81 ARM: mm: Introduce virt_to_idmap() with an arch hook by Santosh Shilimkar · 12 years ago
  34. ca5a45c ARM: mm: use phys_addr_t appropriately in p2v and v2p conversions by Santosh Shilimkar · 12 years ago
  35. 5b84de3 mm/ARM: fix stale comment about VALID_PAGE() by Jiang Liu · 12 years ago
  36. 5b20c5b ARM: fix type of PHYS_PFN_OFFSET to unsigned long by Cyril Chemparathy · 12 years ago
  37. 4756dcb ARM: LPAE: accomodate >32-bit addresses for page table base by Cyril Chemparathy · 13 years ago
  38. b24174b Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  39. 1b1c740 Merge branch 'misc' into for-linus by Russell King · 12 years ago
  40. 5d1c20b ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layout by Will Deacon · 12 years ago
  41. a5d533e ARM: disable virt_to_bus/virt_to_bus almost everywhere by Arnd Bergmann · 12 years ago
  42. 79d1f5c ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is aligned by Will Deacon · 12 years ago
  43. 48aa820f ARM: kill off arch_is_coherent by Rob Herring · 13 years ago
  44. b4ad515 ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition moving by Stephen Boyd · 13 years ago
  45. 158e8bf ARM: 7432/1: use the new linux/sizes.h by Alessandro Rubini · 13 years ago
  46. 38b4205 ARM: 7361/1: provide XIP_VIRT_ADDR for no-MMU builds by Uwe Kleine-König · 13 years ago
  47. 0cdc8b9 ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_H by Nicolas Pitre · 14 years ago
  48. 1b9f95f ARM: prepare for removal of a bunch of <mach/memory.h> files by Nicolas Pitre · 14 years ago
  49. 96f90c79 Merge the enabling by default of ARM_PATCH_PHYS_VIRT by Nicolas Pitre · 14 years ago
  50. 99d1717 ARM: Add init_consistent_dma_size() by Jon Medhurst · 14 years ago
  51. daece59 ARM: 7013/1: P2V: Remove ARM_PATCH_PHYS_VIRT_16BIT by Nicolas Pitre · 14 years ago
  52. 022ae53 ARM: dma: replace ISA_DMA_THRESHOLD with a variable by Russell King · 14 years ago
  53. be20902 ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes by Russell King · 14 years ago
  54. 2fb3ec5 ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESS by Russell King · 14 years ago
  55. 3a6b167 ARM: 6675/1: use phys_addr_t instead of unsigned long in conversion code by Will Deacon · 14 years ago
  56. cada3c0 ARM: P2V: extend to 16-bit translation offsets by Russell King · 14 years ago
  57. dc21af9 ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patching by Russell King · 14 years ago
  58. f4117ac ARM: P2V: separate PHYS_OFFSET from platform definitions by Russell King · 14 years ago
  59. 05b112f ARM: 6637/1: Make the argument to virt_to_phys() "const volatile" by Catalin Marinas · 14 years ago
  60. ceb0885 Merge branch 'misc' into devel by Russell King · 15 years ago
  61. 1dbd30e ARM: 6225/1: make TCM allocation static and common for all archs by Linus Walleij · 15 years ago
  62. b65b478 ARM: Remove 'node' argument form arch_adjust_zones() by Russell King · 15 years ago
  63. be37030 ARM: Remove DISCONTIGMEM support by Russell King · 15 years ago
  64. c931b4f ARM: 5928/1: Change type of VMALLOC_END to unsigned long. by Fenkart/Bostandzhyan · 15 years ago
  65. a7bd08c ARM: 5927/1: Make delimiters of DMA area globally visibly. by Fenkart/Bostandzhyan · 15 years ago
  66. 2fc4281 Merge branch 'pending-dma-streaming' (early part) into devel by Russell King · 15 years ago
  67. 1c4a4f4 ARM: dma-mapping: simplify page_to_dma() and __pfn_to_bus() by Russell King · 15 years ago
  68. 719301f ARM: provide phys_to_page() to complement page_to_phys() by Russell King · 15 years ago
  69. a8cf81f Revert "[ARM] unconditionally define __virt_to_phys and __phys_to_virt" by Russell King · 15 years ago
  70. 87d721ad Merge branch 'master' into devel by Russell King · 15 years ago
  71. b7cfda9 ARM: Fix pfn_valid() for sparse memory by Russell King · 15 years ago
  72. adca6dc Thumb-2: Add support for loadable modules by Catalin Marinas · 16 years ago
  73. 58edb51 [ARM] make page_to_dma() highmem aware by Nicolas Pitre · 16 years ago
  74. d73cd42 [ARM] kmap support by Nicolas Pitre · 16 years ago
  75. b5ee900 [ARM] remove a common set of __virt_to_bus definitions by Nicolas Pitre · 17 years ago
  76. 75f4aa1 [ARM] unconditionally define __virt_to_phys and __phys_to_virt by Nicolas Pitre · 17 years ago
  77. ab4f2ee [ARM] fix naming of MODULE_START / MODULE_END by Russell King · 16 years ago
  78. 3bca103 [ARM] 5295/1: make ZONE_DMA optional by Nicolas Pitre · 16 years ago
  79. 6c5da7a [ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c by Russell King · 16 years ago
  80. 8d5796d [ARM] 5222/1: Allow configuring user:kernel split via Kconfig by Lennert Buytenhek · 17 years ago
  81. 98ed7d4 [ARM] dma-mapping: improve type-safeness of DMA translations by Russell King · 17 years ago
  82. 60296c7 [ARM] prevent crashing when too much RAM installed by Lennert Buytenhek · 17 years ago
  83. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 17 years ago
  84. 4baa992 [ARM] move include/asm-arm to arch/arm/include/asm by Russell King · 17 years ago[Renamed (99%) from include/asm-arm/memory.h]
  85. 05944d7 [ARM] Add initial sparsemem support by Russell King · 18 years ago
  86. b7dc96d [ARM] Clean up discontigmem support by Russell King · 18 years ago
  87. a069c89 [ARM] 3705/1: add supersection support to ioremap() by Lennert Buytenhek · 19 years ago
  88. ff0daca [ARM] Add section support to ioremap by Russell King · 19 years ago
  89. 002547b [ARM] nommu: adjust headers for !MMU ARM systems by Russell King · 19 years ago
  90. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  91. 7d12963 [ARM] Remove unnecessary extra parens in include/asm-arm/memory.h by Russell King · 19 years ago
  92. 0da3235 [ARM] arm's arch_local_page_offset() fix against 2.6.17-rc1 by KAMEZAWA Hiroyuki · 19 years ago
  93. 23759dc [ARM] 3439/2: xsc3: add I/O coherency support by Lennert Buytenhek · 19 years ago
  94. 7eb98a2 [PATCH] unify pfn_to_page: arm pfn_to_page by KAMEZAWA Hiroyuki · 19 years ago
  95. 37134cd [ARM] 3209/1: Configurable DMA-consistent memory region by Kevin Hilman · 19 years ago
  96. 9d4ae72 [ARM] 3070/2: Add __ioremap_pfn() API by Deepak Saxena · 19 years ago
  97. 31a5539 [ARM] 3194/1: add pfn_to_kaddr macro for ARM take2 by Hiroki Kaminaga · 19 years ago
  98. 37d07b7 [ARM] 3061/1: cleanup the XIP link address mess by Nicolas Pitre · 19 years ago
  99. f09b997 [ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code by Nicolas Pitre · 19 years ago
  100. 1b3cb73 [ARM] Tighten pfn_valid() test. by Russell King · 19 years ago