aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
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-03-31arch/avr32/mm/cache.c: export symbol flush_icache_range() for module usingChen Gang1-0/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+2
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-1/+1
2013-07-03mm/AVR32: prepare for killing free_all_bootmem_node()Jiang Liu1-16/+5
2013-07-03mm/AVR32: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-25/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+0
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/avr32: use common help functions to free reserved pagesJiang Liu1-22/+2
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-07-30avr32/mm/fault.c: port OOM changes to do_page_faultKautuk Consul1-8/+25
2011-10-31avr32: add export.h to arch/avr32 for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-02-17mm: Fix out-of-date comments which refers non-existent functionsRyota Ozaki1-1/+1
2010-08-09avr32: invoke oom-killer from page faultNick Piggin1-10/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-02-20MM: Pass a PTE pointer to update_mmu_cache() rather than the PTE itselfRussell King1-2/+2
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-nextLinus Torvalds1-3/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-09-21Use macros for .data.page_aligned section.Tim Abbott1-3/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-04-01generic debug pageallocAkinobu Mita1-18/+0
2009-01-06arch/avr32: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-1/+0
2008-12-17avr32: Introducing asm/syscalls.hJaswinder Singh1-0/+1
2008-07-26avr32: use generic show_mem()Johannes Weiner1-39/+0
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi1-0/+1
2008-07-24bootmem: replace node_boot_start in struct bootmem_dataJohannes Weiner1-2/+1
2008-07-24mm: drop unneeded pgdat argument from free_area_init_node()Johannes Weiner1-1/+1
2008-07-02avr32: Store virtual addresses in the PGDHaavard Skinnemoen1-1/+3
2008-07-02avr32: Remove useless zeroing of swapper_pg_dir at startupHaavard Skinnemoen1-13/+3
2008-07-02avr32: Clean up and optimize the TLB operationsHaavard Skinnemoen1-88/+87
2008-06-27avr32: export empty_zero_pageHaavard Skinnemoen1-0/+2
2008-04-29avr32: proc: use non-racy method for /proc/tlb creationDenis V. Lunev1-5/+1
2008-04-19avr32: Remove two unused #defines from mm/init.cJohannes Weiner1-3/+0
2008-02-13avr32: Fix broken pte dump code in do_page_fault()Haavard Skinnemoen1-0/+2
2008-01-25[AVR32] constify function pointer tablesJan Engelhardt1-1/+1
2008-01-25[AVR32] Drop GFP_COMP for DMA memory allocationsHaavard Skinnemoen1-0/+7
2007-12-07[AVR32] Fix copy_to_user_page() breakageHaavard Skinnemoen1-10/+10
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-3/+3
2007-10-17Remove dma_cache_(wback|inv|wback_inv) functionsRalf Baechle1-3/+3
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-10-11[AVR32] Drop support for redundant "keepinitrd" boot-time parm.Robert P. J. Day1-11/+1
2007-07-19mm: fault feedback #2Nick Piggin1-12/+11
2007-06-23[AVR32] Fix bug in invalidate_dcache_region()Haavard Skinnemoen1-9/+5
2007-06-14[AVR32] ratelimit segfault reporting rateAndrea Righi1-1/+1
2007-05-13[AVR32] optimize pagefault pathChristoph Hellwig1-24/+12
2007-05-09[AVR32] Implement dma_{alloc,free}_writecombine()Haavard Skinnemoen1-4/+8
2007-05-08move die notifier handling to common codeChristoph Hellwig1-1/+1