Age | Commit message (Expand) | Author | Files | Lines |
2006-03-11 | [ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problem | Catalin Marinas | 2 | -5/+8 |
2006-03-07 | [ARM] 3352/1: DSB required for the completion of a TLB maintenance operation | Catalin Marinas | 1 | -0/+1 |
2006-02-23 | [ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6K | Russell King | 1 | -1/+1 |
2006-02-01 | [ARM] 3294/1: don't invalidate individual BTB entries on ARMv6 | Nicolas Pitre | 1 | -12/+6 |
2006-02-01 | [ARM] 3293/1: don't invalidate the whole I-cache with xscale_coherent_user_range | Nicolas Pitre | 1 | -5/+11 |
2006-01-26 | [ARM] 3269/1: Add ARMv6 MT_NONSHARED_DEVICE mem_types[] index | George G. Davis | 1 | -0/+6 |
2006-01-20 | [ARM] Fix ioremap.c vfree type warning | Russell King | 1 | -1/+1 |
2006-01-12 | [ARM] 3209/1: Configurable DMA-consistent memory region | Kevin Hilman | 1 | -12/+41 |
2006-01-09 | [ARM] 3070/2: Add __ioremap_pfn() API | Deepak Saxena | 1 | -20/+29 |
2006-01-09 | [ARM] 3240/2: AT91RM9200 support for 2.6 (Core) | SAN People | 1 | -2/+2 |
2006-01-09 | [ARM] Remove EPXA10DB machine support | Russell King | 1 | -2/+2 |
2006-01-03 | [ARM] Cleanup ARM includes | Russell King | 3 | -5/+1 |
2005-11-30 | [ARM SMP] Disable lazy flush_dcache_page for SMP | Russell King | 1 | -1/+6 |
2005-11-25 | [ARM] Do not call flush_tlb_kernel_range() with IRQs disabled. | Russell King | 1 | -3/+10 |
2005-11-19 | [ARM] 3168/1: Update ARM signal delivery and masking | Daniel Jacobowitz | 2 | -186/+1 |
2005-11-18 | [ARM] Fix some corner cases in new mm initialisation | Russell King | 1 | -11/+13 |
2005-11-17 | [ARM] __ioremap doesn't use 4th argument | Russell King | 1 | -2/+1 |
2005-11-10 | [ARM] 3145/1: OMAP 3a/5: Add support for omap24xx | Tony Lindgren | 1 | -1/+1 |
2005-11-10 | [ARM] 3141/1: OMAP 1/5: Update omap1 specific files | Tony Lindgren | 1 | -2/+2 |
2005-11-08 | [ARM SMP] Add Realview MPcore SMP support | Russell King | 1 | -0/+18 |
2005-11-07 | [ARM SMP] Add support for shared memory attribute | Russell King | 2 | -17/+39 |
2005-11-04 | [ARM] Merge SMP tree | Russell King | 1 | -0/+12 |
2005-11-03 | [ARM] 3092/1: remove excessive print format padding | Nicolas Pitre | 1 | -4/+4 |
2005-11-03 | [ARM SMP] Add configuration option for ARMv6K processors | Russell King | 1 | -0/+12 |
2005-11-02 | [ARM] Fix mm initialisation with write buffered write allocate caches | Russell King | 1 | -1/+8 |
2005-10-31 | [ARM] Add support for ARM RealView board | Catalin Marinas | 1 | -3/+3 |
2005-10-30 | [ARM] Make v6 copypage function static and cleanup pgprots | Russell King | 1 | -9/+7 |
2005-10-30 | [PATCH] mm: split page table lock | Hugh Dickins | 1 | -0/+1 |
2005-10-30 | [PATCH] mm: arm ready for split ptlock | Hugh Dickins | 1 | -1/+6 |
2005-10-30 | [PATCH] mm: arches skip ptlock | Hugh Dickins | 1 | -14/+0 |
2005-10-30 | [PATCH] mm: init_mm without ptlock | Hugh Dickins | 2 | -8/+2 |
2005-10-29 | [ARM] 3059/1: fix XIP support | Nicolas Pitre | 1 | -11/+19 |
2005-10-28 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 3 | -362/+291 |
2005-10-28 | [PATCH] gfp_t: dma-mapping (arm) | Al Viro | 1 | -4/+4 |
2005-10-28 | [ARM] 3017/1: Add support for 36-bit addresses to create_mapping() | Deepak Saxena | 1 | -13/+47 |
2005-10-28 | [ARM] 3016/1: Replace map_desc.physical with map_desc.pfn | Deepak Saxena | 2 | -10/+10 |
2005-10-28 | [ARM] Re-jig bootmem initialisation | Russell King | 2 | -348/+242 |
2005-10-28 | [ARM] Fix sparse warnings | Russell King | 1 | -3/+3 |
2005-10-28 | [ARM] 3/4: Remove asm/hardware.h from SA1100 io.h | Russell King | 1 | -0/+1 |
2005-10-20 | [ARM] 3024/1: Add cpu_v6_proc_fin | Tony Lindgren | 1 | -1/+8 |
2005-10-12 | [ARM] 2969/1: miscellaneous whitespace cleanup | George G. Davis | 1 | -22/+22 |
2005-10-10 | [ARM] 2959/1: Add test for invalid LDRD/STRD Rd cases in ARM alignment handler | George G. Davis | 1 | -1/+10 |
2005-10-06 | [ARM] 2954/1: Allow D and I cache and branch prediction disabling for ARMv6 | Catalin Marinas | 1 | -4/+4 |
2005-10-03 | [ARM] 2943/1: Clear the exclusive monitor in v6_early_abort | Catalin Marinas | 1 | -0/+5 |
2005-09-30 | [ARM] 2940/1: Fix BTB entry flush in arch/arm/mm/cache-v6.S | Gen FUKATSU | 1 | -1/+8 |
2005-09-30 | [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.c | Catalin Marinas | 1 | -18/+18 |
2005-09-20 | [ARM] Prevent deadlock in page fault handler | Russell King | 1 | -1/+11 |
2005-09-20 | [ARM] 2926/1: .proc.info - postfix section with .init for `make buildcheck` | Ben Dooks | 14 | -14/+14 |
2005-09-10 | Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 18 | -18/+18 |
2005-09-09 | kbuild: arm - use generic asm-offsets.h support | Sam Ravnborg | 18 | -18/+18 |