summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
Commit message (Expand)AuthorAgeFilesLines
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-6/+1
* csky: Add irq_work supportGuo Ren2020-07-311-0/+11
* csky: Optimize the trap processing flowGuo Ren2020-07-312-1/+3
* csky: Add support for function error injectionGuo Ren2020-07-311-0/+6
* csky: Add SECCOMP_FILTER supportedGuo Ren2020-07-312-1/+2
* csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser2020-07-311-6/+0
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-30/+0
* csky: replace definitions of __pXd_offset() with pXd_index()Mike Rapoport2020-06-091-3/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-3/+1
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-2/+0
* kmap: remove kmap_atomic_to_page()Ira Weiny2020-06-041-1/+0
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-1/+0
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-1/+0
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-3/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-2/+2
* csky: Coding convention in entry.SGuo Ren2020-05-281-0/+6
* csky: Fixup raw_copy_from_user()Al Viro2020-05-151-23/+26
* csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren2020-05-152-5/+5
* csky: Fixup remove unnecessary save/restore PSR codeGuo Ren2020-05-131-2/+0
* csky: Fixup calltrace panicGuo Ren2020-05-132-0/+16
* csky: Fixup compile error for abiv1 entry.SGuo Ren2020-05-131-4/+4
* mm/special: create generic fallbacks for pte_special() and pte_mkspecial()Anshuman Khandual2020-04-101-3/+0
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+0
* Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2020-04-067-0/+153
|\
| * csky: Add uprobes supportGuo Ren2020-04-032-0/+35
| * csky: Add kprobes supportedGuo Ren2020-04-034-1/+74
| * csky: Fixup get wrong psr value from phyical regGuo Ren2020-04-011-0/+1
| * csky: Implement ftrace with regsGuo Ren2020-03-081-0/+2
| * csky: Implement ptrace regs and stack APIGuo Ren2020-03-081-0/+41
* | asm-generic: make more kernel-space headers mandatoryMasahiro Yamada2020-04-021-36/+0
* | csky: Remove mm.h from asm/uaccess.hSebastian Andrzej Siewior2020-03-211-1/+0
|/
* csky: Add PCI supportMaJun2020-02-212-1/+34
* csky: Fixup compile warning for three unimplemented syscallsGuo Ren2020-02-211-0/+3
* csky: Add flush_icache_mm to defer flush icache allGuo Ren2020-02-213-0/+4
* csky: Support icache flush without specific instructionsGuo Ren2020-02-211-0/+1
* csky: Separate fixaddr_init from highmemGuo Ren2020-02-213-5/+8
* csky: Tightly-Coupled Memory or Sram supportGuo Ren2020-02-213-1/+50
* csky: Initial stack protector supportMao Han2020-02-211-0/+29
* Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2020-02-041-1/+0
|\
| * asm-generic: Make dma-contiguous.h a mandatory include/asm headerMichal Simek2020-02-041-1/+0
* | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo...Ingo Molnar2019-12-101-0/+4
|/
* csky: use generic ioremapChristoph Hellwig2019-11-122-5/+7
* csky: remove ioremap_cacheChristoph Hellwig2019-11-111-2/+0
* arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig2019-11-111-1/+0
* Merge tag 'csky-for-linus-5.4-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-09-304-19/+30
|\
| * csky: Fixup ioremap function losingGuo Ren2019-08-151-11/+12
| * csky: Optimize arch_sync_dma_for_cpu/device with dma_inv_rangeGuo Ren2019-08-061-0/+1
| * csky: Fixup dma_alloc_coherent with PAGE_SO attributeGuo Ren2019-07-311-0/+10
| * csky: Fixup mb() synchronization problemGuo Ren2019-07-311-8/+7