Linux for C-SKY
[Prev Page][Next Page]
- Re: [PATCH 1/2] ftrace: disable preemption on the testing of recursion, (continued)
- [PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support,
Rob Herring
- [PATCH 01/12] of: Add of_get_cpu_hwid() to read hardware ID from CPU nodes, Rob Herring
- [PATCH 02/12] ARM: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 03/12] ARM: broadcom: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 04/12] arm64: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 05/12] csky: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 06/12] openrisc: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 07/12] powerpc: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 08/12] riscv: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 09/12] sh: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 10/12] x86: dt: Use of_get_cpu_hwid(), Rob Herring
- [PATCH 11/12] cacheinfo: Allow for >32-bit cache 'id', Rob Herring
- [PATCH 12/12] cacheinfo: Set cache 'id' based on DT data, Rob Herring
- Re: [PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support, Florian Fainelli
- Re: [PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support, Rob Herring
- [PATCH v2 0/3] Cleanup MAY_HAVE_SPARSE_IRQ,
Kefeng Wang
- [PATCH 0/3] Cleanup MAY_HAVE_SPARSE_IRQ,
Kefeng Wang
- [PATCH V2 1/2] csky: don't let sigreturn play with priveleged bits of status register,
guoren
- [PATCH] csky: Fixup regs.sr broken in ptrace, guoren
- [PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks,
Sean Christopherson
- [PATCH v3 01/16] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref, Sean Christopherson
- [PATCH v3 02/16] KVM: x86: Register perf callbacks after calling vendor's hardware_setup(), Sean Christopherson
- [PATCH v3 03/16] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest, Sean Christopherson
- [PATCH v3 04/16] perf: Stop pretending that perf can handle multiple guest callbacks, Sean Christopherson
- [PATCH v3 05/16] perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscv, Sean Christopherson
- [PATCH v3 06/16] perf/core: Rework guest callbacks to prepare for static_call support, Sean Christopherson
- [PATCH v3 07/16] perf: Add wrappers for invoking guest callbacks, Sean Christopherson
- [PATCH v3 08/16] perf: Force architectures to opt-in to guest callbacks, Sean Christopherson
- [PATCH v3 09/16] perf/core: Use static_call to optimize perf_guest_info_callbacks, Sean Christopherson
- [PATCH v3 10/16] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable, Sean Christopherson
- [PATCH v3 11/16] KVM: x86: More precisely identify NMI from guest when handling PMI, Sean Christopherson
- [PATCH v3 12/16] KVM: Move x86's perf guest info callbacks to generic KVM, Sean Christopherson
- [PATCH v3 13/16] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c, Sean Christopherson
- [PATCH v3 14/16] KVM: arm64: Convert to the generic perf callbacks, Sean Christopherson
- [PATCH v3 15/16] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c, Sean Christopherson
- [PATCH v3 16/16] perf: Drop guest callback (un)register stubs, Sean Christopherson
- Re: [PATCH v3 00/16] perf: KVM: Fix, optimize, and clean up callbacks, Paolo Bonzini
- [PATCH 0/3] csky fixes,
Guenter Roeck
- [PATCH v2 0/3] power: reset: Convert Power-Off driver to tristate,
Lee Jones
- [PATCH v4] ftrace: Cleanup ftrace_dyn_arch_init(),
Weizhao Ouyang
- [PATCH v3] ftrace: Cleanup ftrace_dyn_arch_init(),
Weizhao Ouyang
- [PATCH v2] ftrace: Cleanup ftrace_dyn_arch_init(),
Weizhao Ouyang
- [PATCH] ftrace: Cleanup ftrace_dyn_arch_init(),
Weizhao Ouyang
- [PATCH v3 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug,
Sean Christopherson
- [PATCH 5.10 083/103] perf tools: Fix arm64 build error with gcc-11, Greg Kroah-Hartman
- [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks,
Sean Christopherson
- [PATCH v2 01/13] perf: Ensure perf_guest_cbs aren't reloaded between !NULL check and deref, Sean Christopherson
- [PATCH v2 02/13] KVM: x86: Register perf callbacks after calling vendor's hardware_setup(), Sean Christopherson
- [PATCH v2 03/13] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest, Sean Christopherson
- [PATCH v2 04/13] perf: Stop pretending that perf can handle multiple guest callbacks, Sean Christopherson
- [PATCH v2 06/13] perf/core: Rework guest callbacks to prepare for static_call support, Sean Christopherson
- [PATCH v2 07/13] perf/core: Use static_call to optimize perf_guest_info_callbacks, Sean Christopherson
- [PATCH v2 08/13] KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable, Sean Christopherson
- [PATCH v2 09/13] KVM: x86: More precisely identify NMI from guest when handling PMI, Sean Christopherson
- [PATCH v2 05/13] perf: Force architectures to opt-in to guest callbacks, Sean Christopherson
- [PATCH v2 11/13] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c, Sean Christopherson
- [PATCH v2 13/13] KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c / pmu.c, Sean Christopherson
- [PATCH v2 12/13] KVM: arm64: Convert to the generic perf callbacks, Sean Christopherson
- [PATCH v2 10/13] KVM: Move x86's perf guest info callbacks to generic KVM, Sean Christopherson
- Re: [PATCH v2 00/13] perf: KVM: Fix, optimize, and clean up callbacks, Peter Zijlstra
- [PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks,
Sean Christopherson
- [PATCH 01/15] KVM: x86: Register perf callbacks after calling vendor's hardware_setup(), Sean Christopherson
- [PATCH 02/15] KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest, Sean Christopherson
- [PATCH 04/15] perf: Force architectures to opt-in to guest callbacks, Sean Christopherson
- [PATCH 03/15] perf: Stop pretending that perf can handle multiple guest callbacks, Sean Christopherson
- [PATCH 05/15] perf: Track guest callbacks on a per-CPU basis, Sean Christopherson
- [PATCH 07/15] KVM: Use dedicated flag to track if KVM is handling an NMI from guest, Sean Christopherson
- [PATCH 06/15] KVM: x86: Register perf callbacks only when actively handling interrupt, Sean Christopherson
- [PATCH 08/15] KVM: x86: Drop current_vcpu in favor of kvm_running_vcpu, Sean Christopherson
- [PATCH 09/15] KVM: arm64: Register/unregister perf callbacks at vcpu load/put, Sean Christopherson
- [PATCH 10/15] KVM: Move x86's perf guest info callbacks to generic KVM, Sean Christopherson
- [PATCH 11/15] KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c, Sean Christopherson
- [PATCH 12/15] KVM: arm64: Convert to the generic perf callbacks, Sean Christopherson
- [PATCH 13/15] KVM: arm64: Drop perf.c and fold its tiny bit of code into pmu.c, Sean Christopherson
- [PATCH 14/15] perf: Disallow bulk unregistering of guest callbacks and do cleanup, Sean Christopherson
- [PATCH 15/15] perf: KVM: Indicate "in guest" via NULL ->is_in_guest callback, Sean Christopherson
- Re: [PATCH 00/15] perf: KVM: Fix, optimize, and clean up callbacks, Like Xu
- [PATCH linux-next] irqchip: fix boolreturn.cocci warnings, CGEL
- [PATCH v2 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug,
Sean Christopherson
- What is the oldest perl version being used with the kernel ? update oldest supported to 5.14 ?,
Joe Perches
- [PATCH 5.10.y 4/6] perf tools: Fix arm64 build error with gcc-11, Hanjun Guo
- [PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug,
Sean Christopherson
- [PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks,
Zhu Lingshan
- [RFC PATCH 02/15] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER, Zi Yan
- [PATCH 0/3] power: reset: Convert Power-Off driver to tristate,
Lee Jones
- [PATCH v2] arch: vdso: remove if-conditionals of $(c-gettimeofday-y),
Masahiro Yamada
- [PATCH 2/3] trace: refactor TRACE_IRQFLAGS_SUPPORT in Kconfig,
Masahiro Yamada
- [PATCH v2 0/5] kprobes: Bugfix and improvements,
Punit Agrawal
- [helgaas@xxxxxxxxxx: Re: aarch64 efi boot failures with qemu 6.0+], Bjorn Helgaas
- [RFC PATCH 1/2] Revert "csky: Fixup CONFIG_DEBUG_RSEQ",
Mathieu Desnoyers
- [PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup,
Arnd Bergmann
- [PATCH v3 1/9] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user, Arnd Bergmann
- [PATCH v3 2/9] h8300: remove stale strncpy_from_user, Arnd Bergmann
- [PATCH v3 3/9] hexagon: use generic strncpy/strnlen from_user, Arnd Bergmann
- [PATCH v3 4/9] arc: use generic strncpy/strnlen from_user, Arnd Bergmann
- [PATCH v3 5/9] csky: use generic strncpy/strnlen from_user, Arnd Bergmann
- [PATCH v3 6/9] microblaze: use generic strncpy/strnlen from_user, Arnd Bergmann
- [PATCH v3 7/9] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user, Arnd Bergmann
- [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols, Arnd Bergmann
- [PATCH v3 8/9] asm-generic: remove extra strn{cpy_from,len}_user declarations, Arnd Bergmann
- [PATCH V9 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks, Zhu Lingshan
- [PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks,
Zhu Lingshan
- [PATCH 5.12 679/700] csky: fix syscache.c fallthrough warning, Greg Kroah-Hartman
- [PATCH 5.10 578/593] csky: fix syscache.c fallthrough warning, Greg Kroah-Hartman
- flush_kernel_dcache_page fixes and removal,
Christoph Hellwig
- [PATCH AUTOSEL 5.12 20/80] sched/core: Initialize the idle task with preemption disabled, Sasha Levin
- [PATCH AUTOSEL 5.10 19/70] sched/core: Initialize the idle task with preemption disabled, Sasha Levin
- [PATCH AUTOSEL 5.13 20/85] sched/core: Initialize the idle task with preemption disabled, Sasha Levin
- [GIT PULL] csky changes for v5.14-rc1,
guoren
- Re: [linux-next:master 3665/11714] {standard input}:2644: Error: pcrel offset for branch to .LS0015 too far (0x3e),
Feng Tang
[PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks,
Zhu Lingshan
Re: [PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec,
Ira Weiny
[PATCH 0/5] kprobes: Bugfix and improvements,
Punit Agrawal
[PATCH v3 resend 01/15] mm: add setup_initial_init_mm() helper,
Kefeng Wang
[PATCH v3 resend 05/15] csky: convert to setup_initial_init_mm(), Kefeng Wang
[PATCH v2 00/15] init_mm: cleanup ARCH's text/data/brk setup code,
Kefeng Wang
[PATCH 05/15] csky: convert to setup_initial_init_mm(),
Kefeng Wang
[PATCH v3 2/2] csky: add CONFIG_CPU_HAS_MATHEMU and use in traps, Wang Junqiang
[PATCH] sched: Initialize the idle task with preemption disabled, Valentin Schneider
[PATCH 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild,
Masahiro Yamada
Re: [PATCH v2 1/2] csky: add CSKY 810/860 FPU instruction simulation,
kernel test robot
[PATCH v2 2/2] csky: add CONFIG_CPU_HAS_MATHEMU and use in traps,
Wang Junqiang
[PATCH] csky: Fixup 610 bootup failed, guoren
[PATCH] csky: syscache: Fixup duplicate cache flush,
guoren
[GIT PULL] csky changes for v5.13-rc1,
guoren
[PATCH v2] csky: uaccess.h: Coding convention with asm generic, guoren
Re: [PATCH 1/2] csky: add CSKY 810/860 FPU instruction simulation, Guo Ren
[PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h,
guoren
[PATCH] asm-generic: uaccess.h: Fixup GENERIC_STRNCPY_FROM_USER & STRNLEN_USER, guoren
[PATCH] csky: uaccess.h: Coding convention with asm generic,
guoren
[PATCH 2/2] csky: add CONFIG_CPU_HAS_MATHEMU and use in traps,
Wang Junqiang
[PATCH 1/3] nds32: Cleanup deprecated function strlen_user,
guoren
[PATCH AUTOSEL 5.4 10/14] csky: change a Kconfig symbol name to fix e1000 build error, Sasha Levin
[PATCH AUTOSEL 5.10 17/21] csky: change a Kconfig symbol name to fix e1000 build error, Sasha Levin
[PATCH AUTOSEL 5.11 19/23] csky: change a Kconfig symbol name to fix e1000 build error, Sasha Levin
[PATCH v2 (RESEND) 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h,
guoren
[PATCH v2 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h,
guoren
[PATCH] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h,
guoren
[PATCH] mm: Define ARCH_HAS_FIRST_USER_ADDRESS,
Anshuman Khandual
[PATCH] csky: fix syscache.c fallthrough warning,
Randy Dunlap
[PATCH RESEND] csky: change a Kconfig symbol name to fix e1000 build error, Randy Dunlap
[PATCH v6 0/9] riscv: Add qspinlock/qrwlock,
guoren
[PATCH v5 0/7] riscv: Add qspinlock/qrwlock,
guoren
[PATCH v4 0/4] riscv: Add qspinlock/qrwlock,
guoren
[PATCH v3 0/4] riscv: Add qspinlock/qrwlock,
guoren
[PATCH] mm: Move mem_init_print_info() into mm_init(),
Kefeng Wang
[PATCH] ftrace: Fix spelling mistake "disabed" -> "disabled",
Colin King
[PATCH 1/2] csky: Enable generic clockevent broadcast,
guoren
[PATCH] csky: fix typos,
angkery
[PATCH] module: remove duplicate include in arch/csky/kernel/entry.S,
menglong8 . dong
[PATCH 1/4] irqchip: riscv: Using CPUHP_AP_ONLINE_DYN,
guoren
[GIT PULL] csky changes for v5.12-rc1,
guoren
[PATCH] [v2] linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*,
Arnd Bergmann
[PATCH 2/2] Documentation: features: refresh feature list,
Arnd Bergmann
[PATCH v5] perf tools: Fix arm64 build error with gcc-11,
Jianlin Lv
[PATCH] locking/arch: Move qrwlock.h include after qspinlock.h, Paolo Bonzini
[PATCH] irqchip/csky: Use true and false for bool variable,
Jiapeng Chong
[PATCH v2 1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610,
guoren
[PATCH 1/2] drivers/irqchip: Fixup csky,mpintc compile error with CPU_CK610,
guoren
[RFC 00/20] TLB batching consolidation and enhancements,
Nadav Amit
[PATCH] csky: change a Kconfig symbol name to fix e1000 build error,
Randy Dunlap
csky + clangbuiltlinux,
Nick Desaulniers
[PATCH v1] csky: use free_initmem_default() in free_initmem(),
David Hildenbrand
[PATCH 01/29] csky: Add memory layout 2.5G(user):1.5G(kernel),
guoren
- [PATCH 03/29] csky: Fixup show_regs doesn't contain regs->usp, guoren
- [PATCH 04/29] csky: Remove custom asm/atomic.h implementation, guoren
- [PATCH 05/29] csky: Fixup barrier design, guoren
- [PATCH 02/29] csky: Fixup perf probe failed, guoren
- [PATCH 16/29] csky: Add faulthandler_disabled() check, guoren
- [PATCH 21/29] csky: Fix a size determination in gpr_get(), guoren
- [PATCH 22/29] csky: remove unused including <linux/version.h>, guoren
- [PATCH 23/29] csky: Fixup _PAGE_ACCESSED for default pgprot, guoren
- [PATCH 28/29] csky: Using set_max_mapnr api, guoren
- [PATCH 24/29] csky: Coding convention del unnecessary definition, guoren
- [PATCH 18/29] csky: Sync riscv mm/fault.c for easy maintenance, guoren
- [PATCH 29/29] csky: Fixup pfn_valid error with wrong max_mapnr, guoren
- [PATCH 19/29] csky: mm: abort uaccess retries upon fatal signal, guoren
- [PATCH 25/29] csky: Fixup swapon, guoren
- [PATCH 26/29] csky: kprobe: fix code in simulate without 'long', guoren
- [PATCH 27/29] csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC_VDSO, guoren
- [PATCH 17/29] csky: Fixup do_page_fault parent irq status, guoren
- [PATCH 20/29] csky: Reconstruct VDSO framework, guoren
- [PATCH 15/29] csky: Fixup update_mmu_cache called with user io mapping, guoren
- [PATCH 12/29] csky: Fix TLB maintenance synchronization problem, guoren
- [PATCH 14/29] csky: Fixup FAULT_FLAG_XXX param for handle_mm_fault, guoren
- [PATCH 13/29] csky: Add show_tlb for CPU_CK860 debug, guoren
[Index of Archives]
[Linux Samsung SoC]
[Linux Actions SoC]
[Linux Rockchip SoC]
[Linux for Synopsys ARC Processors]
[Linux USB Devel]
[Video for Linux]
[Linux SCSI]
[Yosemite Forum]