summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-28csky: Coding convention in entry.SGuo Ren1-0/+6
2020-05-15csky: Fixup raw_copy_from_user()Al Viro1-23/+26
2020-05-15csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren2-5/+5
2020-05-13csky: Fixup remove unnecessary save/restore PSR codeGuo Ren1-2/+0
2020-05-13csky: Fixup calltrace panicGuo Ren2-0/+16
2020-05-13csky: Fixup compile error for abiv1 entry.SGuo Ren1-4/+4
2020-04-10mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual1-3/+0
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-3/+0
2020-04-06Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds7-0/+153
2020-04-03csky: Add uprobes supportGuo Ren2-0/+35
2020-04-03csky: Add kprobes supportedGuo Ren4-1/+74
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-36/+0
2020-04-01csky: Fixup get wrong psr value from phyical regGuo Ren1-0/+1
2020-03-21csky: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior1-1/+0
2020-03-08csky: Implement ftrace with regsGuo Ren1-0/+2
2020-03-08csky: Implement ptrace regs and stack APIGuo Ren1-0/+41
2020-02-21csky: Add PCI supportMaJun2-1/+34
2020-02-21csky: Fixup compile warning for three unimplemented syscallsGuo Ren1-0/+3
2020-02-21csky: Add flush_icache_mm to defer flush icache allGuo Ren3-0/+4
2020-02-21csky: Support icache flush without specific instructionsGuo Ren1-0/+1
2020-02-21csky: Separate fixaddr_init from highmemGuo Ren3-5/+8
2020-02-21csky: Tightly-Coupled Memory or Sram supportGuo Ren3-1/+50
2020-02-21csky: Initial stack protector supportMao Han1-0/+29
2020-02-04Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+0
2020-02-04asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek1-1/+0
2019-12-10mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar1-0/+4
2019-11-12csky: use generic ioremapChristoph Hellwig2-5/+7
2019-11-11csky: remove ioremap_cacheChristoph Hellwig1-2/+0
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig1-1/+0
2019-09-30Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds4-19/+30
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport1-5/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-2/+0
2019-09-07csky: add missing brackets in a macro for tlb.hJason Gunthorpe1-4/+4
2019-08-15csky: Fixup ioremap function losingGuo Ren1-11/+12