linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-15 13:15:46 to 2021-08-18 00:12:25 UTC [more...]

[PATCH 0/5] KVM: rseq: Fix and a test for a KVM+rseq bug
 2021-08-18  0:12 UTC 

[PATCH v2 0/5] kprobes: Bugfix and improvements
 2021-08-17 12:07 UTC  (9+ messages)
` [PATCH v2 1/5] kprobes: Do not use local variable when creating debugfs file
` [PATCH v2 2/5] kprobes: Use helper to parse boolean input from userspace
` [PATCH v2 3/5] kprobe: Simplify prepare_kprobe() by dropping redundant version
` [PATCH v2 4/5] csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()
` [PATCH v2 5/5] kprobes: Make arch_check_ftrace_location static

[PATCH V10 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-08-06 13:37 UTC 

[RFC PATCH 02/15] arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER
 2021-08-05 19:02 UTC 

[PATCH 0/3] power: reset: Convert Power-Off driver to tristate
 2021-08-05 18:54 UTC  (6+ messages)
` [PATCH 1/3] arch: Export machine_restart() instances so they can be called from modules

[PATCH v2] arch: vdso: remove if-conditionals of $(c-gettimeofday-y)
 2021-08-05  9:12 UTC  (4+ messages)

flush_kernel_dcache_page fixes and removal
 2021-08-04 11:12 UTC  (20+ messages)
` [PATCH 1/6] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
` [PATCH 2/6] mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page
` [PATCH 3/6] ps3disk: "
` [PATCH 4/6] scatterlist: "
` [PATCH 5/6] aacraid: remove an unused include
` [PATCH 6/6] mm: remove flush_kernel_dcache_page

[PATCH 2/3] trace: refactor TRACE_IRQFLAGS_SUPPORT in Kconfig
 2021-08-02 18:03 UTC  (6+ messages)

[helgaas@kernel.org: Re: aarch64 efi boot failures with qemu 6.0+]
 2021-07-26 21:43 UTC 

[RFC PATCH 1/2] Revert "csky: Fixup CONFIG_DEBUG_RSEQ"
 2021-07-26 16:28 UTC  (4+ messages)
` [RFC PATCH 2/2] Revert "csky: Add support for restartable sequence"

[PATCH v3 0/6] asm-generic: strncpy_from_user/strnlen_user cleanup
 2021-07-26  8:55 UTC  (26+ messages)
` [PATCH v3 1/9] asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
` [PATCH v3 2/9] h8300: remove stale strncpy_from_user
` [PATCH v3 3/9] hexagon: use generic strncpy/strnlen from_user
` [PATCH v3 4/9] arc: "
` [PATCH v3 5/9] csky: "
` [PATCH v3 6/9] microblaze: "
` [PATCH v3 7/9] asm-generic: uaccess: remove inline strncpy_from_user/strnlen_user
` [PATCH v3 8/9] asm-generic: remove extra strn{cpy_from,len}_user declarations
` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbols
  ` [PATCH v3 9/9] asm-generic: reverse GENERIC_{STRNCPY_FROM, STRNLEN}_USER symbols

[PATCH V9 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-22  5:41 UTC 

[PATCH V8 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-22  3:03 UTC  (4+ messages)

[PATCH 5.12 679/700] csky: fix syscache.c fallthrough warning
 2021-07-12  6:12 UTC 

[PATCH 5.10 578/593] csky: fix syscache.c fallthrough warning
 2021-07-12  6:12 UTC 

[PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-07-08  8:53 UTC  (8+ messages)

[PATCH AUTOSEL 5.12 20/80] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:05 UTC 

[PATCH AUTOSEL 5.10 19/70] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:07 UTC 

[PATCH AUTOSEL 5.13 20/85] sched/core: Initialize the idle task with preemption disabled
 2021-07-04 23:03 UTC 

[GIT PULL] csky changes for v5.14-rc1
 2021-07-04 20:09 UTC  (2+ messages)

[linux-next:master 3665/11714] {standard input}:2644: Error: pcrel offset for branch to .LS0015 too far (0x3e)
 2021-06-24  9:37 UTC  (3+ messages)

[PATCH V7 01/18] perf/core: Use static_call to optimize perf_guest_info_callbacks
 2021-06-23  9:06 UTC  (3+ messages)

[PATCH 09/16] ps3disk: use memcpy_{from,to}_bvec
 2021-06-15  5:02 UTC  (2+ messages)

[PATCH 0/5] kprobes: Bugfix and improvements
 2021-06-10 23:31 UTC  (15+ messages)
` [PATCH 1/5] kprobes: Do not use local variable when creating debugfs file
` [RFC PATCH 2/5] kprobes: Use helper to parse boolean input from userspace
` [RFC PATCH 3/5] kprobe: Simplify prepare_kprobe() by dropping redundant version
` [RFC PATCH 4/5] csky: ftrace: Drop duplicate implementation of arch_check_ftrace_location()
` [RFC PATCH 5/5] kprobes: Make arch_check_ftrace_location static

