linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-28 22:42:32 to 2020-04-03 04:42:10 UTC [more...]

[PATCH 01/11] csky: Fixup init_fpu compile warning with __init
 2020-04-03  4:41 UTC  (2+ messages)
` [PATCH 02/11] csky: Implement ptrace regs and stack API

[PATCH] csky: Fixup cpu speculative execution to IO area
 2020-03-28 11:14 UTC 

[patch V3 00/20] Lock ordering documentation and annotation for lockdep
 2020-03-27 19:14 UTC  (38+ messages)
` [patch V3 01/20] PCI/switchtec: Fix init_completion race condition with poll_wait()
` [patch V3 02/20] pci/switchtec: Replace completion wait queue usage for poll
` [patch V3 03/20] usb: gadget: Use completion interface instead of open coding it
` [patch V3 04/20] orinoco_usb: Use the regular completion interfaces
` [patch V3 05/20] acpi: Remove header dependency
` [patch V3 06/20] nds32: Remove mm.h from asm/uaccess.h
` [patch V3 07/20] csky: "
` [patch V3 08/20] hexagon: "
` [patch V3 09/20] ia64: "
` [patch V3 10/20] microblaze: "
` [patch V3 11/20] rcuwait: Add @state argument to rcuwait_wait_event()
` [patch V3 12/20] powerpc/ps3: Convert half completion to rcuwait
` [patch V3 13/20] Documentation: Add lock ordering and nesting documentation
        ` Documentation/locking/locktypes: Further clarifications and wordsmithing
          ` [PATCH v2] Documentation/locking/locktypes: minor copy editor fixes
` [patch V3 14/20] timekeeping: Split jiffies seqlock
` [patch V3 15/20] sched/swait: Prepare usage in completions
` [patch V3 16/20] completion: Use simple wait queues
  ` [PATCH] completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()
` [patch V3 17/20] lockdep: Introduce wait-type checks
` [patch V3 18/20] lockdep: Add hrtimer context tracing bits
` [patch V3 19/20] lockdep: Annotate irq_work
` [patch V3 20/20] lockdep: Add posixtimer context tracing bits

[RFC PATCH V3 00/11] riscv: Add vector ISA support
 2020-03-24  3:41 UTC  (19+ messages)
` [RFC PATCH V3 01/11] riscv: Separate patch for cflags and aflags
` [RFC PATCH V3 02/11] riscv: Rename __switch_to_aux -> fpu
` [RFC PATCH V3 03/11] riscv: Extending cpufeature.c to detect V-extension
` [RFC PATCH V3 04/11] riscv: Add CSR defines related to VECTOR extension
` [RFC PATCH V3 05/11] riscv: Add vector feature to compile
` [RFC PATCH V3 06/11] riscv: Add has_vector detect
` [RFC PATCH V3 07/11] riscv: Reset vector register
` [RFC PATCH V3 08/11] riscv: Add vector struct and assembler definitions
` [RFC PATCH V3 09/11] riscv: Add task switch support for VECTOR
` [RFC PATCH V3 10/11] riscv: Add ptrace support
` [RFC PATCH V3 11/11] riscv: Add sigcontext save/restore

[PATCH RESEND] Add the csky architecture support
 2020-03-23  7:23 UTC 

[PATCH] package/libffi: Add csky cpu support
 2020-03-15  9:32 UTC 

[PATCH 2/5] csky: Remove mm.h from asm/uaccess.h
 2020-03-21 14:11 UTC  (4+ messages)

[PATCH] csky: delete redundant micro io_remap_pfn_range
 2020-03-21 11:22 UTC  (3+ messages)

[PATCH]arch/csky:Enable the gcov function in csky achitecture
 2020-03-12 16:03 UTC  (2+ messages)

[PATCH V3] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 14:52 UTC 

[PATCH V2] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-10 13:46 UTC  (3+ messages)

[PATCH v4 0/5] target/riscv: support vector extension part 2
 2020-03-07 17:44 UTC  (22+ messages)
` [PATCH v4 1/5] target/riscv: add vector unit stride load and store instructions
` [PATCH v4 2/5] target/riscv: add vector "
` [PATCH v4 3/5] target/riscv: add vector index "
` [PATCH v4 4/5] target/riscv: add fault-only-first unit stride load
` [PATCH v4 5/5] target/riscv: add vector amo operations

[PATCH] mm/special: Create generic fallbacks for pte_special() and pte_mkspecial()
 2020-03-05  7:34 UTC  (5+ messages)

[PATCH AUTOSEL 5.5 60/66] csky/mm: Fixup export invalid_pte_table symbol
 2020-03-03  2:46 UTC  (6+ messages)
