summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-2/+6
* arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport2019-03-121-4/+2
* microblaze: prefer memblock API returning virtual addressMike Rapoport2019-03-071-2/+3
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+1
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-3/+2
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-1/+1
* dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-201-1/+2
* Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2018-08-211-49/+5
|\
| * microblaze: remove consistent_sync and consistent_sync_pageChristoph Hellwig2018-07-201-45/+0
| * microblaze: use generic dma_noncoherent_opsChristoph Hellwig2018-07-201-4/+5
* | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
|/
* signal/microblaze: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-8/+1
* signal/microblaze: Remove the commented out force_sig_info in do_page_faultEric W. Biederman2018-04-251-5/+0
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-1/+3
* microblaze: switch to NO_BOOTMEMRob Herring2018-03-161-50/+6
* microblaze: remove unused alloc_maybe_bootmemRob Herring2018-03-161-8/+0
* microblaze: fix iounmap prototypeArnd Bergmann2018-01-171-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* microblaze: mm: Flush TLB to ensure correct mapping when higmem ONMichal Simek2017-06-221-13/+11
* sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* microblaze: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-1/+1
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-022-3/+3
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+1
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-4/+4
* sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-1/+3
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* microblaze: Fix mmap for cache coherent memoryLars-Peter Clausen2014-12-171-5/+20
* microblaze: Use asm-generic/io.hMichal Simek2014-04-073-4/+5
* memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-211-1/+2
* mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu2013-11-131-5/+2
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+5
* mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-45/+6
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* microblaze: Fix initrd supportMichal Simek2013-05-091-4/+5
* mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-5/+1
* mm/microblaze: use common help functions to free reserved pagesJiang Liu2013-04-291-26/+2
* microblaze: Do not use module.h in files which are not modulesMichal Simek2013-02-123-3/+3
* microblaze: Fix coding style issuesMichal Simek2013-02-124-33/+29
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* microblaze: Port OOM changes to do_page_faultKautuk Consul2012-05-251-5/+28
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\
| * Disintegrate asm/system.h for MicroblazeDavid Howells2012-03-281-1/+0
* | microblaze: Improve TLB calculation for small systemsMichal Simek2012-03-231-4/+10
* | microblaze: Fix mapin_ram functionMichal Simek2012-03-231-1/+1