summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
...
| * | csky: Optimize the trap processing flowGuo Ren2020-07-315-109/+157
| * | csky: Add support for function error injectionGuo Ren2020-07-314-0/+18
| * | csky: Fixup kprobes handler couldn't change pcGuo Ren2020-07-311-1/+3
| * | csky: Fixup duplicated restore sp in RESTORE_REGS_FTRACEGuo Ren2020-07-311-3/+0
| * | csky: Add cpu feature register hint for smpGuo Ren2020-07-311-0/+3
| * | csky: Add SECCOMP_FILTER supportedGuo Ren2020-07-315-3/+25
| * | csky: remove unusued thread_saved_pc and *_segments functions/macrosTobias Klauser2020-07-312-16/+0
* | | arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-1/+1
* | | arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-1/+0
|/ /
* / maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+3
|/
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-092-6/+6
* 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-094-8/+7
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-3/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-094-4/+0
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-092-10/+3
* csky: add show_stack_loglvl()Dmitry Safonov2020-06-091-2/+9
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-2/+0
* kmap: remove kmap_atomic_to_page()Ira Weiny2020-06-042-14/+0
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kmap: don't hard code kmap_prot valuesIra Weiny2020-06-041-1/+1
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-7/+3
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-042-8/+2
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-042-12/+0
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-042-12/+6
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* csky: simplify detection of memory zone boundariesMike Rapoport2020-06-031-15/+11
* csky: Fixup CONFIG_DEBUG_RSEQGuo Ren2020-05-281-5/+10
* csky: Coding convention in entry.SGuo Ren2020-05-284-40/+42
* csky: Fixup abiv2 syscall_trace break a4 & a5Guo Ren2020-05-282-2/+6
* csky: Fixup CONFIG_PREEMPT panicGuo Ren2020-05-283-27/+11
* csky: Fixup raw_copy_from_user()Al Viro2020-05-152-29/+28
* csky: Fixup gdbmacros.txt with name sp in thread_structGuo Ren2020-05-154-9/+9
* csky: Fixup remove unnecessary save/restore PSR codeGuo Ren2020-05-133-11/+2
* csky: Fixup remove duplicate irq_disableLiu Yibin2020-05-131-2/+0
* csky: Fixup calltrace panicGuo Ren2020-05-138-119/+159
* csky: Fixup perf callchain unwindMao Han2020-05-131-2/+7
* csky: Fixup msa highest 3 bits maskLiu Yibin2020-05-132-4/+4
* csky: Fixup perf probe -x hungupGuo Ren2020-05-132-0/+11
* csky: Fixup compile error for abiv1 entry.SGuo Ren2020-05-131-4/+4
* csky/ftrace: Fixup error when disable CONFIG_DYNAMIC_FTRACEGuo Ren2020-05-132-0/+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
* mm/vma: append unlikely() while testing VMA access permissionsAnshuman Khandual2020-04-071-1/+1
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* Merge tag 'csky-for-linus-5.7-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2020-04-0634-74/+1807
|\
| * csky: Fixup cpu speculative execution to IO areaGuo Ren2020-04-035-58/+25
| * csky: Add uprobes supportGuo Ren2020-04-038-1/+201
| * csky: Add kprobes supportedGuo Ren2020-04-0316-2/+1197
| * csky: Enable LOCKDEP_SUPPORTGuo Ren2020-04-022-0/+14