summaryrefslogtreecommitdiff
path: root/arch/csky/include
AgeCommit message (Expand)Author
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds
2023-11-23csky: fix arch_jump_label_transform_static overrideArnd Bergmann
2023-11-23arch: add do_page_fault prototypesArnd Bergmann
2023-11-23arch: add missing prepare_ftrace_return() prototypesArnd Bergmann
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann
2023-09-01Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxLinus Torvalds
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-30csky: Fixup compile errorGuo Ren
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-24csky: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-21csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)
2023-08-10csky: Fixup -Wmissing-prototypes warningGuo Ren
2023-08-10csky: Make pfn accessors static inlinesLinus Walleij
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland
2023-05-15csky/smp: Switch to hotplug core state synchronizationThomas Gleixner
2023-03-12csky: Remove kernel_thread declarationMike Christie
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2023-02-02csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand
2022-12-19Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang
2022-10-21csky: add arch support current_stack_pointerTong Tiangen
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-04Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds
2022-07-31csky: cmpxchg: Coding convention for BUILD_BUG()Guo Ren
2022-07-31csky: Add qspinlock supportGuo Ren
2022-07-30csky: Add jump-label implementationGuo Ren
2022-07-22csky: Correct position of _stextGuo Ren
2022-07-22asm-generic: Add new pci.h and use itStafford Horne
2022-07-22csky: PCI: Define ARCH_GENERIC_PCI_MMAP_RESOURCEStafford Horne
2022-07-22PCI: Move isa_dma_bridge_buggy out of asm/dma.hStafford Horne
2022-07-22PCI: Remove pci_get_legacy_ide_irq() and asm-generic/pci.hStafford Horne
2022-07-21csky/tlb: Remove tlb_flush() definePeter Zijlstra
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra
2022-07-17csky: drop definition of PGD_ORDERMike Rapoport
2022-07-17csky: drop definition of PTE_ORDERMike Rapoport
2022-07-17csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-26Merge tag 'asm-generic-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-05-13printk: stop including cache.h from printk.hPeter Collingbourne
2022-05-11csky: Move to generic ticket-spinlockGuo Ren
2022-04-25csky: atomic: Add conditional atomic operations' optimizationGuo Ren
2022-04-25csky: atomic: Add custom atomic.h implementationGuo Ren