summaryrefslogtreecommitdiff
path: root/arch/nds32/mm
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-17Merge tag 'nds32-for-linus-5.2-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-05-14init: provide a generic free_initmem implementationMike Rapoport
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig
2019-05-07nds32: fix semicolon code style issueYang Wei
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-07arch: simplify several early memory allocationsMike Rapoport
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-11-26nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli
2018-11-06nds32: Perf portingNickhu
2018-11-06nds32: Fix gcc 8.0 compiler option incompatible.Nickhu
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder
2018-07-03nds32: To simplify the implementation of update_mmu_cache()Greentime Hu
2018-07-03nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-05-23nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen
2018-05-23nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen
2018-05-23nds32: Correct flush_dcache_page functionVincent Chen
2018-05-23nds32: Fix the unaligned access handlerNickhu
2018-05-23nds32: Renaming the file for unaligned accessNickhu
2018-05-23nds32: Fix the symbols undefined issue by exporting them.Greentime Hu
2018-05-23nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and fl...Greentime Hu
2018-04-25signal/nds32: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-02-22nds32: Build infrastructureGreentime Hu
2018-02-22nds32: Device specific operationsGreentime Hu
2018-02-22nds32: Cache and TLB routinesGreentime Hu
2018-02-22nds32: MMU fault handling and page table managementGreentime Hu
2018-02-22nds32: MMU initializationGreentime Hu
2018-02-22nds32: Exception handlingGreentime Hu