messages from 2024-12-11 16:28:54 to 2024-12-11 16:44:58 UTC [more...]
[PATCH 6.1.y] i3c: master: cdns: Fix use after free vulnerability in cdns_i3c_master Driver Due to Race Condition
2024-12-11 16:32 UTC (2+ messages)
[PATCH v6] staging: gpib: Fix i386 build issue
2024-12-11 16:44 UTC
[PATCH v3 0/7] Add Nuvoton NCT6694 MFD drivers
2024-12-11 16:44 UTC (3+ messages)
` [PATCH v3 1/7] mfd: Add core driver for Nuvoton NCT6694
[PULL 00/49] rust, QOM, kvm changes for 2024-12-11
2024-12-11 16:27 UTC (37+ messages)
` [PULL 04/49] rust: build: move rustc_args.py invocation to qemu-api crate
` [PULL 05/49] rust: build: restrict --cfg generation to only required symbols
` [PULL 07/49] rust: cargo: store desired warning levels in workspace Cargo.toml
` [PULL 09/49] rust: fix a couple style issues from clippy
` [PULL 11/49] rust: build: add "make clippy", "make rustfmt", "make rustdoc"
` [PULL 12/49] rust: ci: add job that runs Rust tools
` [PULL 14/49] rust/qemu-api: Fix fragment-specifiers in define_property macro
` [PULL 15/49] clock: clear callback on unparent
` [PULL 18/49] kvm: remove unnecessary #ifdef
` [PULL 19/49] arm: Replace type_register() with type_register_static()
` [PULL 21/49] hw/net: "
` [PULL 22/49] ppc: "
` [PULL 24/49] hw/scsi: "
` [PULL 25/49] hw/sensor: "
` [PULL 27/49] hw/virtio: "
` [PULL 28/49] i386: "
` [PULL 29/49] target/mips: "
` [PULL 30/49] target/sparc: "
` [PULL 32/49] ui: "
` [PULL 33/49] script/codeconverter/qom_type_info: Deprecate MakeTypeRegisterStatic and MakeTypeRegisterNotStatic
` [PULL 34/49] qom/object: Remove type_register()
` [PULL 35/49] bql: check that the BQL is not dropped within marked sections
` [PULL 36/49] rust: cell: add BQL-enforcing Cell variant
` [PULL 37/49] rust: cell: add BQL-enforcing RefCell variant
` [PULL 38/49] rust: define prelude
` [PULL 39/49] rust: add bindings for interrupt sources
` [PULL 40/49] rust: add a bit operation module
` [PULL 41/49] rust: qom: add default definitions for ObjectImpl
` [PULL 42/49] rust: qom: rename Class trait to ClassInitImpl
` [PULL 43/49] rust: qom: convert type_info! macro to an associated const
` [PULL 44/49] rust: qom: move ClassInitImpl to the instance side
` [PULL 45/49] rust: qdev: move device_class_init! body to generic function, ClassInitImpl implementation to macro
` [PULL 46/49] rust: qdev: move bridge for realize and reset functions out of pl011
` [PULL 47/49] rust: qom: move bridge for TypeInfo "
` [PULL 48/49] rust: qom: split ObjectType from ObjectImpl trait
` [PULL 49/49] rust: qom: change the parent type to an associated type
[PATCH v3 00/69] target/arm: AArch64 decodetree conversion, final part
2024-12-11 16:30 UTC (62+ messages)
` [PATCH v3 01/69] target/arm: Add section labels for "Data Processing (register)"
` [PATCH v3 02/69] target/arm: Convert UDIV, SDIV to decodetree
` [PATCH v3 04/69] target/arm: Convert CRC32, CRC32C "
` [PATCH v3 05/69] target/arm: Convert SUBP, IRG, GMI "
` [PATCH v3 06/69] target/arm: Convert PACGA "
` [PATCH v3 07/69] target/arm: Convert RBIT, REV16, REV32, REV64 "
` [PATCH v3 08/69] target/arm: Convert CLZ, CLS "
` [PATCH v3 09/69] target/arm: Convert PAC[ID]*, AUT[ID]* "
` [PATCH v3 10/69] target/arm: Convert XPAC[ID] "
` [PATCH v3 11/69] target/arm: Convert disas_logic_reg "
` [PATCH v3 12/69] target/arm: Convert disas_add_sub_ext_reg "
` [PATCH v3 13/69] target/arm: Convert disas_add_sub_reg "
` [PATCH v3 14/69] target/arm: Convert disas_data_proc_3src "
` [PATCH v3 15/69] target/arm: Convert disas_adc_sbc "
` [PATCH v3 16/69] target/arm: Convert RMIF "
` [PATCH v3 17/69] target/arm: Convert SETF8, SETF16 "
` [PATCH v3 18/69] target/arm: Convert CCMP, CCMN "
` [PATCH v3 19/69] target/arm: Convert disas_cond_select "
` [PATCH v3 20/69] target/arm: Introduce fp_access_check_scalar_hsd
` [PATCH v3 21/69] target/arm: Introduce fp_access_check_vector_hsd
` [PATCH v3 22/69] target/arm: Convert FCMP, FCMPE, FCCMP, FCCMPE to decodetree
` [PATCH v3 23/69] target/arm: Fix decode of fp16 vector fabs, fneg, fsqrt
` [PATCH v3 25/69] target/arm: Pass fpstatus to vfp_sqrt*
` [PATCH v3 26/69] target/arm: Remove helper_sqrt_f16
` [PATCH v3 27/69] target/arm: Convert FSQRT (scalar) to decodetree
` [PATCH v3 29/69] target/arm: Convert BFCVT "
` [PATCH v3 30/69] target/arm: Convert FRINT{32, 64}[ZX] (scalar) "
` [PATCH v3 31/69] target/arm: Convert FCVT "
` [PATCH v3 32/69] target/arm: Convert handle_fpfpcvt "
` [PATCH v3 33/69] target/arm: Convert FJCVTZS "
` [PATCH v3 34/69] target/arm: Convert handle_fmov "
` [PATCH v3 35/69] target/arm: Convert SQABS, SQNEG "
` [PATCH v3 36/69] target/arm: Convert ABS, NEG "
` [PATCH v3 37/69] target/arm: Introduce gen_gvec_cls, gen_gvec_clz
` [PATCH v3 39/69] target/arm: Introduce gen_gvec_cnt, gen_gvec_rbit
` [PATCH v3 40/69] target/arm: Convert CNT, NOT, RBIT (vector) to decodetree
` [PATCH v3 42/69] target/arm: Introduce gen_gvec_rev{16,32,64}
` [PATCH v3 43/69] target/arm: Convert handle_rev to decodetree
` [PATCH v3 44/69] target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c
` [PATCH v3 45/69] target/arm: Introduce gen_gvec_{s,u}{add,ada}lp
` [PATCH v3 46/69] target/arm: Convert handle_2misc_pairwise to decodetree
` [PATCH v3 47/69] target/arm: Remove helper_neon_{add,sub}l_u{16,32}
` [PATCH v3 48/69] target/arm: Introduce clear_vec
` [PATCH v3 49/69] target/arm: Convert XTN, SQXTUN, SQXTN, UQXTN to decodetree
` [PATCH v3 50/69] target/arm: Convert FCVTN, BFCVTN "
` [PATCH v3 51/69] target/arm: Convert FCVTXN "
` [PATCH v3 53/69] target/arm: Implement gen_gvec_fabs, gen_gvec_fneg
` [PATCH v3 55/69] target/arm: Convert FSQRT (vector) to decodetree
` [PATCH v3 56/69] target/arm: Convert FRINT* "
` [PATCH v3 58/69] target/arm: Convert FCVT* (vector, fixed-point) scalar "
` [PATCH v3 59/69] target/arm: Convert [US]CVTF (vector, integer) "
` [PATCH v3 60/69] target/arm: Convert [US]CVTF (vector, fixed-point) "
` [PATCH v3 61/69] target/arm: Rename helper_gvec_vcvt_[hf][su] with _rz
` [PATCH v3 62/69] target/arm: Convert [US]CVTF (vector) to decodetree
` [PATCH v3 63/69] target/arm: Convert FCVTZ[SU] (vector, fixed-point) "
` [PATCH v3 64/69] target/arm: Convert FCVT* (vector, integer) "
` [PATCH v3 65/69] target/arm: Convert handle_2misc_fcmp_zero "
` [PATCH v3 66/69] target/arm: Convert FRECPE, FRECPX, FRSQRTE "
` [PATCH v3 67/69] target/arm: Introduce gen_gvec_urecpe, gen_gvec_ursqrte
` [PATCH v3 68/69] target/arm: Convert URECPE and URSQRTE to decodetree
` [PATCH v3 69/69] target/arm: Convert FCVTL "
[PULL 00/72] target-arm queue
2024-12-11 16:20 UTC (5+ messages)
` [PULL 24/72] target/ppc: Set Float3NaNPropRule explicitly
` [PULL 25/72] target/s390x: "
` [PULL 67/72] softfloat: Inline pickNaN
` [PULL 68/72] softfloat: Share code between parts_pick_nan cases
[PATCH 0/5] KVM: x86: Address xstate_required_size() perf regression
2024-12-11 16:42 UTC (2+ messages)
[PATCH 0/3] Enlightened vTPM support for SVSM on SEV-SNP
2024-12-11 16:42 UTC (11+ messages)
` [PATCH 3/3] x86/sev: add a SVSM vTPM platform device
[PATCH v2 0/3] irqchip: Add Sophgo SG2042 MSI controller
2024-12-11 16:32 UTC (4+ messages)
` [PATCH v2 2/3] irqchip: Add the Sophgo SG2042 MSI interrupt controller
[PATCH] btrfs: fix use-after-free when COWing tree bock and tracing is enabled
2024-12-11 16:41 UTC
[Buildroot] [PATCH v5 1/2] boot/arm-trusted-firmware: v2.11: fix building ST elf file
2024-12-11 16:41 UTC (3+ messages)
` [Buildroot] [PATCH v5 2/2] configs/stm32mp157*_dk*: bump TF-A to 2.10, Linux to 6.11.6 and U-Boot to 2024.10
[PATCH v4 0/2] drm/panthor: Display size of internal kernel BOs through fdinfo
2024-12-11 16:40 UTC (4+ messages)
` [PATCH v4 1/2] drm/panthor: Expose size of driver internal BO's over fdinfo
` [PATCH v4 2/2] Documentation/gpu: Add fdinfo meanings of drm-*-internal memory tags
[PATCH bpf-next v3 0/2] libbpf: Extend linker API to support in-memory ELF files
2024-12-11 16:40 UTC (3+ messages)
` [PATCH bpf-next v3 1/2] libbpf: Pull file-opening logic up to top-level functions
` [PATCH bpf-next v3 2/2] libbpf: Extend linker API to support in-memory ELF files
[PATCH v3 0/3] usb: typec: hd3ss3220: enhance driver with port type, power opmode, and role preference settings
2024-12-11 16:32 UTC (4+ messages)
` [PATCH v3 1/3] usb: typec: hd3ss3220: configure advertised power opmode based on fwnode property
` [PATCH v3 2/3] usb: typec: hd3ss3220: support configuring port type
` [PATCH v3 3/3] usb: typec: hd3ss3220: support configuring role preference based on fwnode property and typec_operation
[PATCH 00/26] rust: bundle of prerequisites for HPET implementation
2024-12-11 16:56 UTC (7+ messages)
` [PATCH 14/26] rust: qom: move bridge for TypeInfo functions out of pl011
[RFC][PATCH v021 0/9] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
2024-12-11 16:37 UTC (6+ messages)
` [RFC][PATCH v021 4/9] sched/topology: Adjust cpufreq checks for EAS
[PATCH] watchdog: stm32_iwdg: fix DT backward compatibility
2024-12-11 16:34 UTC
[patch 0/5] genirq, x86: Rework deferred interrupt affinity logic
2024-12-11 16:36 UTC (3+ messages)
` [patch 4/5] x86/apic: Convert to IRQCHIP_MOVE_DEFERRED
[PATCH 0/2] cpufreq: Init epp_policy as CPUFREQ_POLICY_UNKNOWN
2024-12-11 16:37 UTC (3+ messages)
` [PATCH 1/2] cpufreq: amd-pstate: Use CPUFREQ_POLICY_UNKNOWN
[PATCH v7 1/2] dt-bindings: cpufreq: Document support for Airoha EN7581 CPUFreq
2024-12-11 16:37 UTC (2+ messages)
[PATCH v3 0/5] rpi: Tidy up booting
2024-12-11 16:36 UTC (3+ messages)
` [PATCH v3 5/5] rpi: Use the U-Boot control FDT for fdt_addr
[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing
2024-12-11 16:36 UTC (3+ messages)
` [PATCH v6 5/8] PCI: Store # of supported End-End TLP Prefixes
[PATCH 0/2] regulator: add new PMIC PF9453 support
2024-12-11 16:35 UTC (3+ messages)
` [PATCH 1/2] regulator: dt-bindings: pf9453: "
[PATCH i-g-t] tests/intel/kms_dirtyfb: Add skip condition for bmg platform
2024-12-11 16:35 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for tests/intel/kms_dirtyfb: Add skip condition for bmg platform (rev2)
[PATCH] memcg: allow exiting tasks to write back data to swap
2024-12-11 16:34 UTC (3+ messages)
[PATCH 0/5] fs: lockless mntns rbtree lookup
2024-12-11 16:34 UTC (4+ messages)
` [PATCH 5/5] samples: add test-list-all-mounts
[PATCH net-next] gve: Remove unused gve_adminq_set_mtu
2024-12-11 16:33 UTC (2+ messages)
[PATCH 6.1.y] drm/amd/display: fixed integer types and null check locations
2024-12-11 16:33 UTC (2+ messages)
[stable-kernel][5.15.y][PATCH 3/5] serial: sc16is7xx: remove global regmap from struct sc16is7xx_port
2024-12-11 16:33 UTC (2+ messages)
[PATCH 6.1 v2] gve: Fixes for napi_poll when budget is 0
2024-12-11 16:33 UTC (2+ messages)
[Intel-wired-lan] [PATCH v1 net-next 0/6] net: napi: add CPU affinity to napi->config
2024-12-11 16:33 UTC (5+ messages)
` [Intel-wired-lan] [PATCH v1 net-next 2/6] "
` "
[PATCH 6.1.y] drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
2024-12-11 16:33 UTC (2+ messages)
[PATCH 5.15] crypto: hisilicon/qm - inject error before stopping queue
2024-12-11 16:33 UTC (2+ messages)
[cip-dev][isar-cip-core][PATCH 0/2] Switch qemu-targets to
2024-12-11 16:33 UTC (4+ messages)
` [cip-dev][isar-cip-core][PATCH 2/2] qemu-arm/-arm64/-riscv: Switch to cip_merged_defconfig
[PATCH][5.15.y] gfs2: Fix slab-use-after-free in gfs2_qd_dealloc
2024-12-11 16:33 UTC (2+ messages)
[PATCH V2][5.15.y] gfs2: Fix slab-use-after-free in gfs2_qd_dealloc
2024-12-11 16:33 UTC (2+ messages)
[PATCH 5.15 v2] gve: Fixes for napi_poll when budget is 0
2024-12-11 16:33 UTC (2+ messages)
[PATCH 5.15.y] ima: Fix use-after-free on a dentry's dname.name
2024-12-11 16:33 UTC (2+ messages)
[PATCH 6.1.y] drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()
2024-12-11 16:33 UTC (2+ messages)
[PATCH 6.1.y] drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()
2024-12-11 16:33 UTC (2+ messages)
[PATCH 6.1.y] net/mlx5e: Don't call cleanup on profile rollback failure
2024-12-11 16:33 UTC (2+ messages)
[PATCH 5.15] crypto: hisilicon/qm - inject error before stopping queue
2024-12-11 16:33 UTC (2+ messages)
[PATCH 6.1.y] ext4: fix access to uninitialised lock in fc replay path
2024-12-11 16:33 UTC (2+ messages)
[PATCH 6.1.y] driver core: bus: Fix double free in driver API bus_register()
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
2024-12-11 16:32 UTC (2+ messages)
[PATCH] crypto: hisilicon/qm - inject error before stopping queue
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] net: napi: Prevent overflow of napi_defer_hard_irqs
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] media: mtk-vcodec: potential null pointer deference in SCP
2024-12-11 16:32 UTC (2+ messages)
[PATCH 5.15.y] fou: remove warn in gue_gro_receive on unsupported protocol
2024-12-11 16:32 UTC (2+ messages)
[PATCH][5.15.y] bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwq
2024-12-11 16:32 UTC (2+ messages)
[PATCH v2] mm/alloc_tag: Add kasan_alloc_module_shadow when CONFIS_KASAN_VMALLOC disabled
2024-12-11 16:32 UTC (3+ messages)
` [PATCH v3] mm/alloc_tag: Fix panic when CONFIG_KASAN enabled and CONFIG_KASAN_VMALLOC not enabled
[stable-kernel][5.15.y][PATCH 1/5] serial: sc16is7xx: improve regmap debugfs by using one regmap per port
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] smb: client: fix potential UAF in cifs_dump_full_key()
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
2024-12-11 16:32 UTC (2+ messages)
[stable-kernel][5.15.y][PATCH 4/5] serial: sc16is7xx: remove unused line structure member
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] smb: client: fix potential UAF in cifs_dump_full_key()
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] cpufreq: amd-pstate: add check for cpufreq_cpu_get's return value
2024-12-11 16:32 UTC (2+ messages)
[PATCH] Bluetooth: L2CAP: Fix uaf in l2cap_connect
2024-12-11 16:32 UTC (2+ messages)
[PATCH] net/mlx5: unique names for per device caches
2024-12-11 16:32 UTC (2+ messages)
[PATCH 1/3] board: freescale: typo volatge
2024-12-11 16:31 UTC (3+ messages)
` [PATCH 2/3] scripts: add volatge to spelling.txt
` [PATCH 3/3] crypto: typo volatge
[PATCH 6.1.y] net: napi: Prevent overflow of napi_defer_hard_irqs
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] dmaengine: dw-edma: eDMA: Add sync read before starting the DMA transfer in remote setup
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
2024-12-11 16:32 UTC (2+ messages)
[stable-kernel][5.15.y][PATCH 5/5] serial: sc16is7xx: change EFR lock to operate on each channels
2024-12-11 16:32 UTC (2+ messages)
[PATCH][5.15.y] gfs2: Fix slab-use-after-free in gfs2_qd_dealloc
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_compute
2024-12-11 16:32 UTC (2+ messages)
[PATCH v2 0/1] arm64: dts: exynos8895: Add m2-pmu, poweroff and reboot
2024-12-11 16:29 UTC (2+ messages)
` [PATCH v2 1/1] arm64: dts: exynos8895: Add a PMU node for the second cluster
[stable-kernel][5.15.y][PATCH 2/5] serial: sc16is7xx: remove wasteful static buffer in sc16is7xx_regmap_name()
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] ext4: fix access to uninitialised lock in fc replay path
2024-12-11 16:32 UTC (2+ messages)
[PATCH 6.1.y] fs/ntfs3: Fixed overflow check in mi_enum_attr()
2024-12-11 16:32 UTC (2+ messages)
[PATCH 1/1] ASoC: Intel: avs: Fix return status of avs_pcm_hw_constraints_init()
2024-12-11 16:31 UTC (2+ messages)
[PATCH 00/15] Hyperlaunch device tree for dom0
2024-12-11 16:31 UTC (4+ messages)
` [PATCH 12/15] x86/hyperlaunch: specify dom0 mode with device tree
[PATCH v2 0/2] thermal: imx91: Add support for i.MX91 thermal monitoring unit
2024-12-11 16:30 UTC (4+ messages)
` [PATCH v2 2/2] "
[PATCH i-g-t] tests/kms_histogram: Add test to count the number of histogram events
2024-12-11 16:30 UTC (2+ messages)
` ✗ Fi.CI.BUILD: failure for tests/kms_histogram: Add test to count the number of histogram events (rev2)
[PATCH] dt-bindings: leds: Convert LP8860 into YAML format
2024-12-11 16:30 UTC (4+ messages)
[PATCH] fs: fix is_mnt_ns_file()
2024-12-11 16:30 UTC (2+ messages)
[PATCH v8 00/19] fanotify: add pre-content hooks
2024-12-11 16:30 UTC (5+ messages)
` [PATCH v8 16/19] fsnotify: generate pre-content permission event on page fault
[RFC 0/8] ioring: network driver
2024-12-11 16:28 UTC (10+ messages)
` [PATCH v2 "
` [PATCH v2 1/8] net/ioring: introduce new driver
` [PATCH v2 2/8] net/ioring: implement link state
` [PATCH v2 3/8] net/ioring: implement control functions
` [PATCH v2 4/8] net/ioring: implement management functions
` [PATCH v2 5/8] net/ioring: implement primary secondary fd passing
` [PATCH v2 6/8] net/ioring: implement receive and transmit
` [PATCH v2 7/8] net/ioring: add VLAN support
` [PATCH v2 8/8] net/ioring: implement statistics
[PATCH v2 1/2] dt-bindings: display: panel-lvds: Add compatible for AUO G084SN05 V9
2024-12-11 16:29 UTC (3+ 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.