| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-13 | csky: remove BS check for FAULT_FLAG_ALLOW_RETRY | Al Viro | 1 | -1/+1 |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit | Mike Rapoport (Microsoft) | 1 | -5/+0 |
| 2025-03-17 | arch, mm: streamline HIGHMEM freeing | Mike Rapoport (Microsoft) | 1 | -14/+0 |
| 2025-03-17 | arch, mm: set high_memory in free_area_init() | Mike Rapoport (Microsoft) | 1 | -1/+0 |
| 2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM | Mike Rapoport (Microsoft) | 1 | -4/+0 |
| 2025-03-17 | csky: move setup_initrd() to setup.c | Mike Rapoport (Microsoft) | 1 | -43/+0 |
| 2023-06-29 | csky: fix up lock_mm_and_find_vma() conversion | Linus Torvalds | 1 | -1/+1 |
| 2023-06-24 | mm/fault: convert remaining simple cases to lock_mm_and_find_vma() | Linus Torvalds | 1 | -17/+5 |
| 2022-08-05 | Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -0/+24 |
| 2022-07-22 | csky: Use the bitmap API to allocate bitmaps | Christophe JAILLET | 1 | -3/+2 |
| 2022-07-17 | csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROT | Anshuman Khandual | 1 | -0/+20 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types | Peter Xu | 1 | -0/+4 |
| 2022-04-08 | csky: Fix versioncheck warnings | Deyan Wang | 1 | -1/+0 |
| 2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman | 1 | -1/+1 |
| 2021-07-04 | csky: syscache: Fixup duplicate cache flush | Guo Ren | 1 | -5/+7 |
| 2021-05-03 | Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 2 | -1/+2 |
| 2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -1/+0 |
| 2021-04-28 | csky: uaccess.h: Coding convention with asm generic | Guo Ren | 1 | -1/+1 |
| 2021-04-28 | csky: fix syscache.c fallthrough warning | Randy Dunlap | 1 | -0/+1 |
| 2021-02-27 | csky: use free_initmem_default() in free_initmem() | David Hildenbrand | 1 | -16/+1 |
| 2021-02-27 | csky: Fixup pfn_valid error with wrong max_mapnr | Guo Ren | 1 | -2/+2 |
| 2021-01-12 | csky: mm: abort uaccess retries upon fatal signal | Guo Ren | 1 | -1/+4 |
| 2021-01-12 | csky: Sync riscv mm/fault.c for easy maintenance | Guo Ren | 1 | -155/+187 |
| 2021-01-12 | csky: Fixup do_page_fault parent irq status | Guo Ren | 1 | -0/+4 |
| 2021-01-12 | csky: Add faulthandler_disabled() check | Guo Ren | 1 | -2/+2 |
| 2021-01-12 | csky: Fixup FAULT_FLAG_XXX param for handle_mm_fault | Guo Ren | 1 | -2/+21 |
| 2021-01-12 | csky: Fix TLB maintenance synchronization problem | Guo Ren | 2 | -8/+36 |
| 2021-01-12 | csky: Remove prologue of page fault handler in entry.S | Guo Ren | 1 | -5/+40 |
| 2021-01-12 | csky: Fixup PTE global for 2.5:1.5 virtual memory | Guo Ren | 1 | -1/+7 |
| 2021-01-12 | csky: Add memory layout 2.5G(user):1.5G(kernel) | Guo Ren | 2 | -13/+23 |
| 2020-11-06 | csky/mm/highmem: Switch to generic kmap atomic | Thomas Gleixner | 1 | -74/+1 |
| 2020-10-06 | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 1 | -1/+0 |
| 2020-10-06 | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 1 | -2/+1 |
| 2020-08-12 | mm/csky: use general page fault accounting | Peter Xu | 1 | -11/+1 |
| 2020-08-12 | mm: do page fault accounting in handle_mm_fault | Peter Xu | 1 | -1/+2 |
| 2020-07-31 | csky: Fixup warning by EXPORT_SYMBOL(kmap) | Guo Ren | 1 | -2/+0 |
| 2020-07-31 | csky: Optimize the trap processing flow | Guo Ren | 1 | -5/+5 |
| 2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -4/+4 |
| 2020-06-09 | csky: replace definitions of __pXd_offset() with pXd_index() | Mike Rapoport | 3 | -5/+5 |
| 2020-06-09 | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2 | -2/+0 |
| 2020-06-04 | kmap: remove kmap_atomic_to_page() | Ira Weiny | 1 | -13/+0 |
| 2020-06-04 | arch/kmap: define kmap_atomic_prot() for all arch's | Ira Weiny | 1 | -3/+3 |
| 2020-06-04 | arch/kmap: don't hard code kmap_prot values | Ira Weiny | 1 | -1/+1 |
| 2020-06-04 | arch/kunmap_atomic: consolidate duplicate code | Ira Weiny | 1 | -6/+3 |
| 2020-06-04 | arch/kmap_atomic: consolidate duplicate code | Ira Weiny | 1 | -7/+2 |
| 2020-06-04 | arch/kunmap: remove duplicate kunmap implementations | Ira Weiny | 1 | -9/+0 |
| 2020-06-04 | arch/kmap: remove redundant arch specific kmaps | Ira Weiny | 1 | -10/+4 |
| 2020-06-04 | arch/kmap: remove BUG_ON() | Ira Weiny | 1 | -1/+1 |
| 2020-04-07 | mm/vma: append unlikely() while testing VMA access permissions | Anshuman Khandual | 1 | -1/+1 |
| 2020-04-07 | mm/vma: make vma_is_accessible() available for general use | Anshuman Khandual | 1 | -1/+1 |
| 2020-04-03 | csky: Add kprobes supported | Guo Ren | 1 | -0/+4 |
| 2020-04-01 | csky: Fixup get wrong psr value from phyical reg | Guo Ren | 1 | -0/+7 |
| 2020-03-31 | csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INS | Guo Ren | 1 | -6/+39 |
| 2020-02-21 | csky: Add setup_initrd check code | Guo Ren | 1 | -0/+44 |
| 2020-02-21 | csky: Remove unused cache implementation | Guo Ren | 1 | -15/+1 |
| 2020-02-21 | csky: Fixup ftrace modify panic | Guo Ren | 1 | -0/+2 |
| 2020-02-21 | csky: Add flush_icache_mm to defer flush icache all | Guo Ren | 1 | -8/+5 |
| 2020-02-21 | csky: Support icache flush without specific instructions | Guo Ren | 2 | -8/+26 |
| 2020-02-21 | csky/mm: Fixup export invalid_pte_table symbol | Guo Ren | 1 | -0/+1 |
| 2020-02-21 | csky: Separate fixaddr_init from highmem | Guo Ren | 2 | -60/+51 |
| 2020-02-21 | csky: Tightly-Coupled Memory or Sram support | Guo Ren | 2 | -0/+170 |
| 2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -4/+4 |
| 2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -4/+4 |
| 2019-11-12 | csky: use generic ioremap | Christoph Hellwig | 1 | -45/+0 |
| 2019-11-11 | csky: remove ioremap_cache | Christoph Hellwig | 1 | -7/+0 |
| 2019-09-30 | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 5 | -75/+62 |
| 2019-09-30 | csky: Use generic free_initrd_mem() | Mike Rapoport | 1 | -16/+0 |
| 2019-08-29 | dma-mapping: make dma_atomic_pool_init self-contained | Christoph Hellwig | 1 | -6/+0 |
| 2019-08-15 | csky: Fixup ioremap function losing | Guo Ren | 1 | -6/+17 |
| 2019-08-06 | csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_range | Guo Ren | 3 | -5/+18 |
| 2019-08-06 | csky/dma: Fixup cache_op failed when cross memory ZONEs | Guo Ren | 1 | -45/+26 |
| 2019-07-31 | csky: Fixup dma_alloc_coherent with PAGE_SO attribute | Guo Ren | 1 | -4/+2 |
| 2019-07-19 | Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 5 | -145/+332 |
| 2019-07-19 | csky: Improve tlb operation with help of asid | Guo Ren | 1 | -4/+132 |
| 2019-07-19 | csky: Use generic asid algorithm to implement switch_mm | Guo Ren | 2 | -0/+47 |
| 2019-07-19 | csky: Add new asid lib code from arm | Guo Ren | 2 | -0/+190 |
| 2019-07-19 | csky: Revert mmu ASID mechanism | Guo Ren | 2 | -185/+7 |
| 2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 1 | -2/+2 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-04-22 | csky: Fixup compile warning | Guo Ren | 1 | -1/+1 |
| 2019-04-22 | csky: add page fault perf event support | Mao Han | 1 | -2/+10 |
| 2019-04-22 | csky: Use va_pa_offset instead of phys_offset | Guo Ren | 1 | -1/+1 |
| 2019-04-22 | csky: mm/fault.c: Remove duplicate header | Jagadeesh Pagadala | 1 | -1/+0 |
| 2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+5 |
| 2019-02-13 | csky: Fixup io-range page attribute for mmap("/dev/mem") | Guo Ren | 1 | -0/+14 |
| 2019-01-05 | Merge tag 'csky-for-linus-4.21' of git://github.com/c-sky/csky-linux | Linus Torvalds | 2 | -6/+3 |
| 2018-12-31 | csky: remove unused members in processor.h | Guo Ren | 1 | -3/+0 |
| 2018-12-31 | csky: optimize kernel panic print. | Guo Ren | 1 | -2/+2 |
| 2018-12-31 | csky: fixup abiv2 mmap(... O_SYNC) failed. | Guo Ren | 1 | -1/+1 |
| 2018-12-28 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
| 2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -2/+2 |
| 2018-12-01 | csky: use the generic remapping dma alloc implementation | Christoph Hellwig | 1 | -140/+2 |
| 2018-12-01 | csky: don't use GFP_DMA in atomic_pool_init | Christoph Hellwig | 1 | -1/+1 |
| 2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 2 | -4/+3 |
| 2018-10-25 | csky: MMU and page table management | Guo Ren | 4 | -0/+622 |
| 2018-10-25 | csky: Cache and TLB routines | Guo Ren | 4 | -0/+456 |
| 2018-10-25 | csky: Exception handling and mm-fault | Guo Ren | 1 | -0/+212 |
| 2018-10-25 | csky: Build infrastructure | Guo Ren | 1 | -0/+13 |