summaryrefslogtreecommitdiffstats
path: root/arch/score/mm
Commit message (Expand)AuthorAgeFilesLines
* score: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-262-2/+2
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-1/+2
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* arch/score/mm/cache.c: Export 'flush_icache_range'Chen Gang2014-10-051-0/+1
* arch: score: Export necessary symbols in related filesChen Gang2014-10-051-0/+1
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-1/+6
* arch: mm: remove obsolete init OOM protectionJohannes Weiner2013-09-121-6/+0
* score: delete __cpuinit usage from all score filesPaul Gortmaker2013-07-141-1/+1
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-4/+4
* mm/score: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-24/+2
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+2
* score: remove redundant kcore_list entriesKyle McMartin2013-05-251-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-1/+1
|\
| * proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-1/+1
* | mm/score: use common help functions to free reserved pagesJiang Liu2013-04-291-28/+5
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0
* score: fix dereference of NULL pointer in local_flush_tlb_page()Roel Kluin2010-08-121-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge branch 'linus' into x86/mmThomas Gleixner2010-02-172-8/+25
|\
| * mm: make totalhigh_pages unsigned longAndreas Fenkart2010-01-111-1/+1
| * score: fixed pfn_valid define.Chen Liqin2009-12-171-5/+0
| * score: add flush_dcahce_page and PG_dcache_dirty defineChen Liqin2009-12-171-2/+24
* | resources: introduce generic page_is_ram()Wu Fengguang2010-02-011-1/+1
|/
* score: remove unused code, add include files in .cChen Liqin2009-08-302-10/+4
* score: clean up mm/init.cArnd Bergmann2009-06-271-24/+10
* score: update files according to review commentsChen Liqin2009-06-191-88/+37
* score: Add support for Sunplus S+core architectureChen Liqin2009-06-198-0/+1270