index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
csky
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/special: create generic fallbacks for pte_special() and pte_mkspecial()
Anshuman Khandual
2020-04-11
1
-3
/
+0
*
mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS
Anshuman Khandual
2020-04-11
1
-3
/
+0
*
Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
2020-04-06
7
-0
/
+153
|
\
|
*
csky: Add uprobes support
Guo Ren
2020-04-03
2
-0
/
+35
|
*
csky: Add kprobes supported
Guo Ren
2020-04-03
4
-1
/
+74
|
*
csky: Fixup get wrong psr value from phyical reg
Guo Ren
2020-03-31
1
-0
/
+1
|
*
csky: Implement ftrace with regs
Guo Ren
2020-03-08
1
-0
/
+2
|
*
csky: Implement ptrace regs and stack API
Guo Ren
2020-03-08
1
-0
/
+41
*
|
asm-generic: make more kernel-space headers mandatory
Masahiro Yamada
2020-04-02
1
-36
/
+0
*
|
csky: Remove mm.h from asm/uaccess.h
Sebastian Andrzej Siewior
2020-03-21
1
-1
/
+0
|
/
*
csky: Add PCI support
MaJun
2020-02-21
2
-1
/
+34
*
csky: Fixup compile warning for three unimplemented syscalls
Guo Ren
2020-02-21
1
-0
/
+3
*
csky: Add flush_icache_mm to defer flush icache all
Guo Ren
2020-02-21
3
-0
/
+4
*
csky: Support icache flush without specific instructions
Guo Ren
2020-02-21
1
-0
/
+1
*
csky: Separate fixaddr_init from highmem
Guo Ren
2020-02-21
3
-5
/
+8
*
csky: Tightly-Coupled Memory or Sram support
Guo Ren
2020-02-21
3
-1
/
+50
*
csky: Initial stack protector support
Mao Han
2020-02-21
1
-0
/
+29
*
Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
2020-02-04
1
-1
/
+0
|
\
|
*
asm-generic: Make dma-contiguous.h a mandatory include/asm header
Michal Simek
2020-02-04
1
-1
/
+0
*
|
mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...
Ingo Molnar
2019-12-10
1
-0
/
+4
|
/
*
csky: use generic ioremap
Christoph Hellwig
2019-11-12
2
-5
/
+7
*
csky: remove ioremap_cache
Christoph Hellwig
2019-11-11
1
-2
/
+0
*
arch: rely on asm-generic/io.h for default ioremap_* definitions
Christoph Hellwig
2019-11-11
1
-1
/
+0
*
Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
2019-09-30
4
-19
/
+30
|
\
|
*
csky: Fixup ioremap function losing
Guo Ren
2019-08-15
1
-11
/
+12
|
*
csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_range
Guo Ren
2019-08-06
1
-0
/
+1
|
*
csky: Fixup dma_alloc_coherent with PAGE_SO attribute
Guo Ren
2019-07-31
1
-0
/
+10
|
*
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
*
|
csky: add missing brackets in a macro for tlb.h
Jason Gunthorpe
2019-09-07
1
-4
/
+4
|
/
*
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
4
-105
/
+91
|
\
|
*
csky: Use generic asid algorithm to implement switch_mm
Guo Ren
2019-07-19
2
-2
/
+11
|
*
csky: Add new asid lib code from arm
Guo Ren
2019-07-19
1
-0
/
+78
|
*
csky: Revert mmu ASID mechanism
Guo Ren
2019-07-19
3
-108
/
+7
*
|
csky: switch to generic version of pte allocation
Mike Rapoport
2019-07-12
1
-27
/
+3
|
/
*
treewide: Add SPDX license identifier - Kbuild
Greg Kroah-Hartman
2019-05-30
2
-0
/
+2
*
arch: remove dangling asm-generic wrappers
Masahiro Yamada
2019-05-18
1
-4
/
+0
*
Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
2019-05-08
11
-70
/
+158
|
\
|
*
csky/syscall_trace: Fixup return processing flow
Guo Ren
2019-04-22
1
-0
/
+7
|
*
csky: Add support for perf registers sampling
Mao Han
2019-04-22
1
-0
/
+51
|
*
csky: Use va_pa_offset instead of phys_offset
Guo Ren
2019-04-22
2
-20
/
+7
|
*
csky: Add perf_arch_fetch_caller_regs support
Mao Han
2019-04-22
1
-0
/
+8
|
*
csky: Support dynamic start physical address
Guo Ren
2019-04-22
2
-25
/
+18
|
*
csky: Use in_syscall & forget_syscall instead of r11_sig
Guo Ren
2019-04-22
1
-0
/
+12
|
*
csky: Add non-uapi asm/ptrace.h namespace
Guo Ren
2019-04-22
2
-20
/
+29
|
*
csky: remove redundant generic-y
Masahiro Yamada
2019-04-22
1
-1
/
+0
|
*
csky: Update syscall_trace_enter/exit implementation
Guo Ren
2019-04-22
4
-15
/
+21
[next]