messages from 2023-04-06 14:30:41 to 2023-04-14 23:48:46 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
Multiple undefined configuration options are dependent in Kconfig under the v6.3-rc4 drivers directory
2023-04-14 8:18 UTC (3+ messages)
[PATCH] Mips: Fix _CONST64_(x) as unsigned
2023-04-14 8:13 UTC (2+ messages)
[PATCH v2 0/7] MIPS: LLVM toolchain support for more CPUs
2023-04-14 8:07 UTC (8+ messages)
` [PATCH v2 1/7] MIPS: Move various toolchain ASE check to Kconfig
` [PATCH v2 2/7] MIPS: Add toolchain feature dependency for microMIPS smartMIPS
` [PATCH v2 3/7] MIPS: Detect toolchain support of workarounds in Kconfig
` [PATCH v2 4/7] MIPS: Detect toolchain support of o32 ABI with 64 bit CPU
` [PATCH v2 5/7] MIPS: Remove cc-option checks for -march=octeon
` [PATCH v2 6/7] MIPS: Fallback CPU -march CFLAG to ISA level if unsupported
` [PATCH v2 7/7] MIPS: Limit MIPS_MT_SMP support by ISA reversion
[PATCH v2 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
2023-04-14 5:49 UTC (7+ messages)
` [PATCH v2 2/9] clk: ralink: add clock and reset driver for MTMIPS SoCs
[PATCH V3 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
2023-04-13 18:35 UTC (9+ messages)
` [PATCH V3 1/7] dt-bindings: rtc: Subdivision of LS2X RTC compatible
` [PATCH V3 2/7] rtc: Add support for the Loongson-2K/LS7A RTC
` [PATCH V3 3/7] LoongArch: Enable LS2X RTC in loongson3_defconfig
` [PATCH V3 4/7] MIPS: Loongson64: DTS: Add RTC support to LS7A
` [PATCH V3 5/7] MIPS: Loongson: Enable LS2X RTC in loongson3_defconfig
` [PATCH V3 6/7] MIPS: Loongson64: DTS: Add RTC support to Loongson-2K
` [PATCH V3 7/7] MIPS: Loongson: Enable LS2X RTC in loongson2k_defconfig
[PATCH 0/3] staging: octeon: Convert to use phylink
2023-04-13 17:51 UTC (19+ messages)
` [PATCH 1/3] staging: octeon: don't panic
` [PATCH 2/3] staging: octeon: avoid needless device allocation
` [RFC 3/3] staging: octeon: convert to use phylink
[PATCH 00/21] dma-mapping: unify support for cache flushes
2023-04-13 12:51 UTC (4+ messages)
` [PATCH 21/21] dma-mapping: replace custom code with generic implementation
[PATCH 1/1] MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASK
2023-04-12 21:29 UTC
[PATCH] MIPS: Set better default CPU model and kernel code model
2023-04-12 15:29 UTC (4+ messages)
[PATCH v2 0/5] locking: Introduce local{,64}_try_cmpxchg
2023-04-12 13:40 UTC (13+ messages)
` [PATCH v2 1/5] locking/atomic: Add generic try_cmpxchg{,64}_local support
` [PATCH v2 2/5] locking/generic: Wire up local{,64}_try_cmpxchg
` [PATCH v2 3/5] locking/arch: Wire up local_try_cmpxchg
[PATCH 0/7] MIPS: LLVM build fixes
2023-04-12 13:31 UTC (11+ messages)
` [PATCH 1/8] MIPS: Replace assembly isa level directives with macros
` [PATCH 2/8] MIPS: Set ISA level for MSA control reg helpers
` [PATCH 3/8] MIPS: loongson2ef: Add missing break in cs5536_isa
` [PATCH 4/8] MIPS: asmmacro: Restore fp macro after undef
` [PATCH 5/8] MIPS: mipsregs: Parse fp and sp register by name in parse_r
` [PATCH 6/8] MIPS: c-r4k: Use cache_op function for rm7k_erratum31
` [PATCH 7/8] MIPS: octeon_switch: Remove duplicated labels
` [PATCH 8/8] MIPS: Implement microMIPS MT ASE helpers
[PATCH] MIPS: Remove deprecated CONFIG_MIPS_CMP
2023-04-12 13:27 UTC (2+ messages)
[PATCH 0/2] Clean up uprobes for MIPS
2023-04-12 13:32 UTC (4+ messages)
` [PATCH 1/2] MIPS: Use def_bool y for ARCH_SUPPORTS_UPROBES
` [PATCH 2/2] MIPS: Remove set_swbp() in uprobes.c
[PATCH] MIPS: fw: Allow firmware to pass a empty env
2023-04-12 13:32 UTC (2+ messages)
Słowa kluczowe do wypozycjonowania
2023-04-12 7:40 UTC
[PATCH v2 00/19] arch: Consolidate <asm/fb.h>
2023-04-12 6:17 UTC (22+ messages)
` [PATCH v2 01/19] fbdev: Prepare generic architecture helpers
` [PATCH v2 02/19] arch/arc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 07/19] arch/m68k: Merge variants of fb_pgprotect() into single function
` [PATCH v2 08/19] arch/m68k: Implement <asm/fb.h> with generic helpers
` [PATCH v2 09/19] arch/mips: "
` [PATCH v2 10/19] video: Remove trailing whitespaces
` [PATCH v2 11/19] video: Move HP PARISC STI core code to shared location
` [PATCH v2 13/19] arch/parisc: Implement fb_is_primary_device() under arch/parisc
` [PATCH v2 14/19] arch/parisc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 15/19] arch/powerpc: "
` [PATCH v2 16/19] arch/sh: "
` [PATCH v2 17/19] arch/sparc: Implement fb_is_primary_device() in source file
` [PATCH v2 18/19] arch/sparc: Implement <asm/fb.h> with generic helpers
` [PATCH v2 19/19] arch/x86: "
[PATCH v3] mtd: nand: Convert to platform remove callback returning void
2023-04-11 13:43 UTC (2+ messages)
[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
2023-04-11 13:09 UTC (6+ messages)
` [PATCH v3 28/65] clk: renesas: r9a06g032: Add a determine_rate hook
` [PATCH v3 36/65] clk: versatile: sp810: "
[PATCH 0/7] MIPS: LLVM build fixes
2023-04-11 11:15 UTC (10+ messages)
` [PATCH 1/8] MIPS: Replace assembly isa level directives with macros
` [PATCH 2/8] MIPS: Set ISA level for MSA control reg helpers
` [PATCH 3/8] MIPS: loongson2ef: Add missing break in cs5536_isa
` [PATCH 4/8] MIPS: asmmacro: Restore fp macro after undef
` [PATCH 5/8] MIPS: mipsregs: Parse fp and sp register by name in parse_r
` [PATCH 6/8] MIPS: c-r4k: Use cache_op function for rm7k_erratum31
` [PATCH 7/8] MIPS: octeon_switch: Remove duplicated labels
` [PATCH 8/8] MIPS: Implement microMIPS MT ASE helpers
[PATCH 00/49] mtd: nand: Convert to platform remove callback returning void
2023-04-11 11:11 UTC (6+ messages)
` [PATCH] "
[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
2023-04-11 9:49 UTC (7+ messages)
[PATCH v9 0/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
2023-04-10 13:43 UTC (3+ messages)
` [PATCH v9 1/2] mm/tlbbatch: Introduce arch_tlbbatch_should_defer()
` [PATCH v9 2/2] arm64: support batched/deferred tlb shootdown during page reclamation/migration
next: MIPS: clang-16: tinyconfig: error: unknown target CPU 'r4600'
2023-04-10 8:33 UTC
[PATCH for 6.3] MIPS: Define RUNTIME_DISCARD_EXIT in LD script
2023-04-08 20:33 UTC
Moving Octeon ethernet out of staging
2023-04-08 14:20 UTC (3+ messages)
[PATCH] MIPS: Limit MIPS_MT_SMP support by ISA reversion
2023-04-08 12:59 UTC (5+ messages)
[PATCH 0/5] MIPS: LLVM toolchain support for more CPUs
2023-04-08 9:47 UTC (15+ messages)
` [PATCH 1/5] MIPS: Move various toolchain ASE check to Kconfig
` [PATCH 2/5] MIPS: Add toolchain feature dependency for microMIPS smartMIPS
` [PATCH 3/5] MIPS: Detect toolchain support of workarounds in Kconfig
` [PATCH 4/5] MIPS: Detect toolchain support of o32 ABI with 64 bit CPU
` [PATCH 5/5] MIPS: Fallback CPU -march CFLAG to ISA level if unsupported
[PATCH 0/2] Devicetree support for Loongson-1 watchdog
2023-04-08 6:12 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: watchdog: Add "
` [PATCH 2/2] watchdog: loongson1_wdt: Add DT support
[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
2023-04-07 23:30 UTC (2+ messages)
[PATCH v3 00/12] MIPS Virt board support
2023-04-07 17:50 UTC (4+ messages)
` [PATCH v3 12/12] MIPS: generic: Enable all CPUs supported by virt board in Kconfig
W sprawie samochodu
2023-04-07 7:56 UTC
[PATCH v4 0/3] Use dma_default_coherent for devicetree default coherency
2023-04-07 5:39 UTC (2+ messages)
[PATCH] MIPS: generic: Do not select CPUs that are unsupported in clang
2023-04-06 21:39 UTC (6+ messages)
[PATCH 00/18] arch: Consolidate <asm/fb.h>
2023-04-06 19:08 UTC (4+ messages)
` [PATCH 12/18] arch/parisc: Implement fb_is_primary_device() under arch/parisc
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).