aboutsummaryrefslogtreecommitdiff
path: root/arch/csky/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Gravatar Joe Perches 1-4/+4
2020-08-12uaccess: remove segment_eqGravatar Christoph Hellwig 1-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Gravatar Mike Rapoport 1-6/+1
2020-07-31csky: Add irq_work supportGravatar Guo Ren 1-0/+11
2020-07-31csky: Optimize the trap processing flowGravatar Guo Ren 2-1/+3
2020-07-31csky: Add support for function error injectionGravatar Guo Ren 1-0/+6
2020-07-31csky: Add SECCOMP_FILTER supportedGravatar Guo Ren 2-1/+2
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosGravatar Tobias Klauser 1-6/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsGravatar Mike Rapoport 1-30/+0
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Gravatar Mike Rapoport 1-3/+2
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 2-3/+1
2020-06-04kmap: consolidate kmap_prot definitionsGravatar Ira Weiny 1-2/+0
2020-06-04kmap: remove kmap_atomic_to_page()Gravatar Ira Weiny 1-1/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsGravatar Ira Weiny 1-3/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsGravatar Ira Weiny 1-2/+2
2020-05-28csky: Coding convention in entry.SGravatar Guo Ren 1-0/+6
2020-05-15csky: Fixup raw_copy_from_user()Gravatar Al Viro 1-23/+26
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGravatar Guo Ren 2-5/+5
2020-05-13csky: Fixup remove unnecessary save/restore PSR codeGravatar Guo Ren 1-2/+0
2020-05-13csky: Fixup calltrace panicGravatar Guo Ren 2-0/+16
2020-05-13csky: Fixup compile error for abiv1 entry.SGravatar Guo Ren 1-4/+4
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Gravatar Anshuman Khandual 1-3/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSGravatar Anshuman Khandual 1-3/+0
2020-04-06Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 7-0/+153
2020-04-03csky: Add uprobes supportGravatar Guo Ren 2-0/+35
2020-04-03csky: Add kprobes supportedGravatar Guo Ren 4-1/+74
2020-04-02asm-generic: make more kernel-space headers mandatoryGravatar Masahiro Yamada 1-36/+0
2020-04-01csky: Fixup get wrong psr value from phyical regGravatar Guo Ren 1-0/+1
2020-03-21csky: Remove mm.h from asm/uaccess.hGravatar Sebastian Andrzej Siewior 1-1/+0
2020-03-08csky: Implement ftrace with regsGravatar Guo Ren 1-0/+2
2020-03-08csky: Implement ptrace regs and stack APIGravatar Guo Ren 1-0/+41
2020-02-21csky: Add PCI supportGravatar MaJun 2-1/+34
2020-02-21csky: Fixup compile warning for three unimplemented syscallsGravatar Guo Ren 1-0/+3
2020-02-21csky: Add flush_icache_mm to defer flush icache allGravatar Guo Ren 3-0/+4
2020-02-21csky: Support icache flush without specific instructionsGravatar Guo Ren 1-0/+1
2020-02-21csky: Separate fixaddr_init from highmemGravatar Guo Ren 3-5/+8
2020-02-21csky: Tightly-Coupled Memory or Sram supportGravatar Guo Ren 3-1/+50
2020-02-21csky: Initial stack protector supportGravatar Mao Han 1-0/+29
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 1-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerGravatar Michal Simek 1-1/+0
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Gravatar Ingo Molnar 1-0/+4
2019-11-12csky: use generic ioremapGravatar Christoph Hellwig 2-5/+7
2019-11-11csky: remove ioremap_cacheGravatar Christoph Hellwig 1-2/+0
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsGravatar Christoph Hellwig 1-1/+0
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 4-19/+30
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingGravatar Mark Rutland 1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-5/+0
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-2/+0