All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-20 12:40:07 to 2023-11-20 13:23:28 UTC [more...]

[RESEND PATCH v5 00/12] arm64: qcom: add and enable SHM Bridge support
 2023-11-20 13:21 UTC  (22+ messages)
` [RESEND PATCH v5 01/12] firmware: qcom: add a dedicated TrustZone buffer allocator
` [RESEND PATCH v5 02/12] firmware: qcom: scm: enable the TZ mem allocator
` [RESEND PATCH v5 03/12] firmware: qcom: scm: smc: switch to using the SCM allocator
` [RESEND PATCH v5 04/12] firmware: qcom: scm: make qcom_scm_assign_mem() use the TZ allocator
` [RESEND PATCH v5 05/12] firmware: qcom: scm: make qcom_scm_ice_set_key() "
` [RESEND PATCH v5 06/12] firmware: qcom: scm: make qcom_scm_lmh_dcvsh() "
` [RESEND PATCH v5 07/12] firmware: qcom: scm: make qcom_scm_qseecom_app_get_id() "
` [RESEND PATCH v5 08/12] firmware: qcom: qseecom: convert to using "
` [RESEND PATCH v5 09/12] firmware: qcom: scm: add support for SHM bridge operations
` [RESEND PATCH v5 10/12] firmware: qcom: tzmem: enable SHM Bridge support
` [RESEND PATCH v5 11/12] firmware: qcom: scm: clarify the comment in qcom_scm_pas_init_image()
` [RESEND PATCH v5 12/12] arm64: defconfig: enable SHM Bridge support for the TZ memory allocator

[igt-dev] [PATCH i-g-t 1/3 v6] lib/igt_kms: Fix memory corruption
 2023-11-20 13:23 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/3,v6] lib/igt_kms: Fix memory corruption (rev3)

[PATCH V5 00/12] fix migration of suspended runstate
 2023-11-20 13:22 UTC  (3+ messages)
` [PATCH V5 01/12] cpus: refactor vm_stop

[RFC-PATCH-for-8.2?] disas/cris: Pass buffer size to format_dec() to avoid overflow warning
 2023-11-20 13:22 UTC 

[PATCH v2] KVM: arm/arm64: GICv4: Do not perform a map to a mapped vLPI
 2023-11-20 13:19 UTC  (4+ messages)

stable/linux-5.10.y build: 19 builds: 2 failed, 17 passed, 5 warnings (v5.10.201)
 2023-11-20 13:20 UTC 

[PATCH v3] KVM: arm64: GICv4: Do not perform a map to a mapped vLPI
 2023-11-20 13:12 UTC  (2+ messages)

[PATCH v3 0/4] ide: implement simple legacy/native mode switching for PCI IDE controllers
 2023-11-20 13:19 UTC  (6+ messages)

[PATCH for-8.2 0/3] UI: fix default VC regressions
 2023-11-20 13:17 UTC  (4+ messages)
` [PATCH for-8.2 1/3] vl: revert behaviour for -display none
    ` [EXTERNAL] "

[PATCH] meson: -Wno-error=format-overflow for ubsan
 2023-11-20 13:16 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/4] drm/i915: Fix LUT rounding
 2023-11-20 13:17 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/4] drm: Fix color "

[PATCH v11 00/43] KVM: arm64: Nested Virtualization support (FEAT_NV2 only)
 2023-11-20 13:10 UTC  (78+ messages)
` [PATCH v11 01/43] arm64: cpufeatures: Restrict NV support to FEAT_NV2
` [PATCH v11 02/43] KVM: arm64: nv: Hoist vcpu_has_nv() into is_hyp_ctxt()
` [PATCH v11 03/43] KVM: arm64: nv: Compute NV view of idregs as a one-off
` [PATCH v11 04/43] KVM: arm64: nv: Drop EL12 register traps that are redirected to VNCR
` [PATCH v11 05/43] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v11 06/43] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v11 07/43] KVM: arm64: Introduce a bad_trap() primitive for unexpected trap handling
` [PATCH v11 08/43] KVM: arm64: nv: Add EL2_REG_VNCR()/EL2_REG_REDIR() sysreg helpers
` [PATCH v11 09/43] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v11 10/43] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v11 11/43] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v11 12/43] KVM: arm64: nv: Handle CNTHCTL_EL2 specially
` [PATCH v11 13/43] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v11 14/43] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v11 15/43] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v11 16/43] KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
` [PATCH v11 17/43] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v11 18/43] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v11 19/43] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v11 20/43] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v11 21/43] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v11 22/43] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v11 23/43] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v11 24/43] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v11 25/43] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v11 26/43] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v11 27/43] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v11 28/43] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v11 29/43] KVM: arm64: nv: Load timer before the GIC
` [PATCH v11 30/43] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v11 31/43] KVM: arm64: nv: Don't block in WFI from nested state
` [PATCH v11 32/43] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v11 33/43] KVM: arm64: nv: Fold GICv3 host trapping requirements into guest setup
` [PATCH v11 34/43] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v11 35/43] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v11 36/43] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v11 37/43] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v11 38/43] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v11 39/43] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v11 40/43] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v11 41/43] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v11 42/43] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on
` [PATCH v11 43/43] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT

