All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-30 11:34:33 to 2023-01-30 12:15:10 UTC [more...]

[PATCH -next] coresight: tpda: fix return value check in tpda_probe()
 2023-01-30 12:12 UTC  (3+ messages)

Google Pixelbook EVE, no sound in kernel 6.1.x
 2023-01-30 12:15 UTC  (6+ messages)

[PATCH v4 0/3] xen/public move and fix 9pfs documentation
 2023-01-30 12:14 UTC  (3+ messages)
` [PATCH v4 1/3] xen/public: move xenstore related doc into 9pfs.h

[PATCH v2] fbdev: Fix invalid page access after closing deferred I/O devices
 2023-01-30 12:13 UTC  (5+ messages)

[PATCH -next v2] tpm: of: fix return value check in tpm_read_log_memory_region()
 2023-01-30 12:12 UTC 

[PATCH v2 1/6] drm/i915/ttm: fix sparse warning
 2023-01-30 12:13 UTC  (21+ messages)
` [Intel-gfx] "
` [PATCH v2 2/6] drm/i915/ttm: audit remaining bo->resource
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 3/6] drm/ttm: clear the ttm_tt when bo->resource is NULL
  `  "
` [PATCH v2 4/6] drm/ttm: stop allocating dummy resources during BO creation
  ` [Intel-gfx] "
` [Intel-gfx] [PATCH v2 5/6] drm/ttm: stop allocating a dummy resource for pipelined gutting
  `  "
` [PATCH v2 6/6] drm/ttm: prevent moving of pinned BOs
  ` [Intel-gfx] "

[PATCH] block: Default to use cgroup support for BFQ
 2023-01-30 12:12 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-30 12:13 UTC 

[PATCH] clk: qcom: ipq5332: mark GPLL4 as critical temporarily
 2023-01-30 12:09 UTC 

[PATCH v2 00/11] fw_devlink improvements
 2023-01-30 12:09 UTC  (20+ messages)
` [PATCH v2 01/11] driver core: fw_devlink: Don't purge child fwnode's consumer links
` [PATCH v2 04/11] gpiolib: Clear the gpio_device's fwnode initialized flag before adding
` [PATCH v2 05/11] driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
` [PATCH v2 06/11] driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle

add bvec initialization helpers
 2023-01-30 12:09 UTC  (11+ messages)
` [PATCH 01/23] block: factor out a bvec_set_page helper
` [PATCH 02/23] block: add a bvec_set_folio helper
` [PATCH 03/23] block: add a bvec_set_virt helper
` [PATCH 06/23] nvmet: use bvec_set_page to initialize bvecs
` [PATCH 07/23] nvme: use bvec_set_virt to initialize special_vec

[linux-linus test] 176274: trouble: blocked/broken/fail/pass/starved
 2023-01-30 12:10 UTC 

[Intel-gfx] [PATCH v5] drm/i915/gt: Add selftests for TLB invalidation
 2023-01-30 12:10 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/gt: Add selftests for TLB invalidation (rev6)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[PATCH 0/8] ASoC: mchp-spdifrx: add runtime PM support and fixes
 2023-01-30 12:06 UTC  (18+ messages)
` [PATCH 1/8] ASoC: mchp-spdifrx: fix controls which rely on rsr register
` [PATCH 2/8] ASoC: mchp-spdifrx: fix return value in case completion times out
` [PATCH 3/8] ASoC: mchp-spdifrx: fix controls that works with completion mechanism
` [PATCH 4/8] ASoC: mchp-spdifrx: disable all interrupts in mchp_spdifrx_dai_remove()
` [PATCH 5/8] ASoC: mchp-spdifrx: use unsigned long to store clk_get_rate() value
` [PATCH 6/8] ASoC: mchp-spdifrx: remove struct mchp_spdifrx_dev::fmt member
` [PATCH 7/8] ASoC: mchp-spdifrx: add runtime pm support
` [PATCH 8/8] ASoC: mchp-spdifrx: document data structures

[PATCH 0/3] Add support of unmanaged domain to mediatek IOMMU
 2023-01-30 12:04 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: memory: mediatek: Add support of unmanaged iommu domain
` [PATCH 2/3] iommu: "
` [PATCH 3/3] dt-bindings: iommu: memory: Use unmanaged iommu domain for the APU

[PATCH 0/9] igb: add missing feature set from
 2023-01-30 12:07 UTC  (4+ messages)
` [PATCH 5/9] igb: respect E1000_VMOLR_RSSE

