All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-17 13:48:49 to 2025-10-17 14:20:50 UTC [more...]

[PATCH v2 08/27 5.10.y] minmax: fix header inclusions
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: fix header inclusions" has been added to the 5.10-stable tree

[PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: clamp more efficiently by avoiding extra comparison" has been added to the 5.10-stable tree

[PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax.h: remove some #defines that are only expanded once" has been added to the 5.10-stable tree

[PATCH v2 05/27 5.10.y] minmax: add in_range() macro
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: add in_range() macro" has been added to the 5.10-stable tree

[PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.10-stable tree

[PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax.h: move all the clamp() definitions after the min/max() ones" has been added to the 5.10-stable tree

[PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: relax check to allow comparison between unsigned arguments and signed constants" has been added to the 5.10-stable tree

[PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.10-stable tree

[PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.10-stable tree

[PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: fix up min3() and max3() too" has been added to the 5.10-stable tree

[PATCH v2 22/27 5.10.y] minmax.h: update some comments
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax.h: update some comments" has been added to the 5.10-stable tree

[PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: sanity check constant bounds when clamping" has been added to the 5.10-stable tree

[PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.10-stable tree

[PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "overflow, tracing: Define the is_signed_type() macro once" has been added to the 5.10-stable tree

[PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
 2025-10-17 13:48 UTC  (3+ messages)
` Patch "minmax: avoid overly complicated constant expressions in VM code" has been added to the 5.10-stable tree

[PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: Introduce {min,max}_array()" has been added to the 5.10-stable tree

[PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.10-stable tree

[PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 5.10-stable tree

[PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.10-stable tree

[PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax.h: simplify the variants of clamp()" has been added to the 5.10-stable tree

[PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.10-stable tree

[PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.10-stable tree

[PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
 2025-10-17 13:48 UTC  (4+ messages)
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.10-stable tree

[PATCH net-next v6 0/5] ethtool: introduce PHY MSE diagnostics UAPI and drivers
 2025-10-17 14:20 UTC  (5+ messages)
` [PATCH net-next v6 1/5] ethtool: introduce core UAPI and driver API for PHY MSE diagnostics
` [PATCH net-next v6 5/5] net: phy: dp83td510: add MSE interface support for 10BASE-T1L

[PATCH 0/2] format telemetry scripts using black
 2025-10-17 14:19 UTC  (6+ messages)
` [PATCH 1/2] usertools/dpdk-telemetry: correct script formatting
` [PATCH 2/2] usertools/dpdk-telemetry-client: "
` [PATCH v2 0/2] format telemetry scripts using black
  ` [PATCH v2 1/2] usertools/dpdk-telemetry.py: correct script formatting
  ` [PATCH v2 2/2] usertools/dpdk-telemetry-client: "

[RFC PATCH 00/56] Dynamic mitigations
 2025-10-17 14:19 UTC  (11+ messages)
` [RFC PATCH 01/56] Documentation/admin-guide: Add documentation
` [RFC PATCH 02/56] x86/Kconfig: Add CONFIG_DYNAMIC_MITIGATIONS
` [RFC PATCH 03/56] cpu: Reset global mitigations

[PATCH v2 bpf-next 2/4] bpf: Support associating BPF program with struct_ops
 2025-10-17 14:18 UTC  (2+ messages)

[PATCH v2 0/7] doc: make pdfdocs: Address issues with the make pdfdocs target
 2025-10-17 14:18 UTC  (8+ messages)
` [PATCH v2 1/7] doc: make pdfdocs: Specify texlive-xetex as a prerequisite
` [PATCH v2 3/7] doc: make pdfdocs: Add pip install -r test/py/requirements.txt to the list of needed steps
` [PATCH v2 4/7] doc: make pdfdocs: Ensure SVG files are converted to PDF before the compilation of *.tex files

[PATCH v7 0/3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-10-17 14:18 UTC  (6+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] drm/xe/migrate: Make emit_pte() header write atomic
` [PATCH v7 3/3] drm/xe/vf: Clear CCS read/write buffers in atomic way
` ✗ CI.checkpatch: warning for drm/xe/migrate: Atomicize CCS copy command setup
` ✓ CI.KUnit: success "

[PATCH v2 0/8] media: iris: add support for video codecs on Qcom kaanapali platform
 2025-10-17 14:16 UTC  (9+ messages)
` [PATCH v2 1/8] media: dt-bindings: qcom-kaanapali-iris: Add kaanapali video codec binding
` [PATCH v2 2/8] media: iris: Add support for multiple clock sources
` [PATCH v2 3/8] media: iris: Add support for multiple TZ content protection(CP) configs
` [PATCH v2 4/8] media: iris: Introduce buffer size calculations for vpu4
` [PATCH v2 5/8] media: iris: Move vpu register defines to common header file
` [PATCH v2 6/8] media: iris: Move vpu35 specific api to common to use for vpu4
` [PATCH v2 7/8] media: iris: Introduce vpu ops for vpu4 with necessary hooks
` [PATCH v2 8/8] media: iris: Add platform data for kaanapali

[PATCH 00/10] Convert remaining hooks to hook.h
 2025-10-17 14:15 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] run-command: add stdin callback for parallelization
  ` [PATCH v2 02/10] hook: provide stdin via callback
  ` [PATCH v2 03/10] hook: convert 'post-rewrite' hook in sequencer.c to hook API
  ` [PATCH v2 04/10] transport: convert pre-push "
  ` [PATCH v2 05/10] reference-transaction: use hook API instead of run-command
  ` [PATCH v2 06/10] hook: allow overriding the ungroup option
  ` [PATCH v2 07/10] run-command: allow capturing of collated output
  ` [PATCH v2 08/10] hooks: allow callers to capture output
  ` [PATCH v2 09/10] receive-pack: convert update hooks to new API
  ` [PATCH v2 10/10] receive-pack: convert receive hooks to hook API

[PATCH bpf-next] selftests/bpf: fix list_del() in arena list
 2025-10-17 14:17 UTC 

[PATCH] fs/resctrl,x86/resctrl: Factor mba rounding to be per-arch
 2025-10-17 14:17 UTC  (11+ messages)

[PATCH v2 0/3] Do not change split folio target order
 2025-10-17 14:16 UTC  (9+ messages)
` [PATCH v2 1/3] mm/huge_memory: do not change split_huge_page*() target order silently

[RFC PATCH v2 0/8] mm: Hot page tracking and promotion infrastructure
 2025-10-17 14:15 UTC  (11+ messages)

[PATCH 0/2] target/arm: Support SME2 in gdbstub
 2025-10-17 14:14 UTC  (4+ messages)
` [PATCH 1/2] target/arm: Implement SME2 support "

[PATCH] mm/filemap: Implement fast short reads
 2025-10-17 14:15 UTC 

[PATCH] memcg: net: track network throttling due to memcg memory pressure
 2025-10-17 14:15 UTC  (4+ messages)

[PATCH for-4.21] tools/libxc: fix xc_physdev_map_pirq_msi() with PCI segments != 0
 2025-10-17 14:14 UTC 

[PATCH v2 00/11] Cleanup patches, mostly PC-related
 2025-10-17 14:11 UTC  (14+ messages)
` [PATCH v2 01/11] hw/timer/i8254: Add I/O trace events
` [PATCH v2 02/11] hw/audio/pcspk: "
` [PATCH v2 03/11] hw/rtc/mc146818rtc: Convert CMOS_DPRINTF() into "
` [PATCH v2 04/11] hw/rtc/mc146818rtc: Use ARRAY_SIZE macro
` [PATCH v2 05/11] hw/rtc/mc146818rtc: Assert correct usage of mc146818rtc_set_cmos_data()
` [PATCH v2 06/11] hw/ide/ide-internal: Move dma_buf_commit() into ide "namespace"
` [PATCH v2 07/11] hw/i386/apic: Prefer APICCommonState over DeviceState
` [PATCH v2 08/11] hw/i386/apic: Ensure own APIC use in apic_msr_{read, write}
  ` [PATCH v2 08/11] hw/i386/apic: Ensure own APIC use in apic_msr_{read,write}
` [PATCH v2 09/11] hw/intc/apic: Ensure own APIC use in apic_register_{read, write}
  ` [PATCH v2 09/11] hw/intc/apic: Ensure own APIC use in apic_register_{read,write}
` [PATCH v2 10/11] hw/i386/x86-cpu: Remove now unused cpu_get_current_apic()
` [PATCH v2 11/11] tests/qtest/ds1338-test: Reuse from_bcd()

[PATCH v5 0/7] Add SPI offload support to AD4030
 2025-10-17 14:14 UTC  (3+ messages)
` [PATCH v5 4/7] iio: adc: ad4030: Use BIT macro to improve code readability

[PATCH v3 0/3] mm: some optimizations for prot numa
 2025-10-17 14:13 UTC  (9+ messages)
` [PATCH v3 1/3] mm: mprotect: always skip dma pinned folio in prot_numa_skip()
` [PATCH v3 3/3] mm: huge_memory: use folio_needs_prot_numa() for pmd folio

[PATCH v5 0/4] Move io-pgtable-arm selftest to KUnit
 2025-10-17 14:13 UTC  (10+ messages)
` [PATCH v5 4/4] iommu/io-pgtable-arm-selftests: Use KUnit

[PATCH v1] NFSD: Enable return of an updated stable_how to NFS clients
 2025-10-17 14:13 UTC  (3+ messages)
` [PATCH v3] NFSD: Implement NFSD_IO_DIRECT for NFS WRITE

[PATCH] tools: fix == bashism in kernel-chktaint
 2025-10-17 14:12 UTC  (3+ messages)
` [PATCH] tools: remove unnecessary x suffix in test strings

[Buildroot] [PATCH] utils/brmake: filter output for parallel build
 2025-10-17 14:12 UTC  (7+ messages)

[PATCH] net: unix: clarify BSD behavior comment in unix_release_sock()
 2025-10-17 13:30 UTC 

nilfs_readdir: bad page in #
 2025-10-17 14:06 UTC 

[PATCH 0/2] ASoC: amd: ps: Propagate the PCI subsystem Vendor and Device IDs
 2025-10-17 14:11 UTC  (2+ messages)

[PATCH 0/5] Optimize vrr.guardband
 2025-10-17 14:11 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for Optimize vrr.guardband (rev4)

[PATCH] kernel: resourse: Add conditional handling for ACPI device
 2025-10-17 14:11 UTC  (2+ messages)

[PATCH 00/29] hwmon: Rely on subsystem locking [set 2]
 2025-10-17 14:11 UTC  (9+ messages)
` [PATCH 16/29] hwmon: (adt7411) Rely on subsystem locking
` [PATCH 17/29] hwmon: (ltc2947-core) "
` [PATCH 19/29] hwmon: (adt7x10) "
` [PATCH 22/29] hwmon: (ltc4282) "

[PATCH v3 00/11] QoL tweaks and github action
 2025-10-17 14:10 UTC  (2+ messages)

[PATCH net-next] bnxt_en: support PPS in/out on all pins
 2025-10-17 14:08 UTC  (6+ messages)

Unable to set group_thread_cnt using mdadm.conf
 2025-10-17 14:07 UTC 

FAILED: patch "[PATCH] media: pci: ivtv: Add missing check after DMA map" failed to apply to 5.10-stable tree
 2025-10-17 14:07 UTC  (3+ messages)
` [PATCH 5.10.y 1/2] media: pci/ivtv: switch from 'pci_' to 'dma_' API
  ` [PATCH 5.10.y 2/2] media: pci: ivtv: Add missing check after DMA map

[PATCH v3 1/1] lib/dma: add control-plane APIs for inter-domain DMA transfers
 2025-10-17 14:06 UTC  (2+ messages)
` [PATCH v4 "

[PATCH 1/2] ARM: dts: Remove u-boot, boot-led from stm32mp257f-ev1-u-boot
 2025-10-17 14:05 UTC  (2+ messages)
` [PATCH 1/2] ARM: dts: Remove u-boot,boot-led "

[PATCH 0/2] Improve mailmap file
 2025-10-17 14:05 UTC  (5+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/2] devtools/mailmap_ctl: script to work with mailmap

[PATCH v4 00/27] hw/arm/virt: Add support for user-creatable accelerated SMMUv3
 2025-10-17 14:05 UTC  (5+ messages)
` [PATCH v4 21/27] hw/arm/smmuv3-accel: Add a property to specify RIL support

[PATCH 0/2] arm64: dts: qcom: sm8550: camcc: Manage MMCX and MXC
 2025-10-17 14:05 UTC  (9+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8550: Additionally manage MXC power domain in camcc

WARNING: CPU: 1 PID: 0 at arch/x86/kernel/cpu/cpuid-deps.c:123 do_clear_cpu_cap+0xdc/0x130 on Intel(R) Atom(TM) CPU N450 system
 2025-10-17 14:05 UTC 

[PATCH] drm/amdgpu: Fix VM entities killed before KFD process wq release
 2025-10-17 14:04 UTC 

[PATCH v2] x86/its: use Sapphire Rapids+ feature to opt out
 2025-10-17 14:02 UTC  (4+ messages)

[PATCH] batman-adv: Release references to inactive interfaces
 2025-10-17 14:02 UTC  (3+ messages)

[PATCH net-next 0/4] Add DWMAC glue driver for Motorcomm YT6801
 2025-10-17 14:03 UTC  (4+ messages)
` [PATCH net-next 3/4] net: stmmac: Add glue driver for Motorcomm YT6801 ethernet controller

[RFC bpf-next 00/15] support inline tracing with BTF
 2025-10-17 14:02 UTC  (10+ messages)
` [RFC bpf-next 12/15] kbuild, module, bpf: Support CONFIG_DEBUG_INFO_BTF_EXTRA=m
` [RFC bpf-next 13/15] libbpf: add API to load extra BTF
` [RFC bpf-next 14/15] libbpf: add support for BTF location attachment

[PATCH 0/6] smb/server: fix return values of smb2_0_server_cmds proc
 2025-10-17 14:02 UTC  (2+ messages)

[PATCH v2] ati-vga: Fix framebuffer mapping by using hardware-correct aperture sizes
 2025-10-17 14:01 UTC  (4+ messages)

[PATCH 0/3] pmdomain: Improve idlestate selection for CPUs
 2025-10-17 14:01 UTC  (3+ messages)
` [PATCH 2/3] arm64: smp: Implement cpus_has_pending_ipi()

linux-next: manual merge of the libcrypto tree with the crypto tree
 2025-10-17 14:01 UTC 

[PATCH v6 0/7] Fix stale IOTLB entries for kernel address space
 2025-10-17 14:01 UTC  (6+ messages)

[PATCH v3 0/5] igvm: add support for igvm memory map parameter in native mode
 2025-10-17 13:58 UTC  (5+ messages)
` [PATCH v3 3/5] igvm: add support for initial register state load "
` [PATCH v3 4/5] igvm: track memory regions created

FAILED: patch "[PATCH] media: pci: ivtv: Add missing check after DMA map" failed to apply to 5.15-stable tree
 2025-10-17 13:59 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] media: pci/ivtv: switch from 'pci_' to 'dma_' API
  ` [PATCH 5.15.y 2/2] media: pci: ivtv: Add missing check after DMA map

[RFC][PATCH] drm/virtgpu: Make vblank event dependent on the host resource
 2025-10-17 13:58 UTC  (4+ messages)

[PATCH v1] env: Kconfig: disable external env in secure os boot
 2025-10-17 13:58 UTC  (4+ messages)

[PATCH] ram-block-attributes: Avoid the overkill of shared memory with hugetlbfs backend
 2025-10-17 13:57 UTC  (2+ messages)

[PATCH] doc: git-checkout: fix placeholder markup
 2025-10-17 13:56 UTC  (3+ messages)
` [PATCH resend] "

[PATCH] ati-vga: Fix framebuffer mapping by using hardware-correct aperture sizes
 2025-10-17 13:56 UTC  (9+ messages)

[PATCH 00/12] hw/s390x: Remove s390-ccw-virtio-4.2 -> s390-ccw-virtio-7.2 machines
 2025-10-17 13:55 UTC  (4+ messages)

[PATCH v3] regmap: add cache validity to REGCACHE_FLAT
 2025-10-17 13:56 UTC  (8+ messages)

FAILED: patch "[PATCH] xen/events: Update virq_to_irq on migration" failed to apply to 5.15-stable tree
 2025-10-17 13:55 UTC  (2+ messages)
` [PATCH 5.15.y] xen/events: Update virq_to_irq on migration

FAILED: patch "[PATCH] media: cx18: Add missing check after DMA map" failed to apply to 5.4-stable tree
 2025-10-17 13:55 UTC  (2+ messages)
` [PATCH 5.4.y] media: cx18: Add missing check after DMA map

[PATCH v10 0/7] vhost-user: Add SHMEM_MAP/UNMAP requests
 2025-10-17 13:52 UTC  (3+ messages)

[PATCH 0/9] can: netlink: add CAN XL
 2025-10-17 13:53 UTC  (2+ messages)

[PATCH v3 0/3] Initial Kontron SMARC-sAM67 support
 2025-10-17 13:50 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: arm: ti: Add Kontron SMARC-sAM67 module
` [PATCH v3 2/3] arm64: dts: ti: Add support for Kontron SMARC-sAM67
` [PATCH v3 3/3] arm64: dts: ti: sa67: add overlay for the ADS2 carrier

[PATCH 0/2] SMMU v3 CMDQ fix and improvement
 2025-10-17 13:51 UTC  (3+ messages)

[PATCH] mtd: add missing prototype for mtd_read_oob_bf()
 2025-10-17 13:51 UTC 

[tip:objtool/core] BUILD SUCCESS 00a155c691befdb10bea52c91d4c8c930bdaf73a
 2025-10-17 13:47 UTC 

[PATCH v1] devtool: un-/deploy-target: put deploylist into destdir
 2025-10-17 13:50 UTC  (2+ messages)
` [OE-core] "

[PATCH 0/2] Sndcard compatible for qrb2210/qcm2290
 2025-10-17 13:50 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: sound: qcom,sm8250: add QRB2210 and RB1 soundcards

[PATCH v5 0/7] platform/chrome: Fix a possible UAF via revocable
 2025-10-17 13:49 UTC  (5+ messages)
` [PATCH v5 5/7] revocable: Add fops replacement

[PATCH v3 3/7] iommu/arm-smmu-v3: Introduce a per-domain arm_smmu_invs array
 2025-10-17 13:47 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.