aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 2954/1: Allow D and I cache and branch prediction disabling for ARMv6Catalin Marinas2005-10-051-4/+4
* [ARM] 2943/1: Clear the exclusive monitor in v6_early_abortCatalin Marinas2005-10-021-0/+5
* [ARM] 2940/1: Fix BTB entry flush in arch/arm/mm/cache-v6.SGen FUKATSU2005-09-301-1/+8
* [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.cCatalin Marinas2005-09-301-18/+18
* [ARM] Prevent deadlock in page fault handlerRussell King2005-09-201-1/+11
* [ARM] 2926/1: .proc.info - postfix section with .init for `make buildcheck`Ben Dooks2005-09-2014-14/+14
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds2005-09-0918-18/+18
|\
| * kbuild: arm - use generic asm-offsets.h supportSam Ravnborg2005-09-0918-18/+18
* | [ARM] Fix ARMv6 VIPT cache >= 32KRussell King2005-09-081-0/+52
|/
* [ARM] 2875/1: Data Abort fixesTimothy Baldwin2005-09-041-4/+4
* [ARM] Fix ARMv6 page table bitsRussell King2005-09-011-1/+1
* [ARM] Simplify setup_mm_for_reboot()Russell King2005-09-011-9/+9
* [ARM] Convert open-coded __pmd_populate to use inline functionRussell King2005-09-011-5/+1
* [ARM] 2867/2: unaligned ldrd/strd fixupsSteve Longerbeam2005-08-311-14/+56
* [ARM] 2853/1: Make alloc_init_supersection() work with 36-bit mappingsDeepak Saxena2005-08-291-3/+1
* [ARM] 2852/1: Correct the mistake in arch/arm/mm/Kconfig fileSean Lee2005-08-171-1/+1
* [ARM] Remove extraneous whitespace introduced in previous ARMv6 patchRussell King2005-08-151-1/+1
* [ARM] Control v6 'global' bit via Linux PTE entriesRussell King2005-08-102-5/+16
* [ARM] Use #defined constants for manipulating v6 hardware PTE bitsRussell King2005-08-101-13/+7
* [PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.Russell King2005-08-041-3/+3
* [PATCH] ARM: 2839/1: Remove XScale cache and TLB locking codeDeepak Saxena2005-08-031-136/+0
* [PATCH] ARM SMP: Mark device mappings as "device" in ARMv6 parlanceRussell King2005-07-261-0/+3
* [PATCH] ARM: 2798/1: OMAP update 2/11: Change ARM Kconfig to support omap1 an...Tony Lindgren2005-07-101-1/+1
* [PATCH] ARM: 2796/1: Fix ARMv5[TEJ] check in MMU initalizationDeepak Saxena2005-07-101-2/+2
* [PATCH] ARM: 2789/1: Enable access to both CP10 and CP11 on ARMv6Catalin Marinas2005-07-061-1/+1
* [PATCH] ARM: 2784/1: Fix the block cache flush operation rangeCatalin Marinas2005-07-031-1/+2
* [PATCH] ARM: 2779/1: Fix the V bit setting for the ARM1020x CPUsCatalin Marinas2005-06-302-4/+4
* [PATCH] ARM: 2777/1: Fix broken comment arch/arm/mm/proc-arm1020.SCatalin Marinas2005-06-301-1/+1
* [PATCH] ARM: Don't try to send a signal to pid0Russell King2005-06-301-35/+40
* [PATCH] ARM SMP: Use local_flush_tlb* where we really want to be localRussell King2005-06-282-2/+2
* [PATCH] ARM: Move memmap freeing into init.cRussell King2005-06-272-78/+65
* [PATCH] ARM: Move PGD kernel page table initialisationRussell King2005-06-271-8/+7
* [PATCH] ARM: 2698/1: Enable kernel r/w access to user pages on ARMv6Catalin Marinas2005-06-241-3/+3
* [PATCH] ARM: Remove explicit page-alignments in memory initRussell King2005-06-221-13/+6
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-211-1/+9
* [PATCH] ARM: 2686/2: AAEC-2000 Core supportBellido Nicolas2005-06-201-1/+1
* [PATCH] ARM: Add iomap support for ARMRussell King2005-06-201-0/+47
* [PATCH] ARM: Add common CACHE_COLOUR macroRussell King2005-06-201-4/+2
* [PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing cachesRussell King2005-06-202-46/+29
* [PATCH] ARM: Remove zero-byte sized fileRussell King2005-06-091-0/+0
* [PATCH] ARM: 2664/2: add support for atomic ops on pre-ARMv6 SMP systemsNicolas Pitre2005-06-081-0/+8
* [PATCH] ARM: Fix Xscale copy_page implementationRussell King2005-06-085-195/+131
* [PATCH] ARM: Fix build errorRussell King2005-05-162-4/+4
* [PATCH] ARM: 2680/1: refine TLS reg availability some more againNicolas Pitre2005-05-121-11/+10
* [PATCH] ARM: 2663/2: I can't typeNicolas Pitre2005-05-101-2/+2
* [PATCH] ARM: Add V6 aliasing cache flushRussell King2005-05-101-2/+35
* [PATCH] ARM: Use top_pmd for V6 copy/clear user_pageRussell King2005-05-101-22/+6
* [PATCH] ARM: Move copy/clear user_page locking into implementationRussell King2005-05-102-80/+111
* [PATCH] ARM: Add top_pmd, which points at the top-most page tableRussell King2005-05-101-0/+4
* [PATCH] ARM: Add inline functions to find the pmd from virtual addressRussell King2005-05-091-8/+15