summaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
2021-02-27csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren1-2/+2
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren14-3/+225
2021-02-27csky: kprobe: Fixup code in simulate without 'long'Guo Ren1-15/+7
2021-02-27csky: Fixup swaponGuo Ren3-9/+52
2021-02-27csky: pgtable.h: Coding conventionGuo Ren3-55/+36
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe1-1/+1
2021-01-12csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren1-7/+9
2021-01-12csky: remove unused including <linux/version.h>Tian Tao1-1/+0
2021-01-12csky: Fix a size determination in gpr_get()Zhenzhong Duan1-1/+1
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren13-89/+269
2021-01-12csky: mm: abort uaccess retries upon fatal signalGuo Ren1-1/+4
2021-01-12csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren2-155/+189
2021-01-12csky: Fixup do_page_fault parent irq statusGuo Ren2-1/+5
2021-01-12csky: Add faulthandler_disabled() checkGuo Ren1-2/+2
2021-01-12csky: Fixup update_mmu_cache called with user io mappingGuo Ren1-0/+3
2021-01-12csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren1-2/+21
2021-01-12csky: Add show_tlb for CPU_CK860 debugGuo Ren1-0/+121
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren5-16/+69
2021-01-12csky: Add kmemleak supportGuo Ren1-0/+1
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren4-131/+48
2021-01-12csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren2-2/+8
2021-01-12csky: Cleanup asm/spinlock.hGuo Ren3-178/+1
2021-01-12csky: Fixup asm/cmpxchg.h with correct ordering barrierGuo Ren1-10/+17
2021-01-12csky: Fixup futex SMP implementationGuo Ren2-0/+122
2021-01-12csky: Fixup barrier designGuo Ren1-22/+60
2021-01-12csky: Remove custom asm/atomic.h implementationGuo Ren1-212/+0
2021-01-12csky: Fixup show_regs doesn't contain regs->uspGuo Ren1-2/+3
2021-01-12csky: Fixup perf probe failedGuo Ren1-1/+1
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren19-51/+113
2020-12-30local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-18Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-3/+13
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+5
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+11
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+0
2020-12-16Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-5/+3
2020-12-16Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2020-12-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-78/+8
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra1-1/+1
2020-11-20csky: Enable seccomp architecture trackingYiFei Zhu2-1/+11
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)1-1/+3
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra1-2/+1
2020-11-09csky: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5
2020-11-07csky/mm/highmem: Switch to generic kmap atomicThomas Gleixner4-78/+8
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)1-1/+1
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)1-2/+10
2020-10-30timekeeping: default GENERIC_CLOCKEVENTS to enabledArnd Bergmann1-1/+0
2020-10-27csky: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-5/+3
2020-10-26whack-a-mole: USE_ELF_CORE_DUMPAl Viro1-1/+0
2020-10-26treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-4/+4