All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-14 02:16:54 to 2023-09-14 03:10:31 UTC [more...]

[PATCH v5 00/11] KVM: PPC: Nested APIv2 guest support
 2023-09-14  3:06 UTC  (29+ messages)
` [PATCH v5 01/11] KVM: PPC: Always use the GPR accessors
` [PATCH v5 02/11] KVM: PPC: Introduce FPR/VR accessor functions
` [PATCH v5 03/11] KVM: PPC: Rename accessor generator macros
` [PATCH v5 04/11] KVM: PPC: Use accessors for VCPU registers
` [PATCH v5 05/11] KVM: PPC: Use accessors for VCORE registers
` [PATCH v5 06/11] KVM: PPC: Book3S HV: Use accessors for VCPU registers
` [PATCH v5 07/11] KVM: PPC: Book3S HV: Introduce low level MSR accessor
` [PATCH v5 08/11] KVM: PPC: Add helper library for Guest State Buffers
` [PATCH v5 09/11] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v5 10/11] KVM: PPC: Add support for nestedv2 guests
` [PATCH v5 11/11] docs: powerpc: Document nested KVM on POWER

[virtio-comment] [PATCH 0/5] virtio: introduce SUSPEND bit and vq state
 2023-09-14  3:08 UTC  (19+ messages)
` [virtio-comment] [PATCH 5/5] virtio-pci: implement VIRTIO_F_QUEUE_STATE
                                  ` [virtio-dev] "

[PULL v2 00/45] riscv-to-apply queue
 2023-09-14  3:08 UTC  (3+ messages)

[RFC PATCH v12 00/33] KVM: guest_memfd() and per-page attributes
 2023-09-14  3:07 UTC  (20+ messages)
` [RFC PATCH v12 02/33] KVM: Use gfn instead of hva for mmu_notifier_retry
` [RFC PATCH v12 03/33] KVM: PPC: Drop dead code related to KVM_ARCH_WANT_MMU_NOTIFIER
` [RFC PATCH v12 22/33] KVM: selftests: Drop unused kvm_userspace_memory_region_find() helper
` [RFC PATCH v12 23/33] KVM: selftests: Convert lib's mem regions to KVM_SET_USER_MEMORY_REGION2
` [RFC PATCH v12 24/33] KVM: selftests: Add support for creating private memslots
` [RFC PATCH v12 25/33] KVM: selftests: Add helpers to convert guest memory b/w private and shared
` [RFC PATCH v12 26/33] KVM: selftests: Add helpers to do KVM_HC_MAP_GPA_RANGE hypercalls (x86)
` [RFC PATCH v12 27/33] KVM: selftests: Introduce VM "shape" to allow tests to specify the VM type
` [RFC PATCH v12 28/33] KVM: selftests: Add GUEST_SYNC[1-6] macros for synchronizing more data
` [RFC PATCH v12 29/33] KVM: selftests: Add x86-only selftest for private memory conversions
` [RFC PATCH v12 30/33] KVM: selftests: Add KVM_SET_USER_MEMORY_REGION2 helper
` [RFC PATCH v12 31/33] KVM: selftests: Expand set_memory_region_test to validate guest_memfd()
` [RFC PATCH v12 32/33] KVM: selftests: Add basic selftest for guest_memfd()
` [RFC PATCH v12 33/33] KVM: selftests: Test KVM exit behavior for private memory/access

linux-next: build failure after merge of the kspp tree
 2023-09-14  3:07 UTC  (2+ messages)

[RFC Draft PATCH net-next 0/1] Bridge doc update
 2023-09-14  3:06 UTC  (3+ messages)

[PATCH v6 00/57] Add LoongArch LASX instructions
 2023-09-14  3:02 UTC  (60+ messages)
