linux-mips.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-14 06:49:21 to 2025-10-24 10:36:35 UTC [more...]

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-24 10:36 UTC  (69+ messages)
` [PATCH v3 01/25] KVM: Make support for kvm_arch_vcpu_async_ioctl() mandatory
` [PATCH v3 02/25] KVM: Rename kvm_arch_vcpu_async_ioctl() to kvm_arch_vcpu_unlocked_ioctl()
` [PATCH v3 03/25] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [PATCH v3 04/25] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [PATCH v3 05/25] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [PATCH v3 06/25] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [PATCH v3 07/25] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [PATCH v3 08/25] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [PATCH v3 09/25] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 10/25] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [PATCH v3 11/25] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [PATCH v3 12/25] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 15/25] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [PATCH v3 16/25] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [PATCH v3 17/25] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [PATCH v3 18/25] KVM: TDX: Derive error argument names from the local variable names
` [PATCH v3 19/25] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 21/25] KVM: TDX: Add tdx_get_cmd() helper to get and validate sub-ioctl command
` [PATCH v3 22/25] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
` [PATCH v3 25/25] KVM: TDX: Fix list_add corruption during vcpu_load()

[PATCH 0/7] Add generic PHY driver used by MACB/GEM on EyeQ5
 2025-10-22 17:55 UTC  (9+ messages)
` [PATCH 1/7] dt-bindings: soc: mobileye: OLB is an Ethernet PHY provider "
` [PATCH 2/7] phy: Add driver for EyeQ5 Ethernet PHY wrapper
` [PATCH 3/7] clk: eyeq: use the auxiliary device creation helper
` [PATCH 4/7] clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs
` [PATCH 5/7] reset: eyeq: drop device_set_of_node_from_dev() done by parent
` [PATCH 6/7] MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers
` [PATCH 7/7] MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs

What happened in remove bust_spinlocks(0) in mips history?
 2025-10-22 15:01 UTC 

[PATCH 0/2] MIPS: Malta: Fix PCI southbridge legacy resource clashes
 2025-10-22 12:48 UTC  (9+ messages)
` [PATCH 1/2] MIPS: Malta: Fix keyboard resource preventing i8042 driver from registering
` [PATCH 2/2] MIPS: Malta: Fix PCI southbridge legacy resource reservations

[PATCH net-next 00/12] net: macb: EyeQ5 support (alongside generic PHY driver in syscon)
 2025-10-22  7:41 UTC  (15+ messages)
` [PATCH net-next 01/12] dt-bindings: net: cdns,macb: add Mobileye EyeQ5 ethernet interface
` [PATCH net-next 02/12] dt-bindings: soc: mobileye: OLB is an Ethernet PHY provider on EyeQ5
` [PATCH net-next 03/12] net: macb: match skb_reserve(skb, NET_IP_ALIGN) with HW alignment
` [PATCH net-next 04/12] net: macb: add no LSO capability (MACB_CAPS_NO_LSO)
` [PATCH net-next 05/12] net: macb: rename bp->sgmii_phy field to bp->phy
` [PATCH net-next 06/12] net: macb: Add "mobileye,eyeq5-gem" compatible
` [PATCH net-next 07/12] phy: Add driver for EyeQ5 Ethernet PHY wrapper
` [PATCH net-next 08/12] clk: eyeq: use the auxiliary device creation helper
` [PATCH net-next 09/12] clk: eyeq: add EyeQ5 children auxiliary device for generic PHYs
` [PATCH net-next 10/12] reset: eyeq: drop device_set_of_node_from_dev() done by parent
` [PATCH net-next 11/12] MIPS: mobileye: eyeq5: add two Cadence GEM Ethernet controllers
` [PATCH net-next 12/12] MIPS: mobileye: eyeq5-epm: add two Cadence GEM Ethernet PHYs

[PATCH v2 1/1] MIPS: Malta: Use pcibios_align_resource() to block io range
 2025-10-21 14:41 UTC  (10+ messages)

[PATCH v2] drm/atomic: drm_atomic_private_obj_fini: protect private_obj removal from list
 2025-10-21  8:55 UTC 

[PATCH 1/2] gpio: mm-lantiq: Drop legacy-of-mm-gpiochip.h header from GPIO driver
 2025-10-20 21:16 UTC  (3+ messages)

[PATCH v5 00/15] expand mmap_prepare functionality, port more users
 2025-10-20 18:16 UTC  (20+ messages)
` [PATCH v5 01/15] mm/shmem: update shmem to use mmap_prepare
` [PATCH v5 02/15] device/dax: update devdax "
` [PATCH v5 03/15] mm/vma: remove unused function, make internal functions static
` [PATCH v5 04/15] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v5 05/15] relay: update relay to use mmap_prepare
` [PATCH v5 06/15] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v5 07/15] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v5 08/15] mm: abstract io_remap_pfn_range() based on PFN
` [PATCH v5 09/15] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v5 10/15] mm: add ability to take further action in vm_area_desc
` [PATCH v5 11/15] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v5 12/15] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v5 13/15] mm: add shmem_zero_setup_desc()
` [PATCH v5 14/15] mm: update mem char driver to use mmap_prepare
` [PATCH v5 15/15] mm: update resctl "

