Age | Commit message (Expand) | Author | Files | Lines |
2019-07-25 | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers | Masahiro Yamada | 6 | -6/+6 |
2019-07-19 | Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 19 | -329/+823 |
2019-07-19 | csky: Fixup abiv1 memset error | Guo Ren | 4 | -42/+0 |
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 | 6 | -2/+74 |
2019-07-19 | csky: Add new asid lib code from arm | Guo Ren | 3 | -0/+268 |
2019-07-19 | csky: Revert mmu ASID mechanism | Guo Ren | 6 | -295/+14 |
2019-07-19 | csky: Fixup some error count in 810 & 860. | Guo Ren | 1 | -6/+54 |
2019-07-19 | csky: Fix perf record in kernel/user space | Mao Han | 1 | -12/+14 |
2019-07-19 | csky: Add pmu interrupt support | Mao Han | 1 | -15/+246 |
2019-07-19 | csky: Add count-width property for csky pmu | Mao Han | 1 | -1/+14 |
2019-07-19 | csky: Init pmu as a device | Mao Han | 1 | -2/+48 |
2019-07-19 | csky: Fixup no panic in kernel for some traps | Guo Ren | 1 | -0/+5 |
2019-07-19 | csky: Select intc & timer drivers | Guo Ren | 1 | -0/+4 |
2019-07-12 | Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+0 |
2019-07-12 | csky: switch to generic version of pte allocation | Mike Rapoport | 1 | -27/+3 |
2019-07-08 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -8/+6 |
2019-06-26 | csky: Fixup libgcc unwind error | Guo Ren | 1 | -0/+5 |
2019-06-09 | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG | Masahiro Yamada | 1 | -1/+0 |
2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2 | -0/+2 |
2019-05-29 | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 4 | -5/+5 |
2019-05-27 | signal: Remove task parameter from force_sig | Eric W. Biederman | 1 | -3/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 10 | -0/+10 |
2019-05-18 | arch: remove dangling asm-generic wrappers | Masahiro Yamada | 1 | -4/+0 |
2019-05-18 | csky: remove deprecated arch/csky/boot/dts/include/dt-bindings | Masahiro Yamada | 1 | -1/+0 |
2019-05-09 | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -0/+1 |
2019-05-08 | Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 33 | -502/+887 |
2019-05-07 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -0/+1 |
2019-05-06 | dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence | Christoph Hellwig | 1 | -0/+1 |
2019-04-22 | csky/syscall_trace: Fixup return processing flow | Guo Ren | 2 | -1/+9 |
2019-04-22 | csky: Fixup compile warning | Guo Ren | 1 | -1/+1 |
2019-04-22 | csky: Add support for perf registers sampling | Mao Han | 4 | -0/+94 |
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 | 7 | -36/+21 |
2019-04-22 | csky: Support vmlinux bootup with MMU off | Guo Ren | 4 | -85/+90 |
2019-04-22 | csky: Add perf_arch_fetch_caller_regs support | Mao Han | 3 | -0/+10 |
2019-04-22 | csky: Fixup wrong update_mmu_cache implementation | Guo Ren | 1 | -11/+2 |
2019-04-22 | csky: Support dynamic start physical address | Guo Ren | 8 | -31/+106 |
2019-04-22 | csky: Reconstruct signal processing | Guo Ren | 7 | -274/+150 |
2019-04-22 | csky: Use in_syscall & forget_syscall instead of r11_sig | Guo Ren | 5 | -20/+22 |
2019-04-22 | csky: Add non-uapi asm/ptrace.h namespace | Guo Ren | 2 | -20/+29 |
2019-04-22 | csky: mm/fault.c: Remove duplicate header | Jagadeesh Pagadala | 1 | -1/+0 |
2019-04-22 | csky: remove redundant generic-y | Masahiro Yamada | 1 | -1/+0 |
2019-04-22 | csky: Update syscall_trace_enter/exit implementation | Guo Ren | 9 | -55/+67 |
2019-04-22 | csky: Add perf callchain support | Mao Han | 2 | -0/+120 |
2019-04-22 | csky/ftrace: Add dynamic function tracer (include graph tracer) | Guo Ren | 4 | -6/+202 |
2019-04-22 | csky: Fixup vdsp&fpu issues in kernel | Guo Ren | 2 | -6/+2 |
2019-04-10 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -18/+8 |
2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 1 | -0/+1 |