aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport2-3/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-1/+1
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig1-1/+2
2018-08-21Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-49/+5
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-07-20microblaze: remove consistent_sync and consistent_sync_pageChristoph Hellwig1-45/+0
2018-07-20microblaze: use generic dma_noncoherent_opsChristoph Hellwig1-4/+5
2018-04-25signal/microblaze: Use force_sig_fault where appropriateEric W. Biederman1-8/+1
2018-04-25signal/microblaze: Remove the commented out force_sig_info in do_page_faultEric W. Biederman1-5/+0
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-1/+3
2018-03-16microblaze: switch to NO_BOOTMEMRob Herring1-50/+6
2018-03-16microblaze: remove unused alloc_maybe_bootmemRob Herring1-8/+0
2018-01-17microblaze: fix iounmap prototypeArnd Bergmann1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-22microblaze: mm: Flush TLB to ensure correct mapping when higmem ONMichal Simek1-13/+11
2017-03-02sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar1-0/+1
2017-01-26microblaze: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick2-3/+3
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-2/+1
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-4/+4
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-1/+3
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2014-12-17microblaze: Fix mmap for cache coherent memoryLars-Peter Clausen1-5/+20
2014-04-07microblaze: Use asm-generic/io.hMichal Simek3-4/+5
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-1/+2
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu1-5/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-45/+6
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-05-09microblaze: Fix initrd supportMichal Simek1-4/+5
2013-04-29mm/microblaze: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+1
2013-04-29mm/microblaze: use common help functions to free reserved pagesJiang Liu1-26/+2
2013-02-12microblaze: Do not use module.h in files which are not modulesMichal Simek3-3/+3
2013-02-12microblaze: Fix coding style issuesMichal Simek4-33/+29
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-05-25microblaze: Port OOM changes to do_page_faultKautuk Consul1-5/+28
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for MicroblazeDavid Howells1-1/+0
2012-03-23microblaze: Improve TLB calculation for small systemsMichal Simek1-4/+10
2012-03-23microblaze: Fix mapin_ram functionMichal Simek1-1/+1
2012-03-23microblaze: Highmem supportMichal Simek3-0/+157
2012-03-23microblaze: Use active regionsMichal Simek1-2/+16
2012-03-23microblaze: Show more detailed information about memoryMichal Simek1-3/+39