` [PATCH AUTOSEL 5.5 61/66] csky: Set regs->usp to kernel sp, when the exception is from kernel
` [PATCH AUTOSEL 5.5 62/66] csky/smp: Fixup boot failed when CONFIG_SMP
` [PATCH AUTOSEL 5.5 63/66] csky: Fixup ftrace modify panic
` [PATCH AUTOSEL 5.5 64/66] csky: Fixup compile warning for three unimplemented syscalls
` [PATCH AUTOSEL 5.5 65/66] arch/csky: fix some Kconfig typos

[PATCH AUTOSEL 5.4 52/58] csky/mm: Fixup export invalid_pte_table symbol
 2020-03-03  2:47 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 53/58] csky: Set regs->usp to kernel sp, when the exception is from kernel
` [PATCH AUTOSEL 5.4 54/58] csky/smp: Fixup boot failed when CONFIG_SMP
` [PATCH AUTOSEL 5.4 55/58] csky: Fixup ftrace modify panic
` [PATCH AUTOSEL 5.4 56/58] csky: Fixup compile warning for three unimplemented syscalls
` [PATCH AUTOSEL 5.4 57/58] arch/csky: fix some Kconfig typos

[PATCH v6 0/4] target-riscv: support vector extension part 1
 2020-02-29 15:04 UTC  (5+ messages)
` [PATCH v6 1/4] target/riscv: add vector extension field in CPURISCVState
` [PATCH v6 2/4] target/riscv: implementation-defined constant parameters
` [PATCH v6 3/4] target/riscv: support vector extension csr
` [PATCH v6 4/4] target/riscv: add vector configure instruction

[PATCH v3 1/1] target/riscv: add vector integer operations
 2020-02-28  6:19 UTC  (2+ messages)

[PATCH] mm/vma: Append unlikely() while testing VMA access permissions
 2020-02-24 13:19 UTC  (3+ messages)

[GIT PULL] csky updates for 5.6-rc3
 2020-02-23 17:50 UTC  (2+ messages)

[PATCH] Add the csky architecture support
 2020-02-12 19:10 UTC 

[PATCH] csky: Implement copy_thread_tls
 2020-02-12  2:26 UTC 

[RESEND PATCH] arch/csky: Fix the compile error when use abiv1
 2020-02-11  8:37 UTC  (2+ messages)

[PATCH] csky: Add PCI support
 2020-02-11  3:41 UTC 

[PATCH] arch/csky: Fix the compile error when use abiv1
 2020-02-10  6:54 UTC 

[PATCH] arch/cksy: Support the pci in csky serial core
 2020-01-27  2:56 UTC 

[PATCH 1/2] package/toolchain-external: ensure ARCH_LIB_DIR exist
 2020-02-05 10:30 UTC  (11+ messages)
` [PATCH 2/2] toolchain: Get ld.so name if available
  ` [Buildroot] "
` [Buildroot] [PATCH 1/2] package/toolchain-external: ensure ARCH_LIB_DIR exist

[PATCH] arch/csky: fix some Kconfig typos
 2020-02-01  5:49 UTC  (2+ messages)

[PATCH] csky: Cleanup old Kconfig options
 2020-01-31  2:07 UTC  (2+ messages)

[PATCH] riscv: Use flush_icache_mm for flush_icache_user_range
 2020-01-30 17:40 UTC  (2+ messages)

[PATCH RESEND] irqchip: some Kconfig cleanup for C-SKY
 2020-01-29 12:18 UTC  (2+ messages)

[PATCH V2] riscv: Use flush_icache_mm for flush_icache_user_range
 2020-01-27 15:25 UTC  (2+ messages)

[PATCH V2 1/4] riscv: Separate patch for cflags and aflags
 2020-01-23  6:04 UTC  (8+ messages)
` [PATCH V2 2/4] riscv: Rename __switch_to_aux -> fpu
` [PATCH V2 3/4] riscv: Extending cpufeature.c to detect V-extension
` [PATCH V2 4/4] riscv: Add vector ISA support

[PATCH] csky: Fix the compile error when enable ck860
 2020-01-21 15:05 UTC  (2+ messages)

[PATCH RESEND v4] reboot: support offline CPUs before reboot
 2020-01-17  4:20 UTC  (5+ messages)

[PATCH v5] reboot: support offline CPUs before reboot
 2020-01-16 11:10 UTC  (8+ messages)

[PATCH 1/2] riscv: Fixup obvious bug for fp-regs reset
 2020-01-11  1:30 UTC  (14+ messages)
` [PATCH 2/2] riscv: Add vector ISA support

[PATCH 1/5] MAINTAINERS: csky: Add mailing list for csky
 2019-12-30  8:23 UTC  (5+ messages)
` [PATCH 2/5] csky: Initial stack protector support
` [PATCH 3/5] csky: Tightly-Coupled Memory or Sram support
` [PATCH 4/5] csky: Separate fixaddr_init from highmem
` [PATCH 5/5] csky/mm: Fixup export invalid_pte_table symbol

[PATCH] clocksource: minor Kconfig help text fixes
 2019-12-04 21:37 UTC  (3+ messages)

[PATCH] irqchip: cleanup Kconfig help text
 2019-11-29 11:27 UTC  (2+ 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).