messages from 2024-04-23 14:32:57 to 2024-04-23 15:13:06 UTC [more...]
[Intel-wired-lan] [PATCH 0/5] Ensure the copied buf is NULL terminated
2024-04-23 14:46 UTC (4+ messages)
` [Intel-wired-lan] [PATCH 5/5] drivers/s390/cio: ensure "
` "
[PULL 00/63] First batch of i386 and build system patch for QEMU 9.1
2024-04-23 15:09 UTC (19+ messages)
` [PULL 01/63] meson: do not link pixman automatically into all targets
` [PULL 02/63] tests: only build plugins if TCG is enabled
` [PULL 03/63] ebpf: Restrict to system emulation
` [PULL 04/63] tests/unit: match some unit tests to corresponding feature switches
` [PULL 06/63] util/qemu-config: Extract QMP commands to qemu-config-qmp.c
` [PULL 07/63] hw/core: Move system emulation files to system_ss
` [PULL 13/63] ramfb: move stubs out of stubs/
` [PULL 14/63] memory-device: "
` [PULL 24/63] kvm: add support for guest physical bits
` [PULL 29/63] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PULL 33/63] i386/sev: Switch to use confidential_guest_kvm_init()
` [PULL 36/63] scripts/update-linux-headers: Add setup_data.h to import list
` [PULL 38/63] linux-headers: update to current kvm/next
` [PULL 41/63] KVM: remove kvm_arch_cpu_check_are_resettable
` [PULL 45/63] i386/sev: Add 'legacy-vm-type' parameter for SEV guest objects
` [PULL 51/63] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PULL 54/63] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PULL 60/63] target/i386/cpu: Merge the warning and error messages for AMD HT check
[PATCH] nfsd: don't fail OP_SETCLIENTID when there are lots of clients
2024-04-23 15:12 UTC (3+ messages)
[XEN PATCH v2 0/5] FF-A notifications
2024-04-23 15:12 UTC (13+ messages)
` [XEN PATCH v2 4/5] xen/arm: allow dynamically assigned SGI handlers
` [XEN PATCH v2 5/5] xen/arm: ffa: support notification
[PATCH 1/2] dt-bindings: arm: sunxi: Correct the descriptions for Pine64 boards
2024-04-23 15:10 UTC (3+ messages)
[PATCH] drm/xe/vm: Use xe_vm_lock() helper for locking
2024-04-23 15:10 UTC (5+ messages)
` ✓ CI.Patch_applied: success for drm/xe/vm: Use xe_vm_lock() helper for locking (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
[PATCH] Bluetooth: qca: fix invalid device address check
2024-04-23 15:09 UTC (4+ messages)
[PATCH v7 0/2] Introduce EROFS support
2024-04-23 15:08 UTC (3+ messages)
` [PATCH v7 1/2] fs/erofs: Add support for EROFS
[PATCH i-g-t v2 0/6] Intel blitter framebuffer copying sanitizing
2024-04-23 15:09 UTC (9+ messages)
` [PATCH i-g-t v2 1/6] lib/igt_fb: fix intel modifiers for fb copying on xe driver
` [PATCH i-g-t v2 2/6] lib/igt_fb: make blt_compression_format function more readable
` [PATCH i-g-t v2 3/6] lib/igt_fb: Sanitize blt_fb_init
` [PATCH i-g-t v2 4/6] lib/igt_fb: separate intel blitter context setup from blitter function
` [PATCH i-g-t v2 5/6] lib/igt_fb: put intel blt cleanup into its own function
` [PATCH i-g-t v2 6/6] lib/igt_fb: unify intel blitter fb block copies between xe and i915
` ✗ Fi.CI.BAT: failure for Intel blitter framebuffer copying sanitizing (rev2)
` ✓ CI.xeBAT: success "
[PATCH 1/2] dt-bindings: arm: rockchip: Correct the descriptions for Pine64 boards
2024-04-23 15:09 UTC (4+ messages)
hppa-firmware.img missing build-id
2024-04-23 15:07 UTC (4+ messages)
[PATCH] ARM: dts: vt8500: replace "uhci" nodename with generic name "usb"
2024-04-23 15:07 UTC
[PATCH v4 00/10] clk: Add kunit tests for fixed rate and parent data
2024-04-23 15:07 UTC (5+ messages)
` [PATCH v4 01/10] of: Add test managed wrappers for of_overlay_apply()/of_node_put()
` [PATCH v4 04/10] of: Add a KUnit test for overlays and test managed APIs
[PATCH v4 00/30] KVM: arm64: Preamble for pKVM
2024-04-23 15:05 UTC (31+ messages)
` [PATCH v4 01/30] KVM: arm64: Initialize the kvm host data's fpsimd_state pointer in pKVM
` [PATCH v4 02/30] KVM: arm64: Move guest_owns_fp_regs() to increase its scope
` [PATCH v4 03/30] KVM: arm64: Refactor checks for FP state ownership
` [PATCH v4 04/30] KVM: arm64: Do not re-initialize the KVM lock
` [PATCH v4 05/30] KVM: arm64: Issue CMOs when tearing down guest s2 pages
` [PATCH v4 06/30] KVM: arm64: Avoid BUG-ing from the host abort path
` [PATCH v4 07/30] KVM: arm64: Check for PTE validity when checking for executable/cacheable
` [PATCH v4 08/30] KVM: arm64: Avoid BBM when changing only s/w bits in Stage-2 PTE
` [PATCH v4 09/30] KVM: arm64: Support TLB invalidation in guest context
` [PATCH v4 10/30] KVM: arm64: Rename __tlb_switch_to_{guest,host}() in VHE
` [PATCH v4 11/30] KVM: arm64: Do not map the host fpsimd state to hyp in pKVM
` [PATCH v4 12/30] KVM: arm64: Prevent kmemleak from accessing .hyp.data
` [PATCH v4 13/30] KVM: arm64: Fix comment for __pkvm_vcpu_init_traps()
` [PATCH v4 14/30] KVM: arm64: Change kvm_handle_mmio_return() return polarity
` [PATCH v4 15/30] KVM: arm64: Move setting the page as dirty out of the critical section
` [PATCH v4 16/30] KVM: arm64: Simplify vgic-v3 hypercalls
` [PATCH v4 17/30] KVM: arm64: Add is_pkvm_initialized() helper
` [PATCH v4 18/30] KVM: arm64: Introduce and use predicates that check for protected VMs
` [PATCH v4 19/30] KVM: arm64: Move pstate reset value definitions to kvm_arm.h
` [PATCH v4 20/30] KVM: arm64: Clarify rationale for ZCR_EL1 value restored on guest exit
` [PATCH v4 21/30] KVM: arm64: Refactor calculating SVE state size to use helpers
` [PATCH v4 22/30] KVM: arm64: Move some kvm_psci functions to a shared header
` [PATCH v4 23/30] KVM: arm64: Refactor reset_mpidr() to extract its computation
` [PATCH v4 24/30] KVM: arm64: Refactor kvm_vcpu_enable_ptrauth() for hyp use
` [PATCH v4 25/30] KVM: arm64: Reformat/beautify PTP hypercall documentation
` [PATCH v4 26/30] KVM: arm64: Rename firmware pseudo-register documentation file
` [PATCH v4 27/30] KVM: arm64: Document the KVM/arm64-specific calls in hypercalls.rst
` [PATCH v4 28/30] KVM: arm64: Refactor setting the return value in kvm_vm_ioctl_enable_cap()
` [PATCH v4 29/30] KVM: arm64: Restrict supported capabilities for protected VMs
` [PATCH v4 30/30] KVM: arm64: Force injection of a data abort on NISV MMIO exit
[PATCH v1 1/1] mm: page_alloc: Avoid defining unused function
2024-04-23 15:06 UTC
[PATCH v4] dt-bindings: usb: uhci: convert to dt schema
2024-04-23 15:05 UTC
[PATCH] serial: sh-sci: Call device_set_wakeup_path() for serial console
2024-04-23 15:05 UTC (4+ messages)
KASAN: null-ptr-deref Write in xlog_cil_commit
2024-04-23 15:05 UTC (4+ messages)
[PATCH v4 0/4] drm/xe: Support PCIe FLR
2024-04-23 15:04 UTC (4+ messages)
` [PATCH v3 4/4] drm/xe/FLR: "
` ✓ CI.BAT: success for drm/xe: Support PCIe FLR (rev6)
[PATCH v4 1/2] mm: allow dynamic vmalloc range restrictions
2024-04-23 15:00 UTC (7+ messages)
` (no subject)
` [PATCH v4 2/2] arm64: mm: code and data allocation partitioning
[PATCH v3 0/4] livepatch: minor bug fixes and improvements
2024-04-23 15:03 UTC (10+ messages)
` [PATCH v3 3/4] livepatch: refuse to resolve symbols that belong to init sections
` [PATCH v3 4/4] x86/livepatch: perform sanity checks on the payload exception table contents
[PATCH 0/3] phy: zynqmp: A PCIe fix and debugfs support
2024-04-23 15:03 UTC (11+ messages)
` [PATCH 1/3] phy: zynqmp: Store instance instead of type
` [PATCH 2/3] phy: zynqmp: Don't wait for PLL lock on nonzero PCIe lanes
[RFC] net: add TCP fraglist GRO support
2024-04-23 15:03 UTC (9+ messages)
[PATCH rdma-next 1/1] RDMA/mana_ib: fix missing ret value
2024-04-23 15:03 UTC (2+ messages)
[PATCH v5 0/3] Add ArmSom Sige7 board
2024-04-23 15:02 UTC (6+ messages)
` [PATCH v5 3/3] arm64: dts: rockchip: "
net: cxgb4: Call Trace reported with PREEMPT_RT: BUG: using smp_processor_id() in preemptible [00000000] code: ethtool/78718
2024-04-23 15:03 UTC (2+ messages)
[PATCH] docs/MAINTAINERS: Update my email address
2024-04-23 15:02 UTC
[RFC][PATCH 0/3] Call for help for prserv selftests
2024-04-23 15:02 UTC (5+ messages)
` [RFC][PATCH 2/3] prserv: add "history" argument to "get-pr" request
[PATCH v8 0/2] Implement SSH commands in QEMU GA for Windows
2024-04-23 15:00 UTC (3+ messages)
` [PATCH v8 1/2] Refactor common functions between POSIX and Windows implementation
` [PATCH v8 2/2] Implement SSH commands in QEMU GA for Windows
[PATCH 0/6] x86/alternatives: Adjust all insn-relative fields
2024-04-23 15:02 UTC (9+ messages)
` [PATCH 2/6] x86/alternative: Walk all replacements in debug builds
` [PATCH 3/6] x86/alternative: Intend the relocation logic
` [PATCH 4/6] x86/alternative: Replace a continue with a goto
` [PATCH 5/6] x86/alternative: Relocate all insn-relative fields
[PATCH bpf-next v1 0/2] Introduce bpf_preempt_{disable,enable}
2024-04-23 15:02 UTC (7+ messages)
` [PATCH bpf-next v1 1/2] bpf: Introduce bpf_preempt_[disable,enable] kfuncs
` [PATCH bpf-next v1 2/2] selftests/bpf: Add tests for preempt kfuncs
[PATCH v2 0/5] x86/xen-ucode: Introduce --force option
2024-04-23 15:01 UTC (9+ messages)
` [PATCH v2 1/5] x86: Update x86 low level version check of microcode
` [PATCH v2 2/5] x86: Refactor microcode_update() hypercall with flags
[PATCH v2 1/3] qmimodem: Remove redundant unregister all calls
2024-04-23 14:59 UTC (3+ messages)
` [PATCH v2 2/3] qmimodem: Eliminate qmi_service reference counting
` [PATCH v2 3/3] qmimodem: Remove unregister/cancel_all functions
[PATCH v4 0/3] arm64: dts: imx8dxl: add audio support for imx8dxl
2024-04-23 15:00 UTC (4+ messages)
` [PATCH v4 3/3] arm64: dts: imx8dxl-evk: add audio nodes
[PATCH 1/4] qmimodem: voicecall: Implement call dialing
2024-04-23 15:01 UTC (5+ messages)
` [PATCH 4/4] qmimodem: voicecall: Implement DTMF tones
[PATCH 0/5] miscellaneous about sbi_dtbr
2024-04-23 15:00 UTC (7+ messages)
` [PATCH 1/5] lib: sbi: fix hart_shmem_base
` [PATCH 2/5] lib: sbi: Remove unnecessary sbi_dbtr_shmem_disabled
` [PATCH 3/5] lib: sbi: Removal unnecessary check dbtr_thishart_state_ptr
` [PATCH 4/5] lib: sbi: fix DBTR_SHMEM_MAKE_PHYS for RV64
` [PATCH 5/5] lib: sbi: Fixed memory permission check in sbi_dbtr_setup_shmem
[PATCH 0/2] arm64: dts: allwinner: H616: Add LRADC
2024-04-23 14:59 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: input: sun4i-lradc-keys: Add H616 compatible
[PATCH v3 00/13] drm: zynqmp_dp: IRQ cleanups and debugfs support
2024-04-23 14:59 UTC (4+ messages)
[PATCH v2] HID: i2c-hid: Revert to await reset ACK before reading report descriptor
2024-04-23 14:59 UTC (3+ messages)
[PATCH v2 0/4] ASoC: qcom: display port changes
2024-04-23 14:58 UTC (4+ messages)
[PATCH net-next 1/2] net: lan966x: cleanup lan966x_tc_flower_handler_control_usage()
2024-04-23 14:58 UTC (3+ messages)
[PATCH 0/3] CArray improvements
2024-04-23 14:58 UTC (4+ messages)
` [PATCH 1/3] Makefile: clean auto-generated *.c files properly
[PATCH v2 0/5] miscellaneous about sbi_dtbr
2024-04-23 14:57 UTC (6+ messages)
` [PATCH v2 1/5] lib: sbi: fix hart_shmem_base
` [PATCH v2 2/5] lib: sbi: Remove unnecessary sbi_dbtr_shmem_disabled
` [PATCH v2 3/5] lib: sbi: Removal unnecessary check dbtr_thishart_state_ptr
` [PATCH v2 4/5] lib: sbi: fix DBTR_SHMEM_MAKE_PHYS for RV64
` [PATCH v2 5/5] lib: sbi: Fixed memory permission check in sbi_dbtr_setup_shmem
[PATCH v1 0/4] node and inheritance improvements
2024-04-23 14:57 UTC (5+ messages)
` [PATCH v1 2/4] dts: unify class inheritance from object
` [PATCH v1 3/4] dts: unify super calls
[PATCH v4 0/2] Attach DT nodes to existing PCI devices
2024-04-23 14:56 UTC (3+ messages)
` [PATCH v4 1/2] driver core: Introduce device_{add,remove}_of_node()
` [PATCH v4 2/2] PCI: of: Attach created of_node to existing device
[PATCH] ibmvnic: Use -EBUSY in __ibmvnic_reset()
2024-04-23 14:55 UTC (5+ messages)
fuse: Avoid fuse_file_args null pointer dereference
2024-04-23 14:56 UTC (4+ messages)
[PATCH] KVM: selftests: Add 'malloc' failure check in test_vmx_nested_state
2024-04-23 14:56 UTC (3+ messages)
[PATCH] fs/ntfs3: Fix case when index is reused during tree transformation
2024-04-23 14:55 UTC (2+ messages)
[PATCH 0/5] x86/xen-ucode: Introduce --force option
2024-04-23 14:53 UTC (4+ messages)
` [PATCH 2/5] x86: Refactor microcode_update() hypercall with flags field
Yocto Project Status 23 April 2024 (WW16)
2024-04-23 14:53 UTC (2+ messages)
[PATCH] drm/xe: make xe_pm_runtime_lockdep_map a static struct
2024-04-23 14:53 UTC (2+ messages)
` ✗ CI.Patch_applied: failure for drm/xe: make xe_pm_runtime_lockdep_map a static struct (rev2)
[PATCH v2 0/4] iommu/smmuv3: Add IOMMUFD dirty tracking support for SMMUv3
2024-04-23 14:52 UTC (6+ messages)
` [PATCH v2 1/4] iommu/arm-smmu-v3: Add feature detection for HTTU
[Intel-wired-lan] [tnguy-next-queue:100GbE] BUILD SUCCESS 9afff0de30db149a1bf440db26a3ddd6a4f260d8
2024-04-23 14:52 UTC
[PATCH v2 00/11] Convert (most of) ntfs3 to use folios
2024-04-23 14:51 UTC (2+ messages)
[PATCH v19 000/130] KVM TDX basic feature support
2024-04-23 14:48 UTC (5+ messages)
` [PATCH v19 085/130] KVM: TDX: Complete interrupts after tdexit
[PATCH 00/12] Introduce STM32 DMA3 support
2024-04-23 14:46 UTC (5+ messages)
` [PATCH 01/12] dt-bindings: dma: New directory for STM32 DMA controllers bindings
[PATCH net] udp: fix segmentation crash for GRO packet without fraglist
2024-04-23 14:47 UTC (17+ messages)
[PATCH] btrfs: add missing mutex_unlock in btrfs_relocate_sys_chunks()
2024-04-23 14:38 UTC (2+ messages)
[PATCH] drm/amdgpu: Fix two reset triggered in a row
2024-04-23 14:44 UTC (2+ messages)
` [PATCH v2] "
[PATCH nf-next] netfilter: conntrack: remove flowtable early-drop test
2024-04-23 14:40 UTC (4+ messages)
[PATCH v1 0/2] Documentation: process: Clarify use of Cc:
2024-04-23 14:44 UTC (5+ messages)
` [PATCH v1 2/2] Documentation: process: Recommend to put Cc: tags after cutter '---' line
[PATCH v7 0/5] i2c: thunderx: Marvell thunderx i2c changes
2024-04-23 14:34 UTC (2+ messages)
[PATCH] fs/ntfs3: Break dir enumeration if directory contents error
2024-04-23 14:41 UTC
[PATCH v2 1/2] drm/i915: Refactor confusing __intel_gt_reset()
2024-04-23 14:42 UTC (5+ messages)
` [PATCH v2 2/2] drm/i915: Fix gt reset with GuC submission is disabled
[ANNOUNCE] xfsprogs: for-next updated to d5d677df7
2024-04-23 14:42 UTC
[PATCH v2 0/4] drm/i915/dsi: stop relying on implicit dev_priv variable
2024-04-23 14:41 UTC (4+ messages)
` [PATCH v2 1/4] drm/i915/dsi: remove unused _MIPIA_AUTOPWG register definition
[Patch v3 0/2] memory: tegra: Skip restricted register access from Guest
2024-04-23 14:41 UTC (5+ messages)
` [Patch v3 2/2] memory: tegra: make sid and broadcast regions optional
[PATCH 2/4] memcg: reduce memory for the lruvec and memcg stats
2024-04-23 14:40 UTC (2+ messages)
[Intel-wired-lan] [PATCH 1/1] net: e1000e & ixgbe: Remove PCI_HEADER_TYPE_MFD duplicates
2024-04-23 14:40 UTC (2+ messages)
` "
[PATCH] x86/CPU/AMD: Add models 0x10-0x1f to the Zen5 range
2024-04-23 14:41 UTC
[PATCH v1 1/1] kfifo: Don't use "proxy" headers
2024-04-23 14:37 UTC
[PATCH v1] KVM: x86: Validate values set to guest's MSR_IA32_ARCH_CAPABILITIES
2024-04-23 14:37 UTC (4+ messages)
[RFC PATCH v2 0/9] fpga: dfl: fix kernel warning on port release/assign for SRIOV
2024-04-23 14:31 UTC (3+ messages)
` [RFC PATCH v2 6/9] fpga: dfl: migrate Accelerated Function Unit driver to dfl_feature_dev_data
umount -r broken due to "mountinfo unnecessary"
2024-04-23 14:35 UTC (3+ messages)
[Intel-wired-lan] [PATCH iwl-next] ice: remove correct filters during eswitch release
2024-04-23 14:36 UTC (2+ messages)
` "
[PULL v1 linux-firmware] Add firmware for Cirrus Smart Amp CS35L41 for Lenovo Thinkbook 13X
2024-04-23 14:34 UTC (2+ messages)
[PATCH 0/4] x86/mm: assorted adjustments
2024-04-23 14:33 UTC (2+ messages)
` [PATCH 4/4] x86/shadow: correct shadow_vcpu_init()'s comment
[PATCH] dmaengine: mxs-dma: Add check for dma_set_max_seg_size()
2024-04-23 14:32 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.