summaryrefslogtreecommitdiff
path: root/arch/csky/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-23csky: fix arch_jump_label_transform_static overrideArnd Bergmann1-0/+5
2023-11-23arch: add do_page_fault prototypesArnd Bergmann1-0/+2
2023-11-23arch: add missing prepare_ftrace_return() prototypesArnd Bergmann1-0/+4
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann1-2/+0
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+1
2023-09-01Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxLinus Torvalds1-0/+2
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-08-30csky: Fixup compile errorGuo Ren1-0/+2
2023-08-30Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-5/+7
2023-08-25csky: implement the new page table range APIMatthew Wilcox (Oracle)1-3/+5
2023-08-21csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-2/+2
2023-08-11csky: Fixup -Wmissing-prototypes warningGuo Ren3-0/+19
2023-08-11csky: Make pfn accessors static inlinesLinus Walleij1-3/+10
2023-07-12mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-06-28Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-35/+0
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-35/+0
2023-05-15csky/smp: Switch to hotplug core state synchronizationThomas Gleixner1-1/+1
2023-03-12csky: Remove kernel_thread declarationMike Christie1-2/+0
2023-02-10mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-03mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-03csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-0/+18
2022-12-19Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds1-0/+2
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld1-9/+1
2022-11-09mm: remove kern_addr_valid() completelyKefeng Wang1-3/+0
2022-10-22csky: add arch support current_stack_pointerTong Tiangen1-0/+2
2022-09-12kernel: exit: cleanup release_thread()Kefeng Wang1-5/+0
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-23/+3
2022-08-05Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-21/+2
2022-08-05Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds6-8/+105
2022-08-01csky: cmpxchg: Coding convention for BUILD_BUG()Guo Ren1-6/+5
2022-07-31csky: Add qspinlock supportGuo Ren4-2/+43
2022-07-30csky: Add jump-label implementationGuo Ren1-0/+47
2022-07-23csky: Correct position of _stextGuo Ren1-0/+10
2022-07-23asm-generic: Add new pci.h and use itStafford Horne1-15/+2
2022-07-23csky: PCI: Define ARCH_GENERIC_PCI_MMAP_RESOURCEStafford Horne1-0/+2
2022-07-23PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne1-2/+0
2022-07-23PCI: 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-18csky: drop definition of PGD_ORDERMike Rapoport2-3/+2
2022-07-18csky: drop definition of PTE_ORDERMike Rapoport1-2/+1
2022-07-18csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-18/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-116/+3
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne1-1/+1
2022-05-11csky: Move to generic ticket-spinlockGuo Ren3-116/+3
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