All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-26 12:03:52 to 2026-04-26 14:04:42 UTC [more...]

[PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-26 14:04 UTC  (5+ messages)

[Buildroot] [PATCH 1/1] package/syslog-ng: bump version to 4.11.0
 2026-04-26 14:04 UTC 

[PATCH v1] rt-tests: hwlatdetect: Add --time-format argument
 2026-04-26 14:02 UTC  (3+ messages)

[PATCH v2] rt-tests: hwlatdetect: Add --time-format argument
 2026-04-26 14:01 UTC 

[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
 2026-04-26 13:56 UTC  (4+ messages)

[PATCH v6 0/2] Add support for Wacom W9000-series penabled touchscreens
 2026-04-26 13:52 UTC  (2+ messages)
` [PATCH v6 1/2] dt-bindings: Input: Add "

[PATCH] media: sun4i-csi: Clean up media device on probe errors
 2026-04-26 13:58 UTC 

[RFC PATCH 00/84] fpu: Export some internals for targets
 2026-04-26 13:40 UTC  (85+ messages)
` [PATCH 01/84] fpu: Drop parts_canonicalize
` [PATCH 02/84] fpu: Drop parts_uncanon
` [PATCH 03/84] fpu: Drop parts_uncanon_normal
` [PATCH 04/84] fpu: Drop parts_default_nan
` [PATCH 05/84] fpu: Drop parts_silence_nan
` [PATCH 06/84] fpu: Drop parts_return_nan
` [PATCH 07/84] fpu: Drop parts_pick_nan
` [PATCH 08/84] fpu: Drop parts_pick_nan_muladd
` [PATCH 09/84] fpu: Reverse the order of softfloat-parts* inclusions
` [PATCH 10/84] fpu: Drop parts_{add,sub}_normal
` [PATCH 11/84] fpu: Drop parts_addsub
` [PATCH 12/84] fpu: Drop parts_mul
` [PATCH 13/84] fpu: Drop parts_muladd_scalbn
` [PATCH 14/84] fpu: Drop parts_div
` [PATCH 15/84] fpu: Drop parts_modrem
` [PATCH 16/84] fpu: Drop parts_sqrt
` [PATCH 17/84] fpu: Drop parts_round_to_int_normal
` [PATCH 18/84] fpu: Drop parts_round_to_int
` [PATCH 19/84] fpu: Drop parts_float_to_sint
` [PATCH 20/84] fpu: Drop parts_float_to_uint
` [PATCH 21/84] fpu: Drop parts_float_to_sint_modulo
` [PATCH 22/84] fpu: Drop parts_sint_to_float
` [PATCH 23/84] fpu: Drop parts_uint_to_float
` [PATCH 24/84] fpu: Drop parts_minmax
` [PATCH 25/84] fpu: Drop parts_compare
` [PATCH 26/84] fpu: Drop parts_scalbn
` [PATCH 27/84] fpu: Drop parts_log2
` [PATCH 28/84] fpu: Drop parts_float_to_float
` [PATCH 29/84] fpu: Drop PARTS_GENERIC_64_128{_256}
` [PATCH 30/84] fpu: Drop FRAC_GENERIC_64_128{_256}
` [PATCH 31/84] fpu: Constify frac{64,128,256}_* inputs
` [PATCH 32/84] fpu: Return structure from unpack_raw64
` [PATCH 33/84] fpu: Return struct from float4_e2m1_unpack_canonical
` [PATCH 34/84] fpu: Return struct from float8_e4m3_unpack_canonical
` [PATCH 35/84] fpu: Return struct from float8_e5m2_unpack_canonical
` [PATCH 36/84] fpu: Inline float16_unpack_raw into callers
` [PATCH 37/84] fpu: Return struct from float16a_unpack_canonical
` [PATCH 38/84] fpu: Return struct from float16_unpack_canonical
` [PATCH 39/84] fpu: Inline bfloat16_unpack_raw into callers
` [PATCH 40/84] fpu: Return struct from bfloat16_unpack_canonical
` [PATCH 41/84] fpu: Inline float32_unpack_raw into callers
` [PATCH 42/84] fpu: Inline float64_unpack_raw "
` [PATCH 43/84] fpu: Return struct from float{32,64}_unpack_canonical
` [PATCH 44/84] fpu: Inline floatx80_unpack_raw into only caller
` [PATCH 45/84] fpu: Return struct from float128_unpack_raw
` [PATCH 46/84] fpu: Return struct from float128_unpack_canonical
` [PATCH 47/84] fpu: Change parts_float_to_float_narrow to parts128_to_parts64
` [PATCH 48/84] fpu: Change parts_float_to_float_widen to parts64_to_parts128
` [PATCH 49/84] fpu: Inline float8_e4m3_pack_raw to single caller
` [PATCH 50/84] fpu: Inline float8_e5m2_pack_raw into "
` [PATCH 51/84] fpu: Inline float16_pack_raw into callers
` [PATCH 52/84] fpu: Inline bfloat16_pack_raw "
` [PATCH 53/84] fpu: Inline float32_pack_raw "
` [PATCH 54/84] fpu: Inline float64_pack_raw "
` [PATCH 55/84] fpu: Mark unpack_raw64 QEMU_ALWAYS_INLINE
` [PATCH 56/84] fpu: Mark pack_raw64 QEMU_ALWAYS_INLINE
` [PATCH 57/84] fpu: Split FloatParts{64,128} to softfloat-parts.h
` [PATCH 58/84] fpu: Export FloatFmt structures
` [PATCH 59/84] fpu: Export unpack_canonical and round_pack_canonical routines
` [PATCH 60/84] fpu: Return struct from parts{64,128}_default_nan
` [PATCH 61/84] fpu: Return struct from parts{64,128}_silence_nan
` [PATCH 62/84] fpu: Return struct from parts{64,128}_return_nan
` [PATCH 63/84] fpu: Sink exp_bias adjustment in float64r32_pack_raw
` [PATCH 64/84] fpu: Return struct from parts{64,128}_pick_nan
` [PATCH 65/84] fpu: Return struct from parts{64,128}_div
` [PATCH 66/84] fpu: Return struct from parts{64,128}_round_to_int
` [PATCH 67/84] fpu: Use parts64_round_to_int in parts_s390_divide_to_integer
` [PATCH 68/84] fpu: Export default_nan and pick_nan routines
` [PATCH 69/84] fpu: Introduce parts64_round_canonical
` [PATCH 70/84] fpu: Export parts{64,128}_div
` [PATCH 71/84] fpu: Export parts{64,128}_round_to_int
` [PATCH 72/84] fpu: Return struct from parts{64,128}_pick_nan_muladd
` [PATCH 73/84] fpu: Introduce record_denormals_used
` [PATCH 74/84] fpu: Return struct from parts{64,128}_muladd_scalbn
` [PATCH 75/84] fpu: Drop QEMU_FLATTEN from muladd routines
` [PATCH 76/84] fpu: Export parts{64,128}_compare
` [PATCH 77/84] fpu: Return struct from parts{64,128}_mul
` [PATCH 78/84] fpu: Hoist nan check in partsN_addsub
` [PATCH 79/84] fpu: Return struct from parts{64,128}_addsub
` [PATCH 80/84] fpu: Simplify 0 +/- N case in parts_addsub
` [PATCH 81/84] target/s390x: Move float{32,64}_s390_divide_to_integer
` [PATCH 82/84] target/arm: Use FloatParts64 in bfdotadd_ebf
` [PATCH 83/84] target/arm: Drop oddstatus from is_ebf and bfdotadd_ebf
` [PATCH 84/84] target/arm: Use FloatParts64 in f16_dotadd

[PATCH 1/2] configs/j721e_{beaglebone64, evm}_defconfig: reduce fastboot buffer
 2026-04-26 13:57 UTC  (2+ messages)
` [PATCH 2/2] configs/j721e_{beaglebone64, evm}_a72_defconfig: enable UCmd for snagflash fastboot-uboot

[PATCH rdma-next v2 00/15] RDMA: Introduce generic buffer descriptor infrastructure for umem
 2026-04-26 13:53 UTC  (7+ messages)
` [PATCH rdma-next v2 01/15] RDMA/core: "

[PATCH v7 0/9] iio: ssp_sensors: improve resource cleanup
 2026-04-26 13:53 UTC  (3+ messages)
` [PATCH v7 1/9] iio: ssp_sensors: cleanup codestyle warning

[PATCH 00/10] Fixes and cleanups for the AD5686 IIO driver
 2026-04-26 13:50 UTC  (20+ messages)
` [PATCH 01/10] iio: dac: ad5686: refactor include headers
` [PATCH 02/10] iio: dac: ad5686: remove redundant register definition
` [PATCH 03/10] iio: dac: ad5686: drop enum id
` [PATCH 04/10] iio: dac: ad5686: add of_match table to the spi driver
` [PATCH 05/10] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH 06/10] iio: dac: ad5686: acquire lock when doing powerdown control
` [PATCH 07/10] iio: dac: ad5686: fix powerdown control on dual-channel devices
` [PATCH 08/10] iio: dac: ad5686: fix input raw value check
` [PATCH 10/10] iio: dac: ad5686: create bus ops struct

[PATCH v4 0/2] rust: take advantage of newer rust-analyzer features
 2026-04-26 13:49 UTC  (12+ messages)
` [PATCH v4 1/2] scripts: generate_rust_analyzer.py: add versioning infrastructure
` [PATCH v4 2/2] scripts: generate_rust_analyzer.py: fix IDE support for primitive types

[PATCH] cgroup/cpuset: make DL attach bandwidth reservation root-domain aware
 2026-04-26 13:48 UTC  (3+ messages)

[PATCH v9 2/2] platform: Add initial synology microp driver
 2026-04-26 13:44 UTC  (4+ messages)

[PATCH 5.10 000/491] 5.10.253-rc1 review
 2026-04-26 13:43 UTC  (5+ messages)
` [PATCH 5.10 430/491] apparmor: validate DFA start states are in bounds in unpack_pdb

[PATCH v2 0/4] Firmware LSM hook
 2026-04-26 13:42 UTC  (11+ messages)

[Buildroot] [PATCH 1/1] package/janus-gateway: bump version to 1.4.1
 2026-04-26 13:40 UTC 

[PATCH] rust: workqueue: fix SAFETY comment Arc refs in Pin<KBox<T>>
 2026-04-26 13:38 UTC  (2+ messages)

[PATCH net] bridge: mcast: Fix a false positive lockdep splat
 2026-04-26 13:34 UTC 

[PATCH rdma v1] RDMA/mlx5: Fix UMR XLT cleanup on ODP populate failure
 2026-04-26 13:33 UTC  (2+ messages)

[PATCH v3 0/3] crypto: atmel-sha204a - multiple RNG fixes
 2026-04-26 13:33 UTC  (3+ messages)
` [PATCH v3 1/3] crypto: atmel-sha204a - fix memory leak at non-blocking RNG work_data

[PATCH v3 0/6] gpu: nova-core: run unload sequence upon unbinding
 2026-04-26 13:30 UTC  (3+ messages)
` [PATCH v3 1/6] rust: add warn_on_err macro

How to express "externally managed" IOMMU domains for VFIO/IOMMUFD ?
 2026-04-26 13:30 UTC  (3+ messages)

[PATCH v8 0/6] Add support for Orange Pi 5 Pro
 2026-04-26 13:27 UTC  (6+ messages)
` [PATCH v8 3/6] drm/bridge: simple: Add the Lontium LT8711UXD DP-to-HDMI bridge

[PATCH net V3 0/4] net/mlx5: Fixes for Socket-Direct
 2026-04-26 13:26 UTC  (3+ messages)
` [PATCH net V3 4/4] net/mlx5e: SD, Fix race condition in secondary device probe/remove

[PATCH v4 0/4] iio: adc: qcom-pm8xxx-xoadc: add support for reading channel labels from DT
 2026-04-26 13:24 UTC  (3+ messages)

[PATCH v2] RDMA/mlx5: Fix UMR XLT cleanup on ODP populate failure
 2026-04-26 13:23 UTC 

[Buildroot] [PATCH 1/1] package/vboot-utils: bump version to 7dfa482d6a843e1e25b615d6b0200028cedce29f
 2026-04-26 13:23 UTC 

[meta-networking][PATCH] libcoap: mark CVE-2026-29013 patched
 2026-04-26 13:23 UTC 

new A64-OLinuXino revisions
 2026-04-26 13:20 UTC  (3+ messages)

[android-common:android14-5.15 0/1] kernel/gki_module.c:31:6: warning: no previous prototype for 'gki_is_module_unprotected_symbol'
 2026-04-26 13:16 UTC 

[PATCH net v2] ipv6: Implement limits on extension header parsing
 2026-04-26 13:17 UTC  (4+ messages)

[PATCH net V2 0/2] net/mlx5e: PSP fixes
 2026-04-26 13:17 UTC  (3+ messages)
` [PATCH net V2 1/2] net/mlx5e: psp: Fix invalid access on PSP dev registration fail

[PATCH v3] MAINTAINERS: Update maintainer for iio driver(s)
 2026-04-26 13:16 UTC  (7+ messages)

[PATCH] media: ti: vpe: unwind v4l2 device registration on probe error
 2026-04-26 13:16 UTC 

[PATCH net] net: mana: hardening: Validate SHM offset from BAR0 register to prevent crash due to alignment fault
 2026-04-26 13:15 UTC  (2+ messages)

[RFC PATCH v2 0/7] Implement a new generic pagewalk API
 2026-04-26 13:11 UTC  (9+ messages)
` [RFC PATCH v2 1/7] mm: Add softleaf_from_pud
` [RFC PATCH v2 2/7] mm: Add {pmd,pud}_huge_lock helper
` [RFC PATCH v2 3/7] mm: Implement folio_pmd_batch
` [RFC PATCH v2 4/7] mm: Implement pt_range_walk
` [RFC PATCH v2 5/7] mm: Make /proc/pid/smaps use the new generic pagewalk API
` [RFC PATCH v2 6/7] mm: Make /proc/pid/numa_maps "
` [RFC PATCH v2 7/7] mm: Make /proc/pid/pagemap "

[PATCH] rust: alloc: add doc test for `Vec::from_elem`
 2026-04-26 13:11 UTC  (4+ messages)

[PATCH] rust: alloc: add doc test for `Vec::extend_with` and fix comment
 2026-04-26 13:10 UTC  (4+ messages)
` [PATCH v2 0/2] rust: alloc: fix and test `Vec::extend_with`
  ` [PATCH v2 2/2] rust: alloc: fix `Vec::extend_with` SAFETY comment

[PATCH RFC v3 0/9] AD9910 Direct Digital Synthesizer
 2026-04-26 13:10 UTC  (10+ messages)
` [PATCH RFC v3 1/9] dt-bindings: iio: frequency: add ad9910
` [PATCH RFC v3 4/9] iio: frequency: ad9910: add digital ramp generator support
` [PATCH RFC v3 7/9] iio: frequency: ad9910: add channel labels
` [PATCH RFC v3 9/9] docs: iio: add documentation for ad9910 driver

[PATCH] linux-user: Flush errors by using exit() instead of _exit() in error path
 2026-04-26 13:06 UTC  (6+ messages)

[PATCH v5 0/6] Add Rockchip RK3576 PWM Support Through MFPWM
 2026-04-26 13:06 UTC  (5+ messages)
` [PATCH v5 3/6] pwm: Add rockchip PWMv4 driver

[PATCH v5 0/2] dma-buf: heaps: system: add an option to allocate explicitly shared/decrypted memory
 2026-04-26 13:05 UTC  (10+ messages)
` [PATCH v5 1/2] dma-mapping: introduce DMA_ATTR_CC_SHARED for shared memory

[oe][meta-oe][scarthgap][PATCH 1/9] jq: patch CVE-2026-32316
 2026-04-26 13:03 UTC  (9+ messages)
` [oe][meta-oe][scarthgap][PATCH 2/9] jq: patch CVE-2026-33947
` [oe][meta-oe][scarthgap][PATCH 3/9] jq: patch CVE-2026-33948
` [oe][meta-oe][scarthgap][PATCH 4/9] jq: patch CVE-2026-39979
` [oe][meta-oe][scarthgap][PATCH 5/9] openjpeg: patch CVE-2026-6192
` [oe][meta-oe][scarthgap][PATCH 6/9] opensc: patch CVE-2025-49010
` [oe][meta-oe][scarthgap][PATCH 7/9] opensc: patch CVE-2025-66037
` [oe][meta-oe][scarthgap][PATCH 8/9] opensc: patch CVE-2025-66038
` [oe][meta-oe][scarthgap][PATCH 9/9] opensc: patch CVE-2025-66215

[PATCH v2 0/2] Document EFTYPE error code and OPENAT2_REGULAR flag
 2026-04-26 13:03 UTC  (5+ messages)
` [PATCH v2 1/2] man/man3/errno.3: Document EFTYPE error code
` [PATCH v2 2/2] man/man2/openat2.2: Document OPENAT2_REGULAR flag

[PATCH net v5 0/2] net/sched: taprio: fix NULL pointer dereference in class dump
 2026-04-26 13:01 UTC  (4+ messages)
` [PATCH net v5 1/2] "

[PATCH] media: sun4i-csi: Clean up media device on probe errors
 2026-04-26 12:59 UTC 

[PATCH] hw/misc: Fix the valid access size to the avr-power device
 2026-04-26 12:58 UTC  (3+ messages)

[PATCH v7 0/3] usb: gadget: rcar: Add RZ/G2L support and lifecycle fixes
 2026-04-26  7:43 UTC  (4+ messages)
` [PATCH v7 1/3] usb: gadget: rcar: Fix gadget registration lifecycle in remove
` [PATCH v7 2/3] usb: gadget: rcar: Add support for reset controller
` [PATCH v7 3/3] usb: gadget: rcar: Add support for RZ/G2L (R9A07G044)

[PATCH v6 0/3] usb: gadget: rcar: Add RZ/G2L support and lifecycle fixes
 2026-04-26  6:14 UTC  (3+ messages)
` [PATCH v6 1/3] usb: gadget: rcar: Fix gadget registration lifecycle in remove

[PATCH v2] MAINTAINERS, mailmap: Change email for Eugen Hristev
 2026-04-26  5:47 UTC 

[RFC PATCH 0/7] Implement a new generic pagewalk API
 2026-04-26 12:57 UTC  (2+ messages)

[PATCH] net: nfs: fix buffer overflow in nfs_readlink_reply()
 2026-04-26  3:51 UTC  (2+ messages)

[PATCH] platform/x86: lenovo-wmi-other: fix uninitialized variable in lenovo wmi-other driver
 2026-04-26 12:45 UTC  (2+ messages)

[PATCH 1/2] RDMA/nldev: add resource summary max values for usage rate display
 2026-04-26 12:47 UTC  (3+ messages)

[PATCH] media: stm32: dcmi: unregister notifier on probe failure
 2026-04-26 12:43 UTC 

[PATCH v13 0/4] Enable Remote GPIO over RPMSG on i.MX Platform
 2026-04-26 12:43 UTC  (3+ messages)
` [PATCH v13 3/4] gpio: rpmsg: add generic rpmsg GPIO driver

[PATCH v9] leds: add support for TI LP5860 LED driver chip
 2026-04-26 12:41 UTC  (2+ messages)

[PATCH] mm/mglru: Use folio_mark_accessed to replace folio_set_active in PF
 2026-04-26  4:35 UTC  (3+ messages)

[PATCH] HID: pidff: Fix integer overflow in pidff_rescale
 2026-04-26 12:35 UTC  (2+ messages)

[arnd-playground:config-gpio-legacy-7.1 22/22] sound/soc/pxa/pxa2xx-pcm.c:21:27: error: 'pxa2xx_soc_pcm_new' undeclared here (not in a function)
 2026-04-26 12:35 UTC 

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-26 12:34 UTC  (5+ messages)
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
` [PATCH v3 3/4] testing: add nfsd-io-bench NFS server benchmark suite

[PATCH v2 00/13] media: iris: Add support for glymur platform
 2026-04-26 12:24 UTC  (6+ messages)
` [PATCH v2 11/13] media: iris: Select DMA_CONTEXT_BUS to create firmware device
` [PATCH v2 12/13] media: iris: Add platform data for glymur

b4 shazam generate branch to apply patches to?
 2026-04-26 12:23 UTC  (2+ messages)
` b4 shazam -H succeeds but -M does not (was: b4 shazam generate branch to apply patches to?)

[PATCH RFC] riscv: disable local interrupts and stop other CPUs before restart
 2026-04-26 12:20 UTC  (8+ messages)

[PATCH] parse-options: fix sparse 'plain integer as NULL pointer'
 2026-04-26 12:14 UTC  (3+ messages)

[PATCH v2 0/2] ntfs: fix index walk NULL deref and WSL symlink leak
 2026-04-26 12:05 UTC  (2+ messages)

[PATCH 1/8] harfbuzz: set status for CVE-2024-56732
 2026-04-26 12:02 UTC  (3+ messages)
` [PATCH 5/8] base-files: set status for CVE-2018-6557
` [PATCH 8/8] python3-requests: set status for CVE-2024-47081


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.