aboutsummaryrefslogtreecommitdiff
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 1-5/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 4-23/+27
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-21/+2
2022-08-04Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxGravatar Linus Torvalds 14-20/+211
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-5/+5
2022-07-31csky: abiv1: Fixup compile errorGravatar Guo Ren 1-0/+6
2022-07-31csky: cmpxchg: Coding convention for BUILD_BUG()Gravatar Guo Ren 1-6/+5
2022-07-31csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*Gravatar Guo Ren 1-0/+26
2022-07-31csky: Add qspinlock supportGravatar Guo Ren 5-2/+44
2022-07-30csky: Add jump-label implementationGravatar Guo Ren 4-0/+104
2022-07-29profile: setup_profiling_timer() is moslty not implementedGravatar Ben Dooks 1-5/+0
2022-07-22csky: Move HEAD_TEXT_SECTION out of __init_begin-endGravatar Guo Ren 1-6/+6
2022-07-22csky: Correct position of _stextGravatar Guo Ren 3-3/+14
2022-07-22csky: Use the bitmap API to allocate bitmapsGravatar Christophe JAILLET 1-3/+2
2022-07-22csky/kprobe: reclaim insn_slot on kprobe unregistrationGravatar Liao Chang 1-0/+4
2022-07-22asm-generic: Add new pci.h and use itGravatar Stafford Horne 1-15/+2
2022-07-22csky: PCI: Define ARCH_GENERIC_PCI_MMAP_RESOURCEGravatar Stafford Horne 1-0/+2
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hGravatar Stafford Horne 1-2/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hGravatar Stafford Horne 1-6/+0
2022-07-21csky/tlb: Remove tlb_flush() defineGravatar Peter Zijlstra 1-2/+0
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Gravatar Peter Zijlstra 1-13/+0
2022-07-17csky: drop definition of PGD_ORDERGravatar Mike Rapoport 2-3/+2
2022-07-17csky: drop definition of PTE_ORDERGravatar Mike Rapoport 1-2/+1
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 1-1/+0
2022-07-17csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 3-18/+21
2022-06-29context_tracking: Split user tracking KconfigGravatar Frederic Weisbecker 2-3/+3
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Gravatar Frederic Weisbecker 1-2/+2
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesGravatar Peter Xu 1-0/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-8/+7
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Gravatar Linus Torvalds 1-4/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-116/+3
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Gravatar Rafael J. Wysocki 1-4/+2
2022-05-19csky: Use do_kernel_power_off()Gravatar Dmitry Osipenko 1-4/+2
2022-05-13printk: stop including cache.h from printk.hGravatar Peter Collingbourne 1-1/+1
2022-05-13csky: Move $(core-y) into arch/csky/KbuildGravatar Masahiro Yamada 2-2/+2
2022-05-13csky: Remove unused core-y for dtsGravatar Masahiro Yamada 1-1/+0
2022-05-13csky: Remove unused $(dtb-y) from boot/MakefileGravatar Masahiro Yamada 1-1/+0
2022-05-11csky: Move to generic ticket-spinlockGravatar Guo Ren 3-116/+3
2022-05-07fork: Generalize PF_IO_WORKER handlingGravatar Eric W. Biederman 1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadGravatar Eric W. Biederman 1-5/+5
2022-04-25csky: atomic: Add conditional atomic operations' optimizationGravatar Guo Ren 1-0/+95
2022-04-25csky: atomic: Add custom atomic.h implementationGravatar Guo Ren 1-0/+142
2022-04-25csky: atomic: Optimize cmpxchg with acquire & releaseGravatar Guo Ren 2-8/+67
2022-04-18csky: optimize memcpy_{from,to}io() and memset_io()Gravatar Guo Ren 3-1/+103
2022-04-18csky: Add C based string functionsGravatar Matteo Croce 8-356/+150
2022-04-08csky: Fix versioncheck warningsGravatar Deyan Wang 3-3/+0
2022-04-07csky: patch_text: Fixup last cpu should be masterGravatar Guo Ren 1-1/+1
2022-04-06csky: fix typos in commentsGravatar Julia Lawall 2-2/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-5/+4