All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-10 15:56:57 to 2024-12-10 16:32:49 UTC [more...]

[PATCH 0/3] enable build of lib/stack when using MSVC
 2024-12-10 16:32 UTC 

[RFC/WIP 0/3] WIP CTU CAN FD IP core mapping to the platform bus
 2024-12-10 16:32 UTC  (3+ messages)

[PATCH] bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavors
 2024-12-10 16:32 UTC 

[PATCH] fork: avoid inappropriate uprobe access to invalid mm
 2024-12-10 16:31 UTC 

[PATCH v5 0/6] move per-vma lock into vm_area_struct
 2024-12-10 16:32 UTC  (10+ messages)
` [PATCH v5 3/6] mm: mark vma as detached until it's added into vma tree
` [PATCH v5 4/6] mm: make vma cache SLAB_TYPESAFE_BY_RCU

[PATCH net-next v8 00/17] io_uring zero copy rx
 2024-12-10 16:31 UTC  (4+ messages)
` [PATCH net-next v8 03/17] net: page_pool: create hooks for custom page providers

[PATCH] fgraph: Use CPU hotplug mechanism to initialize idle shadow stacks
 2024-12-10 16:31 UTC  (3+ messages)

[PATCH v9 0/4] i2c-i801 / dell-lis3lv02d: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-lis3lv02d
 2024-12-10 16:30 UTC  (3+ messages)
` [PATCH v9 2/4] platform/x86: dell-smo8800: "

[PATCH v2 00/69] target/arm: AArch64 decodetree conversion, final part
 2024-12-10 16:17 UTC  (70+ messages)
