- 1c68907 Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 34eb62d Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 03c8a4a csky: kprobes: Use generic kretprobe trampoline handler by Masami Hiramatsu · 4 years, 4 months ago
- c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- a2a9e43 mm/csky: use general page fault accounting by Peter Xu · 4 years, 5 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
- 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
- 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
- f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
- 19b39c3 Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 5 months ago
- 2044513 Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linux by Linus Torvalds · 4 years, 5 months ago
- bdcd93e csky: Add context tracking support by Guo Ren · 4 years, 5 months ago
- e6169c4 csky: Add arch_show_interrupts for IPI interrupts by Guo Ren · 4 years, 5 months ago
- 2c81b07 csky: Add irq_work support by Guo Ren · 4 years, 5 months ago
- 667b932 csky: Fixup warning by EXPORT_SYMBOL(kmap) by Guo Ren · 4 years, 5 months ago
- 50d23a1 csky: Set CONFIG_NR_CPU 4 as default by Guo Ren · 4 years, 5 months ago
- 953131e csky: Use top-down mmap layout by Guo Ren · 4 years, 5 months ago
- 5bc46ce csky: Optimize the trap processing flow by Guo Ren · 4 years, 5 months ago
- 71e193d csky: Add support for function error injection by Guo Ren · 4 years, 5 months ago
- a5447fb csky: Fixup kprobes handler couldn't change pc by Guo Ren · 4 years, 5 months ago
- f788bb2 csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACE by Guo Ren · 4 years, 5 months ago
- 8077e66 csky: Add cpu feature register hint for smp by Guo Ren · 4 years, 5 months ago
- e95a4f8 csky: Add SECCOMP_FILTER supported by Guo Ren · 4 years, 7 months ago
- c23dd24 csky: remove unusued thread_saved_pc and *_segments functions/macros by Tobias Klauser · 4 years, 7 months ago
- dcad785 csky: switch to ->regset_get() by Al Viro · 4 years, 7 months ago
- 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
- 140c818 arch: remove HAVE_COPY_THREAD_TLS by Christian Brauner · 4 years, 7 months ago
- fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
- 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
- c910951 csky: replace definitions of __pXd_offset() with pXd_index() by Mike Rapoport · 4 years, 7 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
- e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
- 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
- aeeb59d csky: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
- 090e77e kmap: consolidate kmap_prot definitions by Ira Weiny · 4 years, 7 months ago
- 8bfb1a1 kmap: remove kmap_atomic_to_page() by Ira Weiny · 4 years, 7 months ago
- 20b271d arch/kmap: define kmap_atomic_prot() for all arch's by Ira Weiny · 4 years, 7 months ago
- d8c2583 arch/kmap: don't hard code kmap_prot values by Ira Weiny · 4 years, 7 months ago
- abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
- 78b6d91 arch/kmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
- e23c459 arch/kunmap: remove duplicate kunmap implementations by Ira Weiny · 4 years, 7 months ago
- 525aaf9 arch/kmap: remove redundant arch specific kmaps by Ira Weiny · 4 years, 7 months ago
- 01c4b78 arch/kmap: remove BUG_ON() by Ira Weiny · 4 years, 7 months ago
- 8f4693f csky: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
- f36e0aa csky: Fixup CONFIG_DEBUG_RSEQ by Guo Ren · 4 years, 7 months ago
- 20f6953 csky: Coding convention in entry.S by Guo Ren · 4 years, 7 months ago
- e0bbb53 csky: Fixup abiv2 syscall_trace break a4 & a5 by Guo Ren · 4 years, 7 months ago
- 9008975 csky: Fixup CONFIG_PREEMPT panic by Guo Ren · 4 years, 7 months ago
- 51bb38c csky: Fixup raw_copy_from_user() by Al Viro · 4 years, 9 months ago
- 6700281 csky: Fixup gdbmacros.txt with name sp in thread_struct by Guo Ren · 4 years, 8 months ago
- 9e2ca15 csky: Fixup remove unnecessary save/restore PSR code by Guo Ren · 4 years, 8 months ago
- 6633a5a csky: Fixup remove duplicate irq_disable by Liu Yibin · 4 years, 8 months ago
- 18c07d2 csky: Fixup calltrace panic by Guo Ren · 4 years, 8 months ago
- 229a0dd csky: Fixup perf callchain unwind by Mao Han · 4 years, 8 months ago
- 165f2d2 csky: Fixup msa highest 3 bits mask by Liu Yibin · 4 years, 8 months ago
- c2e59d1 csky: Fixup perf probe -x hungup by Guo Ren · 4 years, 9 months ago
- bd11aab csky: Fixup compile error for abiv1 entry.S by Guo Ren · 4 years, 9 months ago
- a13d588 csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACE by Guo Ren · 4 years, 9 months ago
- 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
- c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
- 5093c58 mm/vma: append unlikely() while testing VMA access permissions by Anshuman Khandual · 4 years, 9 months ago
- 3122e80 mm/vma: make vma_is_accessible() available for general use by Anshuman Khandual · 4 years, 9 months ago
- f183d26 Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linux by Linus Torvalds · 4 years, 9 months ago
- aefd946 csky: Fixup cpu speculative execution to IO area by Guo Ren · 4 years, 9 months ago
- 8f6bb79 csky: Add uprobes support by Guo Ren · 4 years, 9 months ago
- 33e53ae csky: Add kprobes supported by Guo Ren · 4 years, 9 months ago
- 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 9 months ago
- 000591f csky: Enable LOCKDEP_SUPPORT by Guo Ren · 4 years, 9 months ago
- de86367 csky: Enable the gcov function by Ma Jun · 4 years, 10 months ago
- 9c0e343 csky: Fixup get wrong psr value from phyical reg by Guo Ren · 4 years, 9 months ago
- dd7c983 csky/ftrace: Fixup ftrace_modify_code deadlock without CPU_HAS_ICACHE_INS by Guo Ren · 4 years, 9 months ago
- c5eedba csky: Remove mm.h from asm/uaccess.h by Sebastian Andrzej Siewior · 4 years, 9 months ago
- 89a3927 csky: Implement ftrace with regs by Guo Ren · 4 years, 11 months ago
- 9866d14 csky: Add support for restartable sequence by Guo Ren · 5 years ago
- bfe47f3 csky: Implement ptrace regs and stack API by Guo Ren · 5 years ago
- 12879bd csky: Fixup init_fpu compile warning with __init by Guo Ren · 4 years, 10 months ago
- 99db590 csky: Replace <linux/clk-provider.h> by <linux/of_clk.h> by Geert Uytterhoeven · 4 years, 11 months ago
- 0b9f386 csky: Implement copy_thread_tls by Guo Ren · 4 years, 11 months ago
- 5b49c82 csky: Add PCI support by MaJun · 5 years ago
- dc2efc00 csky: Minimize defconfig to support buildroot config.fragment by Ma Jun · 5 years ago
- d46869a csky: Add setup_initrd check code by Guo Ren · 5 years ago
- 4ec575b csky: Cleanup old Kconfig options by Krzysztof Kozlowski · 5 years ago
- bebd26a arch/csky: fix some Kconfig typos by Randy Dunlap · 5 years ago
- 2305f60 csky: Fixup compile warning for three unimplemented syscalls by Guo Ren · 5 years ago
- 9025fd4 csky: Remove unused cache implementation by Guo Ren · 5 years ago
- 359ae00 csky: Fixup ftrace modify panic by Guo Ren · 5 years ago
- 997153b csky: Add flush_icache_mm to defer flush icache all by Guo Ren · 5 years ago
- cc1f656 csky: Optimize abiv2 copy_to_user_page with VM_EXEC by Guo Ren · 5 years ago
- d936a7e csky: Enable defer flush_dcache_page for abiv2 cpus (807/810/860) by Guo Ren · 5 years ago
- a117673 csky: Remove unnecessary flush_icache_* implementation by Guo Ren · 5 years ago
- 761b4f6 csky: Support icache flush without specific instructions by Guo Ren · 5 years ago
- a736fa1 csky/Kconfig: Add Kconfig.platforms to support some drivers by Guo Ren · 5 years ago
- c949273 csky/smp: Fixup boot failed when CONFIG_SMP by Guo Ren · 5 years ago
- f8e17c1 csky: Set regs->usp to kernel sp, when the exception is from kernel by Guo Ren · 5 years ago
- 7f4a567 csky/mm: Fixup export invalid_pte_table symbol by Guo Ren · 5 years ago
- f136008 csky: Separate fixaddr_init from highmem by Guo Ren · 5 years ago
- f525bb2 csky: Tightly-Coupled Memory or Sram support by Guo Ren · 5 years ago