summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm
AgeCommit message (Expand)AuthorLines
2020-08-12mm/microblaze: use general page fault accountingPeter Xu-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu-1/+1
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport-3/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse-6/+6
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport-9/+0
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport-1/+0
2020-06-04arch/kmap: ensure kmap_prot visibilityIra Weiny-3/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-8/+3
2020-06-04{x86,powerpc,microblaze}/kmap: move preempt disableIra Weiny-8/+2
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport-1/+1
2020-04-04Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-8/+1
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu-1/+1
2020-03-16dma-direct: make uncached_kernel_address more generalChristoph Hellwig-1/+1
2020-03-16dma-direct: remove the cached_kernel_address hookChristoph Hellwig-7/+0
2020-03-09microblaze: Stop printing the virtual memory layoutArvind Sankar-12/+0
2020-02-24microblaze: Kernel parameters should be parsed earlierMichal Simek-0/+2
2020-02-04microblaze: Wire CMA allocatorMichal Simek-0/+4
2019-12-04microblaze: use pgtable-nopmd instead of 4level-fixupMike Rapoport-4/+16
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-4/+0
2019-09-24Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-191/+30
2019-08-30microblaze: use the generic dma coherent remap allocatorChristoph Hellwig-148/+4
2019-08-30microblaze/nommu: use the generic uncached segment supportChristoph Hellwig-52/+41
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-6/+1
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-14init: provide a generic free_initmem implementationMike Rapoport-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig-7/+0
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus-1/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-2/+6
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport-4/+2
2019-03-07microblaze: prefer memblock API returning virtual addressMike Rapoport-2/+3
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-2/+1
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig-1/+1
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-3/+2
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport-1/+1
2018-09-20dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig-1/+2
2018-08-21Merge tag 'microblaze-v4.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-49/+5
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+1