aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-19Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds5-145/+332
2019-07-19csky: Improve tlb operation with help of asidGuo Ren1-4/+132
2019-07-19csky: Use generic asid algorithm to implement switch_mmGuo Ren2-0/+47
2019-07-19csky: Add new asid lib code from armGuo Ren2-0/+190
2019-07-19csky: Revert mmu ASID mechanismGuo Ren2-185/+7
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-22csky: Fixup compile warningGuo Ren1-1/+1
2019-04-22csky: add page fault perf event supportMao Han1-2/+10
2019-04-22csky: Use va_pa_offset instead of phys_offsetGuo Ren1-1/+1
2019-04-22csky: mm/fault.c: Remove duplicate headerJagadeesh Pagadala1-1/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+5
2019-02-13csky: Fixup io-range page attribute for mmap("/dev/mem")Guo Ren1-0/+14
2019-01-05Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linuxLinus Torvalds2-6/+3
2018-12-31csky: remove unused members in processor.hGuo Ren1-3/+0
2018-12-31csky: optimize kernel panic print.Guo Ren1-2/+2
2018-12-31csky: fixup abiv2 mmap(... O_SYNC) failed.Guo Ren1-1/+1
2018-12-28Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+2
2018-12-01csky: use the generic remapping dma alloc implementationChristoph Hellwig1-140/+2
2018-12-01csky: don't use GFP_DMA in atomic_pool_initChristoph Hellwig1-1/+1
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport2-4/+3
2018-10-25csky: MMU and page table managementGuo Ren4-0/+622
2018-10-25csky: Cache and TLB routinesGuo Ren4-0/+456
2018-10-25csky: Exception handling and mm-faultGuo Ren1-0/+212
2018-10-25csky: Build infrastructureGuo Ren1-0/+13