linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-21 16:55:02 to 2023-05-06 16:22:45 UTC [more...]

[patch V2 00/38] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-06 16:22 UTC  (43+ messages)
` [patch V2 01/38] x86/smpboot: Cleanup topology_phys_to_logical_pkg()/die()
` [patch V2 02/38] cpu/hotplug: Mark arch_disable_smp_support() and bringup_nonboot_cpus() __init
` [patch V2 03/38] x86/smpboot: Avoid pointless delay calibration if TSC is synchronized
` [patch V2 04/38] x86/smpboot: Rename start_cpu0() to soft_restart_cpu()
` [patch V2 05/38] x86/topology: Remove CPU0 hotplug option
` [patch V2 06/38] x86/smpboot: Remove the CPU0 hotplug kludge
` [patch V2 07/38] x86/smpboot: Restrict soft_restart_cpu() to SEV
` [patch V2 08/38] x86/smpboot: Split up native_cpu_up() into separate phases and document them
` [patch V2 09/38] x86/smpboot: Get rid of cpu_init_secondary()
` [patch V2 10/38] x86/cpu/cacheinfo: Remove cpu_callout_mask dependency
` [patch V2 11/38] x86/smpboot: Move synchronization masks to SMP boot code
` [patch V2 12/38] x86/smpboot: Make TSC synchronization function call based
` [patch V2 13/38] x86/smpboot: Remove cpu_callin_mask
` [patch V2 14/38] cpu/hotplug: Rework sparse_irq locking in bringup_cpu()
` [patch V2 15/38] x86/smpboot: Remove wait for cpu_online()
` [patch V2 16/38] x86/xen/smp_pv: Remove wait for CPU online
` [patch V2 17/38] x86/xen/hvm: Get rid of DEAD_FROZEN handling
` [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 21/38] ARM: smp: Switch to hotplug core state synchronization
` [patch V2 22/38] arm64: "
` [patch V2 23/38] csky/smp: "
` [patch V2 24/38] MIPS: SMP_CPS: "
` [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

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-06 11:35 UTC  (39+ 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 03/34] s390: Use pt_frag_refcount for pagetables
` [PATCH v2 04/34] pgtable: Create struct ptdesc
` [PATCH v2 05/34] mm: add utility functions for ptdesc
` [PATCH v2 06/34] mm: Convert pmd_pgtable_page() to pmd_ptdesc()
` [PATCH v2 07/34] mm: Convert ptlock_alloc() to use ptdescs
` [PATCH v2 08/34] mm: Convert ptlock_ptr() "
` [PATCH v2 09/34] mm: Convert pmd_ptlock_init() "
` [PATCH v2 10/34] mm: Convert ptlock_init() "
` [PATCH v2 11/34] mm: Convert pmd_ptlock_free() "
` [PATCH v2 12/34] mm: Convert ptlock_free() "
` [PATCH v2 13/34] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor}
` [PATCH v2 14/34] powerpc: Convert various functions to use ptdescs
` [PATCH v2 15/34] x86: "
` [PATCH v2 16/34] s390: Convert various gmap "
` [PATCH v2 17/34] s390: Convert various pgalloc "
` [PATCH v2 18/34] mm: Remove page table members from struct page
` [PATCH v2 19/34] pgalloc: Convert various functions to use ptdescs
` [PATCH v2 20/34] arm: "
` [PATCH v2 21/34] arm64: "
` [PATCH v2 22/34] csky: Convert __pte_free_tlb() "
` [PATCH v2 23/34] hexagon: "
` [PATCH v2 24/34] loongarch: Convert various functions "
` [PATCH v2 25/34] m68k: "
` [PATCH v2 26/34] mips: "
` [PATCH v2 27/34] nios2: Convert __pte_free_tlb() "
` [PATCH v2 28/34] openrisc: "
` [PATCH v2 29/34] riscv: Convert alloc_{pmd, pte}_late() "
` [PATCH v2 30/34] sh: Convert pte_free_tlb() "
` [PATCH v2 31/34] sparc64: Convert various functions "
` [PATCH v2 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents
` [PATCH v2 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs
` [PATCH v2 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-06  7:53 UTC  (6+ messages)
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA

[PATCH 0/9] KVM: arm64: Use MMU read lock for clearing dirty logs
 2023-05-06  0:55 UTC  (12+ messages)
` [PATCH 3/9] KVM: selftests: Pass count of read and write accesses from guest to host
` [PATCH 4/9] KVM: selftests: Print read and write accesses of pages by vCPUs in dirty_log_perf_test
` [PATCH 5/9] KVM: selftests: Allow independent execution of "
` [PATCH 6/9] KVM: arm64: Correct the kvm_pgtable_stage2_flush() documentation
` [PATCH 7/9] KVM: mmu: Move mmu lock/unlock to arch code for clear dirty log
` [PATCH 8/9] KMV: arm64: Allow stage2_apply_range_sched() to pass page table walker flags
` [PATCH 9/9] KVM: arm64: Run clear-dirty-log under MMU read lock

[PATCH v3 0/3] Fix up Nokia 770 regression
 2023-05-05 18:08 UTC  (5+ messages)
` [PATCH v3 1/3] Input: ads7846 - Convert to use software nodes
` [PATCH v3 2/3] ARM/mmc: Convert old mmci-omap to GPIO descriptors
` [PATCH v3 3/3] ARM: omap1: Fix up the Nokia 770 board device IRQs

[PATCH v4 00/68] clk: Make determine_rate mandatory for muxes
 2023-05-05 17:15 UTC  (7+ messages)
` [PATCH v4 03/68] clk: Move no reparent case into a separate function
` [PATCH v4 04/68] clk: Introduce clk_hw_determine_rate_no_reparent()
` [PATCH v4 59/68] clk: ingenic: cgu: Switch to determine_rate
` [PATCH v4 60/68] clk: ingenic: tcu: "
` [PATCH v4 68/68] clk: Forbid to register a mux without determine_rate

[PATCH v2] mips: dts: ingenic: Remove unnecessary AIC clocks
 2023-05-05 16:53 UTC  (2+ messages)

[PATCH AUTOSEL 6.3 08/59] bpf, mips: Implement DADDI workarounds for JIT
 2023-05-05 12:04 UTC  (2+ messages)

[PATCH v2 0/3] Fix up Nokia 770 regression
 2023-05-05 10:11 UTC  (6+ messages)
` [PATCH v2 1/3] Input: ads7846 - Convert to use software nodes
` [PATCH v2 2/3] ARM/mmc: Convert old mmci-omap to GPIO descriptors
` [PATCH v2 3/3] ARM: omap1: Fix up the Nokia 770 board device IRQs

[PATCH v3] fix ___SYNC () build error when PROFILE_ALL_BRANCHES is enabled
 2023-05-05  5:19 UTC 

[PATCH V3 0/7] rtc: ls2x: Add support for the Loongson-2K/LS7A RTC
 2023-05-05  2:28 UTC  (4+ messages)
` [PATCH V3 2/7] rtc: "

[PATCH AUTOSEL 6.1 05/49] bpf, mips: Implement DADDI workarounds for JIT
 2023-05-04 19:45 UTC 

[PATCH AUTOSEL 6.2 06/53] bpf, mips: Implement DADDI workarounds for JIT
 2023-05-04 19:43 UTC 

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-04 18:46 UTC  (12+ messages)
` [patch 22/37] arm64: smp: Switch to hotplug core state synchronization
` [patch 35/37] x86/smpboot: Support parallel startup of secondary CPUs

[PATCH v3 00/65] clk: Make determine_rate mandatory for muxes
 2023-05-04 17:04 UTC  (14+ messages)
` [PATCH v3 14/65] clk: lochnagar: Add a determine_rate hook
` [PATCH v3 29/65] clk: socfpga: gate: "
` [PATCH v3 43/65] ASoC: tlv320aic32x4: "

[PATCH v3 0/9] mips: ralink: add complete clock and reset driver for mtmips SoCs
 2023-05-04 14:48 UTC  (4+ messages)
` [PATCH v3 1/9] dt-bindings: clock: add mtmips SoCs system controller

[PATCH 0/4] Fix up Nokia 770 regression
 2023-05-03 18:41 UTC  (8+ messages)
` [PATCH 1/4] Input/ARM: ads7846: Get pendown IRQ from descriptors
` [PATCH 2/4] fbdev/ARM: Fix up LCD MIPID GPIO usage
` [PATCH 3/4] ARM/mmc: Convert old mmci-omap to GPIO descriptors
` [PATCH 4/4] ARM: omap1: Fix up the Nokia 770 board device IRQs

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 UTC  (4+ messages)

[PATCH 0/7] Expect immutable pointer in virt_to_phys/isa_virt_to_bus prototypes
 2023-05-03  7:32 UTC  (4+ messages)
` [PATCH 3/7] mips: asm/io.h: Expect immutable pointer in isa_virt_to_bus prototype

[patch 26/37] riscv: Switch to hotplug core state synchronization
 2023-05-01 23:55 UTC  (2+ messages)

[PATCH] libgcc: Add forward declarations for generic library routines
 2023-04-30 13:03 UTC  (4+ messages)

[PATCH 09/19] riscv: cacheinfo: Adjust includes to remove of_device.h
 2023-04-29 18:24 UTC  (2+ messages)

[PATCH 08/19] riscv: Add explicit include for cpu.h
 2023-04-29 18:24 UTC  (2+ messages)

[PATCH] fix ___SYNC () build error when PROFILE_ALL_BRANCHES is enabled
 2023-04-28 12:06 UTC  (8+ messages)
      ` [PATCH v2] "

[GIT PULL] MIPS changes for v6.4
 2023-04-28  0:50 UTC  (2+ messages)

[PATCH v2 0/4] KVM: Refactor KVM stats macros and enable custom stat names
 2023-04-26 17:21 UTC  (2+ messages)

[patch 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-04-25 20:07 UTC  (16+ messages)

[PATCH V4 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-25 18:55 UTC  (4+ messages)
` [PATCH V4 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC
` [PATCH V4 2/2] irqchip/loongson-eiointc: Add DT init support

biznesowy angielski
 2023-04-25  7:36 UTC 

[PATCH v2 0/7] MIPS: LLVM toolchain support for more CPUs
 2023-04-24 17:03 UTC  (6+ messages)
` [PATCH v2 2/7] MIPS: Add toolchain feature dependency for microMIPS smartMIPS

[PATCH] MIPS: uprobes: Restore thread.trap_nr
 2023-04-24 11:32 UTC  (5+ messages)

[PATCH 0/2] irqchip/mips-gic fixes
 2023-04-24 10:31 UTC  (3+ messages)
` [PATCH 1/2] irqchip/mips-gic: Don't touch vl_map if a local interrupt is not routable
` [PATCH 2/2] irqchip/mips-gic: Use raw spinlock for gic_lock

[PATCH V3 0/2] irqchip: loongson-eiointc: Add DT init support
 2023-04-24  8:45 UTC  (8+ messages)
` [PATCH V3 1/2] dt-bindings: interrupt-controller: Add Loongson EIOINTC

[PATCH 1/1] MIPS: Don't clear _PAGE_SPECIAL in _PAGE_CHG_MASK
 2023-04-24  8:01 UTC  (2+ messages)

[PATCH] MIPS: Remove unused variable in arch_local_irq_restore
 2023-04-23 15:01 UTC  (3+ messages)

[GIT PULL] MIPS fixes for v6.3
 2023-04-23  2:19 UTC  (2+ messages)

[PATCH v2 0/2] MIPS: Fix check_bugs() modpost warning
 2023-04-22 21:30 UTC  (2+ messages)

[PATCH for 6.3] MIPS: Define RUNTIME_DISCARD_EXIT in LD script
 2023-04-21 22:01 UTC  (3+ 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).