summaryrefslogtreecommitdiffstats
path: root/arch/csky
Commit message (Expand)AuthorAgeFilesLines
...
| * | csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-173-18/+21
| * | mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
| |/
* | Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-21/+2
|\ \
| * | asm-generic: Add new pci.h and use itStafford Horne2022-07-221-15/+2
| * | csky: PCI: Define ARCH_GENERIC_PCI_MMAP_RESOURCEStafford Horne2022-07-221-0/+2
| * | PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne2022-07-221-2/+0
| * | PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne2022-07-221-6/+0
| |/
* | Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2022-08-0414-20/+211
|\ \
| * | csky: abiv1: Fixup compile errorGuo Ren2022-07-311-0/+6
| * | csky: cmpxchg: Coding convention for BUILD_BUG()Guo Ren2022-07-311-6/+5
| * | csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*Guo Ren2022-07-311-0/+26
| * | csky: Add qspinlock supportGuo Ren2022-07-315-2/+44
| * | csky: Add jump-label implementationGuo Ren2022-07-304-0/+104
| * | csky: Move HEAD_TEXT_SECTION out of __init_begin-endGuo Ren2022-07-221-6/+6
| * | csky: Correct position of _stextGuo Ren2022-07-223-3/+14
| * | csky: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-221-3/+2
| * | csky/kprobe: reclaim insn_slot on kprobe unregistrationLiao Chang2022-07-221-0/+4
| |/
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-022-5/+5
|\ \
| * | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-292-3/+3
| * | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker2022-06-291-2/+2
| |/
* | csky/tlb: Remove tlb_flush() definePeter Zijlstra2022-07-211-2/+0
* | mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra2022-07-211-13/+0
|/
* Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-8/+7
|\
| * fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-4/+3
| * fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-5/+5
* | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-301-4/+2
|\ \
| * \ Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-251-4/+2
| |\ \
| | * | csky: Use do_kernel_power_off()Dmitry Osipenko2022-05-191-4/+2
| | |/
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+1
|\ \ \
| * | | printk: stop including cache.h from printk.hPeter Collingbourne2022-05-131-1/+1
| | |/ | |/|
* | | Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-05-263-116/+3
|\ \ \ | |_|/ |/| |
| * | csky: Move to generic ticket-spinlockGuo Ren2022-05-113-116/+3
| |/
* | csky: Move $(core-y) into arch/csky/KbuildMasahiro Yamada2022-05-132-2/+2
* | csky: Remove unused core-y for dtsMasahiro Yamada2022-05-131-1/+0
* | csky: Remove unused $(dtb-y) from boot/MakefileMasahiro Yamada2022-05-131-1/+0
* | csky: atomic: Add conditional atomic operations' optimizationGuo Ren2022-04-251-0/+95
* | csky: atomic: Add custom atomic.h implementationGuo Ren2022-04-251-0/+142
* | csky: atomic: Optimize cmpxchg with acquire & releaseGuo Ren2022-04-252-8/+67
* | csky: optimize memcpy_{from,to}io() and memset_io()Guo Ren2022-04-183-1/+103
* | csky: Add C based string functionsMatteo Croce2022-04-188-356/+150
* | csky: Fix versioncheck warningsDeyan Wang2022-04-083-3/+0
* | csky: patch_text: Fixup last cpu should be masterGuo Ren2022-04-071-1/+1
* | csky: fix typos in commentsJulia Lawall2022-04-062-2/+2
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-282-5/+4
|\
| * resume_user_mode: Move to resume_user_mode.hEric W. Biederman2022-03-101-2/+2
| * ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman2022-03-101-3/+2
* | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-03-281-0/+1
|\ \
| * | parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki2022-03-181-0/+1
| |/
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-238-30/+2
|\ \
| * | uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-256-19/+0