summaryrefslogtreecommitdiff
path: root/arch/microblaze/mm
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-06-22microblaze: mm: Flush TLB to ensure correct mapping when higmem ONMichal Simek
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar
2017-01-26microblaze: migrate exception table users off module.h and onto extable.hPaul Gortmaker
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds
2014-12-17microblaze: Fix mmap for cache coherent memoryLars-Peter Clausen
2014-04-07microblaze: Use asm-generic/io.hMichal Simek
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu
2013-05-09microblaze: Fix initrd supportMichal Simek
2013-04-29mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu
2013-04-29mm/microblaze: use common help functions to free reserved pagesJiang Liu
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek
2013-02-12microblaze: Fix coding style issuesMichal Simek
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li
2012-05-25microblaze: Port OOM changes to do_page_faultKautuk Consul
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek
2012-03-23microblaze: Fix mapin_ram functionMichal Simek
2012-03-23microblaze: Highmem supportMichal Simek
2012-03-23microblaze: Use active regionsMichal Simek
2012-03-23microblaze: Show more detailed information about memoryMichal Simek
2012-03-23microblaze: Introduce fixmapMichal Simek
2012-03-23microblaze: mm: Fix lowmem max memory size limitsMichal Simek
2012-03-23microblaze: mm: Use ZONE_DMA instead of ZONE_NORMALMichal Simek
2012-03-19microblaze: Use vsprintf extention %pf with builtin_return_addressJoe Perches
2011-10-31microblaze: Add export.h to arch/microblaze files as requiredPaul Gortmaker
2011-10-13microblaze: add missing CONFIG_ prefixesPaul Bolle
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra
2011-03-09microblaze: Fix sparse warning - fault.cMichal Simek
2011-03-09microblaze: Fix sparse warning - consistent_alloc functionMichal Simek
2010-09-11memblock, microblaze: Fix memblock API change falloutMichal Simek
2010-08-31Merge commit 'v2.6.36-rc3' into x86/memblockIngo Molnar
2010-08-04microblaze: Add KGDB supportMichal Simek
2010-08-04microblaze: Sync noMMU and MMU setup_memoryMichal Simek
2010-08-04microblaze: Remove unused labelMichal Simek
2010-08-04memblock/microblaze: Use new accessorsBenjamin Herrenschmidt
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt
2010-07-14lmb: rename to memblockYinghai Lu