aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan1-1/+0
2009-06-25sh64: Hook up page fault events for software perf counters.Paul Mundt1-3/+12
2009-06-25sh: Hook up page fault events for software perf counters.Paul Mundt1-29/+32
2009-06-23sh: Wire up the uncached fixmap on sh64 as well.Paul Mundt1-2/+0
2009-06-23sh: Use local TLB flush in set_pte_phys().Paul Mundt1-1/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2-2/+2
2009-06-18sh: remove stray markers.Christoph Hellwig1-4/+0
2009-05-22sh: Prefer slab_is_available() over after_bootmem.Paul Mundt2-4/+2
2009-05-14sh: Provide FORCE_MAX_ZONEORDER.Paul Mundt1-0/+23
2009-05-10sh: Consolidate the boot link and entry offset definitions.Paul Mundt1-8/+0
2009-05-09sh: Cleanup irqflags size mismatch on SH-5 build.Paul Mundt1-4/+4
2009-05-07sh: Integrate the SH-5 onchip_remap() more coherently.Paul Mundt1-171/+94
2009-05-07sh: Handle shm_align_mask also for HAVE_ARCH_UNMAPPED_AREA_TOPDOWN.Paul Mundt1-4/+132
2009-04-20sh: pci: Rework fixed region checks in ioremap().Paul Mundt1-7/+7
2009-04-16sh: pci memory range checking codeMagnus Damm1-2/+2
2009-04-14sh: Pre-allocate a reasonable number of DMA debug entries.Paul Mundt1-1/+11
2009-04-09sh: Add support for DMA API debugging.Paul Mundt1-6/+13
2009-04-02sh: Kill off broken direct-mapped cache mode.Paul Mundt1-12/+0
2009-03-17sh: Update debugfs ASID dumping for 16-bit ASID support.Paul Mundt1-3/+1
2009-03-17sh: tlb-pteaex: Kill off legacy PTEA updates.Paul Mundt1-3/+0
2009-03-17sh: Support for extended ASIDs on PTEAEX-capable SH-X3 cores.Paul Mundt2-2/+103
2009-03-16sh: PMB hibernation supportFrancesco VIRLINZI1-0/+38
2009-03-10sh: Support fixed 32-bit PMB mappings from bootloader.Yoshihiro Shimoda4-3/+78
2009-02-27sh: fix P4 iounmap() pass-throughMagnus Damm1-1/+1
2009-01-21arch/sh/mm: Move a dereference below a NULL testJulia Lawall1-1/+1
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-1/+2
2008-12-22sh: split coherent pagesMagnus Damm1-1/+6
2008-12-22sh: Generic kgdb stub support.Paul Mundt1-6/+0
2008-12-22sh: Fix up the cpu_asid() return value on nommu.Paul Mundt1-1/+1
2008-12-22sh: Convert sh64 /proc/asids to debugfs and generic sh.Paul Mundt3-0/+81
2008-12-22sh: P4 ioremap pass-throughMagnus Damm2-12/+2
2008-12-22sh: Move arch_get_unmapped_area() in to arch/sh/mm/mmap.c.Paul Mundt1-0/+94
2008-11-13sh: Don't factor in PAGE_OFFSET for valid_phys_addr_range() check.Paul Mundt1-1/+1
2008-11-12sh: Provide a sane valid_phys_addr_range() to prevent TLB reset with PMB.Paul Mundt3-2/+33
2008-11-10sh: Handle fixmap TLB eviction more coherently.Paul Mundt2-3/+26
2008-10-31sh: fix sh2a cache entry_maskYoshihiro Shimoda1-4/+4
2008-10-21sh: Kill off duplicate remove_memory() definition.Andrew Morton1-17/+0
2008-10-20sh: remove consistent alloc cruftMagnus Damm1-10/+0
2008-10-20Fix debugfs_create_file's error checking method for arch/sh/mm/Zhaolei2-0/+8
2008-09-21sh: Trivial trace_mark() instrumentation for core events.Paul Mundt1-24/+33
2008-09-21sh: Kill off duplicate page fault notifiers in slow path.Paul Mundt1-7/+4
2008-09-21sh: Look up the trap vector for the page fault notifier.Paul Mundt1-9/+4
2008-09-20sh: Support kernel stacks smaller than a page.Paul Mundt1-0/+29
2008-09-17sh: Make memory hot-add and hot-remove depend on MMU.Paul Mundt1-2/+2
2008-09-08sh: kprobes: Hook up kprobe_fault_handler() in the page fault path.Paul Mundt1-1/+28
2008-09-08sh: uninline flush_icache_all().Paul Mundt1-1/+1
2008-09-08sh: remove unnecessary memset after alloc_bootmem_low_pagesMarek Skuczynski1-1/+0
2008-09-08sh: vmalloc pgtable sync fix.Stuart Menefy1-4/+7
2008-09-08sh: early cached_to_uncached initialization.Stuart Menefy1-13/+14
2008-09-08sh: Add support for memory hot-remove.Paul Mundt2-0/+21