[linus:master] [mm, page_alloc] c0a242394c: will-it-scale.per_process_ops 12.6% improvement
 2023-11-20 13:16 UTC 

[PATCH 00/15] board: ti: Add support for BeagleBone AI-64
 2023-11-20 13:16 UTC  (8+ messages)
` [PATCH 14/15] board: ti: Add j721e_beagleboneai64_* config fragments and env file

[net-next PATCH] net: phy: correctly check soft_reset ret ONLY if defined for PHY
 2023-11-20 13:15 UTC 

[PATCH net-next v8 00/15] Introducing P4TC
 2023-11-20 13:16 UTC  (7+ messages)
` [PATCH net-next v8 09/15] p4tc: add template pipeline create, get, update, delete

npm/npmsw fetchers: Support for "offline" builds?
 2023-11-20 13:14 UTC  (6+ messages)
` [bitbake-devel] "
    `  "

[XEN PATCH 0/5] xen: address some violations of MISRA C:2012 Rule 8.2
 2023-11-20 13:13 UTC  (4+ messages)
` [XEN PATCH 3/5] xen/sort: address "

[PATCH v2] RDMA/irdma: Fix UAF in irdma_sc_ccq_get_cqe_info()
 2023-11-20 13:13 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Do not check psr2 if psr/panel replay is not supported
 2023-11-20 13:11 UTC  (2+ messages)

[Intel-gfx] [PATCH v2 00/11] drm/i915: Fix UHBR data, link M/N/TU and PBN values
 2023-11-20 13:10 UTC  (4+ messages)
  ` [PATCH v2 00/11] drm/i915: Fix UHBR data,link "

[linux-linus test] 183796: regressions - FAIL
 2023-11-20 13:09 UTC 

[PATCH nft] tests: shell: adjust add-after-delete flowtable for older kernels
 2023-11-20 13:07 UTC 

[PATCH 4.14] net: sched: fix race condition in qdisc_graft()
 2023-11-20 13:06 UTC  (2+ messages)

[ANNOUNCE] libdrm 2.4.118
 2023-11-20 13:06 UTC 

[PATCH] platform/x86/dell: alienware-wmi: Use kasprintf()
 2023-11-20 13:06 UTC  (2+ messages)

[PATCH v3 0/9] hwmon: (dell-smm) Add support for WMI SMM interface
 2023-11-20 13:03 UTC  (2+ messages)

[PATCH-for-8.2?] hw/acpi/erst: Do not ignore Error* in realize handler
 2023-11-20 13:00 UTC 

[PATCH v4 1/2] dt-bindings: adc: add AD7173
 2023-11-20 13:00 UTC  (3+ messages)
` [PATCH v4 2/2] iio: adc: ad7173: add AD7173 driver

[PATCH v3 0/3] wifi: mt76: mt7921: series with CLC patches
 2023-11-20 12:39 UTC  (4+ messages)
` [PATCH v3 1/3] wifi: mt76: mt7921: fix country count limitation for CLC
` [PATCH v3 2/3] wifi: mt76: mt7921: fix CLC command timeout when suspend/resume
` [PATCH v3 3/3] wifi: mt76: mt7921: fix wrong 6Ghz power type

Recent changes (master)
 2023-11-20 13:00 UTC 

[intel-tdx:kvm-upstream-next 196/273] arch/x86/kvm/x86.c:14007 pre_move_enc_context_from() warn: missing error code 'ret'
 2023-11-20 12:59 UTC 

[PATCH] acpi_idle: use raw_safe_halt() from acpi_idle_play_dead()
 2023-11-20 12:57 UTC  (4+ messages)