` [PATCH v2 01/69] target/arm: Add section labels for "Data Processing (register)"
` [PATCH v2 02/69] target/arm: Convert UDIV, SDIV to decodetree
` [PATCH v2 03/69] target/arm: Convert LSLV, LSRV, ASRV, RORV "
` [PATCH v2 04/69] target/arm: Convert CRC32, CRC32C "
` [PATCH v2 05/69] target/arm: Convert SUBP, IRG, GMI "
` [PATCH v2 06/69] target/arm: Convert PACGA "
` [PATCH v2 07/69] target/arm: Convert RBIT, REV16, REV32, REV64 "
` [PATCH v2 08/69] target/arm: Convert CLZ, CLS "
` [PATCH v2 09/69] target/arm: Convert PAC[ID]*, AUT[ID]* "
` [PATCH v2 10/69] target/arm: Convert XPAC[ID] "
` [PATCH v2 11/69] target/arm: Convert disas_logic_reg "
` [PATCH v2 12/69] target/arm: Convert disas_add_sub_ext_reg "
` [PATCH v2 13/69] target/arm: Convert disas_add_sub_reg "
` [PATCH v2 14/69] target/arm: Convert disas_data_proc_3src "
` [PATCH v2 15/69] target/arm: Convert disas_adc_sbc "
` [PATCH v2 16/69] target/arm: Convert RMIF "
` [PATCH v2 17/69] target/arm: Convert SETF8, SETF16 "
` [PATCH v2 18/69] target/arm: Convert CCMP, CCMN "
` [PATCH v2 19/69] target/arm: Convert disas_cond_select "
` [PATCH v2 20/69] target/arm: Introduce fp_access_check_scalar_hsd
` [PATCH v2 21/69] target/arm: Introduce fp_access_check_vector_hsd
` [PATCH v2 22/69] target/arm: Convert FCMP, FCMPE, FCCMP, FCCMPE to decodetree
` [PATCH v2 23/69] target/arm: Fix decode of fp16 vector fabs, fneg
` [PATCH v2 24/69] target/arm: Convert FMOV, FABS, FNEG (scalar) to decodetree
` [PATCH v2 25/69] target/arm: Pass fpstatus to vfp_sqrt*
` [PATCH v2 26/69] target/arm: Remove helper_sqrt_f16
` [PATCH v2 27/69] target/arm: Convert FSQRT (scalar) to decodetree
` [PATCH v2 28/69] target/arm: Convert FRINT[NPMSAXI] "
` [PATCH v2 29/69] target/arm: Convert BFCVT "
` [PATCH v2 30/69] target/arm: Convert FRINT{32, 64}[ZX] (scalar) "
` [PATCH v2 31/69] target/arm: Convert FCVT "
` [PATCH v2 32/69] target/arm: Convert handle_fpfpcvt "
` [PATCH v2 33/69] target/arm: Convert FJCVTZS "
` [PATCH v2 34/69] target/arm: Convert handle_fmov "
` [PATCH v2 35/69] target/arm: Convert SQABS, SQNEG "
` [PATCH v2 36/69] target/arm: Convert ABS, NEG "
` [PATCH v2 37/69] target/arm: Introduce gen_gvec_cls, gen_gvec_clz
` [PATCH v2 38/69] target/arm: Convert CLS, CLZ (vector) to decodetree
` [PATCH v2 39/69] target/arm: Introduce gen_gvec_cnt, gen_gvec_rbit
` [PATCH v2 40/69] target/arm: Convert CNT, NOT, RBIT (vector) to decodetree
` [PATCH v2 41/69] target/arm: Convert CMGT, CMGE, GMLT, GMLE, CMEQ (zero) "
` [PATCH v2 42/69] target/arm: Introduce gen_gvec_rev{16,32,64}
` [PATCH v2 43/69] target/arm: Convert handle_rev to decodetree
` [PATCH v2 44/69] target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c
` [PATCH v2 45/69] target/arm: Introduce gen_gvec_{s,u}{add,ada}lp
` [PATCH v2 46/69] target/arm: Convert handle_2misc_pairwise to decodetree
` [PATCH v2 47/69] target/arm: Remove helper_neon_{add,sub}l_u{16,32}
` [PATCH v2 48/69] target/arm: Introduce clear_vec
` [PATCH v2 49/69] target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree
` [PATCH v2 50/69] target/arm: Convert FCVTN, BFCVTN "
` [PATCH v2 51/69] target/arm: Convert FCVTXN "
` [PATCH v2 52/69] target/arm: Convert SHLL "
` [PATCH v2 53/69] target/arm: Implement gen_gvec_fabs, gen_gvec_fneg
` [PATCH v2 54/69] target/arm: Convert FABS, FNEG (vector) to decodetree
` [PATCH v2 55/69] target/arm: Convert FSQRT "
` [PATCH v2 56/69] target/arm: Convert FRINT* "
` [PATCH v2 57/69] target/arm: Convert FCVT* (vector, integer) scalar "
` [PATCH v2 58/69] target/arm: Convert FCVT* (vector, fixed-point) "
` [PATCH v2 59/69] target/arm: Convert [US]CVTF (vector, integer) "
` [PATCH v2 60/69] target/arm: Convert [US]CVTF (vector, fixed-point) "
` [PATCH v2 61/69] target/arm: Rename helper_gvec_vcvt_[hf][su] with _rz
` [PATCH v2 62/69] target/arm: Convert [US]CVTF (vector) to decodetree
` [PATCH v2 63/69] target/arm: Convert FCVTZ[SU] (vector, fixed-point) "
` [PATCH v2 64/69] target/arm: Convert FCVT* (vector, integer) "
` [PATCH v2 65/69] target/arm: Convert handle_2misc_fcmp_zero "
` [PATCH v2 66/69] target/arm: Convert FRECPE, FRECPX, FRSQRTE "
` [PATCH v2 67/69] target/arm: Introduce gen_gvec_urecpe, gen_gvec_ursqrte
` [PATCH v2 68/69] target/arm: Convert URECPE and URSQRTE to decodetree
` [PATCH v2 69/69] target/arm: Convert FCVTL "

[PATCH v2 0/7] remove libxenctrl usage from xenstored
 2024-12-10 16:29 UTC  (5+ messages)
` [PATCH v2 5/7] xen: add new domctl get_changed_domain

[PATCH v2 net] splice: do not checksum AF_UNIX sockets
 2024-12-10 16:28 UTC  (5+ messages)

