summaryrefslogtreecommitdiff
path: root/arch/csky/mm
AgeCommit message (Expand)Author
2023-06-29csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-22csky: Use the bitmap API to allocate bitmapsChristophe JAILLET
2022-07-17csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-04-08csky: Fix versioncheck warningsDeyan Wang
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-07-04csky: syscache: Fixup duplicate cache flushGuo Ren
2021-05-03Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2021-04-28csky: uaccess.h: Coding convention with asm genericGuo Ren
2021-04-28csky: fix syscache.c fallthrough warningRandy Dunlap
2021-02-27csky: use free_initmem_default() in free_initmem()David Hildenbrand
2021-02-27csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren
2021-01-12csky: mm: abort uaccess retries upon fatal signalGuo Ren
2021-01-12csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren
2021-01-12csky: Fixup do_page_fault parent irq statusGuo Ren
2021-01-12csky: Add faulthandler_disabled() checkGuo Ren
2021-01-12csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren
2021-01-12csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren
2020-11-06csky/mm/highmem: Switch to generic kmap atomicThomas Gleixner
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-08-12mm/csky: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-07-31csky: Fixup warning by EXPORT_SYMBOL(kmap)Guo Ren
2020-07-31csky: Optimize the trap processing flowGuo Ren
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny
2020-06-04arch/kmap: don't hard code kmap_prot valuesIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny
2020-04-07mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual
2020-04-07mm/vma: make vma_is_accessible() available for general useAnshuman Khandual
2020-04-03csky: Add kprobes supportedGuo Ren
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren
2020-03-31csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INSGuo Ren
2020-02-21csky: Add setup_initrd check codeGuo Ren
2020-02-21csky: Remove unused cache implementationGuo Ren
2020-02-21csky: Fixup ftrace modify panicGuo Ren