linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-30 20:39:29 to 2020-06-24 09:24:56 UTC [more...]

[PATCH 0/7] Fix potential resource leaks and do some code cleanups about irqchip
 2020-06-24  9:24 UTC  (7+ messages)
` [PATCH 1/7] irqchip: Fix potential resource leaks
` [PATCH 2/7] irqchip/loongson-htpic: Remove redundant kfree operation
` [PATCH 3/7] irqchip/loongson-htvec: Check return value of irq_domain_translate_onecell()
` [PATCH 4/7] irqchip/loongson-pch-pic: Check return value of irq_domain_translate_twocell()

[PATCH] riscv: Fixup __vdso_gettimeofday broke dynamic ftrace
 2020-06-23 12:54 UTC 

[PATCH 02/17] sparc64: enable HAVE_COPY_THREAD_TLS
 2020-06-23  8:42 UTC  (5+ messages)
` [PATCH 03/17] sparc: share process creation helpers between sparc and sparc64
` [PATCH 04/17] sparc: unconditionally enable HAVE_COPY_THREAD_TLS

[PATCH 06/26] mm/csky: Use general page fault accounting
 2020-06-20 16:08 UTC  (3+ messages)

[PATCH 07/25] mm/csky: Use mm_fault_accounting()
 2020-06-18 22:59 UTC  (11+ messages)

[PATCH v1] doc: devicetree: bindings: fix spelling mistake
 2020-06-18 18:36 UTC  (2+ messages)

[PATCH] csky: remove unusued thread_saved_pc and *_segments functions/macros
 2020-06-17  6:54 UTC  (4+ messages)

[PATCH 0/3] riscv: Enable LOCKDEP
 2020-06-16 15:57 UTC  (4+ messages)
` [PATCH 1/3] riscv: Fixup static_obj() fail
` [PATCH 2/3] riscv: Fixup lockdep_assert_held with wrong param cpu_running
` [PATCH 3/3] riscv: Enable LOCKDEP_SUPPORT & fixup TRACE_IRQFLAGS_SUPPORT

[PATCH 04/21] mm: free_area_init: use maximal zone PFNs rather than zone sizes
 2020-06-15  7:17 UTC  (3+ messages)

[PATCH] doc: devicetree: bindings: fix spelling mistake
 2020-06-13  8:43 UTC  (2+ messages)

[PATCH AUTOSEL 5.6 279/606] csky: Fixup msa highest 3 bits mask
 2020-06-08 23:06 UTC  (4+ messages)
` [PATCH AUTOSEL 5.6 280/606] csky: Fixup perf callchain unwind
` [PATCH AUTOSEL 5.6 281/606] csky: Fixup remove duplicate irq_disable
` [PATCH AUTOSEL 5.6 286/606] csky: Fixup raw_copy_from_user()

[PATCH AUTOSEL 5.6 11/17] csky: Fixup abiv2 syscall_trace break a4 & a5
 2020-06-05 12:25 UTC 

[PATCH AUTOSEL 5.4 09/14] csky: Fixup abiv2 syscall_trace break a4 & a5
 2020-06-05 12:25 UTC 

[PATCH V3 00/15] Remove duplicated kmap code
 2020-06-04 20:51 UTC  (61+ messages)
` [PATCH V3 01/15] arch/kmap: Remove BUG_ON()
` [PATCH V3 02/15] arch/xtensa: Move kmap build bug out of the way
` [PATCH V3 03/15] arch/kmap: Remove redundant arch specific kmaps
` [PATCH V3 04/15] arch/kunmap: Remove duplicate kunmap implementations
` [PATCH V3 05/15] {x86,powerpc,microblaze}/kmap: Move preempt disable
` [PATCH V3 06/15] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V3 07/15] arch/kunmap_atomic: "
  ` [PATCH] arch/{mips,sparc,microblaze,powerpc}: Don't enable pagefault/preempt twice
` [PATCH V3 08/15] arch/kmap: Ensure kmap_prot visibility
` [PATCH V3 09/15] arch/kmap: Don't hard code kmap_prot values
` [PATCH V3 10/15] arch/kmap: Define kmap_atomic_prot() for all arch's
` [PATCH V3 11/15] drm: Remove drm specific kmap_atomic code
` [PATCH V3 12/15] kmap: Remove kmap_atomic_to_page()
` [PATCH V3 13/15] parisc/kmap: Remove duplicate kmap code
` [PATCH V3 14/15] sparc: Remove unnecessary includes
` [PATCH V3 15/15] kmap: Consolidate kmap_prot definitions
  ` [PATCH V3.1] "

Investment
 2020-05-30 22:29 UTC 

[GIT PULL] csky updates for v5.7-rc8
 2020-05-28 21:10 UTC  (2+ messages)

[PATCH] csky: Fixup CONFIG_DEBUG_RSEQ
 2020-05-28  0:14 UTC 

[PATCH 1/3] csky: Fixup CONFIG_PREEMPT panic
 2020-05-24 15:59 UTC  (3+ messages)
` [PATCH 2/3] csky: Fixup abiv2 syscall_trace break a4 & a5
` [PATCH 3/3] csky: Coding convention in entry.S

[PATCH] csky: Fixup calltrace panic
 2020-05-22 21:28 UTC  (5+ messages)

[PATCH 0/3] sparc: port to copy_thread_tls() and struct kernel_clone_args
 2020-05-18 19:58 UTC  (12+ messages)
` [PATCH 1/3] sparc64: enable HAVE_COPY_THREAD_TLS
` [PATCH 2/3] sparc: share process creation helpers between sparc and sparc64
` [PATCH 3/3] sparc: unconditionally enable HAVE_COPY_THREAD_TLS

[GIT PULL] csky updates for v5.7-rc6
 2020-05-17  4:45 UTC  (2+ messages)

[PATCH 1/4] csky: Fixup perf callchain unwind
 2020-05-13 10:16 UTC  (4+ messages)
` [PATCH 2/4] csky: Fixup calltrace panic
` [PATCH 3/4] csky: Fixup remove duplicate irq_disable
` [PATCH 4/4] csky: Fixup remove unnecessary save/restore PSR code

[PATCH v2 17/20] mm: free_area_init: allow defining max_zone_pfn in descending order
 2020-05-07 21:21 UTC  (6+ messages)

[PATCH V2 00/11] Subject: Remove duplicated kmap code
 2020-05-07  4:56 UTC  (28+ messages)
` [PATCH V2 01/11] arch/kmap: Remove BUG_ON()
` [PATCH V2 02/11] arch/xtensa: Move kmap build bug out of the way
` [PATCH V2 03/11] arch/kmap: Remove redundant arch specific kmaps
` [PATCH V2 04/11] arch/kunmap: Remove duplicate kunmap implementations
` [PATCH V2 05/11] {x86,powerpc,microblaze}/kmap: Move preempt disable
` [PATCH V2 06/11] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V2 07/11] arch/kunmap_atomic: "
` [PATCH V2 08/11] arch/kmap: Ensure kmap_prot visibility
` [PATCH V2 09/11] arch/kmap: Don't hard code kmap_prot values
` [PATCH V2 10/11] arch/kmap: Define kmap_atomic_prot() for all arch's
` [PATCH V2 11/11] drm: Remove drm specific kmap_atomic code

[PATCH 0/2] kmap cleanup 2
 2020-05-04  5:24 UTC  (3+ messages)
` [PATCH 1/2] kmap: Remove kmap_atomic_to_page()
` [PATCH 2/2] parisc/kmap: Remove duplicate kmap code

[PATCH V1 00/10] Remove duplicated kmap code
 2020-05-03  3:11 UTC  (31+ messages)
` [PATCH V1 01/10] arch/kmap: Remove BUG_ON()
` [PATCH V1 02/10] arch/xtensa: Move kmap build bug out of the way
` [PATCH V1 03/10] arch/kmap: Remove redundant arch specific kmaps
` [PATCH V1 04/10] arch/kunmap: Remove duplicate kunmap implementations
` [PATCH V1 05/10] arch/kmap_atomic: Consolidate duplicate code
` [PATCH V1 06/10] arch/kunmap_atomic: "
` [PATCH V1 07/10] arch/kmap: Ensure kmap_prot visibility
  ` sparc-related comment, to "
` [PATCH V1 08/10] arch/kmap: Don't hard code kmap_prot values
` [PATCH V1 09/10] arch/kmap: Define kmap_atomic_prot() for all arch's
` [PATCH V1 10/10] drm: Remove drm specific kmap_atomic code


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).