[PATCH v3 resend 01/15] mm: add setup_initial_init_mm() helper
 2021-06-08 15:14 UTC  (5+ messages)
` [PATCH v3 resend 05/15] csky: convert to setup_initial_init_mm()

[PATCH v2 00/15] init_mm: cleanup ARCH's text/data/brk setup code
 2021-06-07  9:31 UTC  (11+ messages)
` [PATCH v2 01/15] mm: add setup_initial_init_mm() helper
    ` [PATCH v3] "
` [PATCH v2 05/15] csky: convert to setup_initial_init_mm()

[PATCH 05/15] csky: convert to setup_initial_init_mm()
 2021-05-30  0:23 UTC  (2+ messages)

[PATCH 1/5] kbuild: require all architectures to have arch/$(SRCARCH)/Kbuild
 2021-05-26 14:32 UTC  (2+ messages)

[PATCH v3 2/2] csky: add CONFIG_CPU_HAS_MATHEMU and use in traps
 2021-05-17  5:57 UTC 

[PATCH] sched: Initialize the idle task with preemption disabled
 2021-05-12  9:46 UTC 

[PATCH v2 2/2] csky: add CONFIG_CPU_HAS_MATHEMU and use in traps
 2021-05-12  2:33 UTC  (4+ messages)
` [PATCH v2 1/2] csky: add CSKY 810/860 FPU instruction simulation

[PATCH] csky: Fixup 610 bootup failed
 2021-05-09 11:14 UTC 

[PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
 2021-05-06 11:45 UTC  (10+ messages)
` [PATCH v3 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
` [PATCH] asm-generic: atomic64: handle ARCH_ATOMIC builds (was "Re: [PATCH v3 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict") with atomic-arch-fallback.h

[PATCH] csky: syscache: Fixup duplicate cache flush
 2021-05-04 17:21 UTC  (2+ messages)

[GIT PULL] csky changes for v5.13-rc1
 2021-05-03 20:45 UTC  (2+ messages)

[PATCH] csky: uaccess.h: Coding convention with asm generic
 2021-04-28 13:48 UTC  (9+ messages)

[PATCH v2] csky: uaccess.h: Coding convention with asm generic
 2021-04-28 13:13 UTC 

[PATCH 1/2] csky: add CSKY 810/860 FPU instruction simulation
 2021-04-28  6:19 UTC 

[PATCH 2/2] csky: add CONFIG_CPU_HAS_MATHEMU and use in traps
 2021-04-27 15:02 UTC  (5+ messages)
  `  "

[PATCH] asm-generic: uaccess.h: Fixup GENERIC_STRNCPY_FROM_USER & STRNLEN_USER
 2021-04-21  9:04 UTC 

[PATCH 1/3] nds32: Cleanup deprecated function strlen_user
 2021-04-21  8:28 UTC  (8+ messages)
` [PATCH 2/3] nios2: "
` [PATCH 3/3] riscv: "

[PATCH v2 (RESEND) 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
 2021-04-20  1:22 UTC  (4+ messages)
` [PATCH v2 (RESEND) 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h

[PATCH AUTOSEL 5.4 10/14] csky: change a Kconfig symbol name to fix e1000 build error
 2021-04-19 20:44 UTC 

[PATCH AUTOSEL 5.10 17/21] csky: change a Kconfig symbol name to fix e1000 build error
 2021-04-19 20:44 UTC 

[PATCH AUTOSEL 5.11 19/23] csky: change a Kconfig symbol name to fix e1000 build error
 2021-04-19 20:43 UTC 

[PATCH v2 1/2] locking/atomics: Fixup GENERIC_ATOMIC64 conflict with atomic-arch-fallback.h
 2021-04-17  4:05 UTC  (3+ messages)
` [PATCH v2 2/2] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h

[PATCH] riscv: atomic: Using ARCH_ATOMIC in asm/atomic.h
 2021-04-17  1:36 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).