linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-07 17:33:24 to 2023-03-24 05:25:52 UTC [more...]

[PATCH v2 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-24  5:22 UTC  (12+ messages)
` [PATCH v2 01/14] arm: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH v2 03/14] arm64: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 04/14] csky: drop ARCH_FORCE_MAX_ORDER
` [PATCH v2 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER
` [PATCH v2 06/14] m68k: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 07/14] nios2: "
` [PATCH v2 08/14] nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v2 09/14] powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 10/14] powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v2 11/14] sh: reword ARCH_FORCE_MAX_ORDER prompt and help text

[PATCH v5 0/7] Generic IPI sending tracepoint
 2023-03-23 18:31 UTC  (21+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [PATCH v5 2/7] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v5 3/7] smp: Trace IPIs sent via arch_send_call_function_ipi_mask()
` [PATCH v5 4/7] irq_work: Trace self-IPIs sent via arch_irq_work_raise()
` [PATCH v5 5/7] treewide: Trace IPIs sent via smp_send_reschedule()
` [PATCH v5 6/7] smp: reword smp call IPI comment
` [PATCH v5 7/7] sched, smp: Trace smp callback causing an IPI

[PATCH 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-23 17:11 UTC  (24+ messages)
` [PATCH 01/14] arm: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 02/14] arm64: drop ranges in definition of ARCH_FORCE_MAX_ORDER
` [PATCH 03/14] arm64: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 04/14] csky: drop ARCH_FORCE_MAX_ORDER
` [PATCH 05/14] ia64: don't allow users to override ARCH_FORCE_MAX_ORDER
` [PATCH 06/14] m68k: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 07/14] nios2: "
` [PATCH 08/14] nios2: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 09/14] powerpc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 10/14] powerpc: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 11/14] sh: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 12/14] sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH 13/14] sparc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH 14/14] xtensa: "

[PATCH 00/11] sysctl: deprecate register_sysctl_paths()
 2023-03-19 20:47 UTC  (28+ messages)
` [PATCH 01/11] proc_sysctl: update docs for __register_sysctl_table()
` [PATCH 02/11] proc_sysctl: move helper which creates required subdirectories
` [PATCH 03/11] sysctl: clarify register_sysctl_init() base directory order
` [PATCH 04/11] apparmor: simplify sysctls with register_sysctl_init()
` [PATCH 05/11] loadpin: simplify sysctls use with register_sysctl()
` [PATCH 06/11] yama: simplfy sysctls "
` [PATCH 07/11] seccomp: simplify sysctls with register_sysctl_init()
` [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()
` [PATCH 09/11] fs-verity: "
` [PATCH 10/11] csky: simplify alignment sysctl registration
` [PATCH 11/11] proc_sysctl: deprecate register_sysctl_paths()

Fotowoltaika - nowe warunki
 2023-03-16  9:10 UTC 

[PATCH v4 10/36] csky: Implement the new page table range API
 2023-03-15  9:50 UTC  (2+ messages)

[PATCH v3] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-03-14 13:28 UTC  (2+ messages)

[PATCH] irqchip: Use of_property_read_bool() for boolean properties
 2023-03-12 12:42 UTC  (2+ messages)

[PATCH] vdso: Improve cmd_vdso_check to check all dynamic relocations
 2023-03-10 19:10 UTC  (11+ messages)
              ` [PATCH v2] "

[PATCH v3 09/34] csky: Implement the new page table range API
 2023-03-03 11:40 UTC  (2+ messages)

[PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-02 12:19 UTC  (4+ messages)

[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-03-02 10:55 UTC  (58+ messages)
` [PATCH v2 01/24] alpha/cpu: Expose arch_cpu_idle_dead()'s prototype declaration
` [PATCH v2 02/24] alpha/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 03/24] arm/cpu: "
        ` [PATCH v2.1 03/24] arm/cpu: Add unreachable() to arch_cpu_idle_dead()
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
        ` [PATCH v2.1 "
` [PATCH v2 05/24] csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
` [PATCH v2 06/24] ia64/cpu: Mark play_dead() __noreturn
` [PATCH v2 07/24] loongarch/cpu: Make sure play_dead() doesn't return
` [PATCH v2 08/24] loongarch/cpu: Mark play_dead() __noreturn
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
        ` [PATCH v2.1 "
` [PATCH v2 10/24] mips/cpu: Make sure play_dead() doesn't return
` [PATCH v2 11/24] mips/cpu: Mark play_dead() __noreturn
` [PATCH v2 12/24] powerpc/cpu: Mark start_secondary_resume() __noreturn
` [PATCH v2 13/24] sh/cpu: Make sure play_dead() doesn't return
` [PATCH v2 14/24] sh/cpu: Mark play_dead() __noreturn
` [PATCH v2 15/24] sh/cpu: Expose arch_cpu_idle_dead()'s prototype definition
` [PATCH v2 16/24] sparc/cpu: Mark cpu_play_dead() __noreturn
` [PATCH v2 17/24] x86/cpu: Make sure play_dead() doesn't return
` [PATCH v2 18/24] x86/cpu: Mark play_dead() __noreturn
` [PATCH v2 19/24] xtensa/cpu: Make sure cpu_die() doesn't return
` [PATCH v2 20/24] xtensa/cpu: Mark cpu_die() __noreturn
` [PATCH v2 21/24] sched/idle: Make sure weak version of arch_cpu_idle_dead() doesn't return
` [PATCH v2 22/24] objtool: Include weak functions in 'global_noreturns' check
` [PATCH v2 23/24] init: Make arch_call_rest_init() and rest_init() __noreturn
` [PATCH v2 24/24] sched/idle: Mark arch_cpu_idle_dead() __noreturn

[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-01 15:41 UTC  (7+ messages)

[PATCH mm-unstable v1 00/26] mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on all architectures with swap PTEs
 2023-02-28 21:11 UTC  (15+ messages)
` [PATCH mm-unstable v1 04/26] arm/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH mm-unstable v1 11/26] microblaze/mm: "
` [PATCH mm-unstable v1 17/26] powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3s

[PATCH mm-unstable v1 19/26] riscv/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
 2023-02-28 15:56 UTC  (3+ messages)

[PATCH v2 08/30] csky: Implement the new page table range API
 2023-02-28  3:17 UTC  (2+ messages)

[GIT PULL] csky changes for v6.3
 2023-02-27 18:18 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-02-21  8:35 UTC 

API for setting multiple PTEs at once
 2023-02-20  8:29 UTC  (6+ messages)

[PATCH 11/7] csky: Implement the new page table range API
 2023-02-15  0:04 UTC 

[PATCH v4 0/7] Generic IPI sending tracepoint
 2023-02-14 14:10 UTC  (2+ messages)

[PATCH v2 0/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM
 2023-02-13  7:54 UTC  (12+ messages)
` [PATCH v2 2/4] m68k: use asm-generic/memory_model.h for both MMU and !MMU
` [PATCH v2 4/4] mm, arch: add generic implementation of pfn_valid() for FLATMEM

[PATCH 00/22] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-02-07 17:33 UTC  (3+ messages)
` [PATCH 22/22] sched/idle: "
  ` [PATCH v1.1 "


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