[PATCH v2 1/1] arm64: dts: rockchip: rk3588-evb1: add WLAN controller
 2024-12-10 16:24 UTC  (2+ messages)

[PATCH v3 00/10] drm: Add DSI/DP support for Renesas r8a779h0 V4M and grey-hawk board
 2024-12-10 16:19 UTC  (3+ messages)
` [PATCH v3 09/10] arm64: dts: renesas: r8a779h0: Add display support

[PATCH 0/6] rockchip: rk3328 fixes in preparation for usb3-phy
 2024-12-10 16:25 UTC  (13+ messages)
` [PATCH 2/6] clk: rockchip: fix wrong clk_ref_usb3otg parent for rk3328
` [PATCH 4/6] arm64: dts: rockchip: add hevc power domain clock to rk3328

[PATCH 0/6] iommu/s390: add support for IOMMU passthrough
 2024-12-10 16:26 UTC  (4+ messages)
` [PATCH 5/6] iommu: document missing def_domain_type return

[PATCH 1/1] mm: fix vma_copy for !CONFIG_PER_VMA_LOCK
 2024-12-10 16:26 UTC  (3+ messages)

[PATCH V7 03/10] accel/amdxdna: Support hardware mailbox
 2024-12-10 16:26 UTC  (7+ messages)

[PATCH 00/24] Complete EEVDF
 2024-12-10 16:13 UTC  (9+ messages)
` [REGRESSION] "

[PATCH] xen/vpci: fix memory type in guest_mem_bar_read()
 2024-12-10 16:25 UTC 

[PATCH bpf-next v5 0/5] bpf: Add open-coded style process file iterator and bpf_fget_task() kfunc
 2024-12-10 16:25 UTC  (9+ messages)
` [PATCH bpf-next v5 2/5] selftests/bpf: Add tests for open-coded style process file iterator
` [PATCH bpf-next v5 3/5] bpf: Add bpf_fget_task() kfunc

[PATCH net-next 0/4] vsock/test: Tests for memory leaks
 2024-12-10 16:25 UTC  (6+ messages)
` [PATCH net-next 1/4] vsock/test: Use NSEC_PER_SEC
` [PATCH net-next 2/4] vsock/test: Add test for accept_queue memory leak

[PATCH] dm: Allow the use of escaped characters in str_field_delimit()
 2024-12-10 16:25 UTC  (3+ messages)
  `  "

[PATCH] netfilter: nfnetlink_queue: Fix redundant comparison of unsigned value
 2024-12-10 16:24 UTC  (3+ messages)

[PATCH v8 00/28] Qualcomm iris video decoder driver
 2024-12-10 16:23 UTC  (3+ messages)
` [PATCH v8 27/28] media: iris: enable video driver probe of SM8250 SoC

[Buildroot] [PATCH v2 1/4] package/bluez5_utils{, -headers}: bump version to 5.79
 2024-12-10 16:22 UTC  (4+ messages)
` [Buildroot] [PATCH v2 2/4] package/bluez5_utils: fix dbusconfdir
` [Buildroot] [PATCH v2 3/4] package/bluez5_utils: install datafiles with correct permissions
` [Buildroot] [PATCH v2 4/4] package/bluez5_utils: tidy up the init script

[PATCH 0/2] Introduce Poly/Plantronics mute event support
 2024-12-10 16:22 UTC  (8+ messages)

[PATCH v1 0/6] Unflattening and relocation of host device tree
 2024-12-10 16:20 UTC  (5+ messages)
` [PATCH v1 5/6] xen/riscv: implement relocate_fdt()

[PATCH AUTOSEL 6.12 01/19] s390/pci: Sort PCI functions prior to creating virtual busses
 2024-12-10 16:21 UTC  (7+ messages)
` [PATCH AUTOSEL 6.12 09/19] btrfs: zlib: make the compression path to handle sector size < page size
` [PATCH AUTOSEL 6.12 16/19] md/raid1: Handle bio_split() errors

[PATCH v4 0/6] KVM: x86: Prep KVM hypercall handling for TDX
 2024-12-10 16:20 UTC  (5+ messages)
` [PATCH v4 6/6] KVM: x86: Refactor __kvm_emulate_hypercall() into a macro

