messages from 2023-05-04 19:04:03 to 2023-05-30 19:52:31 UTC [more...]
[patch v3 00/36] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-05-30 19:51 UTC (78+ messages)
` [patch v3 01/36] [patch V2 01/38] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch v3 02/36] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch v3 03/36] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch v3 04/36] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch v3 05/36] x86/topology: Remove CPU0 hotplug option
` [patch v3 06/36] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch v3 07/36] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch v3 08/36] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch v3 09/36] x86/smpboot: Get rid of cpu_init_secondary()
` [patch v3 10/36] [patch V2 10/38] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch v3 11/36] [patch V2 11/38] x86/smpboot: Move synchronization masks to SMP boot code
` [patch v3 12/36] [patch V2 12/38] x86/smpboot: Make TSC synchronization function call based
` [patch v3 13/36] x86/smpboot: Remove cpu_callin_mask
` [patch v3 14/36] [patch V2 14/38] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch v3 15/36] x86/smpboot: Remove wait for cpu_online()
` [patch v3 16/36] x86/xen/smp_pv: Remove wait for CPU online
` [patch v3 17/36] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch v3 18/36] [patch V2 18/38] cpu/hotplug: Add CPU state tracking and synchronization
` [patch v3 19/36] x86/smpboot: Switch to hotplug core state synchronization
` [patch v3 20/36] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch v3 21/36] [patch V2 21/38] ARM: smp: Switch to hotplug core state synchronization
` [patch v3 22/36] arm64: "
` [patch v3 23/36] [patch V2 23/38] csky/smp: "
` [patch v3 24/36] [patch V2 24/38] MIPS: SMP_CPS: "
` [patch v3 25/36] parisc: "
` [patch v3 26/36] riscv: "
` [patch v3 27/36] cpu/hotplug: Remove unused state functions
` [patch v3 28/36] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch v3 29/36] [patch V2 29/38] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch v3 30/36] x86/smpboot: Enable split CPU startup
` [patch v3 31/36] x86/apic: Provide cpu_primary_thread mask
` [patch] x86/smpboot: Disable parallel bootup if cc_vendor != NONE
` [patch] x86/realmode: Make stack lock work in trampoline_compat()
` [patch v3 32/36] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch v3 33/36] x86/apic: Save the APIC virtual base address
` [patch v3 34/36] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch v3 35/36] x86/smpboot: Support parallel startup of secondary CPUs
` [patch v3 36/36] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
[PATCH v2 00/34] Split ptdesc from struct page
2023-05-28 5:47 UTC (25+ messages)
` [PATCH v2 01/34] mm: Add PAGE_TYPE_OP folio functions
` [PATCH v2 02/34] s390: Use _pt_s390_gaddr for gmap address tracking
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs
[PATCH] irq_work: consolidate arch_irq_work_raise prototypes
2023-05-25 16:44 UTC (5+ messages)
[PATCH 00/21] dma-mapping: unify support for cache flushes
2023-05-25 7:46 UTC (7+ messages)
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA
[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-05-23 10:19 UTC (52+ messages)
` [patch V4 01/37] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch V4 02/37] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch V4 03/37] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch V4 04/37] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V4 05/37] x86/topology: Remove CPU0 hotplug option
` [patch V4 06/37] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch V4 07/37] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V4 08/37] x86/smpboot: Remove unnecessary barrier()
` [patch V4 09/37] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch V4 10/37] x86/smpboot: Get rid of cpu_init_secondary()
` [patch V4 11/37] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch V4 12/37] x86/smpboot: Move synchronization masks to SMP boot code
` [patch V4 13/37] x86/smpboot: Make TSC synchronization function call based
` [patch V4 14/37] x86/smpboot: Remove cpu_callin_mask
` [patch V4 15/37] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch V4 16/37] x86/smpboot: Remove wait for cpu_online()
` [patch V4 17/37] x86/xen/smp_pv: Remove wait for CPU online
` [patch V4 18/37] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [patch V4 19/37] cpu/hotplug: Add CPU state tracking and synchronization
` [patch V4 20/37] x86/smpboot: Switch to hotplug core state synchronization
` [patch V4 21/37] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch V4 22/37] ARM: smp: Switch to hotplug core state synchronization
` [patch V4 23/37] arm64: "
` [patch V4 24/37] csky/smp: "
` [patch V4 25/37] MIPS: SMP_CPS: "
` [patch V4 26/37] parisc: "
` [patch V4 27/37] riscv: "
` [patch V4 28/37] cpu/hotplug: Remove unused state functions
` [patch V4 29/37] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch V4 30/37] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch V4 31/37] x86/smpboot: Enable split CPU startup
` [patch V4 32/37] x86/apic: Provide cpu_primary_thread mask
` [patch V4 33/37] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch V4 34/37] x86/apic: Save the APIC virtual base address
` [patch V4 35/37] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch V4 36/37] x86/smpboot: Support parallel startup of secondary CPUs
` [patch V4 37/37] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
` [PATCH] x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutils
[PATCH v1 0/5] perf parse-regs: Refactor arch related functions
2023-05-23 6:49 UTC (11+ messages)
` [PATCH v1 1/5] perf parse-regs: Refactor arch register parsing functions
` [PATCH v1 2/5] perf parse-regs: Introduce functions arch__reg_{ip|sp}()
` [PATCH v1 3/5] perf parse-regs: Remove unused macros PERF_REG_{IP|SP}
` [PATCH v1 4/5] perf parse-regs: Remove PERF_REGS_{MAX|MASK} from common code
` [PATCH v1 5/5] perf parse-regs: Move out arch specific header from util/perf_regs.h
[PATCH] certs: buffer stderr from openssl unless error
2023-05-22 8:47 UTC (3+ messages)
Słowa kluczowe do wypozycjonowania
2023-05-18 7:41 UTC
[PATCH] libgcc: Add forward declarations for generic library routines
2023-05-08 14:41 UTC (2+ messages)
Pompy ciepła - nowe warunki
2023-05-08 7:36 UTC
[patch V2 00/38] cpu/hotplug, x86: Reworked parallel CPU bringup
2023-05-07 4:14 UTC (24+ messages)
` [patch V2 18/38] cpu/hotplug: Add CPU state tracking and synchronization
` [patch V2 19/38] x86/smpboot: Switch to hotplug core state synchronization
` [patch V2 20/38] cpu/hotplug: Remove cpu_report_state() and related unused cruft
` [patch V2 23/38] csky/smp: Switch to hotplug core state synchronization
` [patch V2 25/38] parisc: "
` [patch V2 26/38] riscv: "
` [patch V2 27/38] cpu/hotplug: Remove unused state functions
` [patch V2 28/38] cpu/hotplug: Reset task stack state in _cpu_up()
` [patch V2 29/38] cpu/hotplug: Provide a split up CPUHP_BRINGUP mechanism
` [patch V2 30/38] x86/smpboot: Enable split CPU startup
` [patch V2 31/38] x86/apic: Provide cpu_primary_thread mask
` [patch V2 32/38] cpu/hotplug: Allow "parallel" bringup up to CPUHP_BP_KICK_AP_STATE
` [patch V2 33/38] x86/topology: Store extended topology leaf information
` [patch V2 34/38] x86/cpu/amd; Invoke detect_extended_topology_early() on boot CPU
` [patch V2 35/38] x86/apic: Save the APIC virtual base address
` [patch V2 36/38] x86/smpboot: Implement a bit spinlock to protect the realmode stack
` [patch V2 37/38] x86/smpboot: Support parallel startup of secondary CPUs
` [patch V2 38/38] x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable it
[GIT PULL] csky changes for v6.4
2023-05-04 19:49 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).