[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2025-10-20 16:27 UTC  (16+ messages)
  ` [PATCH v5 01/14] dma-mapping: prepare dma_map_ops to conversion to physical address
  ` [PATCH v5 02/14] dma-mapping: convert dummy ops to physical address mapping
  ` [PATCH v5 03/14] ARM: dma-mapping: Reduce struct page exposure in arch_sync_dma*()
  ` [PATCH v5 04/14] ARM: dma-mapping: Switch to physical address mapping callbacks
  ` [PATCH v5 05/14] xen: swiotlb: "
  ` [PATCH v5 06/14] dma-mapping: remove unused mapping resource callbacks
  ` [PATCH v5 07/14] alpha: Convert mapping routine to rely on physical address
  ` [PATCH v5 08/14] MIPS/jazzdma: Provide physical address directly
  ` [PATCH v5 09/14] parisc: Convert DMA map_page to map_phys interface
  ` [PATCH v5 10/14] powerpc: Convert to physical address DMA mapping
  ` [PATCH v5 11/14] sparc: Use "
  ` [PATCH v5 12/14] x86: Use physical address for "
  ` [PATCH v5 13/14] xen: swiotlb: Convert mapping routine to rely on physical address
  ` [PATCH v5 14/14] dma-mapping: remove unused map_page callback

[PATCH v4 00/14] expand mmap_prepare functionality, port more users
 2025-10-20 10:58 UTC  (8+ messages)
` [PATCH v4 11/14] mm/hugetlbfs: update hugetlbfs to use mmap_prepare

[PATCH] MIPS: Malta: Fix !EVA SOC-it PCI MMIO
 2025-10-20  1:11 UTC 

[PATCH v4 15/19] lib/crc32: make crc32c() go directly to lib
 2025-10-19 16:23 UTC  (4+ messages)

[PATCH] MIPS: Fix whitespace damage in r4k_wait from VS timer fix
 2025-10-19 11:49 UTC 

[PATCH 00/17] Add __attribute_const__ to ffs()-family implementations
 2025-10-19  6:50 UTC  (3+ messages)
` [PATCH 03/17] csky: "

[PATCH] defconfig: cleanup orphaned CONFIG_SCHED_DEBUG
 2025-10-18  3:59 UTC  (2+ messages)

[PATCH] mips: dts: econet: fix EN751221 core type
 2025-10-17 18:01 UTC 

*** Urgent Change ***
 2025-10-17 12:45 UTC 

[PATCH v2 00/10] kbuild: userprogs: introduce architecture-specific CC_CAN_LINK and userprog flags
 2025-10-14 13:05 UTC  (11+ messages)
` [PATCH v2 01/10] kbuild: don't enable CC_CAN_LINK if the dummy program generates warnings
` [PATCH v2 02/10] init: deduplicate cc-can-link.sh invocations
` [PATCH v2 03/10] kbuild: allow architectures to override CC_CAN_LINK
` [PATCH v2 04/10] riscv: Implement custom CC_CAN_LINK
` [PATCH v2 05/10] s390: "
` [PATCH v2 06/10] powerpc: "
` [PATCH v2 07/10] MIPS: "
` [PATCH v2 08/10] x86/Kconfig: "
` [PATCH v2 09/10] sparc: "
` [PATCH v2 10/10] kbuild: simplify CC_CAN_LINK

[PATCH v2 00/16] drm/atomic: Allocate drm_private_state through a callback
 2025-10-14  9:32 UTC  (3+ messages)
` [PATCH v2 10/16] drm/ingenic: Switch private_obj initialization to atomic_create_state
` [PATCH v2 16/16] drm/atomic: Remove state argument to drm_atomic_private_obj_init

[PATCH 0/2] drm/atomic: protect bridge private_obj during bridge removal
 2025-10-14  8:04 UTC  (4+ messages)
` [PATCH 1/2] drm/atomic: pass drm_device pointer to drm_atomic_private_obj_fini()

[PATCH v4 00/35] sparc64: vdso: Switch to the generic vDSO library
 2025-10-14  7:42 UTC  (21+ messages)
` [PATCH v4 06/35] powerpc/vdso/gettimeofday: Explicitly include vdso/time32.h
` [PATCH v4 18/35] random: vDSO: split out datapage update into helper functions
` [PATCH v4 19/35] random: vDSO: only access vDSO datapage after random_init()
` [PATCH v4 20/35] s390/time: Set up vDSO datapage later
` [PATCH v4 21/35] vdso/datastore: Reduce scope of some variables in vvar_fault()
` [PATCH v4 22/35] vdso/datastore: Drop inclusion of linux/mmap_lock.h
` [PATCH v4 23/35] vdso/datastore: Map pages through struct page
` [PATCH v4 24/35] vdso/datastore: Allocate data pages dynamically
` [PATCH v4 25/35] sparc64: vdso: Link with -z noexecstack
` [PATCH v4 26/35] sparc64: vdso: Remove obsolete "fake section table" reservation
` [PATCH v4 27/35] sparc64: vdso: Replace code patching with runtime conditional
` [PATCH v4 28/35] sparc64: vdso: Move hardware counter read into header
` [PATCH v4 29/35] sparc64: vdso: Move syscall fallbacks "
` [PATCH v4 30/35] sparc64: vdso: Introduce vdso/processor.h
` [PATCH v4 31/35] sparc64: vdso: Switch to the generic vDSO library
` [PATCH v4 32/35] sparc64: vdso2c: Drop sym_vvar_start handling
` [PATCH v4 33/35] sparc64: vdso2c: Remove symbol handling
` [PATCH v4 34/35] sparc64: vdso: Implement clock_gettime64()
` [PATCH v4 35/35] clocksource: remove ARCH_CLOCKSOURCE_DATA


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