` [PATCH v6 01/57] target/loongarch: Renamed lsx*.c to vec* .c
` [PATCH v6 02/57] target/loongarch: Implement gvec_*_vl functions
` [PATCH v6 03/57] target/loongarch: Use gen_helper_gvec_4_ptr for 4OP + env vector instructions
` [PATCH v6 04/57] target/loongarch: Use gen_helper_gvec_4 for 4OP "
` [PATCH v6 05/57] target/loongarch: Use gen_helper_gvec_3_ptr for 3OP + env "
` [PATCH v6 06/57] target/loongarch: Use gen_helper_gvec_3 for 3OP "
` [PATCH v6 07/57] target/loongarch: Use gen_helper_gvec_2_ptr for 2OP + env "
` [PATCH v6 08/57] target/loongarch: Use gen_helper_gvec_2 for 2OP "
` [PATCH v6 09/57] target/loongarch: Use gen_helper_gvec_2i for 2OP + imm "
` [PATCH v6 10/57] target/loongarch: Replace CHECK_SXE to check_vec(ctx, 16)
` [PATCH v6 11/57] target/loongarch: Add LASX data support
` [PATCH v6 12/57] target/loongarch: check_vec support check LASX instructions
` [PATCH v6 13/57] target/loongarch: Add avail_LASX to "
` [PATCH v6 14/57] target/loongarch: Implement xvadd/xvsub
` [PATCH v6 15/57] target/loongarch: Implement xvreplgr2vr
` [PATCH v6 16/57] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v6 17/57] target/loongarch: Implement xvneg
` [PATCH v6 18/57] target/loongarch: Implement xvsadd/xvssub
` [PATCH v6 19/57] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH v6 20/57] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v6 21/57] target/loongarch: Implement xavg/xvagr
` [PATCH v6 22/57] target/loongarch: Implement xvabsd
` [PATCH v6 23/57] target/loongarch: Implement xvadda
` [PATCH v6 24/57] target/loongarch: Implement xvmax/xvmin
` [PATCH v6 25/57] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH v6 26/57] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH v6 27/57] target/loongarch; Implement xvdiv/xvmod
` [PATCH v6 28/57] target/loongarch: Implement xvsat
` [PATCH v6 29/57] target/loongarch: Implement xvexth
` [PATCH v6 30/57] target/loongarch: Implement vext2xv
` [PATCH v6 31/57] target/loongarch: Implement xvsigncov
` [PATCH v6 32/57] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v6 33/57] target/loognarch: Implement xvldi
` [PATCH v6 34/57] target/loongarch: Implement LASX logic instructions
` [PATCH v6 35/57] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v6 36/57] target/loongarch: Implement xvsllwil xvextl
` [PATCH v6 37/57] target/loongarch: Implement xvsrlr xvsrar
` [PATCH v6 38/57] target/loongarch: Implement xvsrln xvsran
` [PATCH v6 39/57] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v6 40/57] target/loongarch: Implement xvssrln xvssran
` [PATCH v6 41/57] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH v6 42/57] target/loongarch: Implement xvclo xvclz
` [PATCH v6 43/57] target/loongarch: Implement xvpcnt
` [PATCH v6 44/57] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v6 45/57] target/loongarch: Implement xvfrstp
` [PATCH v6 46/57] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v6 47/57] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v6 48/57] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v6 49/57] target/loongarch: Implement xvfcmp
` [PATCH v6 50/57] target/loongarch: Implement xvbitsel xvset
` [PATCH v6 51/57] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v6 52/57] target/loongarch: Implement xvreplve xvinsve0 xvpickve
` [PATCH v6 53/57] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v6 54/57] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i
` [PATCH v6 55/57] target/loongarch: Implement xvld xvst
` [PATCH v6 56/57] target/loongarch: Move simply DO_XX marcos togther
` [PATCH v6 57/57] target/loongarch: CPUCFG support LASX

[PATCH v2 0/9] Mitigate a vmap lock contention v2
 2023-09-14  3:02 UTC  (7+ messages)
` [PATCH v2 7/9] mm: vmalloc: Support multiple nodes in vread_iter

[PATCH AUTOSEL 5.15 1/3] dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock
 2023-09-14  1:55 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 2/3] spi: sun6i: reduce DMA RX transfer width to single byte

[Intel-xe] [PATCH v3 00/13] DRM scheduler changes for Xe
 2023-09-14  2:56 UTC  (7+ messages)
` [Intel-xe] [PATCH v3 09/13] drm/sched: Submit job before starting TDR
    `  "
` [Intel-xe] [PATCH v3 10/13] drm/sched: Add helper to set TDR timeout
  `  "

[virtio-comment] [PATCH v17] virtio-net: support device stats
 2023-09-14  2:55 UTC  (4+ messages)
` [virtio-comment] "

