summaryrefslogtreecommitdiffstats
path: root/arch/microblaze/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-1/+1
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0Star
* initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0Star
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-1/+1
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-1/+1
* | 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/+2Star
|/
* microblaze: prefer memblock API returning virtual addressMike Rapoport2019-03-081-2/+3
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+1Star
* 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/+2Star
* 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/+5Star
|\
| * microblaze: remove consistent_sync and consistent_sync_pageChristoph Hellwig2018-07-201-45/+0Star
| * 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-181-1/+1
|/
* signal/microblaze: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-8/+1Star
* signal/microblaze: Remove the commented out force_sig_info in do_page_faultEric W. Biederman2018-04-251-5/+0Star
* 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/+6Star
* microblaze: remove unused alloc_maybe_bootmemRob Herring2018-03-161-8/+0Star
* 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/+11Star
* 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-271-1/+1
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-251-2/+1Star
* 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-221-1/+2
* mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu2013-11-131-5/+2Star
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-2/+5
* mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-45/+6Star
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-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-301-5/+1Star