aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/mm
Commit message (Expand)AuthorAgeFilesLines
* MN10300: Fix one of the kernel debugger cacheflush variantsDavid Howells2011-06-071-2/+2
* mn10300: convert old cpumask API into new oneKOSAKI Motohiro2011-05-252-20/+20
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* MN10300: Create generic kernel debugger hooksDavid Howells2011-03-181-5/+4
* MN10300: Create general kernel debugger cache flushingDavid Howells2011-03-1810-17/+579
* MN10300: The icache invalidate functions should disable the icache firstDavid Howells2011-03-183-83/+140
* MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not existDavid Howells2011-03-141-2/+2
* MN10300: Map userspace atomic op regs as a vmalloc pageMark Salter2010-10-271-0/+21
* MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi2010-10-271-8/+4
* MN10300: SMP TLB flushingAkira Takeuchi2010-10-272-0/+216
* MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB controlAkira Takeuchi2010-10-271-8/+19
* MN10300: Make the use of PIDR to mark TLB entries controllableAkira Takeuchi2010-10-271-30/+11
* MN10300: Rename __flush_tlb*() to local_flush_tlb*()David Howells2010-10-273-4/+4
* MN10300: AM34 erratum requires MMUCTR read and write on exception entryAkira Takeuchi2010-10-271-6/+26
* MN10300: Cache: Implement SMP global cache flushingAkira Takeuchi2010-10-279-15/+535
* MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells2010-10-275-90/+292
* MN10300: AM34: Add cacheflushing by using the AM34 purge registersAkira Takeuchi2010-10-274-1/+678
* MN10300: SMP: Differentiate local cache flushingAkira Takeuchi2010-10-272-112/+230
* MN10300: Cacheflush functions should take unsigned long addressesAkira Takeuchi2010-10-271-6/+6
* MN10300: AM34: The current cacheflush routines operate by controlling tag regsDavid Howells2010-10-274-2/+23
* MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells2010-10-271-0/+3
* MN10300: Cache: Split cache bits out of arch KconfigDavid Howells2010-10-271-0/+32
* MN10300: Remove monitor/JTAG functionsAkira Takeuchi2010-10-271-5/+0
* MN10300: BUG to BUG_ON changesStoyan Gaydarov2010-10-272-4/+2
* MN10300: Fix flush_icache_range()David Howells2010-10-011-1/+19
* MN10300: Handle missing sys_cacheflush() when caching disabledDavid Howells2010-09-282-8/+27
* arch/mn10300/mm: eliminate NULL dereferenceJulia Lawall2010-08-231-1/+2
* mn10300: invoke oom-killer from page faultNick Piggin2010-06-041-5/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-2/+3
* MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-1/+2
* mn10300: make the ASB2305's PCnet32 NIC work by using the PCI bridge's SRAMDavid Howells2010-01-111-0/+17
* mn10300: add cc clobbers to asm statementsMark Salter2010-01-111-2/+2
* mm: make totalhigh_pages unsigned longAndreas Fenkart2010-01-111-2/+1
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-122-2/+0
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* MN10300: Don't set the dirty bit in the DTLB entries in the TLB-miss handlerDavid Howells2009-06-111-18/+0
* MN10300: Don't do misalignment handling for userspaceDavid Howells2008-11-121-29/+23
* MN10300: Don't handle misaligned loading and storing of SPDavid Howells2008-11-121-2/+0
* MN10300: Handle misaligned SP-based operandsDavid Howells2008-11-121-9/+24
* MN10300: Fix misaligned index-register addressing handlingDavid Howells2008-11-121-4/+4
* MN10300: Handle misaligned postinc-with-imm addressing mode correctlyDavid Howells2008-11-121-51/+56
* MN10300: Perform misalignment fixups of MOV_LccDavid Howells2008-11-121-1/+94
* MN10300: Allow misalignment fixup in interrupt handlingDavid Howells2008-11-121-3/+0
* MN10300: Fix register-postinc addressing misalignment handlingDavid Howells2008-11-121-1/+3
* MN10300: Extract the displacement from an insn correctly in misalignment fixupDavid Howells2008-11-121-13/+13
* MN10300: Add further misalignment fixupsDavid Howells2008-11-121-1/+53
* MN10300: Add built-in testing for misalignment handlerDavid Howells2008-11-121-0/+161
* MN10300: Clean up the misalignment handler a littleDavid Howells2008-11-121-18/+9
* MN10300: Change the fault handler to check in_atomic() not in_interrupt()David Howells2008-09-111-1/+1