[PATCH] dm-crypt: set max_io_len as chunk_sectors of zoned device
 2024-12-10 16:20 UTC  (6+ messages)
        `  "

[PATCH v4 00/25] efi: Tidy up confusion between pointers and addresses
 2024-12-10 16:17 UTC  (5+ messages)
` [PATCH v4 09/25] efi_loader: Use the enum for memory type

[PATCH AUTOSEL 4.19 1/4] media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared camera
 2024-12-10 16:17 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 2/4] media: vb2: use lock if wait_prepare/finish are NULL

[PATCH 00/10] Improve UEFI app support
 2024-12-10 16:17 UTC  (7+ messages)
` [PATCH 02/10] Add part_find command
` [PATCH 09/10] Fix efi_bind_block

[PATCH v1] mm/page_alloc: don't call pfn_to_page() on possibly non-existent PFN in split_large_buddy()
 2024-12-10 16:17 UTC  (2+ messages)

[PATCH] MAINTAINERS: update Coly Li's email address
 2024-12-10 16:17 UTC  (2+ messages)

[PATCH v3 0/4] Zone write plugging fixes
 2024-12-10 16:17 UTC  (4+ messages)
` [PATCH v3 3/4] dm: Fix dm-zoned-reclaim zone write pointer alignment

[PATCH v2 0/7] arm64: zynqmp: Convert platforms to use binman
 2024-12-10 16:17 UTC  (10+ messages)
` [PATCH v2 2/7] common: binman: Calling initr_binman() when BINMAN_FDT

[PATCH 0/8] efi: Add docs and tests and a few tweaks
 2024-12-10 16:16 UTC  (4+ messages)
` [PATCH 3/8] doc: test: Add docs and test for part_find

[RFC PATCH 0/7] Cleanup the LMB subsystem
 2024-12-10 16:16 UTC  (4+ messages)
` [RFC PATCH 1/7] lmb: Replace lmb_reserve() with lmb_reserve_flags()

[meta-rockchip][PATCH] u-boot: Update SRCREV for radxa-zero-3
 2024-12-10 16:16 UTC  (3+ messages)
` [yocto-patches] "

[PATCH AUTOSEL 6.11 01/15] usb: chipidea: add CI_HDRC_HAS_SHORT_PKT_LIMIT flag
 2024-12-10 16:12 UTC  (5+ messages)
` [PATCH AUTOSEL 6.11 08/15] drm: display: Set fwnode for aux bus devices

[PATCH AUTOSEL 6.12 001/107] drm/xe/pciids: separate RPL-U and RPL-P PCI IDs
 2024-12-10 16:16 UTC  (4+ messages)
` [PATCH AUTOSEL 6.12 033/107] accel/qaic: Add AIC080 support

[PATCH net-next v4 0/6] tls: implement key updates for TLS1.3
 2024-12-10 16:16 UTC  (4+ messages)
` [PATCH net-next v4 1/6] tls: block decryption when a rekey is pending

[PATCH v2 0/3] VF: Avoid reading inaccessible registers
 2024-12-10 16:15 UTC  (4+ messages)
` [PATCH 1/3] drm/xe/vf: Don't check has flat ccs in bios on VF
` [PATCH 2/3] drm/xe/rtp: Add match helper to omit SR-IOV VF device
` [PATCH 3/3] drm/xe/vf: Don't apply Wa_22019338487 for VF

[PATCH v4 0/5] dt-bindings: mmc: document mmc-slot and convert amlogic,meson-mx-sdio.txt to dtschema
 2024-12-10 16:09 UTC  (3+ messages)

[REGRESSION] from 74a0e79df68a8042fb84fd7207e57b70722cf825: VFIO PCI passthrough no longer works
 2024-12-10 16:15 UTC  (3+ messages)

[PATCH net-next v2 0/7] netlink: specs: add a spec for nl80211 wiphy
 2024-12-10 16:14 UTC  (8+ messages)
` [PATCH net-next v2 1/7] tools/net/ynl: remove extraneous plural from variable names
` [PATCH net-next v2 2/7] tools/net/ynl: support decoding indexed arrays as enums
` [PATCH net-next v2 3/7] tools/net/ynl: support rendering C array members to strings
` [PATCH net-next v2 4/7] tools/net/ynl: accept IP string inputs
` [PATCH net-next v2 5/7] netlink: specs: support nested structs in genetlink legacy
` [PATCH net-next v2 6/7] netlink: specs: add s8, s16 to genetlink schemas
` [PATCH net-next v2 7/7] netlink: specs: wireless: add a spec for nl80211

