Age | Commit message (Expand) | Author | Files | Lines |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds | 1 | -4/+4 |
2019-11-28 | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 4 | -60/+8 |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig | 1 | -4/+4 |
2019-11-12 | csky: use generic ioremap | Christoph Hellwig | 4 | -50/+8 |
2019-11-11 | csky: remove ioremap_cache | Christoph Hellwig | 2 | -9/+0 |
2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 1 | -1/+0 |
2019-11-04 | vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA | Kees Cook | 1 | -1/+1 |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook | 1 | -1/+0 |
2019-09-30 | Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux | Linus Torvalds | 17 | -212/+291 |
2019-09-30 | csky: Move static keyword to the front of declaration | Krzysztof Wilczynski | 1 | -1/+1 |
2019-09-30 | csky: entry: Remove unneeded need_resched() loop | Valentin Schneider | 1 | -4/+0 |
2019-09-30 | csky: Fixup csky_pmu.max_period assignment | Mao Han | 1 | -1/+1 |
2019-09-30 | csky: Fixup add zero_fp fixup perf backtrace panic | Guo Ren | 2 | -21/+31 |
2019-09-30 | csky: Use generic free_initrd_mem() | Mike Rapoport | 1 | -16/+0 |
2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland | 1 | -1/+1 |
2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 1 | -5/+0 |
2019-09-24 | mm: remove quicklist page table caches | Nicholas Piggin | 1 | -2/+0 |
2019-09-21 | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd... | Linus Torvalds | 1 | -4/+4 |
2019-09-07 | csky: add missing brackets in a macro for tlb.h | Jason Gunthorpe | 1 | -4/+4 |
2019-08-29 | dma-mapping: make dma_atomic_pool_init self-contained | Christoph Hellwig | 1 | -6/+0 |
2019-08-22 | csky: Fixup 610 vipt cache flush mechanism | Guo Ren | 2 | -12/+49 |
2019-08-20 | csky: Support kernel non-aligned access | Guo Ren | 1 | -17/+45 |
2019-08-20 | csky: Fixup defer cache flush for 610 | Guo Ren | 2 | -25/+29 |
2019-08-20 | csky: Fixup arch_get_unmapped_area() implementation | Guo Ren | 2 | -37/+43 |
2019-08-15 | csky: Fixup ioremap function losing | Guo Ren | 2 | -17/+29 |
2019-08-06 | csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_range | Guo Ren | 4 | -5/+19 |
2019-08-06 | csky/dma: Fixup cache_op failed when cross memory ZONEs | Guo Ren | 1 | -45/+26 |
2019-07-31 | csky: Fixup dma_alloc_coherent with PAGE_SO attribute | Guo Ren | 2 | -4/+12 |
2019-07-31 | csky: Fixup mb() synchronization problem | Guo Ren | 1 | -8/+7 |
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 |