aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-10Merge branch 'imx' into develRussell King1-2/+15
2008-07-10Merge branches 'at91', 'dyntick', 'ep93xx', 'iop', 'ixp', 'misc', 'orion', 'omap-reviewed', 'rpc', 'rtc' and 's3c' into develRussell King6-30/+559
2008-07-10[ARM] 5130/4: Support for the at91sam9g20sedji gaouaou1-2/+2
2008-07-07[ARM] Feroceon: don't disable BPU on bootSaeed Bishara1-4/+5
2008-07-05i.MX2 family: Add basic mach supportJuergen Beisert1-2/+2
2008-07-03[ARM] 5092/1: Fix the I-cache invalidation on ARMv6 and later CPUsCatalin Marinas2-0/+6
2008-06-22[ARM] add Marvell 78xx0 ARM SoC supportStanislav Samsonov1-2/+2
2008-06-22[ARM] Feroceon: 88fr571-vd supportLennert Buytenhek1-0/+30
2008-06-22[ARM] add Marvell Kirkwood (88F6000) SoC supportSaeed Bishara1-2/+2
2008-06-22[ARM] Feroceon: 88fr131 supportLennert Buytenhek1-0/+30
2008-06-22[ARM] Feroceon: L2 cache supportLennert Buytenhek4-1/+354
2008-06-22[ARM] Feroceon: L1 cache range operation supportStanislav Samsonov1-1/+68
2008-06-22[ARM] add Marvell Loki (88RC8480) SoC supportLennert Buytenhek1-1/+1
2008-06-22[ARM] Feroceon: allow more old Feroceon IDsKe Wei1-2/+2
2008-06-22[ARM] Feroceon: speed up flushing of the entire cacheNicolas Pitre1-11/+48
2008-06-22[ARM] Feroceon: annotate 88fr531-vd CPU entriesLennert Buytenhek1-4/+9
2008-06-22[ARM] Orion: fix various whitespace and coding style issuesLennert Buytenhek1-4/+4
2008-05-17[ARM] 5034/1: fix arm{925,926,940,946} dma_flush_range() in WT modeLennert Buytenhek4-4/+4
2008-04-29arm: Export empty_zero_page for ZERO_PAGE usage in modules.Aneesh Kumar K.V1-0/+1
2008-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds4-50/+113
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt1-2/+2
2008-04-28[ARM] Feroceon: Feroceon-specific WA-cache compatible {copy,clear}_user_page()Lennert Buytenhek4-3/+102
2008-04-28[ARM] Feroceon: fix function alignment in proc-feroceon.SNicolas Pitre1-3/+10
2008-04-28[ARM] feroceon: remove CONFIG_CPU_CACHE_ROUND_ROBIN checkLennert Buytenhek1-3/+0
2008-04-28[ARM] feroceon: remove CONFIG_CPU_DCACHE_WRITETHROUGH checkLennert Buytenhek2-41/+1
2008-04-24[ARM] fix 48d7927bdf071d05cf5d15b816cf06b0937cb84fCatalin Marinas23-17/+29
2008-04-19Merge branches 'arm', 'at91', 'ep93xx', 'iop', 'ks8695', 'misc', 'mxc', 'ns9x', 'orion', 'pxa', 'sa1100', 's3c' and 'sparsemem' into develRussell King2-3/+1
2008-04-19[ARM] remove redundant display of free swap space in show_mem()Johannes Weiner1-2/+0
2008-04-18Allow the L2X0 outer cache support to be configurableCatalin Marinas1-1/+5
2008-04-18RealView: Add the configuration and build changes for PB1176Bahadir Balban1-1/+1
2008-04-18RealView: Enable the configuration options for PB11MPCoreBahadir Balban1-1/+1
2008-04-18RealView: Allow ARMv7 support for RealView/EBCatalin Marinas1-1/+1
2008-04-18RealView: Move the SCU initialisation out of __v6_setupCatalin Marinas1-14/+0
2008-04-18Add a prefetch abort handlerPaul Brook17-0/+40
2008-04-18ARMv7: Add support for the ThumbEE state saving/restoringCatalin Marinas1-0/+7
2008-03-27Orion: orion -> orion5x renameLennert Buytenhek1-1/+1
2008-03-20[ARM] 4864/1: Enable write buffer coalescing on IOPArnaud Patard1-0/+4
2008-03-01[ARM] Fix freeing of page tables for ARM in free_pgd_slowUwe Kleine-König1-4/+2
2008-02-29[ARM] 4839/1: fixes kernel Oops in /dev/mem device driver for memory map with PHYS_OFFAlexandre Rusev1-0/+2
2008-02-07Introduce flags for reserve_bootmem()Bernhard Walle3-11/+19
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2-5/+5
2008-01-28Merge branch 'orion' into develRussell King3-2/+530
2008-01-28Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', 's3c2410', 'sa1100' and 'vfp' into develRussell King2-5/+33
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre1-2/+2
2008-01-26ARM kprobes: add the kprobes hook to the page fault handlerNicolas Pitre1-0/+27
2008-01-26[ARM] Feroceon: support old cores with ARM926 IDTzachi Perelstein2-0/+36
2008-01-26[ARM] Marvell Feroceon CPU core supportAssaf Hoffman3-2/+494
2008-01-26[ARM] 4764/1: [AT91] AT91CAP9 core supportAndrew Victor1-2/+2
2008-01-26[ARM] msm: core platform support for ARCH_MSM7X00ABrian Swetland1-1/+2
2007-11-11[ARM] remove useless setting of VM_RESERVEDRussell King1-1/+0