All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-01-25 02:44:02 to 2024-01-25 03:52:13 UTC [more...]

[virtio-comment] [PATCH v2] virtio-net: support setting coalescing params for multiple vqs
 2024-01-25  3:51 UTC  (12+ messages)
  ` [virtio-comment] Re: [virtio-dev] "
    ` [virtio-comment] "
          ` [virtio-comment] Re: [virtio-dev] "
            ` [virtio-comment] "
              ` [virtio-dev] "

[PATCH v2 0/2] mm/mmap: simplify vma_merge()
 2024-01-25  3:49 UTC  (3+ messages)
` [PATCH v2 1/2] mm/mmap: pass vma to vma_merge()
` [PATCH v2 2/2] mm/mmap: remove find_vma_intersection() in vma_merge()

[RFC PATCH 0/4] cxl: introduce CXL Virtualization module
 2024-01-25  3:49 UTC  (3+ messages)

[PATCH v2 0/3] virtio_net: Support the RX hash XDP hint
 2024-01-25  3:48 UTC  (4+ messages)
` [PATCH v2 2/3] virtio_net: Add missing virtio header in skb for XDP_PASS

[RESEND PATCH v4 0/7] hugetlb: parallelize hugetlb page init on boot
 2024-01-25  3:47 UTC  (6+ messages)
` [PATCH v4 7/7] hugetlb: parallelize 1G hugetlb initialization

[LSF/MM TOPIC] Rust
 2024-01-25  3:47 UTC  (9+ messages)

[PATCH 5.15] btrfs: fix infinite directory reads
 2024-01-25  3:47 UTC 

[PATCH v9 00/27] Enable CET Virtualization
 2024-01-25  3:43 UTC  (3+ messages)
` [PATCH v9 09/27] KVM: x86: Rename kvm_{g,s}et_msr() to menifest emulation operations

[PATCH v2 1/2] dtc: fix missing string in usage_opts_help
 2024-01-25  3:45 UTC  (3+ messages)
` [PATCH v2 2/2] dtc: ensure that command line options arrays length match

[PATCH net-next 2/2] tun: AF_XDP Rx zero-copy support
 2024-01-25  3:44 UTC  (3+ messages)

[24.03 RFC] argparse: add argparse library
 2024-01-25  3:44 UTC  (5+ messages)
` [PATCH 00/12] "
  ` [PATCH 02/12] argparse: "

[PATCH 1/3] lib/amdgpu: add support for gang cs
 2024-01-25  3:44 UTC  (3+ messages)
` [PATCH 2/3] lib/amdgpu: add a CS helper function
` [PATCH 3/3] tests/amdgpu: add gang cs test

[android-common:android15-6.1 156/175] arch/arm64/include/asm/kvm_define_hypevents.h:17:14: warning: no previous prototype for 'hyp_event_trace_hyp_enter'
 2024-01-25  3:42 UTC 

linux-next: Tree for Jan 25
 2024-01-25  3:43 UTC 

[RFC PATCH 0/9] NT synchronization primitive driver
 2024-01-25  3:42 UTC  (4+ messages)
` [RFC PATCH 1/9] ntsync: Introduce the ntsync driver and character device

[PATCH net-next 0/5] virtio-net: sq support premapped mode
 2024-01-25  3:39 UTC  (6+ messages)
` [PATCH net-next 4/5] virtio_ring: introduce virtqueue_get_dma_premapped()
` [PATCH net-next 5/5] virtio_net: sq support premapped mode

[PATCH v1] doc: update guideline for fix commit messages
 2024-01-25  3:39 UTC 

[PATCH 1/2] pipeline: fix calloc parameters
 2024-01-25  3:39 UTC  (4+ messages)
` [PATCH v2 1/8] "
  ` [PATCH v2 3/8] rawdev: "

[PATCH v4 00/66] QEMU Guest memfd + QEMU TDX support
 2024-01-25  3:23 UTC  (67+ messages)