[kvm-unit-tests PATCH v2 0/3] Fix test failures caused by CET KVM series
 2023-09-13 23:50 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 1/3] x86: VMX: Exclude CR4.CET from the test_vmxon_bad_cr()
` [kvm-unit-tests PATCH v2 2/3] x86: VMX: Rename union vmx_basic and related global variable
` [kvm-unit-tests PATCH v2 3/3] x86:VMX: Introduce new vmx_basic MSR feature bit for vmx tests

[dm-devel] [PATCH -next v2 00/28] md: synchronize io with array reconfiguration
 2023-09-14  2:53 UTC  (4+ messages)
` [dm-devel] [PATCH -next v2 01/28] md: use READ_ONCE/WRITE_ONCE for 'suspend_lo' and 'suspend_hi'
  `  "

linux-next: Tree for Sep 14
 2023-09-14  2:52 UTC 

[Patch v2 2/2] ACPI: processor: reduce CPUFREQ thermal reduction pctg for Tegra241
 2023-09-14  2:51 UTC  (2+ messages)

[PATCH] maple_tree: use GFP_KERNEL on mas_node_count
 2023-09-14  2:49 UTC  (7+ messages)

linux-next: build warning after merge of the wireless-next tree
 2023-09-14  2:49 UTC 

[PATCH v2 00/24] Reduce usage of CPUArchState in cputlb.c
 2023-09-14  2:44 UTC  (25+ messages)
