summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
Commit message (Expand)AuthorAgeFilesLines
* local64.h: make <asm/local64.h> mandatoryRandy Dunlap2020-12-291-1/+0
* Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-1/+4
|\
| * csky: add support for TIF_NOTIFY_SIGNALJens Axboe2020-11-091-1/+4
* | Merge tag 'seccomp-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-162-1/+11
|\ \
| * | csky: Enable seccomp architecture trackingYiFei Zhu2020-11-202-1/+11
| |/
* | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-151-5/+3
|\ \
| * | csky: use asm-generic/mmu_context.h for no-op implementationsNicholas Piggin2020-10-271-5/+3
| |/
* | Merge branch 'regset.followup' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-12-151-1/+0
|\ \
| * | whack-a-mole: USE_ELF_CORE_DUMPAl Viro2020-10-251-1/+0
| |/
* / csky/mm/highmem: Switch to generic kmap atomicThomas Gleixner2020-11-062-4/+6
|/
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-4/+4
* 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