Linux-csky Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-01 15:41:44 to 2023-04-06 11:39:06 UTC [more...]

[PATCH AUTOSEL 5.4 3/9] selftests: sigaltstack: fix -Wuninitialized
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 4.19 3/8] selftests: sigaltstack: fix -Wuninitialized
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 5.10 3/9] selftests: sigaltstack: fix -Wuninitialized
 2023-04-06 11:33 UTC 

[PATCH AUTOSEL 5.15 04/11] selftests: sigaltstack: fix -Wuninitialized
 2023-04-06 11:32 UTC 

[PATCH AUTOSEL 6.1 04/17] selftests: sigaltstack: fix -Wuninitialized
 2023-04-06 11:31 UTC 

[PATCH AUTOSEL 6.2 04/17] selftests: sigaltstack: fix -Wuninitialized
 2023-04-06 11:31 UTC 

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-04-06  9:01 UTC  (62+ messages)
` [PATCH 01/21] openrisc: dma-mapping: flush bidirectional mappings
` [PATCH 02/21] xtensa: dma-mapping: use normal cache invalidation rules
` [PATCH 03/21] sparc32: flush caches in dma_sync_*for_device
` [PATCH 04/21] microblaze: dma-mapping: skip extra DMA flushes
` [PATCH 05/21] powerpc: dma-mapping: split out cache operation logic
` [PATCH 06/21] powerpc: dma-mapping: minimize for_cpu flushing
` [PATCH 07/21] powerpc: dma-mapping: always clean cache in _for_device() op
` [PATCH 08/21] riscv: dma-mapping: only invalidate after DMA, not flush
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
` [PATCH 10/21] csky: dma-mapping: skip invalidating before DMA from device
` [PATCH 11/21] mips: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 12/21] mips: dma-mapping: split out cache operation logic
` [PATCH 13/21] arc: dma-mapping: skip invalidating before bidirectional DMA
` [PATCH 14/21] parisc: dma-mapping: use regular flush/invalidate ops
` [PATCH 15/21] ARM: dma-mapping: always invalidate WT caches before DMA
` [PATCH 16/21] ARM: dma-mapping: bring back dmac_{clean,inv}_range
` [PATCH 17/21] ARM: dma-mapping: use arch_sync_dma_for_{device,cpu}() internally
` [PATCH 18/21] ARM: drop SMP support for ARM11MPCore
` [PATCH 19/21] ARM: dma-mapping: use generic form of arch_sync_dma_* helpers
` [PATCH 20/21] ARM: dma-mapping: split out arch_dma_mark_clean() helper
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation

W sprawie samochodu
 2023-04-05  8:27 UTC 

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

[PATCH] csky: remove obsolete config CPU_TLB_SIZE
 2023-04-01  2:51 UTC  (2+ messages)

Słowa kluczowe do wypozycjonowania
 2023-03-27  7:50 UTC 

[PATCH v2 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-03-24 16:48 UTC  (19+ 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 v2 12/14] sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER
` [PATCH v2 13/14] sparc: reword ARCH_FORCE_MAX_ORDER prompt and help text
` [PATCH v2 14/14] xtensa: "

[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  (2+ messages)

[PATCH v2 00/24] cpu,sched: Mark arch_cpu_idle_dead() __noreturn
 2023-03-02 10:55 UTC  (14+ messages)
` [PATCH v2 04/24] arm64/cpu: Mark cpu_die() __noreturn
        ` [PATCH v2.1 "
` [PATCH v2 09/24] mips/cpu: Expose play_dead()'s prototype definition
        ` [PATCH v2.1 "

[PATCH v6 13/41] mm: Make pte_mkwrite() take a VMA
 2023-03-01 15:41 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 read-only IMAP folder(s) and NNTP newsgroup(s).