` [PATCH v4 01/66] linux-headers: Update to Linux v6.8-rc1
` [PATCH v4 02/66] RAMBlock: Add support of KVM private guest memfd
` [PATCH v4 03/66] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v4 04/66] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v4 05/66] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v4 06/66] kvm: Introduce support for memory_attributes
` [PATCH v4 07/66] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v4 08/66] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v4 09/66] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v4 10/66] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v4 11/66] i386: Introduce tdx-guest object
` [PATCH v4 12/66] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v4 13/66] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v4 14/66] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v4 15/66] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v4 16/66] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v4 17/66] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v4 18/66] i386/tdx: Make Intel-PT unsupported for TD guest
` [PATCH v4 19/66] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v4 20/66] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v4 21/66] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v4 22/66] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v4 23/66] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v4 24/66] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v4 25/66] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v4 26/66] i386/tdx: Make sept_ve_disable set by default
` [PATCH v4 27/66] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v4 28/66] i386/tdx: Validate TD attributes
` [PATCH v4 29/66] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v4 30/66] i386/tdx: Implement user specified tsc frequency
` [PATCH v4 31/66] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v4 32/66] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [PATCH v4 33/66] i386/tdx: Make memory type private by default
` [PATCH v4 34/66] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v4 35/66] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v4 36/66] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v4 37/66] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v4 38/66] i386/tdx: Skip BIOS shadowing setup
` [PATCH v4 39/66] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v4 40/66] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v4 41/66] i386/tdx: Track RAM entries for TDX VM
` [PATCH v4 42/66] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v4 43/66] i386/tdx: Setup the TD HOB list
` [PATCH v4 44/66] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v4 45/66] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v4 46/66] i386/tdx: register TDVF as private memory
` [PATCH v4 47/66] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v4 48/66] i386/tdx: Finalize TDX VM
` [PATCH v4 49/66] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v4 50/66] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v4 51/66] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v4 52/66] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v4 53/66] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v4 54/66] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v4 55/66] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v4 56/66] i386/tdx: Disable SMM for TDX VMs
` [PATCH v4 57/66] i386/tdx: Disable PIC "
` [PATCH v4 58/66] i386/tdx: Don't allow system reset "
` [PATCH v4 59/66] i386/tdx: LMCE is not supported for TDX
` [PATCH v4 60/66] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v4 61/66] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v4 62/66] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v4 63/66] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v4 64/66] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v4 65/66] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v4 66/66] docs: Add TDX documentation

ucm: MediaTek: mt8395-evk: Add HDMIRX config
 2024-01-25  3:35 UTC 

[PATCH net-next 00/13] bnxt_en: Update for net-next
 2024-01-25  3:35 UTC  (4+ messages)
` [PATCH net-next 13/13] bnxt_en: Make PTP TX timestamp HWRM query silent

[PATCH v3 00/10] mtd: rawnand: brcmnand: driver and doc updates
 2024-01-25  3:34 UTC  (23+ messages)
` [PATCH v3 01/10] dt-bindings: mtd: brcmnand: Updates for bcmbca SoCs
` [PATCH v3 02/10] ARM: dts: broadcom: bcmbca: Add NAND controller node
` [PATCH v3 06/10] mtd: rawnand: brcmnand: Add support for getting ecc setting from strap

[f2fs-dev] [PATCH] f2fs-tools: allocate logs after conventional area for HM zoned devices
 2024-01-25  3:34 UTC  (3+ messages)

[PATCH 0/3] target/riscv/kvm: support 'vlenb' and vregs[]
 2024-01-25  3:28 UTC  (7+ messages)
` [PATCH 1/3] target/riscv/kvm: change kvm_reg_id to uint64_t
` [PATCH 2/3] target/riscv/kvm: initialize 'vlenb' via get-reg-list
` [PATCH 3/3] target/riscv/kvm: get/set vector vregs[]

[PATCH 0/2] btrfs: subvol qgroup lifetime invariants
 2024-01-25  3:32 UTC  (5+ messages)
` [PATCH 1/2] btrfs: forbid creating subvol qgroups

linux-next: build warning after merge of the rcu tree
 2024-01-25  3:33 UTC 

[PATCH 0/3] wifi: cfg80211/mac80211: add support to flush stations based on link ID
 2024-01-25  3:32 UTC  (4+ messages)
` [PATCH 1/3] wifi: cfg80211: add support for link id attribute in NL80211_CMD_DEL_STATION

[ardb:x86-pic 5/5] fs/fcntl.o: warning: objtool: do_fcntl+0x52: can't find switch jump table
 2024-01-25  3:31 UTC 

[PATCH] dt-bindings: xilinx: replace Piyush Mehta maintainership
 2024-01-25  3:28 UTC  (3+ messages)

linux-next: build failure after merge of the mm tree
 2024-01-25  3:29 UTC 

[virtio-comment] [RFC PATCH] VIRTIO_F_USED_EVENT_AUTO_DISABLE: add new used buffer notification suppression mechanism
 2024-01-25  3:28 UTC  (2+ messages)

[PATCH v2] drivers/ptp: Convert snprintf to sysfs_emit
 2024-01-25  3:27 UTC  (2+ messages)