[PATCHv3] gcc: disable '-Wstrignop-overread' universally for gcc-13+ and FORTIFY_SOURCE
 2024-12-10 16:14 UTC  (5+ messages)

[PATCH AUTOSEL 5.4 01/28] drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model
 2024-12-10 16:14 UTC  (4+ messages)
` [PATCH AUTOSEL 5.4 20/28] net: enetc: add i.MX95 EMDIO support

[PATCH] x86/FPU: make vcpu_reset_fpu() build again with old gcc
 2024-12-10 16:14 UTC  (5+ messages)

[PATCH v2] arm64: signal: Ensure signal delivery failure is recoverable
 2024-12-10 16:09 UTC 

[PATCH 5/5] drm/amdgpu/sdma7: Add queue reset sysfs for sdmav7
 2024-12-10 16:13 UTC  (2+ messages)

[PATCH AUTOSEL 6.12 01/36] pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU
 2024-12-10 16:13 UTC  (4+ messages)
` [PATCH AUTOSEL 6.12 15/36] mfd: axp20x: Allow multiple regulators

[PATCH rdma-next 0/3] Add Flow Control for Solicited MADs
 2024-12-10 16:12 UTC  (3+ messages)
` [PATCH rdma-next 1/3] IB/mad: Replace MAD's refcount with a state machine

[PATCH 0/4] ARM: towards 32-bit preempt-rt support
 2024-12-10 16:05 UTC  (5+ messages)
` [PATCH 1/4] ARM: Disable jump-label on PREEMPT_RT
` [PATCH 2/4] ARM: Disable HIGHPTE on PREEMPT_RT kernels
` [PATCH 3/4] ARM: drop CONFIG_HIGHPTE support
` [PATCH 4/4] mm: drop HIGHPTE support altogether

[PATCH v2] fanotify: notify on mount attach and detach
 2024-12-10 16:11 UTC  (3+ messages)

[v6.12] WARNING: at kernel/sched/deadline.c:1995 enqueue_dl_entity (task blocked for more than 28262 seconds)
 2024-12-10 16:11 UTC  (9+ messages)

[PATCH v2] mmc: mtk-sd: disable wakeup in .remove() and in the error path of .probe()
 2024-12-10 16:09 UTC  (2+ messages)

[PATCH] mmc: sdhci-tegra: Remove SDHCI_QUIRK_BROKEN_ADMA_ZEROLEN_DESC quirk
 2024-12-10 16:09 UTC  (2+ messages)

Allegro Video IP VCU Info
 2024-12-10 16:09 UTC  (2+ messages)

[PATCH] drm/xe/ptl: Apply Wa_14023061436
 2024-12-10 16:08 UTC  (4+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

remove _supported_fs
 2024-12-10 16:08 UTC  (3+ messages)

[PATCH v2 0/1] KVM: arm64: Map GPU memory with no struct pages
 2024-12-10 16:08 UTC  (5+ messages)

[PATCH 00/10] target/arm: Pull TLBI insns out to their own source file
 2024-12-10 16:04 UTC  (11+ messages)
` [PATCH 01/10] target/arm: Move some TLBI insns "
` [PATCH 02/10] target/arm: Move TLBI insns for AArch32 EL2 to tlbi_insn_helper.c
` [PATCH 03/10] target/arm: Move AArch64 TLBI insns from v8_cp_reginfo[]
` [PATCH 04/10] target/arm: Move the AArch64 EL2 TLBI insns
` [PATCH 05/10] target/arm: Move AArch64 EL3 "
` [PATCH 06/10] target/arm: Move TLBI range insns
` [PATCH 07/10] target/arm: Move the TLBI OS insns to tlb-insns.c
` [PATCH 08/10] target/arm: Move small helper functions "
` [PATCH 09/10] target/arm: Move RME TLB insns "
` [PATCH 10/10] target/arm: Simplify condition for tlbi_el2_cp_reginfo[]

[PATCH v4 0/11] futex: Add support task local hash maps
 2024-12-10 16:07 UTC  (3+ messages)
` [PATCH v4 03/11] futex: Allow automatic allocation of process wide futex hash

