aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mn10300/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-1/+1
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-01-24mn10300: migrate exception table users off module.h and onto extable.hPaul Gortmaker2-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds5-5/+5
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-4/+4
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-3/+3
2016-01-20mn10300: convert to dma_map_opsChristoph Hellwig1-6/+61
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-04-18arch,mn10300: Convert smp_mb__*()Peter Zijlstra1-2/+2
2013-11-15mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov1-2/+7
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-3/+4
2013-07-03mm/mn10300: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-24/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+2
2013-04-29mm/mn10300: use common help functions to free reserved pagesJiang Liu1-21/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2012-12-12mn10300/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-8/+25
2012-12-06propagate name change to comments in kernel sourceNadia Yvette Chambers1-1/+1
2012-07-11mn10300: mm/dma-alloc.c needs <linux/export.h>Geert Uytterhoeven1-0/+1
2012-03-28Disintegrate asm/system.h for MN10300David Howells5-5/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-07MN10300: Fix one of the kernel debugger cacheflush variantsDavid Howells1-2/+2
2011-05-25mn10300: convert old cpumask API into new oneKOSAKI Motohiro2-20/+20
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-03-18MN10300: Create generic kernel debugger hooksDavid Howells1-5/+4
2011-03-18MN10300: Create general kernel debugger cache flushingDavid Howells10-17/+579
2011-03-18MN10300: The icache invalidate functions should disable the icache firstDavid Howells3-83/+140
2011-03-14MN10300: The SMP_ICACHE_INV_FLUSH_RANGE IPI command does not existDavid Howells1-2/+2
2010-10-27MN10300: Map userspace atomic op regs as a vmalloc pageMark Salter1-0/+21
2010-10-27MN10300: And Panasonic AM34 subarch and implement SMPAkira Takeuchi1-8/+4
2010-10-27MN10300: SMP TLB flushingAkira Takeuchi2-0/+216
2010-10-27MN10300: Use the [ID]PTEL2 registers rather than [ID]PTEL for TLB controlAkira Takeuchi1-8/+19
2010-10-27MN10300: Make the use of PIDR to mark TLB entries controllableAkira Takeuchi1-30/+11
2010-10-27MN10300: Rename __flush_tlb*() to local_flush_tlb*()David Howells3-4/+4
2010-10-27MN10300: AM34 erratum requires MMUCTR read and write on exception entryAkira Takeuchi1-6/+26
2010-10-27MN10300: Cache: Implement SMP global cache flushingAkira Takeuchi9-15/+535
2010-10-27MN10300: Allow some cacheflushes to be avoided if cache snooping is availableDavid Howells5-90/+292
2010-10-27MN10300: AM34: Add cacheflushing by using the AM34 purge registersAkira Takeuchi4-1/+678
2010-10-27MN10300: SMP: Differentiate local cache flushingAkira Takeuchi2-112/+230
2010-10-27MN10300: Cacheflush functions should take unsigned long addressesAkira Takeuchi1-6/+6
2010-10-27MN10300: AM34: The current cacheflush routines operate by controlling tag regsDavid Howells4-2/+23
2010-10-27MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells1-0/+3
2010-10-27MN10300: Cache: Split cache bits out of arch KconfigDavid Howells1-0/+32
2010-10-27MN10300: Remove monitor/JTAG functionsAkira Takeuchi1-5/+0
2010-10-27MN10300: BUG to BUG_ON changesStoyan Gaydarov2-4/+2