aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16CRIS: Drop support for the CRIS portJesper Nilsson5-672/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-09-23cris: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-3/+3
2015-02-15Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/crisLinus Torvalds1-1/+3
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-29CRIS: Avoid warning in cris mm/fault.cJesper Nilsson1-1/+3
2014-12-20CRIS: Update init memory handlingJesper Nilsson1-5/+33
2014-12-20CRIS: Export ioremap_nocacheJesper Nilsson1-1/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-07-03mm/cris: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-31/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-1/+1
2013-04-29mm/cris: use common help functions to free reserved pagesJiang Liu1-14/+2
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-04-04cris/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-5/+26
2012-03-28Disintegrate asm/system.h for CRISDavid Howells1-0/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2010-08-04CRIS: Always dump registers for segfaulting process.Jesper Nilsson1-0/+6
2010-08-04CRIS: Add config for pausing a seg-faulting processJesper Nilsson1-3/+10
2010-08-04CRIS: Don't take faults while in_atomicJesper Nilsson1-8/+5
2010-08-04CRIS: Fixup lookup for delay slot faultsJesper Nilsson1-1/+4
2010-08-04CRIS: invoke oom-killer from page faultJesper Nilsson1-4/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven1-1/+1
2009-06-24CRIS: Change DEFINE_PER_CPU of current_pgd to be non volatile.Jesper Nilsson1-1/+1
2009-06-21Move FAULT_FLAG_xyz into handle_mm_fault() callersLinus Torvalds1-1/+1
2009-04-02BUG to BUG_ON changesStoyan Gaydarov1-2/+1
2008-10-29[CRIS] Move header files from include to arch/cris/include.Jesper Nilsson1-1/+1
2008-07-26cris: use generic show_mem()Johannes Weiner1-30/+0
2008-04-28cris: remove redundant display of free swap space in show_mem()Johannes Weiner1-1/+0
2008-02-08CRIS: Minor fixes to mm/fault.cJesper Nilsson1-141/+28
2008-02-08CRIS: Remove unnecessary CVS log from cris/mm/init.cJesper Nilsson1-111/+0
2007-10-20spelling fixes: arch/cris/Simon Arlott3-4/+4
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-02-11[PATCH] CRIS: user ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+2
2006-12-07[PATCH] mm: arch do_page_fault() vs in_atomic()Peter Zijlstra1-1/+1
2006-10-01[PATCH] Generic ioremap_page_range: cris conversionHaavard Skinnemoen1-85/+3
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin1-1/+1
2005-11-07[PATCH] cris: "extern inline" -> "static inline"Adrian Bunk1-1/+1
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-3/+1
2005-08-04It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbersLinus Torvalds1-3/+3
2005-07-27[PATCH] CRIS update: mmMikael Starvik3-47/+131
2005-04-16Linux-2.6.12-rc2Linus Torvalds5-0/+890