[PATCH] MAINTAINERS: group all VMA-related files into the VMA section
 2024-12-10 16:06 UTC  (11+ messages)

[RFC PATCH v2] mmc: suspend MMC also when unbinding
 2024-12-10 16:03 UTC  (2+ messages)

[PATCH 00/16] qom/object: Deprecate type_register()
 2024-12-10 16:20 UTC  (2+ messages)

[PATCH can-next v2] can: mcp251xfd: ACPI support
 2024-12-10 16:03 UTC  (9+ messages)

[PATCH] efi_loader: Fix section alignment on EFI binaries
 2024-12-10 16:01 UTC 

[PATCH v2] PCI: Avoid putting some root ports into D3 on some Ryzen chips
 2024-12-10 16:00 UTC  (4+ messages)

[PATCH v2 00/11] Use correct LDO5 control registers for PCA9450
 2024-12-10 15:59 UTC  (4+ messages)
` [PATCH v2 01/11] Revert "regulator: pca9450: Add sd-vsel GPIO"

[PATCH v2 00/11] x86: 32-bit cleanups
 2024-12-10 16:00 UTC  (3+ messages)
` [PATCH v2 01/11] x86/Kconfig: Geode CPU has cmpxchg8b

[PATCH v2 1/2] drm/xe: Use non-interruptible wait when moving BO to system
 2024-12-10 15:59 UTC  (6+ messages)
` [PATCH v2 2/2] drm/xe: Wait for migration job before unmapping pages

[PATCH net-next v2 00/10] Replace page_frag with page_frag_cache (Part-2)
 2024-12-10 15:58 UTC  (6+ messages)

[PATCH v3 0/7] Add Nuvoton NCT6694 MFD drivers
 2024-12-10 15:58 UTC  (3+ messages)
` [PATCH v3 6/7] hwmon: Add Nuvoton NCT6694 HWMON support

[PATCH v2 00/18] KVM: arm64: Non-protected guest stage-2 support for pKVM
 2024-12-10 15:57 UTC  (5+ messages)
` [PATCH v2 11/18] KVM: arm64: Introduce __pkvm_host_unshare_guest()

[PATCH 00/26] rust: bundle of prerequisites for HPET implementation
 2024-12-10 16:16 UTC  (3+ messages)
` [PATCH 13/26] rust: qom: automatically use Drop trait to implement instance_finalize

[PATCH 0/6] arm64: errata: Add Qualcomm CPUs to the Spectre mitigation lists
 2024-12-10 15:56 UTC  (2+ messages)

[PATCH v4 bpf-next 0/7] Add fd_array_cnt attribute for BPF_PROG_LOAD
 2024-12-10 15:57 UTC  (8+ messages)
` [PATCH v4 bpf-next 3/7] bpf: add fd_array_cnt attribute for prog_load

[PATCH v2 0/2] drm/xe: adding wait helper for gt async reset
 2024-12-10 15:57 UTC  (3+ messages)
` [PATCH v2 2/2] drm/xe: make change ccs_mode a synchronous action

[PATCH v3 1/2] drm/xe: Use non-interruptible wait when moving BO to system
 2024-12-10 16:15 UTC  (2+ messages)
` [PATCH v3 2/2] drm/xe: Wait for migration job before unmapping pages


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.