aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04microblaze: Wire CMA allocatorMichal Simek1-0/+4
2019-12-04microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport2-4/+16
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-4/+0
2019-09-24Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-191/+30
2019-08-30microblaze: use the generic dma coherent remap allocatorChristoph Hellwig1-148/+4
2019-08-30microblaze/nommu: use the generic uncached segment supportChristoph Hellwig1-52/+41
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14init: provide a generic free_initmem implementationMike Rapoport1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig1-7/+0
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-2/+6
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport1-4/+2
2019-03-07microblaze: prefer memblock API returning virtual addressMike Rapoport1-2/+3
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