aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
11 daysring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)2-6/+0
2026-02-26kbuild: Split .modinfo out from ELF_DETAILSNathan Chancellor1-0/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+1
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)1-2/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-4/+0
2026-01-26csky: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-3/+9
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand2-7/+1
2025-12-10Merge tag 'csky-for-linus-6.19' of https://github.com/c-sky/csky-linuxLinus Torvalds13-20/+21
2025-11-16mm: abstract io_remap_pfn_range() based on PFNLorenzo Stoakes1-3/+0
2025-10-21csky: abiv2: adapt to new folio flags fieldThomas Weißschuh2-3/+3
2025-10-19csky: Remove compile warning for CONFIG_SMPGuo Ren (Alibaba DAMO Academy)1-0/+1
2025-10-19csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headerThomas Huth1-2/+2
2025-10-19csky: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth10-16/+16
2025-10-19csky: fix csky_cmpxchg_fixup not workingYang Li1-2/+2
2025-10-03Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2025-09-29Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+4
2025-09-25arch: Add the macro COMPILE_OFFSETS to all the asm-offsets.cMenglong Dong1-0/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-3/+3
2025-09-13csky: remove BS check for FAULT_FLAG_ALLOW_RETRYAl Viro1-1/+1
2025-09-08csky: Add __attribute_const__ to ffs()-family implementationsKees Cook1-4/+4
2025-09-01arch: copy_thread: pass clone_flags as u64Simon Schuster1-1/+1
2025-07-30Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-1/+0
2025-07-22tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORDSteven Rostedt1-1/+0
2025-07-14csky: ptrace: Use USER_REGSET_NOTE_TYPE() to specify regset note namesDave Martin1-2/+2
2025-06-11mm: pgtable: fix pte_swp_exclusiveMagnus Lindholm1-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada1-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+14
2025-05-21csky/perf: Remove driver-specific throttle supportKan Liang1-2/+1
2025-05-11mm: call ctor/dtor for kernel PTEsKevin Brodsky1-1/+1
2025-05-11syscall.h: add syscall_set_arguments()Dmitry V. Levin1-0/+13
2025-05-11mm: introduce a common definition of mk_pte()Matthew Wilcox (Oracle)1-5/+0
2025-04-01mm: pgtable: convert some architectures to use tlb_remove_ptdesc()Qi Zheng1-5/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-68/+44
2025-03-26Merge tag 'sysctl-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-03-17arch, mm: make releasing of memory to page allocator more explicitMike Rapoport (Microsoft)1-5/+0
2025-03-17arch, mm: streamline HIGHMEM freeingMike Rapoport (Microsoft)1-14/+0
2025-03-17arch, mm: set high_memory in free_area_init()Mike Rapoport (Microsoft)1-1/+0
2025-03-17arch, mm: set max_mapnr when allocating memory map for FLATMEMMike Rapoport (Microsoft)1-4/+0
2025-03-17csky: move setup_initrd() to setup.cMike Rapoport (Microsoft)2-43/+43
2025-03-16mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned longRyan Roberts1-1/+1
2025-02-21vdso: Rename included MakefileThomas Weißschuh1-1/+1
2025-02-05csky: Remove the size from alignment_tbl declarationJoel Granados1-1/+1
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-1/+1
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-1/+1
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-11-20Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-106/+1
2024-11-20Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)1-0/+1
2024-11-02csky/vdso: Remove arch_vma_name()Thomas Weißschuh1-7/+0
2024-11-02csky/vdso: Remove gettimeofday() and friends from VDSOThomas Weißschuh9-218/+2
2024-10-29of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verifyUsama Arif1-2/+2
2024-10-28csky: Use new fallback IO memcpy/memsetJulian Vetter3-103/+1
2024-10-28asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig1-3/+0
2024-10-16vdso: Introduce vdso/page.hVincenzo Frascino1-6/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-1/+2
2024-09-01mm: remove legacy install_special_mapping() codeLinus Torvalds1-7/+21
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-2/+0
2024-07-10csky: convert to generic syscall tableArnd Bergmann6-12/+17
2024-07-10clone3: drop __ARCH_WANT_SYS_CLONE3 macroArnd Bergmann1-1/+0
2024-07-10csky: drop asm/gpio.h wrapperArnd Bergmann1-1/+0
2024-06-25syscalls: mmap(): use unsigned offset type consistentlyArnd Bergmann1-1/+1
2024-06-25csky, hexagon: fix broken sys_sync_file_rangeArnd Bergmann1-0/+1
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-2/+0
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+6
2024-05-18Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-9/+3
2024-05-17Merge tag 'probes-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-0/+3
2024-05-16kprobe/ftrace: bail out if ftrace was killedStephen Brennan1-0/+3
2024-05-14Makefile: remove redundant tool coverage variablesMasahiro Yamada1-4/+0
2024-05-11csky: Emulate one-byte cmpxchgPaul E. McKenney2-0/+11
2024-05-10kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2-4/+2
2024-05-02arch: use $(obj)/ instead of $(src)/ for preprocessed linker scriptsMasahiro Yamada1-1/+1
2024-04-25csky: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-6/+6
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+10
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+2
2024-03-11Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann2-1/+2
2024-03-05mm: Remove broken pfn_to_virt() on arch csky/hexagon/openriscYan Zhao1-5/+0
2024-03-04smp: Consolidate smp_prepare_boot_cpu()Thomas Gleixner1-4/+0
2024-02-22Introduce cpu_dcache_is_aliasing() across all architecturesMathieu Desnoyers2-0/+10
2024-02-20csky/vdso: Use generic union vdso_data_storeAnna-Maria Behnsen1-8/+2
2024-02-20csky/vdso: Remove superfluous ifdefferyAnna-Maria Behnsen2-9/+0
2024-02-09work around gcc bugs with 'asm goto' with outputsLinus Torvalds1-2/+2
2024-01-19Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds1-1/+2
2024-01-18Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2-0/+2
2023-12-24netfs, fscache: Combine fscache with netfsDavid Howells1-1/+2
2023-12-14mm: Introduce flush_cache_vmap_early()Alexandre Ghiti2-0/+2
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: vdso: consolidate gettime prototypesArnd Bergmann1-10/+1
2023-11-23arch: include linux/cpu.h for trap_init() prototypeArnd Bergmann2-2/+1
2023-11-23arch: consolidate arch_irq_work_raise prototypesArnd Bergmann1-1/+1
2023-11-04Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-10/+0
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-12/+0
2023-10-18csky: remove unused cmd_vdso_installMasahiro Yamada1-10/+0
2023-10-17vgacon, arch/*: remove unused screen_info definitionsArnd Bergmann1-12/+0
2023-10-10c-sky: Remove now superfluous sentinel element from ctl_talbe arrayJoel Granados1-1/+0
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-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-36/+53
2023-08-24mm: rationalise flush_icache_pages() and flush_icache_page()Matthew Wilcox (Oracle)2-2/+0
2023-08-24csky: implement the new page table range APIMatthew Wilcox (Oracle)5-34/+50
2023-08-21csky: convert __pte_free_tlb() to use ptdescsVishal Moola (Oracle)1-2/+2
2023-08-10csky: Fixup -Wmissing-prototypes warningGuo Ren4-0/+30
2023-08-10csky: Make pfn accessors static inlinesLinus Walleij1-3/+10
2023-08-10csky: pgtable: Invalidate stale I-cache lines in update_mmu_cacheGuo Ren1-3/+1
2023-07-29csky: fix old style declaration in module.cArnd Bergmann1-1/+1
2023-07-11mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()Rick Edgecombe1-1/+1
2023-07-01Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linuxLinus Torvalds1-0/+3
2023-06-29csky: fix up lock_mm_and_find_vma() conversionLinus Torvalds1-1/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds2-17/+6
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-35/+0
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2-17/+6
2023-06-18csky: uprobes: Restore thread.trap_noTiezhu Yang1-0/+3
2023-06-05locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland1-35/+0
2023-05-15csky/smp: Switch to hotplug core state synchronizationThomas Gleixner3-7/+4
2023-05-04Merge tag 'csky-for-linus-6.4' of https://github.com/c-sky/csky-linuxLinus Torvalds3-5/+6
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+3
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2023-04-27Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-14/+1
2023-04-25Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2023-04-18csky: drop ARCH_FORCE_MAX_ORDERMike Rapoport (IBM)1-4/+0
2023-04-13csky: simplify alignment sysctl registrationLuis Chamberlain1-14/+1
2023-04-13csky: mmu: Prevent spurious page faultsGuo Ren2-0/+6
2023-04-05csky: remove obsolete config CPU_TLB_SIZELukas Bulwahn1-5/+0
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov1-1/+1
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-1/+1
2023-03-21vdso: Improve cmd_vdso_check to check all dynamic relocationsFangrui Song1-3/+1
2023-03-12csky: Remove kernel_thread declarationMike Christie1-2/+0
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-06csky/cpu: Make sure arch_cpu_idle_dead() doesn't returnJosh Poimboeuf1-0/+2
2023-02-27Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linuxLinus Torvalds1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-12/+38
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-1/+0
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand1-1/+0
2023-02-02csky/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand3-11/+39
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra2-2/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra1-1/+0
2022-12-29csky: delay: Add function alignmentJialu Xu1-1/+1
2022-12-19Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linuxLinus Torvalds5-18/+7
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2022-11-24[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...Al Viro1-2/+2
2022-11-18stackprotector: actually use get_random_canary()Jason A. Donenfeld1-9/+1
2022-11-11Revert "csky: Add support for restartable sequence"Mathieu Desnoyers3-7/+0
2022-11-11Revert "csky: Fixup CONFIG_DEBUG_RSEQ"Mathieu Desnoyers1-10/+5
2022-11-08mm: remove kern_addr_valid() completelyKefeng Wang1-3/+0
2022-10-21csky: Kconfig: Fix spelling mistake "Meory" -> "Memory"Colin Ian King1-1/+1
2022-10-21csky: add arch support current_stack_pointerTong Tiangen3-4/+5
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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/linu...Linus Torvalds1-5/+0
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-23/+27
2022-08-04Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/...Linus 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/exi...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/...Linus Torvalds1-8/+7
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+2
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-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