summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
* perf/arch: Remove perf_sample_data::regs_user_copyPeter Zijlstra2020-11-091-2/+1
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-4/+4
* Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-231-1/+0
|\
| * tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-171-1/+0
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-0/+1
|\ \ | |/ |/|
| * uaccess: add infrastructure for kernel builds with set_fs()Christoph Hellwig2020-09-081-0/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-4/+2
|\ \
| * | dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+0
| * | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-062-3/+2
* | | Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-131-13/+0
|\ \ \
| * | | seccomp: Move config option SECCOMP to arch/KconfigYiFei Zhu2020-10-081-13/+0
| | |/ | |/|
* | | Merge tag 'perf-kprobes-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-121-75/+2
|\ \ \
| * | | csky: kprobes: Use generic kretprobe trampoline handlerMasami Hiramatsu2020-09-081-75/+2
| | |/ | |/|
* | | Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-121-0/+1
|\ \ \ | |/ / |/| |
| * | vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUGKees Cook2020-09-011-0/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* mm/csky: use general page fault accountingPeter Xu2020-08-121-11/+1
* mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+2
* uaccess: remove segment_eqChristoph Hellwig2020-08-121-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-072-7/+1
|\
| * asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport2020-08-071-6/+1
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* | Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-08-071-14/+10
|\ \ | |/ |/|
| * csky: switch to ->regset_get()Al Viro2020-07-271-14/+10
* | Merge tag 'csky-for-linus-5.9-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2020-08-0618-142/+307
|\ \
| * | csky: Add context tracking supportGuo Ren2020-08-012-0/+27
| * | csky: Add arch_show_interrupts for IPI interruptsGuo Ren2020-07-311-8/+41
| * | csky: Add irq_work supportGuo Ren2020-07-312-0/+23
| * | csky: Fixup warning by EXPORT_SYMBOL(kmap)Guo Ren2020-07-311-2/+0
| * | csky: Set CONFIG_NR_CPU 4 as defaultGuo Ren2020-07-311-1/+1
| * | csky: Use top-down mmap layoutGuo Ren2020-07-311-0/+10
| * | 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