[PATCH 1/3] drm/amdgpu: Support passing poison consumption ras block to SRIOV
 2024-01-25  3:25 UTC  (2+ messages)

[PATCH 1/2] drm/amdgpu: skip to program GFXDEC registers for PM abort case
 2024-01-25  3:22 UTC  (2+ messages)
` [PATCH 2/2] drm/amdgpu: reset gpu for pm "

[PATCH v7 0/9] iio: add new backend framework
 2024-01-25  3:21 UTC  (5+ messages)
` [PATCH v7 1/9] of: property: fix typo in io-channels
` [PATCH v7 4/9] driver: core: allow modifying device_links flags

[PATCH v4 0/2] Rust enablement for AArch64
 2024-01-25  3:19 UTC  (4+ messages)
` [PATCH v4 1/2] rust: Refactor the build target to allow the use of builtin targets

[PATCH] vdpa/mlx5: fix queue enable drain CQ
 2024-01-25  3:17 UTC 

calling __get_cpu_fpsimd_context twice in a row when kernel_neon_begin running
 2024-01-25  3:18 UTC  (4+ messages)

[PATCH 0/8] ppc: Update targets for Power machines (spapr and pnv)
 2024-01-25  3:11 UTC  (5+ messages)
` [PATCH 2/8] ppc/spapr|pnv: Remove SAO from pa-features when running MTTCG

[PATCH] tests: use correct pkg-config when cross compiling
 2024-01-25  2:31 UTC  (2+ messages)

[PATCH] libfdt: fix duplicate meson target
 2024-01-25  2:31 UTC  (2+ messages)

[PATCH v2 0/4] target/riscv: SMBIOS support for RISC-V virt machine
 2024-01-25  3:16 UTC  (6+ messages)
` [PATCH v2 3/4] "
      `  "

[Intel-wired-lan] [PATCH 0/6 iwl-next] idpf: refactor virtchnl messages
 2024-01-25  3:17 UTC  (6+ messages)
` [Intel-wired-lan] [PATCH 4/6 iwl-next] idpf: refactor remaining "
    `  "
  ` [PATCH 0/6 iwl-next] idpf: refactor "

[syzbot] [ext4?] kernel BUG in ext4_write_inline_data_end
 2024-01-25  3:17 UTC  (2+ messages)

[PATCH v1 0/2] Add JH8100 external interrupt controller support
 2024-01-25  3:16 UTC  (4+ messages)
` [PATCH v1 2/2] irqchip: Add StarFive external interrupt controller
    ` 回复: "

[PATCH BlueZ v3 1/8] configure, README: introduce --enable-external-plugins
 2024-01-25  3:15 UTC  (2+ messages)