[PATCH] perf: cs-etm: Update decoder code for OpenCSD version 1.4
 2023-01-30 12:05 UTC  (4+ messages)

[PATCH 1/3] git: upgrade to 2.39.1
 2023-01-30 12:07 UTC  (3+ messages)
` [PATCH 2/3] git: ignore CVE-2022-41953
` [PATCH 3/3] openssl: fix CVE-2022-3996 double locking leads to denial of service

[RFC PATCH 00/11] Add Secure TSC support for SNP guests
 2023-01-30 12:03 UTC  (12+ messages)
` [RFC PATCH 01/11] virt: sev-guest: Use AES GCM crypto library
` [RFC PATCH 02/11] virt: sev-guest: Move mutex to SNP guest device structure
` [RFC PATCH 03/11] virt: sev-guest: Add snp_guest_req structure
` [RFC PATCH 04/11] virt: sev-guest: Add simplified helper to assign vmpck
` [RFC PATCH 05/11] x86/sev: Move and reorganize sev guest request api
` [RFC PATCH 06/11] x86/mm: Add generic guest initialization hook
` [RFC PATCH 07/11] x86/sev: Change TSC MSR behavior for Secure TSC enabled guests
` [RFC PATCH 08/11] x86/sev: Add Secure TSC support for SNP guests
` [RFC PATCH 09/11] x86/kvmclock: Use Secure TSC as clock if available
` [RFC PATCH 10/11] x86/tsc: Mark Secure TSC as reliable clocksource
` [RFC PATCH 11/11] x86/sev: Enable Secure TSC for SNP guests

[PATCH v2] docs/zh_CN: add damon lru_sort translation
 2023-01-30 12:05 UTC 

[Bug 1882123] [NEW] ARM cpu emulation regression on QEMU 4.2.0
 2023-01-30 11:55 UTC  (4+ messages)
` [Bug 1882123] "
    ` [PATCH] hw/usb/core: fix inconsistent ep and pid (UBS_TOKEN_SETUP)

[PATCH 0/6] Shorten the runtime of some gitlab-CI shared runner jobs
 2023-01-30 12:05 UTC  (4+ messages)
` [PATCH 6/6] gitlab-ci.d/buildtest: Disintegrate the build-coroutine-sigaltstack job

ROHM ALS, integration time
 2023-01-30 12:04 UTC 

[PATCH RESEND 0/5] Fix UPI uncore issue on SPR
 2023-01-30 12:04 UTC  (3+ messages)

[PATCH] test/crypto: fix typo in AES test
 2023-01-30 12:03 UTC 

[RFC PATCH] docs/about/deprecated: Deprecate 32-bit host systems
 2023-01-30 12:01 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-01-30 12:03 UTC 

[PATCH v10 00/11] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2023-01-30 12:02 UTC  (5+ messages)

External USB disks not recognized with v6.1.8 when using Xen
 2023-01-30 12:01 UTC  (2+ messages)

[PATCH v2 0/7] UVC Gadget: Extend color matching support
 2023-01-30 12:01 UTC  (4+ messages)
` [PATCH v2 4/7] usb: gadget: uvc: Copy color matching descriptor for each frame

stable-rc/queue/4.19 baseline: 100 runs, 21 regressions (v4.19.271-63-g12f7fb484260)
 2023-01-30 12:01 UTC 

[PATCH v3 0/6] RISC-V: Apply Zicboz to clear_page
 2023-01-30 12:01 UTC  (14+ messages)
` [PATCH v3 1/6] RISC-V: Factor out body of riscv_init_cbom_blocksize loop
` [PATCH v3 2/6] dt-bindings: riscv: Document cboz-block-size
` [PATCH v3 3/6] RISC-V: Add Zicboz detection and block size parsing
` [PATCH v3 4/6] RISC-V: Use Zicboz in clear_page when available
` [PATCH v3 5/6] RISC-V: KVM: Provide UAPI for Zicboz block size
` [PATCH v3 6/6] RISC-V: KVM: Expose Zicboz to the guest

[PATCH] ata: libata: Fix sata_down_spd_limit() when no link speed is reported
 2023-01-30 12:01 UTC  (4+ messages)

Linux guest kernel threat model for Confidential Computing
 2023-01-30 12:00 UTC  (7+ messages)

[PATCH v2 1/5] kbuild: add a tool to generate a list of files ignored by git
 2023-01-30 12:00 UTC  (5+ messages)
` [PATCH v2 4/5] kbuild: srcrpm-pkg: create source package without cleaning

[PATCH 00/37] nvmem: patches for 6.3
 2023-01-30 11:59 UTC  (4+ messages)

[PATCH v6 0/3] block/rbd: Add support for layered encryption
 2023-01-29 11:31 UTC  (4+ messages)
` [PATCH v6 1/3] block/rbd: Remove redundant stack variable passphrase_len
` [PATCH v6 2/3] block/rbd: Add luks-any encryption opening option
` [PATCH v6 3/3] block/rbd: Add support for layered encryption

[PATCH v8 0/3] pmic on imx8mm
 2023-01-30 11:59 UTC  (5+ messages)
` [PATCH v10 1/2] arm64: dts: imx8mm-evkb: add support for i.MX8MM-EVKB
` [PATCH v10 2/2] dt-bindings: arm: fsl: Add i.MX8MM-EVKB

[PATCH 00/13] Add vfio_device cdev for iommufd support
 2023-01-30 11:59 UTC  (4+ messages)
` [PATCH 10/13] vfio: Make vfio_device_open() exclusive between group path and device cdev path

[PATCH 00/10] Add minimal boot support for IPQ5332
 2023-01-30 11:56 UTC  (6+ messages)
` [PATCH 09/10] arm64: dts: qcom: add IPQ5332 SoC and MI01.2 board support

[Intel-gfx] [PATCH] drm/i915/display: Fix typo for reference clock
 2023-01-30 11:58 UTC  (3+ messages)

[PATCH v4 1/3] dsa: marvell: Provide per device information about max frame size
 2023-01-30 11:57 UTC  (6+ messages)

[PATCH RESEND] Input: atmel_captouch - drop obsolete dependency on COMPILE_TEST
 2023-01-30 11:57 UTC  (3+ messages)

allow user to offload tc action to net device : Question
 2023-01-30 11:57 UTC 

[PATCH -next V3 0/2] riscv: jump_label: Fixup & Optimization
 2023-01-30 11:57 UTC  (3+ messages)
` [PATCH -next V3 1/2] riscv: jump_label: Fixup unaligned arch_static_branch function

[PATCH] block: Default to build the BFQ I/O scheduler
 2023-01-30 11:56 UTC  (5+ messages)

[PATCH v3] sched: Store restrict_cpus_allowed_ptr() call state
 2023-01-30 11:56 UTC  (2+ messages)

[bug-report] rasdaemon doesnot report new records
 2023-01-30 11:57 UTC  (2+ messages)

[lkp] [+243 bytes kernel size regression] [i386-tinyconfig] [a2a4e9ba06] vfs: implement 'vfs write barriers'
 2023-01-30 11:56 UTC 

[lkp] [+338 bytes kernel size regression] [i386-tinyconfig] [a24d451c5e] vfs: prepare for pre-modify permission events on write
 2023-01-30 11:56 UTC 

[RESEND PATCH v5 0/2] Add LED driver for flash module in QCOM PMICs
 2023-01-30 11:56 UTC  (5+ messages)
` [RESEND PATCH v5 1/2] leds: flash: add driver to support flash LED "

[PATCH V2 0/9] Add minimal boot support for IPQ5332
 2023-01-30 11:47 UTC  (19+ messages)
` [PATCH V2 1/9] dt-bindings: pinctrl: qcom: add IPQ5332 pinctrl
` [PATCH V2 2/9] pinctrl: qcom: Introduce IPQ5332 TLMM driver
` [PATCH V2 3/9] clk: qcom: Add STROMER PLUS PLL type for IPQ5332
` [PATCH V2 4/9] dt-bindings: clock: Add Qualcomm IPQ5332 GCC
` [PATCH V2 5/9] clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC
` [PATCH V2 6/9] dt-bindings: qcom: add ipq5332 boards
` [PATCH V2 7/9] dt-bindings: firmware: qcom,scm: document IPQ5332 SCM
` [PATCH V2 8/9] arm64: dts: qcom: add IPQ5332 SoC and MI01.2 board support
` [PATCH V2 9/9] arm64: defconfig: Enable IPQ5332 SoC base configs

[PATCH v3] x86/ucode/AMD: apply the patch early on every logical thread
 2023-01-30 11:55 UTC 

[PATCH v2 00/11] VDUSE: Improve performance
 2023-01-30 11:53 UTC  (6+ messages)
` [PATCH v2 01/11] genirq/affinity:: Export irq_create_affinity_masks()

[PATCH v2 00/14] RISCV basic exception handling implementation
 2023-01-30 11:54 UTC  (13+ messages)
` [PATCH v2 04/14] xen/riscv: add <asm/csr.h> header
` [PATCH v2 07/14] xen/riscv: introduce exception context
` [PATCH v2 12/14] xen/riscv: introduce an implementation of macros from <asm/bug.h>

[igt-dev] [PATCH i-g-t] tests/kms_lease: close mcl.fd when drmModeSetCrtc fails
 2023-01-30 11:54 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_lease: close mcl.fd when drmModeSetCrtc fails (rev3)

[PATCH v2 0/4] Fix put_task_struct() calls under PREEMPT_RT
 2023-01-30 11:49 UTC  (6+ messages)
` [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function

[PATCH 0/9] HID: Constify lowlevel HID drivers
 2023-01-30 11:53 UTC  (3+ messages)
` [PATCH 6/9] HID: surface-hid: Constify lowlevel HID driver

RTT-PROBE: lore-subspace-rtt
 2023-01-30 11:53 UTC 

pull-request: iwlwifi-next 2023-01-30
 2023-01-30 11:51 UTC 

[PATCH 0/2] serial: 8250_dma: DMA Rx race fixes
 2023-01-30 11:48 UTC  (3+ messages)
` [PATCH 1/2] serial: 8250_dma: Fix DMA Rx completion race
` [PATCH 2/2] serial: 8250_dma: Fix DMA Rx rearm race

[PATCH 0/3] Vhost-user: replace _SLAVE_ with _BACKEND_
 2023-01-30 11:48 UTC  (3+ messages)

[PATCH v2 00/15] Introduce Architectural LBR for vPMU
 2023-01-30 11:46 UTC  (4+ messages)
` [PATCH v2 05/15] KVM: vmx/pmu: Emulate MSR_ARCH_LBR_DEPTH for guest Arch LBR

[GIT PULL FOR v6.3] sparse/smatch fixes
 2023-01-30 11:45 UTC 

[RFC PATCH 00/19] mm: Introduce a cgroup to limit the amount of locked and pinned memory
 2023-01-30 11:36 UTC  (10+ messages)
` [RFC PATCH 01/19] mm: Introduce vm_account
` [RFC PATCH 05/19] RMDA/siw: Convert to use vm_account

[PATCH] x86/debug: Fix stack recursion caused by DR7 accesses
 2023-01-30 11:44 UTC  (2+ messages)

[Intel-gfx] [RFC 0/2] Add new CDCLK step for RPL-U
 2023-01-30 11:44 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Add new CDCLK step for RPL-U (rev6)

stable-rc/queue/5.15 baseline: 170 runs, 4 regressions (v5.15.90-197-ga5dcccb0d31c)
 2023-01-30 11:43 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-01-30 11:43 UTC 

[PATCH v1 0/1] virtio-block: switch to blk_get_max_hw_transfer
 2023-01-30 10:48 UTC  (5+ messages)
` [PATCH v1 1/1] "

[PATCH v9 0/9] Add minimal MT8365 and MT8365-EVK support
 2023-01-30 11:38 UTC  (4+ messages)
` [PATCH v9 8/9] dt-bindings: serial: mediatek,uart: add MT8365

[bug report] ASoC: mediatek: mt8188: support etdm in platform driver
 2023-01-30 11:40 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/6] drm/i915/ttm: fix sparse warning
 2023-01-30 11:40 UTC  (4+ messages)
` [Intel-gfx] [PATCH 2/6] drm/i915/ttm: audit remaining bo->resource

[LSF/MM/BPF BoF] Session for Zoned Storage 2023
 2023-01-30 11:24 UTC  (6+ messages)
    ` [External] "

[RFC PATCH 00/39] Add RISC-V cryptography extensions standardisation
 2023-01-30 11:38 UTC  (6+ messages)
` Fwd: "

Monitor mode handling (bug ?)
 2023-01-30 11:37 UTC  (4+ messages)

[bvanassche:block-small-segments 10/13] block/blk.h:343 bio_may_exceed_limits() error: we previously assumed 'bio->bi_io_vec' could be null (see line 340)
 2023-01-30 11:36 UTC  (2+ messages)

[PATCH] rtmutex: Add acquire semantics for rtmutex lock acquisition slow path
 2023-01-30 11:36 UTC 

RFC: VDPA Interrupt vector distribution
 2023-01-30 11:34 UTC  (2+ messages)


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.