summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland2019-09-261-1/+1
* | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-5/+0
* | mm: remove quicklist page table cachesNicholas Piggin2019-09-241-2/+0
* | csky: add missing brackets in a macro for tlb.hJason Gunthorpe2019-09-071-4/+4
|/
* treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headersMasahiro Yamada2019-07-256-6/+6
* Merge tag 'csky-for-linus-5.3-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-07-194-105/+91
|\
| * csky: Use generic asid algorithm to implement switch_mmGuo Ren2019-07-192-2/+11
| * csky: Add new asid lib code from armGuo Ren2019-07-191-0/+78
| * csky: Revert mmu ASID mechanismGuo Ren2019-07-193-108/+7
* | csky: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+3
|/
* treewide: Add SPDX license identifier - KbuildGreg Kroah-Hartman2019-05-302-0/+2
* arch: remove dangling asm-generic wrappersMasahiro Yamada2019-05-181-4/+0
* Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2019-05-0811-70/+158
|\
| * csky/syscall_trace: Fixup return processing flowGuo Ren2019-04-221-0/+7
| * csky: Add support for perf registers samplingMao Han2019-04-221-0/+51
| * csky: Use va_pa_offset instead of phys_offsetGuo Ren2019-04-222-20/+7
| * csky: Add perf_arch_fetch_caller_regs supportMao Han2019-04-221-0/+8
| * csky: Support dynamic start physical addressGuo Ren2019-04-222-25/+18
| * csky: Use in_syscall & forget_syscall instead of r11_sigGuo Ren2019-04-221-0/+12
| * csky: Add non-uapi asm/ptrace.h namespaceGuo Ren2019-04-222-20/+29
| * csky: remove redundant generic-yMasahiro Yamada2019-04-221-1/+0
| * csky: Update syscall_trace_enter/exit implementationGuo Ren2019-04-224-15/+21