summaryrefslogtreecommitdiff
path: root/arch/microblaze/mm
AgeCommit message (Expand)Author
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport
2019-03-07microblaze: prefer memblock API returning virtual addressMike Rapoport
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig
2018-08-21Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-07-20microblaze: remove consistent_sync and consistent_sync_pageChristoph Hellwig
2018-07-20microblaze: use generic dma_noncoherent_opsChristoph Hellwig
2018-04-25signal/microblaze: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal/microblaze: Remove the commented out force_sig_info in do_page_faultEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-03-16microblaze: switch to NO_BOOTMEMRob Herring
2018-03-16microblaze: remove unused alloc_maybe_bootmemRob Herring
2018-01-17microblaze: fix iounmap prototypeArnd Bergmann
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