summaryrefslogtreecommitdiffstats
path: root/arch/csky/mm
Commit message (Expand)AuthorAgeFilesLines
* exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* csky: syscache: Fixup duplicate cache flushGuo Ren2021-07-041-5/+7
* Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2021-05-032-1/+2
|\
| * csky: uaccess.h: Coding convention with asm genericGuo Ren2021-04-281-1/+1
| * csky: fix syscache.c fallthrough warningRandy Dunlap2021-04-281-0/+1
* | mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
|/
* csky: use free_initmem_default() in free_initmem()David Hildenbrand2021-02-271-16/+1
* csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren2021-02-271-2/+2
* csky: mm: abort uaccess retries upon fatal signalGuo Ren2021-01-121-1/+4
* csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren2021-01-121-155/+187
* csky: Fixup do_page_fault parent irq statusGuo Ren2021-01-121-0/+4
* csky: Add faulthandler_disabled() checkGuo Ren2021-01-121-2/+2
* csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren2021-01-121-2/+21
* csky: Fix TLB maintenance synchronization problemGuo Ren2021-01-122-8/+36
* csky: Remove prologue of page fault handler in entry.SGuo Ren2021-01-121-5/+40
* csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren2021-01-121-1/+7
* csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren2021-01-122-13/+23
* csky/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-061-74/+1
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
* dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-2/+1
* mm/csky: use general page fault accountingPeter Xu2020-08-121-11/+1
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+2
* csky: Fixup warning by EXPORT_SYMBOL(kmap)Guo Ren2020-07-311-2/+0
* csky: Optimize the trap processing flowGuo Ren2020-07-311-5/+5
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-4/+4
* csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport2020-06-093-5/+5
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* kmap: remove kmap_atomic_to_page()Ira Weiny2020-06-041-13/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-6/+3
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-7/+2
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-9/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-10/+4
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* csky: Add kprobes supportedGuo Ren2020-04-031-0/+4
* csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-011-0/+7
* csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren2020-03-311-6/+39
* csky: Add setup_initrd check codeGuo Ren2020-02-211-0/+44
* csky: Remove unused cache implementationGuo Ren2020-02-211-15/+1
* csky: Fixup ftrace modify panicGuo Ren2020-02-211-0/+2
* csky: Add flush_icache_mm to defer flush icache allGuo Ren2020-02-211-8/+5
* csky: Support icache flush without specific instructionsGuo Ren2020-02-212-8/+26
* csky/mm: Fixup export invalid_pte_table symbolGuo Ren2020-02-211-0/+1
* csky: Separate fixaddr_init from highmemGuo Ren2020-02-212-60/+51
* csky: Tightly-Coupled Memory or Sram supportGuo Ren2020-02-212-0/+170
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-4/+4
|\
| * dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4