summaryrefslogtreecommitdiffstats
path: root/arch/avr32/mm
Commit message (Expand)AuthorAgeFilesLines
* avr32: convert to dma_map_opsChristoph Hellwig2016-01-201-35/+80
* 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/avr32/mm/cache.c: export symbol flush_icache_range() for module usingChen Gang2014-03-311-0/+1
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-0/+2
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-121-1/+1
* mm/AVR32: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-031-16/+5
* mm/AVR32: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-25/+4
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-2/+0
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* mm/avr32: use common help functions to free reserved pagesJiang Liu2013-04-291-22/+2
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* avr32/mm/fault.c: port OOM changes to do_page_faultKautuk Consul2012-07-301-8/+25
* avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki2011-02-171-1/+1
* avr32: invoke oom-killer from page faultNick Piggin2010-08-091-10/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-0/+3
* MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King2010-02-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds2009-09-231-3/+1
|\
| * Use macros for .data.page_aligned section.Tim Abbott2009-09-211-3/+1
* | arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
|/
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* generic debug pageallocAkinobu Mita2009-04-011-18/+0
* arch/avr32: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2009-01-061-1/+0
* avr32: Introducing asm/syscalls.hJaswinder Singh2008-12-171-0/+1
* avr32: use generic show_mem()Johannes Weiner2008-07-261-39/+0
* PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi2008-07-241-0/+1
* bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner2008-07-241-2/+1
* mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner2008-07-241-1/+1
* avr32: Store virtual addresses in the PGDHaavard Skinnemoen2008-07-021-1/+3
* avr32: Remove useless zeroing of swapper_pg_dir at startupHaavard Skinnemoen2008-07-021-13/+3
* avr32: Clean up and optimize the TLB operationsHaavard Skinnemoen2008-07-021-88/+87
* avr32: export empty_zero_pageHaavard Skinnemoen2008-06-271-0/+2
* avr32: proc: use non-racy method for /proc/tlb creationDenis V. Lunev2008-04-291-5/+1
* avr32: Remove two unused #defines from mm/init.cJohannes Weiner2008-04-191-3/+0
* avr32: Fix broken pte dump code in do_page_fault()Haavard Skinnemoen2008-02-131-0/+2
* [AVR32] constify function pointer tablesJan Engelhardt2008-01-251-1/+1
* [AVR32] Drop GFP_COMP for DMA memory allocationsHaavard Skinnemoen2008-01-251-0/+7
* [AVR32] Fix copy_to_user_page() breakageHaavard Skinnemoen2007-12-071-10/+10
* pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn2007-10-191-3/+3
* Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle2007-10-171-3/+3
* During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* [AVR32] Drop support for redundant "keepinitrd" boot-time parm.Robert P. J. Day2007-10-111-11/+1
* mm: fault feedback #2Nick Piggin2007-07-191-12/+11
* [AVR32] Fix bug in invalidate_dcache_region()Haavard Skinnemoen2007-06-231-9/+5
* [AVR32] ratelimit segfault reporting rateAndrea Righi2007-06-141-1/+1
* [AVR32] optimize pagefault pathChristoph Hellwig2007-05-131-24/+12
* [AVR32] Implement dma_{alloc,free}_writecombine()Haavard Skinnemoen2007-05-091-4/+8