aboutsummaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)Author
2021-03-16ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds
2021-02-27csky: Fixup compile errorGuo Ren
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-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren
2021-02-27csky: kprobe: Fixup code in simulate without 'long'Guo Ren
2021-02-27csky: Fixup swaponGuo Ren
2021-02-27csky: pgtable.h: Coding conventionGuo Ren
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-01-12csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren
2021-01-12csky: remove unused including <linux/version.h>Tian Tao
2021-01-12csky: Fix a size determination in gpr_get()Zhenzhong Duan
2021-01-12csky: Reconstruct VDSO frameworkGuo 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 update_mmu_cache called with user io mappingGuo Ren
2021-01-12csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren
2021-01-12csky: Add show_tlb for CPU_CK860 debugGuo Ren
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren
2021-01-12csky: Add kmemleak supportGuo 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: Cleanup asm/spinlock.hGuo Ren
2021-01-12csky: Fixup asm/cmpxchg.h with correct ordering barrierGuo Ren
2021-01-12csky: Fixup futex SMP implementationGuo Ren
2021-01-12csky: Fixup barrier designGuo Ren
2021-01-12csky: Remove custom asm/atomic.h implementationGuo Ren
2021-01-12csky: Fixup show_regs doesn't contain regs->uspGuo Ren
2021-01-12csky: Fixup perf probe failedGuo Ren
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-16Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-11-20csky: Enable seccomp architecture trackingYiFei Zhu
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-09perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra
2020-11-09csky: add support for TIF_NOTIFY_SIGNALJens Axboe
2020-11-06csky/mm/highmem: Switch to generic kmap atomicThomas Gleixner
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)