` [PATCH v2 01/24] target/arm: Replace TARGET_PAGE_ENTRY_EXTRA
` [PATCH v2 02/24] accel/tcg: Move CPUTLB definitions from cpu-defs.h
` [PATCH v2 03/24] qom: Propagate alignment through type system
` [PATCH v2 04/24] target/*: Use __alignof not __alignof__
` [PATCH v2 05/24] target/arm: Remove size and alignment for cpu subclasses
` [PATCH v2 06/24] target/*: Add instance_align to all cpu base classes
` [PATCH v2 07/24] accel/tcg: Validate placement of CPUNegativeOffsetState
` [PATCH v2 08/24] accel/tcg: Move CPUNegativeOffsetState into CPUState
` [PATCH v2 09/24] accel/tcg: Remove CPUState.icount_decr_ptr
` [PATCH v2 10/24] accel/tcg: Move can_do_io to CPUNegativeOffsetState
` [PATCH v2 11/24] accel/tcg: Remove cpu_neg()
` [PATCH v2 12/24] tcg: Rename cpu_env to tcg_env
` [PATCH v2 13/24] accel/tcg: Replace CPUState.env_ptr with cpu_env()
` [PATCH v2 14/24] accel/tcg: Remove cpu_set_cpustate_pointers
` [PATCH v2 15/24] accel/tcg: Remove env_neg()
` [PATCH v2 16/24] tcg: Remove TCGContext.tlb_fast_offset
` [PATCH v2 17/24] accel/tcg: Modify tlb_*() to use CPUState
` [PATCH v2 18/24] accel/tcg: Modify probe_access_internal() "
` [PATCH v2 19/24] accel/tcg: Modifies memory access functions "
` [PATCH v2 20/24] accel/tcg: Modify atomic_mmu_lookup() "
` [PATCH v2 21/24] accel/tcg: Use CPUState in atomicity helpers
` [PATCH v2 22/24] accel/tcg: Remove env_tlb()
` [PATCH v2 23/24] accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
` [PATCH v2 24/24] accel/tcg: move ld/st helpers to ldst_common.c.inc

[PATCH RESEND v2] x86/mce: Set PG_hwpoison page flag to avoid the capture kernel panic
 2023-09-14  3:05 UTC 

[PATCH v3 0/5] Use nth_page() in place of direct struct page manipulation
 2023-09-14  2:46 UTC  (11+ messages)
` [PATCH v3 1/5] mm/cma: use "
` [PATCH v3 2/5] mm/hugetlb: "
` [PATCH v3 3/5] mm/memory_hotplug: use pfn math "
` [PATCH v3 4/5] fs: use nth_page() "
  ` [PATCH v3 4/5] "
` [PATCH v3 5/5] mips: "

[v5 0/4] mm: hugetlb: Skip initialization of gigantic tail struct pages if freed by HVO
 2023-09-14  2:45 UTC  (3+ messages)
` [v5 4/4] "

[PATCH] net/core: Export dev_core_stats_rx_dropped_inc sets
 2023-09-14  2:44 UTC  (4+ messages)

[geert-m68k:for-v6.6] BUILD SUCCESS 010d358b9087748f403fd33c4cf34c27584871bf
 2023-09-14  2:43 UTC 

[PATCH 0/5] Trailer readability cleanups
 2023-09-14  2:41 UTC  (8+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 4/6] trailer: teach find_patch_start about --no-divider
  ` [PATCH v2 5/6] trailer: rename *_DEFAULT enums to *_UNSPECIFIED

[RFC PATCH v2 0/2] platform: generic: thead: add sfence workaroud for th1520/sg2042
 2023-09-14  2:40 UTC  (3+ messages)
` [RFC PATCH v2 1/2] include: Move trap handle helper functions to sbi_trap.h
  ` [RFC PATCH v2 2/2] platform: generic: thead: fix stale TLB entries for th1520/sg2042

[PATCH net-next v3] net/core: Export dev_core_stats_*_inc()
 2023-09-14  2:37 UTC 

split up ->kill_sb
 2023-09-14  2:37 UTC  (8+ messages)
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
` [PATCH 13/19] fs: convert kill_block_super to block_free_sb

[PATCH v1 0/7] Misc fixes in erofs-utils
 2023-09-14  2:36 UTC  (2+ messages)

[PATCH] media: platform: cros-ec: Add Taranza to the match table
 2023-09-14  2:32 UTC 

[PATCH 00/53] icc-rpmh multi-RSC voting groundwork
 2023-09-14  2:32 UTC  (7+ messages)

[PATCH 0/5] gpio: update i.MX93/8ULP and support i.MX95
 2023-09-14  2:21 UTC  (9+ messages)
` [PATCH 1/5] dt-bindings: gpio: vf610: correct i.MX8ULP and i.MX93 interrupts
` [PATCH 2/5] dt-bindings: gpio: vf610: add i.MX95 compatible
` [PATCH 3/5] gpio: vf610: add i.MX8ULP of_device_id entry
` [PATCH 4/5] arm64: dts: imx8ulp: update gpio node
` [PATCH 5/5] arm64: dts: imx93: "

QA notification for completed autobuilder build (yocto-4.3_M3.rc1)
 2023-09-14  2:28 UTC  (2+ messages)
` [qa-build-notification] "

[PATCH] powerpc: Export kvm_guest static key, for bcachefs six locks
 2023-09-14  2:26 UTC  (2+ messages)

[PATCH v3 00/10] usb: gadget: reduce usb gadget trace event buffer usage
 2023-09-14  2:25 UTC  (8+ messages)
` [PATCH v3 01/10] usb: gadget: add anonymous definition in struct usb_gadget

[PATCH] linux/export: fix reference to exported functions for parisc64
 2023-09-14  2:24 UTC  (14+ messages)

[PATCH v1] perf pmu: Ensure all alias variables are initialized
 2023-09-14  2:24 UTC 

[linusw-pinctrl:b4/novoton-kconfig] BUILD SUCCESS 6ddefcd670ca6445caeacf29908e4666f55595bf
 2023-09-14  2:23 UTC 

[sailus-media-tree:fixes] BUILD SUCCESS a6a10fd65841ee675e7bc1b1ad1f6010af1b4750
 2023-09-14  2:22 UTC 

[PATCH v1] perf jevents metric: Fix type of strcmp_cpuid_str
 2023-09-14  2:22 UTC 

[meta-oe][PATCH] mariadb: Add ptest support
 2023-09-14  2:21 UTC 

[PATCH v3 0/2] xen/arm: Enlarge identity map space
 2023-09-14  2:17 UTC  (3+ messages)
` [PATCH v3 1/2] xen/arm: Add macro XEN_VM_MAPPING
` [PATCH v3 2/2] xen/arm: Enlarge identity map space to 127TB


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.