summaryrefslogtreecommitdiffstats
path: root/arch/csky/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-195-145/+332
|\
| * csky: Improve tlb operation with help of asidGuo Ren2019-07-191-4/+132
| * csky: Use generic asid algorithm to implement switch_mmGuo Ren2019-07-192-0/+47
| * csky: Add new asid lib code from armGuo Ren2019-07-192-0/+190
| * csky: Revert mmu ASID mechanismGuo Ren2019-07-192-185/+7Star
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-2/+2
|\ \ | |/ |/|
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* csky: Fixup compile warningGuo Ren2019-04-221-1/+1
* csky: add page fault perf event supportMao Han2019-04-221-2/+10
* csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-221-1/+1
* csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala2019-04-221-1/+0Star
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+5
* csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren2019-02-131-0/+14
* Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-01-052-6/+3Star
|\
| * csky: remove unused members in processor.hGuo Ren2018-12-311-3/+0Star
| * csky: optimize kernel panic print.Guo Ren2018-12-311-2/+2
| * csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren2018-12-311-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-12-291-2/+2
|\ \
| * | mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-2/+2
| |/
* | csky: use the generic remapping dma alloc implementationChristoph Hellwig2018-12-011-140/+2Star
* | csky: don't use GFP_DMA in atomic_pool_initChristoph Hellwig2018-12-011-1/+1
|/
* mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2018-10-312-4/+3Star
* csky: MMU and page table managementGuo Ren2018-10-254-0/+622
* csky: Cache and TLB routinesGuo Ren2018-10-254-0/+456
* csky: Exception handling and mm-faultGuo Ren2018-10-251-0/+212
* csky: Build infrastructureGuo Ren2018-10-251-0/+13