Age | Commit message (Expand) | Author | Files | Lines |
2021-05-03 | Merge tag 'csky-for-linus-5.13-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 10 | -483/+349 |
2021-05-02 | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -3/+1 |
2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -1/+0 |
2021-04-30 | mm: move page_mapping_file to pagemap.h | Matthew Wilcox (Oracle) | 1 | -0/+1 |
2021-04-28 | csky: uaccess.h: Coding convention with asm generic | Guo Ren | 5 | -481/+345 |
2021-04-28 | csky: fix syscache.c fallthrough warning | Randy Dunlap | 1 | -0/+1 |
2021-04-20 | csky: Fixup typos | Junlin Yang | 3 | -3/+3 |
2021-04-20 | csky: Remove duplicate include in arch/csky/kernel/entry.S | Zhang Yunkai | 1 | -1/+0 |
2021-04-16 | csky: change a Kconfig symbol name to fix e1000 build error | Randy Dunlap | 2 | -2/+2 |
2021-03-27 | whack-a-mole: kill strlen_user() (again) | Al Viro | 2 | -3/+1 |
2021-03-16 | ftrace: Fix spelling mistake "disabed" -> "disabled" | Colin Ian King | 1 | -1/+1 |
2021-02-28 | Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 93 | -992/+1346 |
2021-02-27 | csky: Fixup compile error | Guo Ren | 52 | -52/+0 |
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-02-27 | csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC... | Guo Ren | 14 | -3/+225 |
2021-02-27 | csky: kprobe: Fixup code in simulate without 'long' | Guo Ren | 1 | -15/+7 |
2021-02-27 | csky: Fixup swapon | Guo Ren | 3 | -9/+52 |
2021-02-27 | csky: pgtable.h: Coding convention | Guo Ren | 3 | -55/+36 |
2021-02-21 | arch: setup PF_IO_WORKER threads like PF_KTHREAD | Jens Axboe | 1 | -1/+1 |
2021-01-12 | csky: Fixup _PAGE_ACCESSED for default pgprot | Guo Ren | 1 | -7/+9 |
2021-01-12 | csky: remove unused including <linux/version.h> | Tian Tao | 1 | -1/+0 |
2021-01-12 | csky: Fix a size determination in gpr_get() | Zhenzhong Duan | 1 | -1/+1 |
2021-01-12 | csky: Reconstruct VDSO framework | Guo Ren | 13 | -89/+269 |
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 | 2 | -155/+189 |
2021-01-12 | csky: Fixup do_page_fault parent irq status | Guo Ren | 2 | -1/+5 |
2021-01-12 | csky: Add faulthandler_disabled() check | Guo Ren | 1 | -2/+2 |
2021-01-12 | csky: Fixup update_mmu_cache called with user io mapping | Guo Ren | 1 | -0/+3 |
2021-01-12 | csky: Fixup FAULT_FLAG_XXX param for handle_mm_fault | Guo Ren | 1 | -2/+21 |
2021-01-12 | csky: Add show_tlb for CPU_CK860 debug | Guo Ren | 1 | -0/+121 |
2021-01-12 | csky: Fix TLB maintenance synchronization problem | Guo Ren | 5 | -16/+69 |
2021-01-12 | csky: Add kmemleak support | Guo Ren | 1 | -0/+1 |
2021-01-12 | csky: Remove prologue of page fault handler in entry.S | Guo Ren | 4 | -131/+48 |
2021-01-12 | csky: Fixup PTE global for 2.5:1.5 virtual memory | Guo Ren | 2 | -2/+8 |
2021-01-12 | csky: Cleanup asm/spinlock.h | Guo Ren | 3 | -178/+1 |
2021-01-12 | csky: Fixup asm/cmpxchg.h with correct ordering barrier | Guo Ren | 1 | -10/+17 |
2021-01-12 | csky: Fixup futex SMP implementation | Guo Ren | 2 | -0/+122 |
2021-01-12 | csky: Fixup barrier design | Guo Ren | 1 | -22/+60 |
2021-01-12 | csky: Remove custom asm/atomic.h implementation | Guo Ren | 1 | -212/+0 |
2021-01-12 | csky: Fixup show_regs doesn't contain regs->usp | Guo Ren | 1 | -2/+3 |
2021-01-12 | csky: Fixup perf probe failed | Guo Ren | 1 | -1/+1 |
2021-01-12 | csky: Add memory layout 2.5G(user):1.5G(kernel) | Guo Ren | 19 | -51/+113 |
2020-12-29 | local64.h: make <asm/local64.h> mandatory | Randy Dunlap | 1 | -1/+0 |
2020-12-17 | Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 1 | -3/+13 |
2020-12-16 | Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+5 |
2020-12-16 | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -1/+11 |
2020-12-16 | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+0 |
2020-12-15 | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 1 | -5/+3 |
2020-12-15 | Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |