linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-30 21:40:35 to 2020-12-30 08:21:20 UTC [more...]

[PATCH] csky: remove unused including <linux/version.h>
 2020-12-30  8:20 UTC 

[PATCH v2] arch: consolidate pm_power_off callback
 2020-12-27 14:01 UTC 

[PATCH] arch: consolidate pm_power_off callback
 2020-12-27  1:46 UTC  (5+ messages)

[PATCH] mm: page-flags.h: Typo fix (It -> If)
 2020-12-26  5:03 UTC 

[PATCH] csky: Fix a size determination in gpr_get()
 2020-12-24  2:21 UTC  (9+ messages)

building csky with CC=clang
 2020-12-22 21:43 UTC  (2+ messages)

[PATCH v5 0/9] Add k/uprobe & fentry & error_injection supported
 2020-12-22 20:26 UTC  (11+ messages)
` [PATCH v5 1/9] RISC-V: Implement ptrace regs and stack API
` [PATCH v5 2/9] riscv: Fixup compile error BUILD_BUG_ON failed
` [PATCH v5 3/9] riscv: Fixup wrong ftrace remove cflag
` [PATCH v5 4/9] riscv: Fixup patch_text panic in ftrace
` [PATCH v5 5/9] riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNT
` [PATCH v5 6/9] riscv: Add kprobes supported
` [PATCH v5 7/9] riscv: Add KPROBES_ON_FTRACE supported
` [PATCH v5 8/9] riscv: Add uprobes supported
` [PATCH v5 9/9] riscv: Add support for function error injection

[PATCH] cacheflush.2: Document Architecture-specific variants
 2020-12-21  8:32 UTC  (4+ messages)
` Ping: "

[PATCH v5] cacheflush.2: Document __builtin___clear_cache() as a more portable alternative
 2020-12-20 20:48 UTC  (5+ messages)
` [PATCH v6] "
  ` Ping: "

[PATCH 1/2] futex: mark futex_detect_cmpxchg() as 'noinline'
 2020-12-21  2:58 UTC  (14+ messages)

[PATCH v2 1/5] csky: Remove custom asm/atomic.h implementation
 2020-12-20 15:39 UTC  (5+ messages)
` [PATCH v2 2/5] csky: Fixup barrier design
` [PATCH v2 3/5] csky: Fixup futex SMP implementation
` [PATCH v2 4/5] csky: Fixup asm/cmpxchg.h with correct ordering barrier
` [PATCH v2 5/5] csky: Cleanup asm/spinlock.h

[PATCH v2 1/5] csky: Remove custom asm/atomic.h implementation
 2020-12-20 15:12 UTC 

[PATCH RESEND v4] riscv: Enable per-task stack canaries
 2020-12-17 16:29 UTC 

[PATCH AUTOSEL 5.9 27/39] sched/idle: Fix arch_cpu_idle() vs tracing
 2020-12-13 14:10 UTC  (4+ messages)

[RFC] cacheflush.2: Document different prototypes for different architectures
 2020-12-12 18:19 UTC  (3+ messages)

Disinfection
 2020-12-03  8:50 UTC 

set_thread_area.2: csky architecture undocumented
 2020-11-26 12:16 UTC  (6+ messages)

[PATCH 1/5] riscv: Coding convention for xchg
 2020-11-26  8:53 UTC  (16+ messages)
` [PATCH 2/5] riscv: Add QUEUED_SPINLOCKS & QUEUED_RWLOCKS supported
` [PATCH 3/5] csky: Remove simple spinlock implementation
` [PATCH 4/5] csky: Add QUEUED_SPINLOCKS supported
` [PATCH 5/5] csky: Optimize atomic operations with correct barrier usage

[PATCH seccomp v2 0/8] seccomp: add bitmap cache support on remaining arches and report cache in procfs
 2020-11-17 21:11 UTC  (10+ messages)
` [PATCH seccomp v2 1/8] csky: Enable seccomp architecture tracking
` [PATCH seccomp v2 2/8] parisc: "
` [PATCH seccomp v2 3/8] powerpc: "
` [PATCH seccomp v2 4/8] riscv: "
` [PATCH seccomp v2 5/8] s390: "
` [PATCH seccomp v2 6/8] sh: "
` [PATCH seccomp v2 7/8] xtensa: "
` [PATCH seccomp v2 8/8] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 

[PATCH v4] riscv: Enable per-task stack canaries
 2020-11-15  3:05 UTC  (4+ messages)

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-12 11:07 UTC  (47+ messages)
` [patch V3 01/37] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V3 02/37] highmem: Remove unused functions
` [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [patch V3 04/37] sh/highmem: Remove all traces of unused cruft
` [patch V3 05/37] asm-generic: Provide kmap_size.h
` [patch V3 06/37] highmem: Provide generic variant of kmap_atomic*
` [patch V3 07/37] highmem: Make DEBUG_HIGHMEM functional
` [patch V3 08/37] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V3 09/37] arc/mm/highmem: "
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
` [patch V3 11/37] csky/mm/highmem: "
` [patch V3 12/37] microblaze/mm/highmem: "
` [patch V3 13/37] mips/mm/highmem: "
` [patch V3 14/37] nds32/mm/highmem: "
` [patch V3 15/37] powerpc/mm/highmem: "
` [patch V3 16/37] sparc/mm/highmem: "
` [patch V3 17/37] xtensa/mm/highmem: "
` [patch V3 18/37] highmem: Get rid of kmap_types.h
` [patch V3 19/37] mm/highmem: Remove the old kmap_atomic cruft
` [patch V3 20/37] io-mapping: Cleanup atomic iomap
` [patch V3 21/37] Documentation/io-mapping: Remove outdated blurb
` [patch V3 22/37] highmem: High implementation details and document API
` [patch V3 23/37] sched: Make migrate_disable/enable() independent of RT
` [patch V3 24/37] sched: highmem: Store local kmaps in task struct
  ` [patch V4 "
` [patch V3 25/37] mm/highmem: Provide kmap_local*
` [patch V3 26/37] io-mapping: Provide iomap_local variant
` [patch V3 27/37] x86/crashdump/32: Simplify copy_oldmem_page()
` [patch V3 28/37] mips/crashdump: "
` [patch V3 29/37] ARM: mm: Replace kmap_atomic_pfn()
` [patch V3 30/37] highmem: Remove kmap_atomic_pfn()
` [patch V3 31/37] drm/ttm: Replace kmap_atomic() usage
` [patch V3 32/37] drm/vmgfx: Replace kmap_atomic()
` [patch V3 33/37] highmem: Remove kmap_atomic_prot()
` [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()
` [patch V3 35/37] drm/nouveau/device: "
` [patch V3 36/37] drm/i915: "
` [patch V3 37/37] io-mapping: Remove io_mapping_map_atomic_wc()

[for-next][PATCH 05/17] kprobes/ftrace: Add recursion protection to the ftrace callback
 2020-11-12  0:32 UTC  (2+ messages)
` [for-next][PATCH 11/17] ftrace: Add recording of functions that caused recursion

Corporate and Personal Loan *
 2020-11-11  8:30 UTC 

[PATCH seccomp 0/8] seccomp: add bitmap cache support on remaining arches and report cache in procfs
 2020-11-09 15:03 UTC  (15+ messages)
` [PATCH seccomp 1/8] csky: Enable seccomp architecture tracking
` [PATCH seccomp 2/8] parisc: "
` [PATCH seccomp 3/8] powerpc: "
` [PATCH seccomp 4/8] riscv: "
` [PATCH seccomp 5/8] s390: "
` [PATCH seccomp 6/8] sh: "
` [PATCH seccomp 7/8] xtensa: "
` [PATCH seccomp 8/8] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH 05/11 v3] kprobes/ftrace: Add recursion protection to the ftrace callback
 2020-11-06 14:27 UTC  (6+ messages)
` [PATCH 11/11 v3] ftrace: Add recording of functions that caused recursion

[PATCH v4 5/9] riscv: Add kprobes supported
 2020-11-06  2:56 UTC  (3+ messages)

[PATCH v4 1/9] RISC-V: Implement ptrace regs and stack API
 2020-11-06  2:54 UTC  (3+ messages)

[PATCH] csky: add support for TIF_NOTIFY_SIGNAL
 2020-11-06  2:46 UTC  (4+ messages)

[PATCH 05/11 v2] kprobes/ftrace: Add recursion protection to the ftrace callback
 2020-11-04 19:13 UTC  (15+ messages)
    ` [PATCH 05/11 v2.1] "
` [PATCH 11/11 v2] ftrace: Add recording of functions that caused recursion
        ` [PATCH 11/11 v2.2] "
      ` [PATCH 11/11 v2.1] "

[PATCH 5/9] kprobes/ftrace: Add recursion protection to the ftrace callback
 2020-11-02  5:08 UTC  (4+ messages)

[patch V2 00/18] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-02  1:08 UTC  (13+ 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).