linux-csky.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-12 12:42:29 to 2023-04-14 23:48:45 UTC [more...]

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-14 23:45 UTC  (37+ messages)
` [patch 01/37] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch 02/37] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch 03/37] x86/smpboot: Avoid pointless delay calibration is TSC is synchronized
` [patch 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch 05/37] x86/topology: Remove CPU0 hotplug option
` [patch 06/37] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch 08/37] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch 09/37] x86/smpboot: Get rid of cpu_init_secondary()
` [patch 10/37] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch 11/37] x86/smpboot: Move synchronization masks to SMP boot code
` [patch 12/37] x86/smpboot: Make TSC synchronization function call based
` [patch 13/37] x86/smpboot: Remove cpu_callin_mask
` [patch 14/37] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch 15/37] x86/smpboot: Remove wait for cpu_online()
` [patch 16/37] x86/xen/smp_pv: Remove wait for CPU online
` [patch 17/37] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch 18/37] cpu/hotplug: Add CPU state tracking and synchronization
` [patch 19/37] x86/smpboot: Switch to hotplug core state synchronization
` [patch 20/37] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch 21/37] ARM: smp: Switch to hotplug core state synchronization
` [patch 22/37] arm64: "
` [patch 23/37] csky/smp: "
` [patch 24/37] MIPS: SMP_CPS: "
` [patch 25/37] parisc: "
` [patch 26/37] riscv: "
` [patch 27/37] cpu/hotplug: Remove unused state functions
` [patch 28/37] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch 29/37] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch 30/37] x86/smpboot: Enable split CPU startup
` [patch 31/37] x86/apic: Provide cpu_primary_thread mask
` [patch 32/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch 33/37] x86/topology: Store extended topology leaf information
` [patch 34/37] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch 35/37] x86/smpboot: Support parallel startup of secondary CPUs
` [patch 37/37] x86/smpboot: Allow parallel bringup for SEV-ES

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-04-13 12:51 UTC  (64+ 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

[linux-next:master] BUILD REGRESSION 7d8214bba44c1aa6a75921a09a691945d26a8d43
 2023-04-12 17:51 UTC 

[PATCH v3 00/14] arch,mm: cleanup Kconfig entries for ARCH_FORCE_MAX_ORDER
 2023-04-12 17:27 UTC  (22+ 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: "

[linux-next:master] BUILD REGRESSION 009795d283d1f9f043e5a4ff97d4140cde17e2d3
 2023-04-11 22:15 UTC 

Słowa kluczowe do wypozycjonowania
 2023-04-11  7:40 UTC 

[PATCH] csky: mmu: Prevent spurious page faults
 2023-04-07  8:54 UTC 

[PATCH AUTOSEL 4.14 2/7] selftests: sigaltstack: fix -Wuninitialized
 2023-04-06 11:34 UTC 

[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 

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

[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  (16+ messages)
` [PATCH v5 1/7] trace: Add trace_ipi_send_cpumask()
` [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  (6+ messages)
` [PATCH 08/11] kernel: pid_namespace: simplify sysctls with register_sysctl()

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)


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