summaryrefslogtreecommitdiffstats
path: root/arch/csky/include
Commit message (Expand)AuthorAgeFilesLines
* csky: Emulate one-byte cmpxchgPaul E. McKenney7 days1-0/+10
* Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-0/+9
|\
| * Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2024-02-221-0/+9
* | Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-121-6/+1
|\ \
| * | arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2024-03-061-1/+1
| * | mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao2024-03-051-5/+0
| |/
* / csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen2024-02-201-5/+0
|/
* work around gcc bugs with 'asm goto' with outputsLinus Torvalds2024-02-091-2/+2
* csky: fix arch_jump_label_transform_static overrideArnd Bergmann2023-11-231-0/+5
* arch: add do_page_fault prototypesArnd Bergmann2023-11-231-0/+2
* arch: add missing prepare_ftrace_return() prototypesArnd Bergmann2023-11-231-0/+4
* arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2023-11-231-2/+0
* arch: consolidate arch_irq_work_raise prototypesArnd Bergmann2023-11-231-1/+1
* Merge tag 'csky-for-linus-6.6-2' of https://github.com/c-sky/csky-linuxLinus Torvalds2023-09-011-0/+2
|\
| * csky: Fixup compile errorGuo Ren2023-08-301-0/+2
* | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-311-1/+1
|\ \
| * | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe2023-07-111-1/+1
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-5/+7
|\ \ \ | |_|/ |/| |
| * | csky: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-241-3/+5
| * | csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)2023-08-211-2/+2
| |/
* | csky: Fixup -Wmissing-prototypes warningGuo Ren2023-08-103-0/+19
* | csky: Make pfn accessors static inlinesLinus Walleij2023-08-101-3/+10
|/
* Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-06-271-35/+0
|\
| * locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-051-35/+0
* | csky/smp: Switch to hotplug core state synchronizationThomas Gleixner2023-05-151-1/+1
|/
* csky: Remove kernel_thread declarationMike Christie2023-03-121-2/+0
* mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-1/+0
* mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-1/+0
* csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand2023-02-021-0/+18
* Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds2022-12-191-0/+2
|\
| * csky: add arch support current_stack_pointerTong Tiangen2022-10-211-0/+2
* | Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-3/+0
|\ \
| * | mm: remove kern_addr_valid() completelyKefeng Wang2022-11-081-3/+0
| |/
* / stackprotector: actually use get_random_canary()Jason A. Donenfeld2022-11-181-9/+1
|/
* kernel: exit: cleanup release_thread()Kefeng Wang2022-09-111-5/+0
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-052-23/+3
|\
| * csky: drop definition of PGD_ORDERMike Rapoport2022-07-172-3/+2
| * csky: drop definition of PTE_ORDERMike Rapoport2022-07-171-2/+1
| * csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-18/+0
* | 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-046-8/+105
|\ \
| * | csky: cmpxchg: Coding convention for BUILD_BUG()Guo Ren2022-07-311-6/+5
| * | csky: Add qspinlock supportGuo Ren2022-07-314-2/+43
| * | csky: Add jump-label implementationGuo Ren2022-07-301-0/+47
| * | csky: Correct position of _stextGuo Ren2022-07-221-0/+10
| |/
* | csky/tlb: Remove tlb_flush() definePeter Zijlstra2022-07-211-2/+0