1. efea340 ARM: 7931/1: Correct virt_addr_valid by Laura Abbott · 11 years ago
  2. b713aa0 ARM: fix asm/memory.h build error by Russell King · 11 years ago
  3. 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
  4. 5e4432d ARM: fix misplaced arch_virt_to_idmap() by Russell King · 11 years ago
  5. f52bb72 ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses by Sricharan R · 11 years ago
  6. 4dc9a81 ARM: mm: Introduce virt_to_idmap() with an arch hook by Santosh Shilimkar · 11 years ago
  7. ca5a45c ARM: mm: use phys_addr_t appropriately in p2v and v2p conversions by Santosh Shilimkar · 11 years ago
  8. 5b84de3 mm/ARM: fix stale comment about VALID_PAGE() by Jiang Liu · 11 years ago
  9. 5b20c5b ARM: fix type of PHYS_PFN_OFFSET to unsigned long by Cyril Chemparathy · 12 years ago
  10. 4756dcb ARM: LPAE: accomodate >32-bit addresses for page table base by Cyril Chemparathy · 12 years ago
  11. b24174b Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  12. 1b1c740 Merge branch 'misc' into for-linus by Russell King · 11 years ago
  13. 5d1c20b ARM: 7637/1: memory: use SZ_ constants for defining the virtual memory layout by Will Deacon · 11 years ago
  14. a5d533e ARM: disable virt_to_bus/virt_to_bus almost everywhere by Arnd Bergmann · 12 years ago
  15. 79d1f5c ARM: 7641/1: memory: fix broken mmap by ensuring TASK_UNMAPPED_BASE is aligned by Will Deacon · 11 years ago
  16. 48aa820f ARM: kill off arch_is_coherent by Rob Herring · 12 years ago
  17. b4ad515 ARM: 7512/1: Fix XIP build due to PHYS_OFFSET definition moving by Stephen Boyd · 12 years ago
  18. 158e8bf ARM: 7432/1: use the new linux/sizes.h by Alessandro Rubini · 12 years ago
  19. 38b4205 ARM: 7361/1: provide XIP_VIRT_ADDR for no-MMU builds by Uwe Kleine-König · 12 years ago
  20. 0cdc8b9 ARM: switch from NO_MACH_MEMORY_H to NEED_MACH_MEMORY_H by Nicolas Pitre · 13 years ago
  21. 1b9f95f ARM: prepare for removal of a bunch of <mach/memory.h> files by Nicolas Pitre · 13 years ago
  22. 96f90c79 Merge the enabling by default of ARM_PATCH_PHYS_VIRT by Nicolas Pitre · 13 years ago
  23. 99d1717 ARM: Add init_consistent_dma_size() by Jon Medhurst · 13 years ago
  24. daece59 ARM: 7013/1: P2V: Remove ARM_PATCH_PHYS_VIRT_16BIT by Nicolas Pitre · 13 years ago
  25. 022ae53 ARM: dma: replace ISA_DMA_THRESHOLD with a variable by Russell King · 13 years ago
  26. be20902 ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes by Russell King · 13 years ago
  27. 2fb3ec5 ARM: Replace platform definition of ISA_DMA_THRESHOLD/MAX_DMA_ADDRESS by Russell King · 13 years ago
  28. 3a6b167 ARM: 6675/1: use phys_addr_t instead of unsigned long in conversion code by Will Deacon · 13 years ago
  29. cada3c0 ARM: P2V: extend to 16-bit translation offsets by Russell King · 14 years ago
  30. dc21af9 ARM: P2V: introduce phys_to_virt/virt_to_phys runtime patching by Russell King · 14 years ago
  31. f4117ac ARM: P2V: separate PHYS_OFFSET from platform definitions by Russell King · 14 years ago
  32. 05b112f ARM: 6637/1: Make the argument to virt_to_phys() "const volatile" by Catalin Marinas · 14 years ago
  33. ceb0885 Merge branch 'misc' into devel by Russell King · 14 years ago
  34. 1dbd30e ARM: 6225/1: make TCM allocation static and common for all archs by Linus Walleij · 14 years ago
  35. b65b478 ARM: Remove 'node' argument form arch_adjust_zones() by Russell King · 14 years ago
  36. be37030 ARM: Remove DISCONTIGMEM support by Russell King · 14 years ago
  37. c931b4f ARM: 5928/1: Change type of VMALLOC_END to unsigned long. by Fenkart/Bostandzhyan · 14 years ago
  38. a7bd08c ARM: 5927/1: Make delimiters of DMA area globally visibly. by Fenkart/Bostandzhyan · 14 years ago
  39. 2fc4281 Merge branch 'pending-dma-streaming' (early part) into devel by Russell King · 15 years ago
  40. 1c4a4f4 ARM: dma-mapping: simplify page_to_dma() and __pfn_to_bus() by Russell King · 15 years ago
  41. 719301f ARM: provide phys_to_page() to complement page_to_phys() by Russell King · 15 years ago
  42. a8cf81f Revert "[ARM] unconditionally define __virt_to_phys and __phys_to_virt" by Russell King · 15 years ago
  43. 87d721ad Merge branch 'master' into devel by Russell King · 15 years ago
  44. b7cfda9 ARM: Fix pfn_valid() for sparse memory by Russell King · 15 years ago
  45. adca6dc Thumb-2: Add support for loadable modules by Catalin Marinas · 15 years ago
  46. 58edb51 [ARM] make page_to_dma() highmem aware by Nicolas Pitre · 16 years ago
  47. d73cd42 [ARM] kmap support by Nicolas Pitre · 16 years ago
  48. b5ee900 [ARM] remove a common set of __virt_to_bus definitions by Nicolas Pitre · 16 years ago
  49. 75f4aa1 [ARM] unconditionally define __virt_to_phys and __phys_to_virt by Nicolas Pitre · 16 years ago
  50. ab4f2ee [ARM] fix naming of MODULE_START / MODULE_END by Russell King · 16 years ago
  51. 3bca103 [ARM] 5295/1: make ZONE_DMA optional by Nicolas Pitre · 16 years ago
  52. 6c5da7a [ARM] mm: move vmalloc= parsing to arch/arm/mm/mmu.c by Russell King · 16 years ago
  53. 8d5796d [ARM] 5222/1: Allow configuring user:kernel split via Kconfig by Lennert Buytenhek · 16 years ago
  54. 98ed7d4 [ARM] dma-mapping: improve type-safeness of DMA translations by Russell King · 16 years ago
  55. 60296c7 [ARM] prevent crashing when too much RAM installed by Lennert Buytenhek · 16 years ago
  56. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  57. 4baa992 [ARM] move include/asm-arm to arch/arm/include/asm by Russell King · 16 years ago[Renamed (99%) from include/asm-arm/memory.h]
  58. 05944d7 [ARM] Add initial sparsemem support by Russell King · 18 years ago
  59. b7dc96d [ARM] Clean up discontigmem support by Russell King · 18 years ago
  60. a069c89 [ARM] 3705/1: add supersection support to ioremap() by Lennert Buytenhek · 18 years ago
  61. ff0daca [ARM] Add section support to ioremap by Russell King · 18 years ago
  62. 002547b [ARM] nommu: adjust headers for !MMU ARM systems by Russell King · 18 years ago
  63. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  64. 7d12963 [ARM] Remove unnecessary extra parens in include/asm-arm/memory.h by Russell King · 18 years ago
  65. 0da3235 [ARM] arm's arch_local_page_offset() fix against 2.6.17-rc1 by KAMEZAWA Hiroyuki · 18 years ago
  66. 23759dc [ARM] 3439/2: xsc3: add I/O coherency support by Lennert Buytenhek · 18 years ago
  67. 7eb98a2 [PATCH] unify pfn_to_page: arm pfn_to_page by KAMEZAWA Hiroyuki · 18 years ago
  68. 37134cd [ARM] 3209/1: Configurable DMA-consistent memory region by Kevin Hilman · 19 years ago
  69. 9d4ae72 [ARM] 3070/2: Add __ioremap_pfn() API by Deepak Saxena · 19 years ago
  70. 31a5539 [ARM] 3194/1: add pfn_to_kaddr macro for ARM take2 by Hiroki Kaminaga · 19 years ago
  71. 37d07b7 [ARM] 3061/1: cleanup the XIP link address mess by Nicolas Pitre · 19 years ago
  72. f09b997 [ARM] 3060/1: allow constants found in asm/memory.h to be used in asm code by Nicolas Pitre · 19 years ago
  73. 1b3cb73 [ARM] Tighten pfn_valid() test. by Russell King · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago