All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-01 14:24:22 to 2023-02-01 14:54:37 UTC [more...]

[PATCH 00/14] Add support for compress offload and gapless playback
 2023-02-01 14:40 UTC  (4+ messages)
` [PATCH 02/14] ASoC: qcom: SC7280: audioreach: Add sc7280 hardware param fixup callback

[PATCH] dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
 2023-01-29 23:51 UTC  (2+ messages)

[PATCH v10 00/59] Xen HVM support under KVM
 2023-02-01 14:31 UTC  (53+ messages)
` [PATCH v10 01/59] include: import Xen public headers to hw/xen/interface
` [PATCH v10 02/59] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v10 03/59] xen: Add XEN_DISABLED mode and make it default
` [PATCH v10 05/59] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v10 06/59] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v10 07/59] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v10 08/59] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v10 09/59] i386/xen: handle guest hypercalls
` [PATCH v10 10/59] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v10 11/59] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v10 12/59] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v10 13/59] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v10 14/59] xen: Permit --xen-domid argument when accel is KVM
` [PATCH v10 15/59] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v10 16/59] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v10 17/59] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v10 18/59] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v10 19/59] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v10 20/59] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v10 21/59] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v10 22/59] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v10 23/59] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v10 24/59] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v10 25/59] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v10 26/59] i386/xen: implement HVMOP_set_param
` [PATCH v10 27/59] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v10 28/59] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v10 29/59] hw/xen: Implement EVTCHNOP_status
` [PATCH v10 30/59] hw/xen: Implement EVTCHNOP_close
` [PATCH v10 31/59] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v10 32/59] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v10 33/59] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v10 35/59] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v10 36/59] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v10 37/59] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v10 38/59] hw/xen: Implement EVTCHNOP_reset
` [PATCH v10 40/59] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v10 41/59] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v10 42/59] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v10 43/59] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v10 44/59] hw/xen: Support mapping grant frames
` [PATCH v10 45/59] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v10 46/59] hw/xen: Implement GNTTABOP_query_size
` [PATCH v10 48/59] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v10 49/59] i386/xen: handle HVMOP_get_param
` [PATCH v10 50/59] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v10 51/59] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v10 53/59] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v10 55/59] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v10 57/59] hw/xen: Support MSI mapping to PIRQ
` [PATCH v10 58/59] kvm/i386: Add xen-evtchn-max-pirq property
` [PATCH v10 59/59] i386/xen: Document Xen HVM emulation

[RFC PATCH v1 0/8] Look Ma! We made a XenStore
 2023-02-01 14:43 UTC  (9+ messages)
` [RFC PATCH v1 1/8] hw/xen: Add xenstore wire implementation and implementation stubs
` [RFC PATCH v1 2/8] hw/xen: Add basic XenStore tree walk and write/read/directory support
` [RFC PATCH v1 3/8] hw/xen: Implement XenStore watches
` [RFC PATCH v1 4/8] hw/xen: Implement XenStore transactions
` [RFC PATCH v1 5/8] hw/xen: Watches on "
` [RFC PATCH v1 6/8] xenstore perms WIP
` [RFC PATCH v1 7/8] hw/xen: Implement core serialize/deserialize methods for xenstore_impl
` [RFC PATCH v1 8/8] hw/xen: Create initial XenStore nodes

[PATCH v5 00/20] Clean up includes
 2023-02-01 14:54 UTC  (7+ messages)
` [PATCH v5 04/20] scripts/clean-includes: Improve --git commit message

Is there any way to install alsa-lib with the suid bit set?
 2023-01-29 21:52 UTC 

Multi-versioning for backward compatibility
 2023-02-01 14:54 UTC 

[PATCH] ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy Book2 Pro 360
 2023-01-29 17:13 UTC 

[PATCH 00/12] smb3: Use iov_iters down to the network transport and fix DIO page pinning
 2023-02-01 14:52 UTC  (4+ messages)
` [PATCH 11/12] cifs: Fix problem with encrypted RDMA data read

[PATCH 1/2] ethdev: add query_update sync and async function calls
 2023-02-01 14:52 UTC  (4+ messages)
` [PATCH v7 "

[PATCH v2 0/4] Track exported dma-buffers with memcg
 2023-02-01 14:52 UTC  (13+ messages)
` [PATCH v2 1/4] memcg: Track exported dma-buffers

[PATCH v2 0/6] Device tree support for Hyper-V VMBus driver
 2023-02-01 14:51 UTC  (5+ messages)

[PATCH v2 0/4] block: fix detect-zeroes= with BDRV_REQ_REGISTERED_BUF
 2023-02-01 14:49 UTC  (4+ messages)
` [PATCH v2 3/4] qemu-io: add -r option to register I/O buffer

[PATCH v4 1/2] ethdev: control Rx metadata negotiation
 2023-02-01 14:50 UTC  (8+ messages)
` [EXT] Re: [PATCH v5 2/2] app/testpmd: add command to process "

[PATCH v1] colibri.dtsi: Refactor ASoC driver name
 2023-02-01 14:48 UTC  (5+ messages)

[PATCH 0/4] KVM: arm64: Fix CPU resume/on with pKVM
 2023-02-01 14:48 UTC  (7+ messages)
` [PATCH 1/4] KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHE
` [PATCH 2/4] KVM: arm64: Introduce finalise_el2_state macro

[GIT PULL] coresight: Updates for v6.3
 2023-02-01 14:45 UTC 

[PATCH] x86: fix q35 kernel measurements broken due to rng seeding
 2023-02-01 14:35 UTC  (2+ messages)

[PATCH] nvme: retry commands if DNR bit is not set
 2023-02-01 14:45 UTC  (3+ messages)

[PATCH 0/6] Add APSS clock controller support for IPQ9574
 2023-02-01 14:40 UTC  (11+ messages)
` [PATCH 3/6] arm64: defconfig: Enable ipq6018 apss clock and PLL controller
` [PATCH 6/6] clk: qcom: Fix APSS PLL and RCG Configuration

[PATCH v4 0/5] Add MAX77541/MAX77540 PMIC Support
 2023-02-01 14:47 UTC  (9+ messages)
` [PATCH v4 1/5] dt-bindings: regulator: Add ADI MAX77541/MAX77540 Regulator
` [PATCH v4 2/5] drivers: regulator: Add ADI MAX77541/MAX77540 Regulator Support
` [PATCH v4 3/5] drivers: iio: adc: Add ADI MAX77541 ADC Support
` [PATCH v4 4/5] dt-bindings: mfd: Add ADI MAX77541/MAX77540

[kvm-unit-tests PATCH v2 0/8] Some cleanup patches
 2023-02-01 14:47 UTC  (4+ messages)
` [kvm-unit-tests PATCH v2 5/8] s390x: use C pre-processor for linker script generation

drivers/net/ethernet/adaptec/starfire.c:1831:41: sparse: sparse: incorrect type in argument 1 (different base types)
 2023-02-01 14:47 UTC 

[intel-tdx:kvm-upstream-workaround 371/371] vmlinux.o: warning: objtool: vmx_vcpu_enter_exit+0x27: call to perf_event_guest_enter_exit() leaves .noinstr.text section
 2023-02-01 14:47 UTC 

[PATCH 0/7] Enable backup switch mode on RTCs via devicetree
 2023-02-01 14:34 UTC  (11+ messages)
` [PATCH 1/7] dt-bindings: rtc: Move RV3028 to separate binding file
` [PATCH 2/7] dt-bindings: rtc: Add backup-switch-mode property
` [PATCH 3/7] dt-bindings: rtc: microcrystal,rv3032: "
` [PATCH 4/7] rtc: Move BSM defines to separate header for DT usage
` [PATCH 5/7] rtc: class: Support setting backup switch mode from devicetree
` [PATCH 6/7] arm64: dts: imx8mm-kontron: Remove useless trickle-diode-disable from RTC node
` [PATCH 7/7] arm64: dts: imx8mm-kontron: Enable backup switch mode for RTC on OSM-S module

[igt-dev] [PATCH i-g-t] i915/gem_exec_params: Cross-check getparam against engine execution
 2023-02-01 14:47 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for "

[PATCH 1/2] dt-bindings: interconnect: Add Qualcomm CCI dt-bindings
 2023-02-01 14:45 UTC  (6+ messages)
` [PATCH 2/2] PM / devfreq: qcom: Introduce CCI devfreq driver

[RFC PATCH v2 0/3] hw/cxl: Poison get, inject, clear
 2023-02-01 14:45 UTC  (4+ messages)
` [RFC PATCH v2 1/3] hw/cxl: QMP based poison injection support

[PATCH] mmc: core: Imply IOSCHED_BFQ
 2023-02-01 14:44 UTC  (3+ messages)

[PATCH RESEND] serial: imx: get rid of registers shadowing
 2023-02-01 14:27 UTC  (17+ messages)
` [PATCH v1 RESEND 0/7] serial: imx: work-around for hardware RX flood, and then isr improvements
  ` [PATCH v1 1/7] serial: imx: factor-out common code to imx_uart_soft_reset()
  ` [PATCH v1 2/7] serial: imx: work-around for hardware RX flood
  ` [PATCH v1 3/7] serial: imx: do not sysrq broken chars
  ` [PATCH v1 4/7] serial: imx: do not break from FIFO reading loop prematurely
  ` [PATCH v1 5/7] serial: imx: remove redundant USR2 read from FIFO reading loop
  ` [PATCH v1 6/7] serial: imx: stop using USR2 in "
  ` [PATCH v1 7/7] serial: imx: refine local variables in rxint()

[PATCH] ASoC: dt-bindings: Drop broken irondevice,sma1303 binding
 2023-02-01 14:43 UTC  (5+ messages)
` [PATCH] ASoC: dt-bindings: Drop broken irondevice, sma1303 binding

[linus:master] [maple_tree] 120b116208: INFO:task_blocked_for_more_than#seconds
 2023-02-01 14:43 UTC  (7+ messages)

[meta-arago][master/kirkstone][PATCH] arago-prefs: Change how variants interact with the kernel choice
 2023-02-01 14:43 UTC 

[Intel-gfx] [PATCH] vfio: fix deadlock between group lock and kvm lock
 2023-02-01 14:42 UTC  (11+ messages)
    `  "

[Intel-gfx] [PATCH v2 00/17] drm/i915: drm/i915/dp_mst: Fix MST payload removal during output disabling
 2023-02-01 14:41 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 16/17] drm/i915/dp_mst: Add workaround for a DELL P2715Q payload allocation problem

[PATCH] ALSA: hda: Fix the control element identification for multiple codecs
 2023-02-01 14:40 UTC  (2+ messages)

[PATCH v6 0/3] usb: musb: sunxi: add F1C100s MUSB support
 2023-02-01 14:26 UTC  (4+ messages)
` [PATCH v6 2/3] usb: musb: sunxi: add support for the F1C100s MUSB controller

[PATCH v2] win32: check for NULL after creating thread
 2023-02-01 14:40 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v4 0/9] Parallel CPU bringup for x86_64
 2023-02-01 14:40 UTC  (2+ messages)

[dm-devel] [PATCH 0/4] multipath: fix multipathd renaming issue
 2023-02-01 14:39 UTC  (4+ messages)
` [dm-devel] [PATCH 4/4] libmultipath: keep renames from stopping other multipath actions

[PATCH 05/12] cifs: Add a function to Hash the contents of an iterator
 2023-02-01 14:36 UTC  (2+ messages)

[PATCH] examples/ipsec-secgw: set AES-CTR IV length to 16
 2023-02-01 14:37 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned
 2023-02-01 14:36 UTC  (3+ messages)

[Virtio-fs] [PATCH] vhost-user-fs: add capability to allow migration
 2023-02-01 14:37 UTC  (13+ messages)

[PATCH] crypto/qat: add curve25519 and curve448 functions
 2023-02-01 14:36 UTC  (2+ messages)
` [EXT] "

[Intel-wired-lan] [PATCH net-next] igb: Fix PPS input and output using 3rd and 4th SDP
 2023-02-01 14:36 UTC 

[PATCH 0/2 v5] unlink misfit task from cpu overutilized
 2023-02-01 14:36 UTC  (3+ messages)
` [PATCH 1/2 v5] sched/fair: "
` [PATCH 2/2 v5] sched/fair: Remove capacity inversion detection

[PATCH] crypto/qat: remove openssl 3.0 deprecated functions
 2023-02-01 14:36 UTC  (2+ messages)
` [EXT] "

[PATCH] drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini
 2023-02-01 14:35 UTC  (10+ messages)

fstests generic/441 -- occasional bcachefs failure
 2023-02-01 14:34 UTC  (6+ messages)

Pavel steping up for ARC glibc maintenance
 2023-02-01 14:24 UTC  (3+ messages)

[RFC PATCH v2 0/5] folio based filemap_map_pages()
 2023-02-01 14:34 UTC  (3+ messages)
` [RFC PATCH v2 1/5] mm: Enable fault around for shared file page fault

[PATCH] mcstrans: preserve runtime directory
 2023-02-01 14:34 UTC  (2+ messages)

Google Pixelbook EVE, no sound in kernel 6.1.x
 2023-02-01 14:33 UTC  (11+ messages)

[isar-cip-core] kas/opt/swupdate.yml: Add tar.gz for reproducible build checks
 2023-02-01 14:33 UTC  (2+ messages)

[RFT PATCH v2 1/3] drm/bridge: tc358762: Set pre_enable_prev_first
 2023-02-01 14:33 UTC  (5+ messages)
` [RFT PATCH v2 2/3] drm/msm/dsi: Stop unconditionally powering up DSI hosts at modeset

[PATCH mdadm v6 0/7] Write Zeroes option for Creating Arrays
 2023-02-01 14:33 UTC  (6+ messages)

[RFC PATCH 00/45] KVM: Arm SMMUv3 driver for pKVM
 2023-02-01 12:53 UTC  (12+ messages)
` [RFC PATCH 11/45] KVM: arm64: pkvm: Expose pkvm_admit_host_page()
` [RFC PATCH 19/45] KVM: arm64: iommu: Add domains
` [RFC PATCH 21/45] KVM: arm64: iommu: Add SMMUv3 driver
` [RFC PATCH 22/45] KVM: arm64: smmu-v3: Initialize registers
` [RFC PATCH 25/45] KVM: arm64: smmu-v3: Reset the device
` [RFC PATCH 28/45] iommu/arm-smmu-v3: Extract driver-specific bits from probe function
` [RFC PATCH 32/45] iommu/arm-smmu-v3: Move IOMMU registration to arm-smmu-v3-common.c
` [RFC PATCH 34/45] iommu/arm-smmu-v3: Add host driver for pKVM
` [RFC PATCH 35/45] iommu/arm-smmu-v3-kvm: Pass a list of SMMU devices to the hypervisor
` [RFC PATCH 37/45] iommu/arm-smmu-v3-kvm: Allocate structures and reset device
` [RFC PATCH 44/45] iommu/arm-smmu-v3-kvm: Support power management with SCMI SMC

[dunfell] ti-rtos-firmware: Check if TI_SECURE_DEV is set before signing
 2023-02-01 14:31 UTC 

[PATCH RFC] RDMA/rtrs: Don't call kobject_del for srv_path->kobj
 2023-02-01 14:30 UTC 

[PATCH v7] ethdev: add special flags when creating async transfer table
 2023-02-01 14:29 UTC  (6+ messages)

[PATCH RFC] tick/nohz: fix data races in get_cpu_idle_time_us()
 2023-02-01 14:28 UTC  (4+ messages)

Trying to reduce NFSv4 timeouts to a few seconds on an established connection
 2023-02-01 14:28 UTC  (20+ messages)
              ` Zombie / Orphan open files

[PATCH 0/2] spi: intel: PCI driver housekeeping
 2023-02-01 14:27 UTC  (4+ messages)
` [PATCH 2/2] spi: intel: Add support for controllers

drivers/base/regmap/regmap.c:1966:19: warning: Redundant condition: !map->bus. 'map->bus || (!map->bus && map->read)' is equivalent to 'map->bus || map->read' [redundantCondition]
 2023-02-01 14:26 UTC 

[Virtio-fs] [PATCH] vhost-user-fs: add capability to allow migration
 2023-02-01 14:26 UTC  (9+ messages)
            `  "

[dpdk-dev] [PATCH v1 1/1] compress/octeontx: scatter gather mode feature support
 2023-02-01 14:27 UTC  (2+ messages)
` [EXT] "

[PATCH v1 0/4] implementation of ML common code
 2023-02-01 14:26 UTC  (4+ messages)
` [PATCH v4 0/4] Implementation "
  ` [PATCH v4 2/4] mldev: implement ML IO type handling functions

[Bug 216982] New: sound hit
 2023-02-01 14:24 UTC  (2+ messages)
` [Bug 216982] "

[bitbake][langdale][2.2][PATCH 0/2] Patch review
 2023-02-01 14:24 UTC  (3+ messages)
` [bitbake][langdale][2.2][PATCH 1/2] fetch2/git: Prevent git fetcher from fetching gitlab repository metadata
` [bitbake][langdale][2.2][PATCH 2/2] fetch2/git: Clarify the meaning of namespace


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.