summaryrefslogtreecommitdiffstats
path: root/arch/nds32/mm
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+12
* arch: simplify several early memory allocationsMike Rapoport2019-03-071-8/+4
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-4/+4
* Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-292-5/+14
|\
| * nds32: Perf portingNickhu2018-11-061-4/+9
| * nds32: Fix gcc 8.0 compiler option incompatible.Nickhu2018-11-061-1/+5
* | nds32: Remove phys_initrd_start and phys_initrd_sizeFlorian Fainelli2018-11-261-2/+0
|/
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-312-3/+2
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-311-4/+4
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-171-1/+1
* nds32: To simplify the implementation of update_mmu_cache()Greentime Hu2018-07-031-39/+8
* nds32: To implement these icache invalidation APIs since nds32 cores don't snoopGreentime Hu2018-07-031-21/+32
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-13/+5
|\
| * signal/nds32: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* | nds32: Disable local irq before calling cpu_dcache_wb_page in copy_user_highpageVincent Chen2018-05-231-3/+1
* | nds32: Flush the cache of the page at vmaddr instead of kaddr in flush_anon_pageVincent Chen2018-05-231-2/+7
* | nds32: Correct flush_dcache_page functionVincent Chen2018-05-231-9/+12
* | nds32: Fix the unaligned access handlerNickhu2018-05-231-2/+5
* | nds32: Renaming the file for unaligned accessNickhu2018-05-231-1/+1
* | nds32: Fix the symbols undefined issue by exporting them.Greentime Hu2018-05-232-0/+23
* | nds32: Fix xfs_buf built failed by export invalidate_kernel_vmap_range and fl...Greentime Hu2018-05-231-0/+18
|/
* nds32: Build infrastructureGreentime Hu2018-02-221-0/+7
* nds32: Device specific operationsGreentime Hu2018-02-221-0/+62
* nds32: Cache and TLB routinesGreentime Hu2018-02-223-0/+905
* nds32: MMU fault handling and page table managementGreentime Hu2018-02-223-0/+499
* nds32: MMU initializationGreentime Hu2018-02-223-0/+446
* nds32: Exception handlingGreentime Hu2018-02-221-0/+576