[Intel-xe] [PATCH] drm/xe: Encapsulate all the module parameters
 2023-11-20 12:56 UTC  (7+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for drm/xe: Encapsulate all the module parameters (rev5)
` [Intel-xe] ✓ CI.checkpatch: "
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ✓ CI.Hooks: "
` [Intel-xe] ✓ CI.checksparse: "

[PATCH nft] tests: shell: skip meta time test meta expression lacks support
 2023-11-20 12:56 UTC 

[PATCH nft] tests: shell: skip maps delete test if dynset lacks delete op
 2023-11-20 12:56 UTC 

[PATCH nft] tests: shell: skip ct expectation test if feature is missing
 2023-11-20 12:55 UTC 

[PATCH 00/13] x86/CPU/AMD: Rework Zen family detection and other fun
 2023-11-20 12:53 UTC  (3+ messages)
` [PATCH 07/13] x86/CPU/AMD: Move Zenbleed check to the Zen2 init function

[Intel-gfx] [PATCH] drm/i915: Also check for VGA converter in eDP probe
 2023-11-20 12:53 UTC  (2+ messages)

[Intel-gfx] [PATCH v4 03/11] drm/dp_mst: Add kunit tests for drm_dp_get_vc_payload_bw()
 2023-11-20 12:52 UTC  (3+ messages)
` [PATCH v5 "
  ` [Intel-gfx] "

stable/linux-5.4.y build: 17 builds: 2 failed, 15 passed, 24 warnings (v5.4.261)
 2023-11-20 12:52 UTC 

[PATCH v2 0/7] Small Runtime PM API changes
 2023-11-20 12:52 UTC  (5+ messages)
` [PATCH v2 3/7] ACPI: Documentation: Document acpi_dev_state_d0()

[syzbot] [dri?] divide error in drm_mode_debug_printmodeline
 2023-11-20 12:00 UTC  (2+ messages)
` [syzbot] [PATCH] Test divide err in drm

[PATCH for-next 0/9] Misc patches for RTRS
 2023-11-20 12:10 UTC  (3+ messages)

[PATCH v6 23/23] dts: add doc generation
 2023-11-20 12:50 UTC  (6+ messages)
` [PATCH v7 00/21] dts: docstrings update
  ` [PATCH v7 21/21] dts: test suites docstring update

[PATCH] uki: Add support for building Unified Kernel Images
 2023-11-20 12:48 UTC  (4+ messages)
` [OE-core] "

[PATCH 0/6] crypto: rockchip: add support for rk3588/rk3568
 2023-11-20 12:48 UTC  (26+ messages)
` [PATCH 2/6] MAINTAINERS: add new dt-binding doc to the right entry
` [PATCH 3/6] ARM64: dts: rk3588: add crypto node
` [PATCH 5/6] reset: rockchip: secure reset must be used by SCMI
` [PATCH 6/6] crypto: rockchip: add rk3588 driver
  ` Aw: "

[PATCH] cmdline-gen: fix error when command list has empty lines
 2023-11-20 12:47 UTC  (3+ messages)

[Intel-gfx] [PATCH 1/3] drm/i915/fbc: Split plane size vs. surface size checks apart
 2023-11-20 12:46 UTC  (2+ messages)

[asahilinux:bits/220-tso 4/4] arch/arm64/kernel/cpufeature_impdef.c:12:6: warning: no previous prototype for function 'has_apple_feature'
 2023-11-20 12:44 UTC 

[Intel-xe] [PATCH v1 0/8] uAPI Alignment - Cleanup and future proof
 2023-11-20 12:44 UTC  (2+ messages)
` [Intel-xe] ✗ CI.Patch_applied: failure for uAPI Alignment - Cleanup and future proof (rev3)

[PATCH v3] soc: mediatek: mmsys: Add support for MT8188 VPPSYS
 2023-11-20 12:42 UTC  (3+ messages)

[RFC PATCH bpf-next v2 0/4] bpf, x64: Fix tailcall hierarchy
 2023-11-20 12:41 UTC  (4+ messages)

[PATCH 0/2] Fix runtime suspended device resume
 2023-11-20 12:41 UTC  (5+ messages)
` [PATCH 2/2] scsi: sd: fix system start for ATA devices

[PATCH V6][0/4] Add DesignWare Mobile mmc driver
 2023-11-20 12:41 UTC  (5+ messages)
` [PATCH V6][4/4] dt-bindings: mmc: Add dt-bindings for realtek "

[Intel-xe] [PATCH] drm/xe/pmu: fix config counters in pmu
 2023-11-20 12:41 UTC  (2+ messages)
` [Intel-xe] ✓ CI.BAT: success for "

[PATCH v2 00/13] arm64: Add support for FEAT_E2H0, or lack thereof
 2023-11-20 12:37 UTC  (11+ messages)
` [PATCH v2 02/13] arm64: cpufeatures: Correctly handle signed values
` [PATCH v2 03/13] arm64: cpufeature: Correctly display signed override values
` [PATCH v2 04/13] arm64: sysreg: Add layout for ID_AA64MMFR4_EL1
` [PATCH v2 05/13] arm64: cpufeature: Add ID_AA64MMFR4_EL1 handling
` [PATCH v2 07/13] arm64: cpufeature: Detect HCR_EL2.NV1 being RES0
` [PATCH v2 08/13] arm64: Treat HCR_EL2.E2H as RES1 when ID_AA64MMFR4_EL1.E2H0 is negative
` [PATCH v2 10/13] arm64: Add MIDR-based override infrastructure
` [PATCH v2 11/13] arm64: Add MIDR-based overrides for ID_AA64MMFR4_EL1.E2H0
` [PATCH v2 12/13] KVM: arm64: Expose ID_AA64MMFR4_EL1 to guests
` [PATCH v2 13/13] KVM: arm64: Force guest's HCR_EL2.E2H RES1 when NV1 is not implemented

[PATCH] scsi: zfcp: Replace strlcpy() with strscpy()
 2023-11-20 12:40 UTC  (2+ messages)

[PATCH 1/3] MAINTAINERS: Introduce V: field for required tests
 2023-11-20 12:40 UTC  (2+ messages)

[PATCH 00/10] ipmi: kcs_bmc: Miscellaneous cleanups
 2023-11-20 12:40 UTC  (5+ messages)
` [PATCH 08/10] ipmi: kcs_bmc: Track clients in core


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.