aboutsummaryrefslogtreecommitdiff
path: root/arch/csky/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-35/+0
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalGravatar Mark Rutland 1-35/+0
2023-05-15csky/smp: Switch to hotplug core state synchronizationGravatar Thomas Gleixner 1-1/+1
2023-03-12csky: Remove kernel_thread declarationGravatar Mike Christie 1-2/+0
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMGravatar Mike Rapoport (IBM) 1-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 1-1/+0
2023-02-02csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEGravatar David Hildenbrand 1-0/+18
2022-12-19Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxGravatar Linus Torvalds 1-0/+2
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+0
2022-11-18stackprotector: actually use get_random_canary()Gravatar Jason A. Donenfeld 1-9/+1
2022-11-08mm: remove kern_addr_valid() completelyGravatar Kefeng Wang 1-3/+0
2022-10-21csky: add arch support current_stack_pointerGravatar Tong Tiangen 1-0/+2
2022-09-11kernel: exit: cleanup release_thread()Gravatar Kefeng Wang 1-5/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-23/+3
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 6-8/+105
2022-07-31csky: cmpxchg: Coding convention for BUILD_BUG()Gravatar Guo Ren 1-6/+5
2022-07-31csky: Add qspinlock supportGravatar Guo Ren 4-2/+43
2022-07-30csky: Add jump-label implementationGravatar Guo Ren 1-0/+47
2022-07-22csky: Correct position of _stextGravatar Guo Ren 1-0/+10
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-17csky/mm: enable ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 1-18/+0
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-13printk: stop including cache.h from printk.hGravatar Peter Collingbourne 1-1/+1
2022-05-11csky: Move to generic ticket-spinlockGravatar Guo Ren 3-116/+3
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 1-0/+11
2022-04-08csky: Fix versioncheck warningsGravatar Deyan Wang 1-1/+0
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-26/+0
2022-03-21arch: Add pmd_pfn() where it is missingGravatar Mike Rapoport 1-0/+1
2022-03-18parport_pc: Also enable driver for PCI systemsGravatar Maciej W. Rozycki 1-0/+1
2022-02-25uaccess: remove CONFIG_SET_FSGravatar Arnd Bergmann 4-17/+0
2022-02-25uaccess: generalize access_ok()Gravatar Arnd Bergmann 1-8/+0
2022-02-14uaccess: fix integer overflow on access_ok()Gravatar Arnd Bergmann 1-4/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 1-1/+0
2022-01-15include: move find.h from asm_generic to linuxGravatar Yury Norov 1-1/+0
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hGravatar Sebastian Andrzej Siewior 1-1/+1
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-9/+0
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+1