1. 3f2d4f5 ARM: 6052/1: kdump: make kexec work in interrupt context by Mika Westerberg · 14 years ago
  2. 7e5a69e ARM: 6007/1: fix highmem with VIPT cache and DMA by Nicolas Pitre · 14 years ago
  3. 85b3cce ARM: Fix ioremap_cached()/ioremap_wc() for SMP platforms by Russell King · 14 years ago
  4. 336f589 Merge branch 'master' into export-slabh by Tejun Heo · 14 years ago
  5. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  6. e7c5650 ARM: 5996/1: ARM: Change the mandatory barriers implementation (4/4) by Catalin Marinas · 14 years ago
  7. 23107c5 ARM: 5995/1: ARM: Add L2x0 outer_sync() support (3/4) by Catalin Marinas · 14 years ago
  8. 319f551 ARM: 5994/1: ARM: Add outer_cache_fns.sync function pointer (2/4) by Catalin Marinas · 14 years ago
  9. ac0f6f9 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  10. 9f33be2 Merge branches 'clks' and 'pnx' into devel by Russell King · 14 years ago
  11. 2741ecb Merge branch 'misc2' into devel by Russell King · 14 years ago
  12. bc85e58 Merge branch 'perf' into devel by Russell King · 14 years ago
  13. 3560adf Merge branches 'at91', 'cache', 'cup', 'ep93xx', 'ixp4xx', 'nuc', 'pending-dma-streaming', 'u300' and 'umc' into devel by Russell King · 14 years ago
  14. d6d502f ARM: 5952/1: ARM: MM: Add ARM_L1_CACHE_SHIFT_6 for handle inside each ARCH Kconfig by Kukjin Kim · 14 years ago
  15. ae14020 ARM: make_coherent(): fix problems with highpte, part 2 by Russell King · 15 years ago
  16. 4b3073e MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itself by Russell King · 15 years ago
  17. d944d54 ARM: allow alignment fault mode to be configured at kernel boot by Russell King · 14 years ago
  18. a183927 ARM: 5929/1: Add checks to detect overlap of memory regions. by Fenkart/Bostandzhyan · 14 years ago
  19. c931b4f ARM: 5928/1: Change type of VMALLOC_END to unsigned long. by Fenkart/Bostandzhyan · 14 years ago
  20. a7bd08c ARM: 5927/1: Make delimiters of DMA area globally visibly. by Fenkart/Bostandzhyan · 14 years ago
  21. db9ef1a ARM: 5926/1: Add "Virtual kernel memory..." printout. by Fenkart/Bostandzhyan · 14 years ago
  22. 9e65582 ARM: 5919/1: ARM: L2 : Errata 588369: Clean & Invalidate do not invalidate clean lines by Santosh Shilimkar · 14 years ago
  23. d309427e ARM: 5917/1: OMAP4: Add L2 Cache support by Santosh Shilimkar · 14 years ago
  24. 424d6b1 ARM: 5916/1: ARM: L2 : Add maintainace by line helper functions by Santosh Shilimkar · 14 years ago
  25. 1a28e3d ARM: 5911/1: ARM: Select CPU_32v6K for CPU_V7 only if ARCH_OMAP2 is not selected by Tony Lindgren · 14 years ago
  26. 11805bc ARM: 5905/1: ARM: Global ASID allocation on SMP by Catalin Marinas · 14 years ago
  27. 2b0d8c2 ARM: 5880/1: arm: use generic infrastructure for early params by Jeremy Kerr · 15 years ago
  28. e119bff ARM: Move creation of /proc/cpu out of alignment.c by Russell King · 15 years ago
  29. 31aa8fd ARM: Add caller information to ioremap by Russell King · 15 years ago
  30. 2ffe2da ARM: dma-mapping: fix for speculative prefetching by Russell King · 15 years ago
  31. 702b94b ARM: dma-mapping: remove dmac_clean_range and dmac_inv_range by Russell King · 15 years ago
  32. a9c9147 ARM: dma-mapping: provide per-cpu type map/unmap functions by Russell King · 15 years ago
  33. 93f1d62 ARM: dma-mapping: simplify dma_cache_maint_page by Russell King · 15 years ago
  34. 65af191 ARM: dma-mapping: move selection of page ops out of dma_cache_maint_contiguous by Russell King · 15 years ago
  35. 4ea0d73 ARM: dma-mapping: push buffer ownership down into dma-mapping.c by Russell King · 15 years ago
  36. 18eabe2 ARM: dma-mapping: introduce the idea of buffer ownership by Russell King · 15 years ago
  37. 7ada189 ARM: 5900/2: arm: enable support for software perf events by Jamie Iles · 14 years ago
  38. 4aba098 ARM: Fix wrong register in proc-arm6_7.S data abort handler by Russell King · 14 years ago
  39. ed42aca ARM: make_coherent: avoid recalculating the pfn for the modified page by Russell King · 15 years ago
  40. 56dd470 ARM: make_coherent: fix problems with highpte, part 1 by Russell King · 15 years ago
  41. f8a85f1 ARM: make_coherent: convert adjust_pte() to use p*d_none_or_clear_bad() by Russell King · 15 years ago
  42. c26c20b ARM: make_coherent: split adjust_pte() in two by Russell King · 15 years ago
  43. 2045124 ARM: 5888/1: arm: Update comments in cacheflush.h and remove unnecessary V6 and V7 comments by Tony Lindgren · 14 years ago
  44. 1f667c6 ARM: 5886/1: arm: Fix cpu_proc_fin() for proc-v7.S and make kexec work by Tony Lindgren · 14 years ago
  45. ad3e6c0 ARM: 5885/1: arm: Flush TLB entries in setup_mm_for_reboot() by Tony Lindgren · 14 years ago
  46. 1f0e14b Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  47. aff7b4f ARM: Ensure ARMv6/7 mm files are built using appropriate assembler options by Russell King · 15 years ago
  48. 4b52940 mm: make totalhigh_pages unsigned long by Andreas Fenkart · 15 years ago
  49. 0de9a00 Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 15 years ago
  50. 070f1f1 ARM: 5858/1: Remove unused vma_vm_flags macro from v7wbi_flush_user_tlb_range by Bahadir Balban · 15 years ago
  51. 548c6af [ARM] pxa: enable L2 if present in XSC3 by Haojian Zhuang · 15 years ago
  52. dc8601a [ARM] pxa: do not enable L2 after MMU is enabled by Haojian Zhuang · 15 years ago
  53. 6dc995a ARM: fix PAGE_KERNEL by Russell King · 15 years ago
  54. 52e8bfd ARM: Fix wrong shared bit for CPU write buffer bug test by Russell King · 15 years ago
  55. 4da8b82 ARM: Kill CONFIG_CPU_32 by Russell King · 15 years ago
  56. 2395d66 ARM: 5853/1: ARM: Fix build break on ARM v6 and v7 by Anand Gadiyar · 15 years ago
  57. 6665398 Merge branch 'cache' (early part) by Russell King · 15 years ago
  58. 1cc76b5 Merge branch 'for-rmk' of git://git.marvell.com/orion by Russell King · 15 years ago
  59. 2ef7f3d ARM: Fix ptrace accesses by Russell King · 15 years ago
  60. bf32eb8 Merge branch 'pending-l2x0' into cache by Russell King · 15 years ago
  61. 2c9b9c8 ARM: add size argument to __cpuc_flush_dcache_page by Russell King · 15 years ago
  62. ccaf5f0 ARM: 5848/1: kill flush_ioremap_region() by Nicolas Pitre · 15 years ago
  63. 3d10743 ARM: cache-l2x0: make better use of background cache handling by Russell King · 15 years ago
  64. 0eb948d ARM: cache-l2x0: avoid taking spinlock for every iteration by Russell King · 15 years ago
  65. e77414e fix broken aliasing checks for MAP_FIXED on sparc32, mips, arm and sh by Al Viro · 15 years ago
  66. f0e5d2c ARM: dove: fix the mm mmu flags of the pj4 procinfo by Saeed Bishara · 15 years ago
  67. 0719dc3 Merge branch 'devel-stable' into devel by Russell King · 15 years ago
  68. 4567c4a Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 into devel-stable by Russell King · 15 years ago
  69. c6baa19 Merge branch 'pending-dma-coherent' into devel by Russell King · 15 years ago
  70. 5cb2faa Merge branch 'pending-misc' (early part) into devel by Russell King · 15 years ago
  71. 6060e8d ARM: I-cache: flush executable mappings in flush_cache_range() by Russell King · 15 years ago
  72. ea201db ARM: I-cache: avoid flushing in flush_cache_mm() by Russell King · 15 years ago
  73. 9e95922 ARM: I-cache: Add invalidation for VIVT ASID tagged caches by Russell King · 15 years ago
  74. 115b224 ARM: 5794/1: Flush the D-cache during copy_user_highpage() by Catalin Marinas · 15 years ago
  75. f91fb05 ARM: Remove __flush_icache_all() from __flush_dcache_page() by Russell King · 15 years ago
  76. 2df341e ARM: Move __flush_icache_all() out of flush_pfn_alias() by Russell King · 15 years ago
  77. 7b0a100 ARM: Reduce __flush_dcache_page() visibility by Russell King · 15 years ago
  78. 48371cd ARM: 5845/1: l2x0: check whether l2x0 already enabled by Srinidhi Kasagar · 15 years ago
  79. d7931d9 Merge branch 'for-rmk' of git://git.marvell.com/orion into devel-stable by Russell King · 15 years ago
  80. 421fe93 ARM: ZERO_PAGE: Avoid flush_dcache_page() for zero page by Russell King · 15 years ago
  81. b7dc0b2 ARM: Avoid evaluating page_address() multiple times by Russell King · 15 years ago
  82. 2f0b192 ARM: Avoid duplicated implementation for VIVT cache flushing by Russell King · 15 years ago
  83. d0a92fd [ARM] pxa/treo: add Palm Centro 685 support by Tomáš Čech · 15 years ago
  84. 573a652 ARM: Add Tauros2 L2 cache controller support by Lennert Buytenhek · 15 years ago
  85. edabd38 ARM: add base support for Marvell Dove SoC by Saeed Bishara · 15 years ago
  86. 26a26d3 ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attribute by Russell King · 15 years ago
  87. acaac25 ARM: dma-mapping: get rid of setting/clearing the reserved page bit by Russell King · 15 years ago
  88. 31ebf94 ARM: dma-mapping: Factor out noMMU dma buffer allocation code by Russell King · 15 years ago
  89. ebd7a84 ARM: dma-mapping: clean up coherent arch dma allocation by Russell King · 15 years ago
  90. 88c58f3 ARM: dma-mapping: move consistent_init into CONFIG_MMU section by Russell King · 15 years ago
  91. 695ae0a ARM: dma-mapping: factor dma_free_coherent() common code by Russell King · 15 years ago
  92. 04da569 ARM: dma-mapping: fix nommu dma_alloc_coherent() by Russell King · 15 years ago
  93. 3e82d01 ARM: dma-mapping: fix coherent arch dma_alloc_coherent() by Russell King · 15 years ago
  94. 7a9a32a ARM: dma-mapping: functions to allocate/free a coherent buffer by Russell King · 15 years ago
  95. 13ccf3a ARM: dma-mapping: split out vmregion code from dma coherent mapping code by Russell King · 15 years ago
  96. 3941683 ARM: 5791/1: ARM: MM: use 64bytes of L1 cache on plat S5PC1xx by Marek Szyprowski · 15 years ago
  97. 749f583 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/xscaleiop into devel-stable by Russell King · 15 years ago
  98. 1b3a02eb ARMv7: Check whether the SMP/nAMP mode was already enabled by Tony Thompson · 15 years ago
  99. 4b46d64 ARM: ensure initial page tables are setup for SMP systems by Russell King · 15 years ago
  100. df71dfd ARM: Fix errata 411920 workarounds by Russell King · 15 years ago