aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky
AgeCommit message (Expand)AuthorFilesLines
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
2022-05-11csky: Move to generic ticket-spinlockGuo Ren3-116/+3
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-5/+5
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
2022-04-18csky: optimize memcpy_{from,to}io() and memset_io()Guo Ren3-1/+103
2022-04-18csky: Add C based string functionsMatteo Croce8-356/+150
2022-04-08csky: Fix versioncheck warningsDeyan Wang3-3/+0
2022-04-07csky: patch_text: Fixup last cpu should be masterGuo Ren1-1/+1
2022-04-06csky: fix typos in commentsJulia Lawall2-2/+2
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+4
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-30/+2
2022-03-21arch: Add pmd_pfn() where it is missingMike Rapoport1-0/+1
2022-03-18parport_pc: Also enable driver for PCI systemsMaciej W. Rozycki1-0/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman1-3/+2
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann6-19/+0
2022-02-25uaccess: generalize access_ok()Arnd Bergmann1-8/+0
2022-02-25uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2-2/+2
2022-02-14uaccess: fix integer overflow on access_ok()Arnd Bergmann1-4/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+0
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-3/+3
2022-01-15include: move find.h from asm_generic to linuxYury Norov1-1/+0
2022-01-12Merge tag 'perf_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+0
2022-01-08csky: Fix function name in csky_alignment() and die()Nathan Chancellor2-2/+2
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman3-3/+3
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-2/+2
2021-12-08csky: fix typo of fpu config macroKelly Devilliv1-2/+2
2021-12-07locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.hSebastian Andrzej Siewior1-1/+1
2021-11-25futex: Remove futex_cmpxchg detectionArnd Bergmann1-1/+0
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson1-12/+0
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson1-2/+4
2021-11-10Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+0
2021-11-08Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+3
2021-11-02Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds5-24/+10
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+3
2021-11-01Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-7/+1
2021-10-27ftrace: disable preemption when recursion locked王贇1-2/+0
2021-10-26irq: remove handle_domain_{irq,nmi}()Mark Rutland1-1/+0
2021-10-26irq: csky: perform irqentry in entry codeMark Rutland3-7/+1
2021-10-25irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRYMark Rutland1-0/+1
2021-10-24kbuild: use more subdir- for visiting subdirectories while cleaningMasahiro Yamada2-3/+3
2021-10-20csky: Use of_get_cpu_hwid()Rob Herring1-4/+2
2021-10-16csky: Make HAVE_TCM depend on !COMPILE_TESTGuenter Roeck1-0/+1
2021-10-16csky: bitops: Remove duplicate __clear_bit defineGuenter Roeck1-1/+0
2021-10-16csky: Select ARCH_WANT_FRAME_POINTERS only if compiler supports itGuenter Roeck1-1/+1
2021-10-16csky: Fixup regs.sr broken in ptraceGuo Ren1-1/+2
2021-10-16csky: don't let sigreturn play with priveleged bits of status registerAl Viro1-0/+4
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook2-4/+3
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu3-4/+4
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+1
2021-09-30kprobes: treewide: Cleanup the error messages for kprobesMasami Hiramatsu1-5/+5
2021-09-30csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()Punit Agrawal1-7/+0
2021-09-22entry: rseq: Call rseq_handle_notify_resume() in tracehook_notify_resume()Sean Christopherson1-3/+1
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-9/+0
2021-09-05Merge tag 'trace-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-3/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-16/+2
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig2-14/+1
2021-09-03arch/csky/kernel/probes/kprobes.c: fix bugon.cocci warningskernel test robot1-2/+1
2021-08-16tracing: Refactor TRACE_IRQFLAGS_SUPPORT in KconfigMasahiro Yamada1-3/+1
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+0
2021-07-23csky: use generic strncpy/strnlen from_userArnd Bergmann3-114/+2
2021-07-23asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_userArnd Bergmann2-8/+14
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+1
2021-07-08csky: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-04Merge tag 'csky-for-linus-5.14-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds2-8/+7
2021-07-04csky: Kconfig: Remove unused selectsGuo Ren1-3/+0
2021-07-04csky: syscache: Fixup duplicate cache flushGuo Ren1-5/+7
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+0
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-2/+0
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual1-1/+0
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-3/+1
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+0