aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-10-02kbuild: remove head-y syntaxMasahiro Yamada1-2/+0
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-2/+2
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang1-5/+0
2022-09-11arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDERZi Yan1-1/+1
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-5/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-23/+27
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-21/+2
2022-08-04Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds14-20/+211
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds2-5/+5
2022-07-31csky: abiv1: Fixup compile errorGuo Ren1-0/+6
2022-07-31csky: cmpxchg: Coding convention for BUILD_BUG()Guo Ren1-6/+5
2022-07-31csky: Enable ARCH_INLINE_READ*/WRITE*/SPIN*Guo Ren1-0/+26
2022-07-31csky: Add qspinlock supportGuo Ren5-2/+44
2022-07-30csky: Add jump-label implementationGuo Ren4-0/+104
2022-07-29profile: setup_profiling_timer() is moslty not implementedBen Dooks1-5/+0
2022-07-22csky: Move HEAD_TEXT_SECTION out of __init_begin-endGuo Ren1-6/+6
2022-07-22csky: Correct position of _stextGuo Ren3-3/+14
2022-07-22csky: Use the bitmap API to allocate bitmapsChristophe JAILLET1-3/+2
2022-07-22csky/kprobe: reclaim insn_slot on kprobe unregistrationLiao Chang1-0/+4
2022-07-22asm-generic: Add new pci.h and use itStafford Horne1-15/+2
2022-07-22csky: PCI: Define ARCH_GENERIC_PCI_MMAP_RESOURCEStafford Horne1-0/+2
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-2/+0
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne1-6/+0
2022-07-21csky/tlb: Remove tlb_flush() definePeter Zijlstra1-2/+0
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-13/+0
2022-07-17csky: drop definition of PGD_ORDERMike Rapoport2-3/+2
2022-07-17csky: drop definition of PTE_ORDERMike Rapoport1-2/+1
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-17csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-18/+21
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker2-3/+3
2022-06-29context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exit_callable()Frederic Weisbecker1-2/+2
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+7
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-4/+2
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds3-116/+3
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki1-4/+2
2022-05-19csky: Use do_kernel_power_off()Dmitry Osipenko1-4/+2
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne1-1/+1
2022-05-13csky: Move $(core-y) into arch/csky/KbuildMasahiro Yamada2-2/+2
2022-05-13csky: Remove unused core-y for dtsMasahiro Yamada1-1/+0
2022-05-13csky: Remove unused $(dtb-y) from boot/MakefileMasahiro Yamada1-1/+0
2022-05-11csky: Move to generic ticket-spinlockGuo Ren3-116/+3
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-5/+5
2022-04-25csky: atomic: Add conditional atomic operations' optimizationGuo Ren1-0/+95
2022-04-25csky: atomic: Add custom atomic.h implementationGuo Ren1-0/+142
2022-04-25csky: atomic: Optimize cmpxchg with acquire & releaseGuo Ren2-8/+67