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
*
csky: Fixup swapon
Guo Ren
2021-02-27
1
-9
/
+8
*
csky: pgtable.h: Coding convention
Guo Ren
2021-02-27
1
-30
/
+30
*
csky: Fixup _PAGE_ACCESSED for default pgprot
Guo Ren
2021-01-12
1
-7
/
+9
*
csky: remove unused including <linux/version.h>
Tian Tao
2021-01-12
1
-1
/
+0
*
csky: Reconstruct VDSO framework
Guo Ren
2021-01-12
1
-3
/
+16
*
csky: Sync riscv mm/fault.c for easy maintenance
Guo Ren
2021-01-12
1
-0
/
+2
*
csky: Fix TLB maintenance synchronization problem
Guo Ren
2021-01-12
1
-2
/
+1
*
csky: Fixup PTE global for 2.5:1.5 virtual memory
Guo Ren
2021-01-12
1
-1
/
+1
*
csky: Cleanup asm/spinlock.h
Guo Ren
2021-01-12
2
-177
/
+0
*
csky: Fixup asm/cmpxchg.h with correct ordering barrier
Guo Ren
2021-01-12
1
-10
/
+17
*
csky: Fixup futex SMP implementation
Guo Ren
2021-01-12
1
-0
/
+121
*
csky: Fixup barrier design
Guo Ren
2021-01-12
1
-22
/
+60
*
csky: Remove custom asm/atomic.h implementation
Guo Ren
2021-01-12
1
-212
/
+0
*
csky: Add memory layout 2.5G(user):1.5G(kernel)
Guo Ren
2021-01-12
7
-13
/
+7
*
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
2020-12-30
1
-1
/
+0
*
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-16
1
-1
/
+4
|
\
|
*
csky: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-11-09
1
-1
/
+4
*
|
Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-12-16
2
-1
/
+11
|
\
\
|
*
|
csky: Enable seccomp architecture tracking
YiFei Zhu
2020-11-20
2
-1
/
+11
|
|
/
*
|
Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2020-12-16
1
-5
/
+3
|
\
\
|
*
|
csky: use asm-generic/mmu_context.h for no-op implementations
Nicholas Piggin
2020-10-27
1
-5
/
+3
|
|
/
*
|
Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-12-16
1
-1
/
+0
|
\
\
|
*
|
whack-a-mole: USE_ELF_CORE_DUMP
Al Viro
2020-10-26
1
-1
/
+0
|
|
/
*
/
csky/mm/highmem: Switch to generic kmap atomic
Thomas Gleixner
2020-11-06
2
-4
/
+6
|
/
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-4
/
+4
*
uaccess: remove segment_eq
Christoph Hellwig
2020-08-12
1
-1
/
+1
*
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
2020-08-07
1
-6
/
+1
*
csky: Add irq_work support
Guo Ren
2020-07-31
1
-0
/
+11
*
csky: Optimize the trap processing flow
Guo Ren
2020-07-31
2
-1
/
+3
*
csky: Add support for function error injection
Guo Ren
2020-07-31
1
-0
/
+6
*
csky: Add SECCOMP_FILTER supported
Guo Ren
2020-07-31
2
-1
/
+2
*
csky: remove unusued thread_saved_pc and *_segments functions/macros
Tobias Klauser
2020-07-31
1
-6
/
+0
*
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
1
-30
/
+0
*
csky: replace definitions of __pXd_offset() with pXd_index()
Mike Rapoport
2020-06-09
1
-3
/
+2
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
2
-3
/
+1
*
kmap: consolidate kmap_prot definitions
Ira Weiny
2020-06-05
1
-2
/
+0
*
kmap: remove kmap_atomic_to_page()
Ira Weiny
2020-06-05
1
-1
/
+0
*
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-05
1
-1
/
+0
*
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-05
1
-1
/
+0
*
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
2020-06-05
1
-3
/
+0
*
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
2020-06-05
1
-2
/
+2
*
csky: Coding convention in entry.S
Guo Ren
2020-05-28
1
-0
/
+6
*
csky: Fixup raw_copy_from_user()
Al Viro
2020-05-14
1
-23
/
+26
*
csky: Fixup gdbmacros.txt with name sp in thread_struct
Guo Ren
2020-05-14
2
-5
/
+5
*
csky: Fixup remove unnecessary save/restore PSR code
Guo Ren
2020-05-13
1
-2
/
+0
*
csky: Fixup calltrace panic
Guo Ren
2020-05-13
2
-0
/
+16
*
csky: Fixup compile error for abiv1 entry.S
Guo Ren
2020-05-13
1
-4
/
+4
*
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
|
\
[next]