summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
AgeCommit message (Expand)AuthorLines
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches-4/+4
2020-08-12uaccess: remove segment_eqChristoph Hellwig-1/+1
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport-6/+1
2020-07-31csky: Add irq_work supportGuo Ren-0/+11
2020-07-31csky: Optimize the trap processing flowGuo Ren-1/+3
2020-07-31csky: Add support for function error injectionGuo Ren-0/+6
2020-07-31csky: Add SECCOMP_FILTER supportedGuo Ren-1/+2
2020-07-31csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser-6/+0
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport-30/+0
2020-06-09csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport-3/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport-3/+1
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny-2/+0
2020-06-04kmap: remove kmap_atomic_to_page()Ira Weiny-1/+0
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny-1/+0
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny-1/+0
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny-3/+0
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny-2/+2
2020-05-28csky: Coding convention in entry.SGuo Ren-0/+6
2020-05-15csky: Fixup raw_copy_from_user()Al Viro-23/+26
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren-5/+5
2020-05-13csky: Fixup remove unnecessary save/restore PSR codeGuo Ren-2/+0
2020-05-13csky: Fixup calltrace panicGuo Ren-0/+16
2020-05-13csky: Fixup compile error for abiv1 entry.SGuo Ren-4/+4
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual-3/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual-3/+0
2020-04-06Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds-0/+153
2020-04-03csky: Add uprobes supportGuo Ren-0/+35
2020-04-03csky: Add kprobes supportedGuo Ren-1/+74
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada-36/+0
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren-0/+1
2020-03-21csky: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior-1/+0
2020-03-08csky: Implement ftrace with regsGuo Ren-0/+2
2020-03-08csky: Implement ptrace regs and stack APIGuo Ren-0/+41
2020-02-21csky: Add PCI supportMaJun-1/+34
2020-02-21csky: Fixup compile warning for three unimplemented syscallsGuo Ren-0/+3
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren-0/+4
2020-02-21csky: Support icache flush without specific instructionsGuo Ren-0/+1
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren-5/+8
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren-1/+50
2020-02-21csky: Initial stack protector supportMao Han-0/+29
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek-1/+0
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar-0/+4
2019-11-12csky: use generic ioremapChristoph Hellwig-5/+7
2019-11-11csky: remove ioremap_cacheChristoph Hellwig-2/+0
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig-1/+0
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds-19/+30
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-2/+0