| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 2019-09-30 | 17 | -212/+291 |
|\ |
|
| * | csky: Move static keyword to the front of declaration | Krzysztof Wilczynski | 2019-09-30 | 1 | -1/+1 |
| * | csky: entry: Remove unneeded need_resched() loop | Valentin Schneider | 2019-09-30 | 1 | -4/+0 |
| * | csky: Fixup csky_pmu.max_period assignment | Mao Han | 2019-09-30 | 1 | -1/+1 |
| * | csky: Fixup add zero_fp fixup perf backtrace panic | Guo Ren | 2019-09-30 | 2 | -21/+31 |
| * | csky: Use generic free_initrd_mem() | Mike Rapoport | 2019-09-30 | 1 | -16/+0 |
| * | csky: Fixup 610 vipt cache flush mechanism | Guo Ren | 2019-08-22 | 2 | -12/+49 |
| * | csky: Support kernel non-aligned access | Guo Ren | 2019-08-20 | 1 | -17/+45 |
| * | csky: Fixup defer cache flush for 610 | Guo Ren | 2019-08-20 | 2 | -25/+29 |
| * | csky: Fixup arch_get_unmapped_area() implementation | Guo Ren | 2019-08-20 | 2 | -37/+43 |
| * | csky: Fixup ioremap function losing | Guo Ren | 2019-08-15 | 2 | -17/+29 |
| * | csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_range | Guo Ren | 2019-08-06 | 4 | -5/+19 |
| * | csky/dma: Fixup cache_op failed when cross memory ZONEs | Guo Ren | 2019-08-06 | 1 | -45/+26 |
| * | csky: Fixup dma_alloc_coherent with PAGE_SO attribute | Guo Ren | 2019-07-31 | 2 | -4/+12 |
| * | csky: Fixup mb() synchronization problem | Guo Ren | 2019-07-31 | 1 | -8/+7 |
* | | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 2019-09-26 | 1 | -1/+1 |
* | | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 2019-09-25 | 1 | -5/+0 |
* | | mm: remove quicklist page table caches | Nicholas Piggin | 2019-09-25 | 1 | -2/+0 |
* | | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 2019-09-21 | 1 | -4/+4 |
|\ \ |
|
| * | | csky: add missing brackets in a macro for tlb.h | Jason Gunthorpe | 2019-09-07 | 1 | -4/+4 |
| |/ |
|
* / | dma-mapping: make dma_atomic_pool_init self-contained | Christoph Hellwig | 2019-08-29 | 1 | -6/+0 |
|/ |
|
* | treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers | Masahiro Yamada | 2019-07-25 | 6 | -6/+6 |
* | Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 2019-07-19 | 19 | -329/+823 |
|\ |
|
| * | csky: Fixup abiv1 memset error | Guo Ren | 2019-07-19 | 4 | -42/+0 |
| * | csky: Improve tlb operation with help of asid | Guo Ren | 2019-07-19 | 1 | -4/+132 |
| * | csky: Use generic asid algorithm to implement switch_mm | Guo Ren | 2019-07-19 | 6 | -2/+74 |
| * | csky: Add new asid lib code from arm | Guo Ren | 2019-07-19 | 3 | -0/+268 |
| * | csky: Revert mmu ASID mechanism | Guo Ren | 2019-07-19 | 6 | -295/+14 |
| * | csky: Fixup some error count in 810 & 860. | Guo Ren | 2019-07-19 | 1 | -6/+54 |
| * | csky: Fix perf record in kernel/user space | Mao Han | 2019-07-19 | 1 | -12/+14 |
| * | csky: Add pmu interrupt support | Mao Han | 2019-07-19 | 1 | -15/+246 |
| * | csky: Add count-width property for csky pmu | Mao Han | 2019-07-19 | 1 | -1/+14 |
| * | csky: Init pmu as a device | Mao Han | 2019-07-19 | 1 | -2/+48 |
| * | csky: Fixup no panic in kernel for some traps | Guo Ren | 2019-07-19 | 1 | -0/+5 |
| * | csky: Select intc & timer drivers | Guo Ren | 2019-07-19 | 1 | -0/+4 |
* | | Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2019-07-13 | 1 | -1/+0 |
|\ \ |
|
| * | | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG | Masahiro Yamada | 2019-06-09 | 1 | -1/+0 |
* | | | csky: switch to generic version of pte allocation | Mike Rapoport | 2019-07-12 | 1 | -27/+3 |
* | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-07-09 | 5 | -8/+6 |
|\ \ \
| |_|/
|/| | |
|
| * | | signal: Remove the task parameter from force_sig_fault | Eric W. Biederman | 2019-05-29 | 4 | -5/+5 |
| * | | signal: Remove task parameter from force_sig | Eric W. Biederman | 2019-05-27 | 1 | -3/+1 |
* | | | csky: Fixup libgcc unwind error | Guo Ren | 2019-06-26 | 1 | -0/+5 |
| |/
|/| |
|
* | | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2019-05-30 | 2 | -0/+2 |
* | | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 10 | -0/+10 |
|/ |
|
* | arch: remove dangling asm-generic wrappers | Masahiro Yamada | 2019-05-18 | 1 | -4/+0 |
* | csky: remove deprecated arch/csky/boot/dts/include/dt-bindings | Masahiro Yamada | 2019-05-18 | 1 | -1/+0 |
* | Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2019-05-09 | 1 | -0/+1 |
|\ |
|
| * | dma-mapping: add a Kconfig symbol to indicate arch_dma_prep_coherent presence | Christoph Hellwig | 2019-05-06 | 1 | -0/+1 |
* | | Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 2019-05-08 | 33 | -502/+887 |
|\ \ |
|
| * | | csky/syscall_trace: Fixup return processing flow | Guo Ren | 2019-04-22 | 2 | -1/+9 |