aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm
AgeCommit message (Expand)AuthorFilesLines
2006-09-29[PATCH] pidspace: is_init()Sukadev Bhattiprolu1-1/+1
2006-09-29[PATCH] make PROT_WRITE imply PROT_READJason Baron1-1/+1
2006-09-28Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds26-932/+2604
2006-09-28[ARM] nommu: confirms the CR_V bit in nommu modeHyok S. Choi1-0/+12
2006-09-28[ARM] nommu: abort handler fixup for !CPU_CP15_MMU cores.Hyok S. Choi7-7/+35
2006-09-27[ARM] Make !MMU CPUs depend on !MMURussell King1-0/+5
2006-09-27[ARM] nommu: add ARM946E-S core supportHyok S. Choi3-3/+456
2006-09-27[ARM] nommu: add ARM940T core supportHyok S. Choi3-2/+388
2006-09-27[ARM] nommu: add ARM9TDMI core supportHyok S. Choi3-0/+148
2006-09-27[ARM] nommu: add ARM740T core supportHyok S. Choi3-2/+192
2006-09-27[ARM] nommu: add ARM7TDMI core supportHyok S. Choi3-0/+263
2006-09-27[ARM] nommu: manage the CP15 thingsHyok S. Choi2-4/+14
2006-09-27[ARM] nommu: defines CPU_CP15, CPU_CP15_MMU and CPU_CP15_MPUHyok S. Choi1-0/+33
2006-09-27[ARM] do_bad_area() always takes current and current->active_mmRussell King3-14/+8
2006-09-27[ARM] Add setup_mm_for_reboot() for nommuRussell King1-0/+7
2006-09-27[ARM] Rename mm-armv.c to pgd.cRussell King2-4/+2
2006-09-27[ARM] Move rest of MMU setup code from mm-armv.c to mmu.cRussell King3-551/+542
2006-09-27[ARM] Split ARM MM initialisation for !mmuRussell King5-206/+274
2006-09-27[ARM] Separate page table manipulation code from bootmem initialisationRussell King1-29/+44
2006-09-27[ARM] 3859/1: Fix devicemaps_init() XIP_KERNEL odd 1MiB XIP_PHYS_ADDR transla...George G. Davis1-2/+2
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-1/+1
2006-09-25[ARM] 3853/1: Fix flush_ptrace_access() thinko for nonaliasing VIPT cache caseGeorge G. Davis1-1/+1
2006-09-25[ARM] 3817/1: iop3xx: split the iop3xx mach into iop32x and iop33xLennert Buytenhek1-1/+1
2006-09-25[ARM] 3814/1: move 80200 dma_inv_range() erratum check out of lineLennert Buytenhek1-6/+52
2006-09-25[ARM] 3813/1: prevent >= 4G /dev/mem mmap()Lennert Buytenhek1-0/+22
2006-09-20[ARM] Move mmu.c out of the wayRussell King2-2/+2
2006-09-20[ARM] Cleanup arch/arm/mm a littleRussell King7-33/+36
2006-09-14[ARM] 3780/1: Fix iop321 cpuidDan Williams1-1/+1
2006-09-06[ARM] 3773/1: Add the HWCAP_VFP bit for the ARM926 CPUsCatalin Marinas1-1/+1
2006-09-02[ARM] 3762/1: Fix ptrace cache coherency bug for ARM1136 VIPT nonaliasing Har...George G. Davis1-0/+26
2006-08-28[ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspac...Lennert Buytenhek1-4/+9
2006-07-29[ARM] 3734/1: Fix the unused variable warning in __iounmap()Catalin Marinas1-0/+2
2006-07-29[ARM] 3737/1: Export ARM copy/clear_user_page symbolsGeorge G. Davis1-0/+8
2006-07-29[ARM] 3736/1: xscale: don't mis-report 80219 as an iop32xLennert Buytenhek1-1/+29
2006-07-03[ARM] Fix warning in consistent.cRussell King1-2/+1
2006-07-03[ARM] Fix bad asm instruction in proc-arm925.SRussell King1-1/+2
2006-07-03[ARM] More missing proc-macros.S includesRussell King4-0/+8
2006-07-03[ARM] 3708/2: fix SMP build after section ioremap changesLennert Buytenhek1-0/+2
2006-07-02[PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.SThomas Gleixner3-0/+6
2006-07-02Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds19-264/+480
2006-07-01[ARM] 3541/2: workaround for PXA27x erratum E7Nicolas Pitre1-1/+7
2006-07-01Merge nommu branchRussell King15-125/+101
2006-07-01[ARM] 3705/1: add supersection support to ioremap()Lennert Buytenhek1-3/+63
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds14-14/+0
2006-06-30[PATCH] zoned vm counters: conversion of nr_pagetables to per zone counterChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel14-14/+0
2006-06-29[ARM] Add section support to ioremapRussell King1-4/+163
2006-06-29[ARM] Set bit 4 on section mappings correctly depending on CPURussell King16-17/+140
2006-06-29[ARM] 3675/2: Preparing for AT91SAM926 supportAndrew Victor1-2/+2
2006-06-29[ARM] nommu: provide a way for correct control register value selectionRussell King15-125/+101
2006-06-29[ARM] Remove yucky ifdefs to print "id(wb)BRR" suffix on CPU nameRussell King7-115/+7
2006-06-28[ARM] nommu: Initial uCLinux support for MMU-based CPUsHyok S. Choi13-0/+129
2006-06-28[ARM] nommu: export flush_dcache_page()Hyok S. Choi1-0/+1
2006-06-28[ARM] nommu: remove fault-armv, mmap and mm-armv files from nommu buildRussell King1-4/+4
2006-06-28[ARM] Remove TABLE_SIZE, and several unused function prototypesRussell King1-2/+0
2006-06-28[ARM] nommu: Provide a simple flush_dcache_page implementationRussell King2-2/+10
2006-06-28[ARM] nommu: add stubs for ioremap and friendsRussell King4-48/+92
2006-06-28[ARM] nommu: avoid selecting TLB and CPU specific copy codeHyok S. Choi1-29/+32
2006-06-28[ARM] nommu: we need the TLS register emulation for nommu modeRussell King1-3/+3
2006-06-25[ARM] Remove partial non-v6 binutils compatibilityRussell King1-32/+0
2006-06-25[ARM] Remove LOADREGS macroRussell King1-1/+1
2006-06-24[ARM] 3636/1: S3C2412: Add selection of CPU_ARM926Ben Dooks1-5/+5
2006-06-19[ARM] 3567/2: arm: base support for Hilscher netXSascha Hauer1-2/+2
2006-06-18[ARM] 3466/1: [2/3] Support for Philips PNX4008 platform: chip supportVitaly Wool1-2/+2
2006-05-31[PATCH] ARM: Fix XScale PMD settingDeepak Saxena1-2/+2
2006-05-30[PATCH] ARM: explicitly disable BTB on ixp2350Deepak Saxena1-1/+2
2006-05-16[ARM] 3526/1: ioremap should use vunmap instead of vfree on ARMCatalin Marinas1-2/+2
2006-04-07[ARM] Fix SA110/SA1100 cache flushingRussell King3-58/+30
2006-04-07[ARM] Move FLUSH_BASE macros to asm/arch/memory.hRussell King1-3/+4
2006-04-02[ARM] 3439/2: xsc3: add I/O coherency supportLennert Buytenhek3-1/+29
2006-03-30[ARM] 3425/1: xsc3: need to include pgtable-hwdef.hLennert Buytenhek1-0/+1
2006-03-28[ARM] 3377/2: add support for intel xsc3 coreLennert Buytenhek5-2/+617
2006-03-27[ARM] proc-v6: mark page table walks outer-cacheable, shared. Enable NX.Russell King1-4/+12
2006-03-25Merge nommu treeRussell King15-2/+20
2006-03-22Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds11-11/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-2/+2
2006-03-21[ARM] 3369/1: ep93xx: add core cirrus ep93xx supportLennert Buytenhek1-1/+1
2006-03-21[ARM] Remove unnecessary asm/hardware.h includesRussell King10-10/+0
2006-03-21[ARM] select TLS_REG_EMUL and NEEDS_SYSCALL_FOR_CMPXCHGRussell King1-2/+6
2006-03-21[ARM] nommu: Move hardware page table definitions to pgtable-hwdef.hRussell King14-0/+14
2006-03-10[ARM] 3356/1: Workaround for the ARM1136 I-cache invalidation problemCatalin Marinas2-5/+8
2006-03-07[ARM] 3352/1: DSB required for the completion of a TLB maintenance operationCatalin Marinas1-0/+1
2006-02-22[ARM] CONFIG_CPU_MPCORE -> CONFIG_CPU_32v6KRussell King1-1/+1
2006-02-01[ARM] 3294/1: don't invalidate individual BTB entries on ARMv6Nicolas Pitre1-12/+6
2006-02-01[ARM] 3293/1: don't invalidate the whole I-cache with xscale_coherent_user_rangeNicolas Pitre1-5/+11
2006-01-26[ARM] 3269/1: Add ARMv6 MT_NONSHARED_DEVICE mem_types[] indexGeorge G. Davis1-0/+6
2006-01-20[ARM] Fix ioremap.c vfree type warningRussell King1-1/+1
2006-01-12[ARM] 3209/1: Configurable DMA-consistent memory regionKevin Hilman1-12/+41
2006-01-09[ARM] 3070/2: Add __ioremap_pfn() APIDeepak Saxena1-20/+29
2006-01-09[ARM] 3240/2: AT91RM9200 support for 2.6 (Core)SAN People1-2/+2
2006-01-08[ARM] Remove EPXA10DB machine supportRussell King1-2/+2
2006-01-03[ARM] Cleanup ARM includesRussell King3-5/+1
2005-11-30[ARM SMP] Disable lazy flush_dcache_page for SMPRussell King1-1/+6
2005-11-25[ARM] Do not call flush_tlb_kernel_range() with IRQs disabled.Russell King1-3/+10
2005-11-19[ARM] 3168/1: Update ARM signal delivery and maskingDaniel Jacobowitz2-186/+1
2005-11-17[ARM] Fix some corner cases in new mm initialisationRussell King1-11/+13
2005-11-17[ARM] __ioremap doesn't use 4th argumentRussell King1-2/+1
2005-11-10[ARM] 3145/1: OMAP 3a/5: Add support for omap24xxTony Lindgren1-1/+1
2005-11-10[ARM] 3141/1: OMAP 1/5: Update omap1 specific filesTony Lindgren1-2/+2
2005-11-07[ARM SMP] Add Realview MPcore SMP supportRussell King1-0/+18
2005-11-07[ARM SMP] Add support for shared memory attributeRussell King2-17/+39
2005-11-03[ARM] Merge SMP treeRussell King1-0/+12
2005-11-03[ARM] 3092/1: remove excessive print format paddingNicolas Pitre1-4/+4
2005-11-03[ARM SMP] Add configuration option for ARMv6K processorsRussell King1-0/+12
2005-11-02[ARM] Fix mm initialisation with write buffered write allocate cachesRussell King1-1/+8
2005-10-31[ARM] Add support for ARM RealView boardCatalin Marinas1-3/+3
2005-10-30[ARM] Make v6 copypage function static and cleanup pgprotsRussell King1-9/+7
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-0/+1
2005-10-29[PATCH] mm: arm ready for split ptlockHugh Dickins1-1/+6
2005-10-29[PATCH] mm: arches skip ptlockHugh Dickins1-14/+0
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins2-8/+2
2005-10-29[ARM] 3059/1: fix XIP supportNicolas Pitre1-11/+19
2005-10-28Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-362/+291
2005-10-28[PATCH] gfp_t: dma-mapping (arm)Al Viro1-4/+4
2005-10-28[ARM] 3017/1: Add support for 36-bit addresses to create_mapping()Deepak Saxena1-13/+47
2005-10-28[ARM] 3016/1: Replace map_desc.physical with map_desc.pfnDeepak Saxena2-10/+10
2005-10-28[ARM] Re-jig bootmem initialisationRussell King2-348/+242
2005-10-28[ARM] Fix sparse warningsRussell King1-3/+3
2005-10-28[ARM] 3/4: Remove asm/hardware.h from SA1100 io.hRussell King1-0/+1
2005-10-19[ARM] 3024/1: Add cpu_v6_proc_finTony Lindgren1-1/+8
2005-10-12[ARM] 2969/1: miscellaneous whitespace cleanupGeorge G. Davis1-22/+22
2005-10-10[ARM] 2959/1: Add test for invalid LDRD/STRD Rd cases in ARM alignment handlerGeorge G. Davis1-1/+10
2005-10-05[ARM] 2954/1: Allow D and I cache and branch prediction disabling for ARMv6Catalin Marinas1-4/+4
2005-10-02[ARM] 2943/1: Clear the exclusive monitor in v6_early_abortCatalin Marinas1-0/+5
2005-09-30[ARM] 2940/1: Fix BTB entry flush in arch/arm/mm/cache-v6.SGen FUKATSU1-1/+8
2005-09-30[ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.cCatalin Marinas1-18/+18
2005-09-20[ARM] Prevent deadlock in page fault handlerRussell King1-1/+11
2005-09-20[ARM] 2926/1: .proc.info - postfix section with .init for `make buildcheck`Ben Dooks14-14/+14
2005-09-09Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild Linus Torvalds18-18/+18
2005-09-09kbuild: arm - use generic asm-offsets.h supportSam Ravnborg18-18/+18
2005-09-08[ARM] Fix ARMv6 VIPT cache >= 32KRussell King1-0/+52
2005-09-04[ARM] 2875/1: Data Abort fixesTimothy Baldwin1-4/+4
2005-09-01[ARM] Fix ARMv6 page table bitsRussell King1-1/+1
2005-09-01[ARM] Simplify setup_mm_for_reboot()Russell King1-9/+9
2005-09-01[ARM] Convert open-coded __pmd_populate to use inline functionRussell King1-5/+1
2005-08-31[ARM] 2867/2: unaligned ldrd/strd fixupsSteve Longerbeam1-14/+56
2005-08-29[ARM] 2853/1: Make alloc_init_supersection() work with 36-bit mappingsDeepak Saxena1-3/+1
2005-08-17[ARM] 2852/1: Correct the mistake in arch/arm/mm/Kconfig fileSean Lee1-1/+1
2005-08-15[ARM] Remove extraneous whitespace introduced in previous ARMv6 patchRussell King1-1/+1
2005-08-10[ARM] Control v6 'global' bit via Linux PTE entriesRussell King2-5/+16
2005-08-10[ARM] Use #defined constants for manipulating v6 hardware PTE bitsRussell King1-13/+7
2005-08-04[PATCH] ARM: Fix ARM fault handler for get_user_pages() fixes.Russell King1-3/+3
2005-08-03[PATCH] ARM: 2839/1: Remove XScale cache and TLB locking codeDeepak Saxena1-136/+0
2005-07-26[PATCH] ARM SMP: Mark device mappings as "device" in ARMv6 parlanceRussell King1-0/+3
2005-07-10[PATCH] ARM: 2798/1: OMAP update 2/11: Change ARM Kconfig to support omap1 an...Tony Lindgren1-1/+1
2005-07-10[PATCH] ARM: 2796/1: Fix ARMv5[TEJ] check in MMU initalizationDeepak Saxena1-2/+2
2005-07-06[PATCH] ARM: 2789/1: Enable access to both CP10 and CP11 on ARMv6Catalin Marinas1-1/+1
2005-07-03[PATCH] ARM: 2784/1: Fix the block cache flush operation rangeCatalin Marinas1-1/+2
2005-06-30[PATCH] ARM: 2779/1: Fix the V bit setting for the ARM1020x CPUsCatalin Marinas2-4/+4
2005-06-30[PATCH] ARM: 2777/1: Fix broken comment arch/arm/mm/proc-arm1020.SCatalin Marinas1-1/+1
2005-06-30[PATCH] ARM: Don't try to send a signal to pid0Russell King1-35/+40
2005-06-28[PATCH] ARM SMP: Use local_flush_tlb* where we really want to be localRussell King2-2/+2
2005-06-27[PATCH] ARM: Move memmap freeing into init.cRussell King2-78/+65
2005-06-27[PATCH] ARM: Move PGD kernel page table initialisationRussell King1-8/+7
2005-06-24[PATCH] ARM: 2698/1: Enable kernel r/w access to user pages on ARMv6Catalin Marinas1-3/+3
2005-06-22[PATCH] ARM: Remove explicit page-alignments in memory initRussell King1-13/+6
2005-06-21[PATCH] Avoiding mmap fragmentationWolfgang Wander1-1/+9
2005-06-20[PATCH] ARM: 2686/2: AAEC-2000 Core supportBellido Nicolas1-1/+1
2005-06-20[PATCH] ARM: Add iomap support for ARMRussell King1-0/+47
2005-06-20[PATCH] ARM: Add common CACHE_COLOUR macroRussell King1-4/+2
2005-06-20[PATCH] ARM: Fix delayed dcache flush for ARMv6 non-aliasing cachesRussell King2-46/+29
2005-06-09[PATCH] ARM: Remove zero-byte sized fileRussell King1-0/+0
2005-06-08[PATCH] ARM: 2664/2: add support for atomic ops on pre-ARMv6 SMP systemsNicolas Pitre1-0/+8
2005-06-08[PATCH] ARM: Fix Xscale copy_page implementationRussell King5-195/+131
2005-05-16[PATCH] ARM: Fix build errorRussell King2-4/+4
2005-05-12[PATCH] ARM: 2680/1: refine TLS reg availability some more againNicolas Pitre1-11/+10
2005-05-10[PATCH] ARM: 2663/2: I can't typeNicolas Pitre1-2/+2
2005-05-10[PATCH] ARM: Add V6 aliasing cache flushRussell King1-2/+35
2005-05-10[PATCH] ARM: Use top_pmd for V6 copy/clear user_pageRussell King1-22/+6
2005-05-10[PATCH] ARM: Move copy/clear user_page locking into implementationRussell King2-80/+111
2005-05-10[PATCH] ARM: Add top_pmd, which points at the top-most page tableRussell King1-0/+4
2005-05-09[PATCH] ARM: Add inline functions to find the pmd from virtual addressRussell King1-8/+15
2005-05-05[PATCH] ARM: 2663/1: straightify TLS register emulation a bit moreNicolas Pitre1-9/+15
2005-05-03[PATCH] ARM: 2662/1: missing "default y" for CONFIG_HAS_TLS_REGNicolas Pitre1-0/+1
2005-04-29[PATCH] ARM: 2656/1: Access permission bits are wrong for kernel XIP sections...George G. Davis1-2/+3
2005-04-29[PATCH] ARM: 2651/3: kernel helpers for NPTL supportNicolas Pitre1-0/+14
2005-04-29[PATCH] ARM: 2655/1: ARM1136 SWP instruction abort handler fixGeorge G. Davis1-0/+16
2005-04-16[PATCH] arm: add comment about max_low_pfn/max_pfnakpm@osdl.org1-0/+3
2005-04-16[PATCH] arm: fix SIGBUS handlingakpm@osdl.org1-44/+36
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds56-0/+13340