summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
AgeCommit message (Expand)AuthorFilesLines
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-1/+0
2021-05-26locking/atomic: csky: move to ARCH_ATOMICMark Rutland1-4/+4
2021-04-28csky: uaccess.h: Coding convention with asm genericGuo Ren3-327/+133
2021-04-20csky: Fixup typosJunlin Yang3-3/+3
2021-04-16csky: change a Kconfig symbol name to fix e1000 build errorRandy Dunlap1-1/+1
2021-02-27csky: Fixup compile errorGuo Ren34-34/+0
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren6-0/+167
2021-02-27csky: Fixup swaponGuo Ren1-9/+8
2021-02-27csky: pgtable.h: Coding conventionGuo Ren1-30/+30
2021-01-12csky: Fixup _PAGE_ACCESSED for default pgprotGuo Ren1-7/+9
2021-01-12csky: remove unused including <linux/version.h>Tian Tao1-1/+0
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren1-3/+16
2021-01-12csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren1-0/+2
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren1-2/+1
2021-01-12csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren1-1/+1
2021-01-12csky: Cleanup asm/spinlock.hGuo Ren2-177/+0
2021-01-12csky: Fixup asm/cmpxchg.h with correct ordering barrierGuo Ren1-10/+17
2021-01-12csky: Fixup futex SMP implementationGuo Ren1-0/+121
2021-01-12csky: Fixup barrier designGuo Ren1-22/+60
2021-01-12csky: Remove custom asm/atomic.h implementationGuo Ren1-212/+0
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren7-13/+7
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap1-1/+0
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+4
2020-12-16Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+11
2020-12-15Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-5/+3
2020-12-15Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2020-11-20csky: Enable seccomp architecture trackingYiFei Zhu2-1/+11
2020-11-09csky: add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+4
2020-11-06csky/mm/highmem: Switch to generic kmap atomicThomas Gleixner2-4/+6
2020-10-27csky: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin1-5/+3
2020-10-25whack-a-mole: USE_ELF_CORE_DUMPAl Viro1-1/+0
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-4/+4
2020-08-12uaccess: remove segment_eqChristoph Hellwig1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-6/+1
2020-07-31csky: Add irq_work supportGuo Ren1-0/+11
2020-07-31csky: Optimize the trap processing flowGuo Ren2-1/+3
2020-07-31csky: Add support for function error injectionGuo Ren1-0/+6
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren2-1/+2
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser1-6/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-30/+0
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport1-3/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-3/+1
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-2/+0
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny1-1/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-3/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-2/+2