summaryrefslogtreecommitdiffstats
path: root/arch/score/mm
AgeCommit message (Expand)AuthorLines
2018-03-09arch: remove score portArnd Bergmann-1175/+0
2017-03-11score: Fix implicit includes now failing build after extable changeGuenter Roeck-0/+2
2017-01-26score: migrate exception table users off module.h and onto extable.hPaul Gortmaker-2/+2
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov-1/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand-1/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2014-10-05arch/score/mm/cache.c: Export 'flush_icache_range'Chen Gang-0/+1
2014-10-05arch: score: Export necessary symbols in related filesChen Gang-0/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner-1/+6
2013-09-12arch: mm: remove obsolete init OOM protectionJohannes Weiner-6/+0
2013-07-14score: delete __cpuinit usage from all score filesPaul Gortmaker-1/+1
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner-4/+4
2013-07-03mm/score: prepare for removing num_physpages and simplify mem_init()Jiang Liu-24/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu-1/+2
2013-05-25score: remove redundant kcore_list entriesKyle McMartin-2/+0
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-1/+1
2013-04-29mm/score: use common help functions to free reserved pagesJiang Liu-28/+5
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman-1/+1
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra-2/+0
2010-08-12score: fix dereference of NULL pointer in local_flush_tlb_page()Roel Kluin-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2010-02-17Merge branch 'linus' into x86/mmThomas Gleixner-8/+25
2010-02-01resources: introduce generic page_is_ram()Wu Fengguang-1/+1
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart-1/+1
2009-12-17score: fixed pfn_valid define.Chen Liqin-5/+0
2009-12-17score: add flush_dcahce_page and PG_dcache_dirty defineChen Liqin-2/+24
2009-08-30score: remove unused code, add include files in .cChen Liqin-10/+4
2009-06-27score: clean up mm/init.cArnd Bergmann-24/+10
2009-06-19score: update files according to review commentsChen Liqin-88/+37
2009-06-19score: Add support for Sunplus S+core architectureChen Liqin-0/+1270