` Remove support for external plugins

[PATCH v3 00/10] Set casefold/fscrypt dentry operations through sb->s_d_op
 2024-01-25  3:13 UTC  (13+ messages)
` [PATCH v3 01/10] ovl: Reject mounting case-insensitive filesystems
  ` [f2fs-dev] "
` [PATCH v3 02/10] fscrypt: Share code between functions that prepare lookup
  ` [f2fs-dev] "
` [PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
  ` [f2fs-dev] "
` [PATCH v3 06/10] libfs: Add helper to choose dentry operations at mount
  ` [f2fs-dev] "

Standardizing BPF assembly language?
 2024-01-25  3:13 UTC  (10+ messages)
` [Bpf] "

Add missing line break in test_verifier
 2024-01-25  3:12 UTC 

[ardb:for-kernelci 4/4] drivers/gpu/drm/i915/intel_memory_region.c:263:61: warning: '%u' directive output may be truncated writing between 1 and 5 bytes into a region of size between 3 and 11
 2024-01-25  3:09 UTC 

[PATCH V2 0/6] pwm: sprd: Modification of UNISOC Platform PWM Driver
 2024-01-25  2:55 UTC  (7+ messages)
` [PATCH V2 1/6] pwm: sprd: Add support for UMS9620
` [PATCH V2 2/6] pwm: sprd: Improve the pwm backlight control function
` [PATCH V2 3/6] pwm: sprd: Optimize the calculation method of duty
` [PATCH V2 4/6] dt-bindings: pwm: sprd: Convert to YAML
` [PATCH V2 5/6] pwm: sprd: Add sprd,ums9620-pwm compatible
` [PATCH V2 6/6] dt-bindings: pwm: sprd: Add sprd,mod attribute

[Bug 217599] New: Adaptec 71605z hangs with aacraid: Host adapter abort request after update to linux 6.4.0
 2024-01-25  3:07 UTC  (2+ messages)
` [Bug 217599] "

[PATCH] lib: remove duplicate prefix in logs
 2024-01-25  3:06 UTC  (2+ messages)

[PATCH] x86: Code cleanup for ehci_hdr
 2024-01-25  3:06 UTC 

[PATCH v18 000/121] KVM TDX basic feature support
 2024-01-25  3:06 UTC  (3+ messages)
` [PATCH v18 029/121] KVM: TDX: create/free TDX vcpu structure

[PATCH v5 0/4] accel/tcg: Move perf and debuginfo support to tcg
 2024-01-25  3:04 UTC  (4+ messages)
` [PATCH v5 4/4] "

[PATCH BlueZ 0/9] Distribution inspired fixes
 2024-01-25  3:05 UTC  (3+ messages)
` [PATCH BlueZ 1/9] Enable alternate Bluetooth connection modes

[f2fs-dev] [PATCH V1] f2fs: fix potentail deadloop issue in do_recover_data
 2024-01-25  3:01 UTC  (6+ messages)
        `  "

[PATCH] prctl.2: Add PR_RISCV_SET_ICACHE_FLUSH_CTX
 2024-01-25  2:59 UTC 

[PATCH 0/2] phy: qcom: qmp-pcie: Update PCIe PHY settings for SM8550
 2024-01-25  2:59 UTC  (4+ messages)

[HID Patchsets for Samsung driver v3 0/6]
 2024-01-25  2:56 UTC  (4+ messages)
  ` [HID Patchsets for Samsung driver v3 3/6] HID: Samsung : Add Samsung wireless keyboard support

[PATCH net] net: stmmac: xgmac: fix handling of DPP safety error for DMA channels
 2024-01-25  2:56 UTC  (4+ messages)

[PATCH] driver core: improve cycle detection on fwnode graph
 2024-01-25  2:55 UTC  (2+ messages)

[Bpf] BPF ISA conformance groups
 2024-01-25  2:55 UTC  (15+ messages)

[PATCH v4 0/4] x86/cacheinfo: Set the number of leaves per CPU
 2024-01-25  2:56 UTC  (2+ messages)

[PATCH] xz: Add ptest support
 2024-01-25  2:54 UTC  (3+ messages)
` [OE-core] "

next/pending-fixes build: 8 builds: 2 failed, 6 passed, 2 errors, 32 warnings (v6.8-rc1-322-ga9b7e214d92ca)
 2024-01-25  2:54 UTC 

[PATCH v2 0/2] Add PM8010 regulators for sm8650 boards
 2024-01-25  2:52 UTC  (5+ messages)
` [PATCH v2 1/2] arm64: dts: qcom: sm8650-mtp: add PM8010 regulators

cron job: media_tree daily build: WARNINGS
 2024-01-25  2:48 UTC 

[PATCH v3] mtd: spinand: macronix: Fix MX35LFxGE4AD page size
 2024-01-25  2:48 UTC 

[PATCH] powerpc/iommu: Code cleanup for cell/iommu.c
 2024-01-25  2:46 UTC 

[driver-core:debugfs_cleanup 6/7] drivers/nvmem/core.c:480:8: error: call to undeclared function 'devm_device_add_groups'; ISO C99 and later do not support implicit function declarations
 2024-01-25  2:47 UTC 

[vishal:vv/dax_abi 5/6] include/linux/memory_hotplug.h:266:13: error: 'mhp_supports_memmap_on_memory' defined but not used
 2024-01-25  2:47 UTC 

[PATCH 0/3] Two minor fixes on virtio-iommu
 2024-01-25  2:46 UTC  (6+ messages)
` [PATCH 1/3] virtio_iommu: Clear IOMMUPciBus pointer cache when system reset

[net-next v2 0/4] Per epoll context busy poll support
 2024-01-25  2:46 UTC  (3+ messages)
` [net-next v2 3/4] eventpoll: Add epoll ioctl for epoll_params

[PATCH 01/28] riscv: abstract envcfg CSR
 2024-01-25  2:43 UTC 

[PATCH v2] NUMA: Early use of cpu_to_node() returns 0 instead of the correct node id
 2024-01-25  2:42 UTC  (6+ messages)

[PATCH 1/2] drm/amdgpu: skip to program GFXDEC registers for PM abort case
 2024-01-25  2:43 UTC  (4+ messages)
` [PATCH 2/2] drm/amdgpu: reset gpu for pm "


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.