summaryrefslogtreecommitdiffstats
path: root/arch/mn10300/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | mn10300: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-242-2/+2
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-245-5/+5
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-4/+4
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-3/+3
* mn10300: convert to dma_map_opsChristoph Hellwig2016-01-201-6/+61
* atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra2015-07-271-1/+1
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* arch,mn10300: Convert smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2013-11-151-2/+7
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-0/+2
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-3/+4
* mm/mn10300: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-24/+2
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
* mm/mn10300: use common help functions to free reserved pagesJiang Liu2013-04-291-21/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* | mn10300/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-12-121-8/+25
|/
* mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven2012-07-111-0/+1
* Disintegrate asm/system.h for MN10300David Howells2012-03-285-5/+0
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* 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