summaryrefslogtreecommitdiffstats
path: root/arch/frv/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: add new mmget() helperVegard Nossum2017-02-271-1/+1
* frv: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-241-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* 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
* kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-5/+0
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-0/+2
* arch/frv/mm/extable.c: remove unused functionRickard Strandqvist2015-02-121-23/+0
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* frv: remove unused declarations of __start___ex_table and __stop___ex_tableGeert Uytterhoeven2014-10-141-2/+0
* frv: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-4/+8
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-4/+6
* mm/frv: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-35/+14
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* 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/FRV: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-4/+2
* mm/FRV: use common help functions to free reserved pagesJiang Liu2013-04-291-30/+4
* mm: use vm_unmapped_area() on frv architectureMichel Lespinasse2013-02-271-32/+17
* frv: fix use of extinct _sbss and _ebss in debug codeGeert Uytterhoeven2012-12-171-1/+1
* propagate name change to comments in kernel sourceNadia Yvette Chambers2012-12-061-1/+1
* frv: remove the second parameter of kmap_atomic_primary()Cong Wang2012-07-232-14/+14
* Disintegrate asm/system.h for FRVDavid Howells2012-03-283-3/+0
* highmem: kill all __kmap_atomic()Cong Wang2012-03-201-2/+2
* frv: remove unnecessary codeGreg Dietsche2011-07-291-7/+1
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-1/+2
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-262-4/+54
* frv: invoke oom-killer from page faultNick Piggin2010-06-041-4/+4
* Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds2010-06-011-1/+1
|\
| * Rename special text sections in arch/frv from .text.XXX to .text..XXX.Denys Vlasenko2010-03-031-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-303-1/+3
|/
* Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds2009-06-211-1/+1
* FRV: Fix compile breakageAdrian Bunk2009-04-061-1/+0
* FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h nowDavid Howells2009-02-091-1/+1
* FRV: Eliminate NULL test and memset after alloc_bootmemJulia Lawall2008-10-161-2/+0
* frv: use generic show_mem()Johannes Weiner2008-07-261-31/+0
* frv: export empty_zero_pageAdrian Bunk2008-05-241-0/+3
* frv: unbreak misalignment handling changesDavid Howells2008-05-011-1/+1
* kernel: Move arches to use common unaligned accessHarvey Harrison2008-04-291-217/+0
* frv: unexport kmap_atomic_to_pageAdrian Bunk2008-04-211-3/+0
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-3/+5
* frv: use find_task_by_vpid in cxn_pin_by_pidPavel Emelyanov2008-02-051-1/+1
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-1/+1
* FRV: arrange things such that BRA can reach from the trap tableDavid Howells2007-11-291-1/+1
* FRV: Remove the section annotation on free_initmem()David Howells2007-11-091-1/+1
* During VM oom condition, kill all threads in process groupWill Schmidt2007-10-161-1/+1
* mm: fault feedback #2Nick Piggin2007-07-191-11/+12
* FRV: Replace pgd management via slabs through quicklistsChristoph Lameter2007-05-091-11/+11