aboutsummaryrefslogtreecommitdiffstats
path: root/arch/frv/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-29frv: remove unnecessary codeGreg Dietsche1-7/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra1-1/+2
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra2-4/+54
2010-06-04frv: invoke oom-killer from page faultNick Piggin1-4/+4
2010-06-01Merge branch 'for-35' of git://repo.or.cz/linux-kbuildLinus Torvalds1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-1/+3
2010-03-03Rename special text sections in arch/frv from .text.XXX to .text..XXX.Denys Vlasenko1-1/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-04-06FRV: Fix compile breakageAdrian Bunk1-1/+0
2009-02-09FRV: in_interrupt() requires #inclusion of linux/hardirq.h not asm/hardirq.h nowDavid Howells1-1/+1
2008-10-16FRV: Eliminate NULL test and memset after alloc_bootmemJulia Lawall1-2/+0
2008-07-26frv: use generic show_mem()Johannes Weiner1-31/+0
2008-05-24frv: export empty_zero_pageAdrian Bunk1-0/+3
2008-05-01frv: unbreak misalignment handling changesDavid Howells1-1/+1
2008-04-29kernel: Move arches to use common unaligned accessHarvey Harrison1-217/+0
2008-04-21frv: unexport kmap_atomic_to_pageAdrian Bunk1-3/+0
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky1-3/+5
2008-02-05frv: use find_task_by_vpid in cxn_pin_by_pidPavel Emelyanov1-1/+1
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt1-1/+1
2007-11-29FRV: arrange things such that BRA can reach from the trap tableDavid Howells1-1/+1
2007-11-09FRV: Remove the section annotation on free_initmem()David Howells1-1/+1
2007-10-16During VM oom condition, kill all threads in process groupWill Schmidt1-1/+1
2007-07-19mm: fault feedback #2Nick Piggin1-11/+12
2007-05-09FRV: Replace pgd management via slabs through quicklistsChristoph Lameter1-11/+11
2007-05-08FRV: Miscellaneous fixesDavid Howells1-0/+1
2007-05-08use SLAB_PANIC flag cleanupAkinobu Mita1-3/+1
2007-05-07get_unmapped_area handles MAP_FIXED on frvBenjamin Herrenschmidt1-0/+4
2007-03-01[PATCH] FRV: No ZONE_DMADavid Howells1-2/+1
2006-12-08[PATCH] struct path: convert frvJosef Sipek1-2/+2
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-3/+3
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-09-26[PATCH] reduce MAX_NR_ZONES: fix MAX_NR_ZONES array initializationsChristoph Lameter1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel7-7/+0
2006-06-23[PATCH] frv: basic __iomem annotationsAl Viro1-3/+3
2006-03-26[PATCH] frv: remove unnesesary "&"Akinobu Mita1-3/+3
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-3/+3
2006-03-22[PATCH] mm: split highorder pagesNick Piggin1-3/+1
2006-02-14[PATCH] FRV: Miscellaneous fixesDavid Howells1-9/+0
2006-01-08[PATCH] frv: support module exception tablesDavid Howells1-25/+9
2006-01-08[PATCH] frv: implement and export various things required by modulesDavid Howells2-0/+13
2005-11-28[PATCH] FRV: Make the FRV arch work againDavid Howells2-4/+4
2005-10-29[PATCH] mm: split page table lockHugh Dickins1-2/+2
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-4/+1
2005-10-28[PATCH] gfp_t: dma-mapping (frv)Al Viro1-1/+1
2005-08-04It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds1-3/+3
2005-06-21[PATCH] mm: remove PG_highmemBadari Pulavarty1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds14-0/+2539