All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-04 08:53:52 to 2025-03-04 09:25:42 UTC [more...]

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-03-04  9:21 UTC  (13+ messages)
` [PATCH v2 01/34] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v2 02/34] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v2 03/34] compiler-capability-analysis: Add test stub
` [PATCH v2 04/34] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v2 05/34] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v2 06/34] cleanup: Basic compatibility with capability analysis
` [PATCH v2 07/34] lockdep: Annotate lockdep assertions for "
` [PATCH v2 08/34] locking/rwlock, spinlock: Support Clang's "
` [PATCH v2 09/34] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v2 10/34] locking/mutex: Support Clang's capability analysis
` [PATCH v2 11/34] locking/seqlock: "
` [PATCH v2 12/34] bit_spinlock: Include missing <asm/processor.h>

[v2 PATCH 0/7] crypto: acomp - Add request chaining and virtual address support
 2025-03-04  9:25 UTC  (8+ messages)
` [v2 PATCH 1/7] crypto: api - Add cra_type->destroy hook
` [v2 PATCH 2/7] crypto: scomp - Remove tfm argument from alloc/free_ctx
` [v2 PATCH 3/7] crypto: acomp - Add request chaining and virtual addresses
` [v2 PATCH 4/7] crypto: testmgr - Remove NULL dst acomp tests
` [v2 PATCH 5/7] crypto: scomp - Remove support for most non-trivial destination SG lists
` [v2 PATCH 6/7] crypto: scomp - Add chaining and virtual address support
` [v2 PATCH 7/7] crypto: acomp - Move stream management into scomp layer

[PATCH v5 00/10] Support ROHM BD79124 ADC
 2025-03-04  9:25 UTC  (3+ messages)
` [PATCH v5 03/10] iio: adc: add helpers for parsing ADC nodes

[PATCH] selftests/bpf: Move test_lwt_ip_encap to test_progs
 2025-03-04  9:24 UTC 

[PATCH] scripts/setlocalversion: Reinstate .scmversion support
 2025-03-04  9:24 UTC  (2+ messages)

[PATCH] perf/bench: Fix perf bench syscall XXXX loop count
 2025-03-04  9:23 UTC 

[PATCH 0/6] Implement Firmware Assisted Dump for PSeries
 2025-03-04  9:21 UTC  (5+ messages)
` [PATCH 1/6] hw/ppc: Implement skeleton code for fadump in PSeries
` [PATCH 2/6] hw/ppc: Trigger Fadump boot if fadump is registered

[PATCH 0/9] General updates and two new drivers for HiSilicon Uncore PMU
 2025-03-04  9:21 UTC  (5+ messages)
` [PATCH 1/9] drivers/perf: hisi: Extend struct hisi_pmu_dev_info

[PATCH mptcp-next] Squash to "bpf: Add mptcp_subflow bpf_iter"
 2025-03-04  9:22 UTC  (7+ messages)

[PATCH] resource: Fix resource leak in get_free_mem_region()
 2025-03-04  9:22 UTC  (2+ messages)

[PATCH v3 0/1] KVM: s390: fix a newly introduced bug
 2025-03-04  9:21 UTC  (4+ messages)
` [PATCH v3 1/1] KVM: s390: pv: fix race when making a page secure

[PATCH V2 0/2] Add usb option support for Telit Cinterion FE990B
 2025-03-04  9:19 UTC  (3+ messages)
` [PATCH V2 1/2] USB: serial: option: add Telit Cinterion FE990B compositions
` [PATCH V2 2/2] USB: serial: option: fix Telit Cinterion FE990A name

[PATCH RFC] leds: rgb: leds-qcom-lpg: Compute PWM value based on period instead
 2025-03-04  9:21 UTC  (3+ messages)

[PATCH 0/6] drm/amdgpu: Deadcode - the P's
 2025-03-03 14:39 UTC  (7+ messages)
` [PATCH 1/6] drm/amdgpu: Remove ppatomfwctrl deadcode
` [PATCH 2/6] drm/amdgpu: Remove phm_powerdown_uvd
` [PATCH 3/6] drm/amdgpu: Remove powerdown_uvd member
` [PATCH 4/6] drm/amdgpu: Remove unused pre_surface_trace
` [PATCH 5/6] drm/amdgpu: Remove unused print__rq_dlg_params_st
` [PATCH 6/6] drm/amdgpu: Remove unused pqm_get_kernel_queue

[PATCH] drm/amdgpu: handle amdgpu_cgs_create_device() errors in amd_powerplay_create()
 2025-03-04  7:10 UTC 

[PATCH 0/6] Add support for RK3588 DisplayPort Controller
 2025-03-04  9:18 UTC  (8+ messages)
` [PATCH 2/6] drm/bridge: synopsys: Add DW DPTX Controller support library
    `  "

[PATCH v2 00/13] Tidy up ASoC VALUE control macros
 2025-03-04  9:19 UTC  (4+ messages)
` [PATCH v2 13/13] ASoC: Tidy up SOC_DOUBLE_* and SOC_SINGLE_* helpers

Build Warnings at arch/powerpc/
 2025-03-04  8:56 UTC  (3+ messages)

[PATCH v1 00/40] x86: Leaf 0x2 and leaf 0x4 refactorings
 2025-03-04  9:19 UTC  (13+ messages)
` [PATCH v1 05/40] x86/cpu: Remove unnecessary headers and reorder the rest
` [PATCH v1 32/40] x86/cacheinfo: Use consolidated leaf 0x2 descriptor table
` [PATCH v1 33/40] x86/cpu: "
` [PATCH v1 34/40] x86/cacheinfo: Separate leaf 0x2 handling and post-processing logic
` [PATCH v1 35/40] x86/cacheinfo: Separate intel leaf 0x4 handling
` [PATCH v1 36/40] x86/cacheinfo: Extract out cache level topology ID calculation
` [PATCH v1 37/40] x86/cacheinfo: Extract out cache self-snoop checks
` [PATCH v1 38/40] x86/cacheinfo: Relocate leaf 0x4 cache_type mapping
` [PATCH v1 39/40] x86/cacheinfo: Introduce amd_hygon_cpu_has_l3_cache()
` [PATCH v1 40/40] x86/cacheinfo: Apply maintainer-tip coding style fixes

[PATCH] drm/ast: Support both SHMEM helper and VRAM helper
 2025-03-04  9:19 UTC  (3+ messages)

[bug report] ceph: Convert ceph_readdir_cache_control to store a folio
 2025-03-04  9:19 UTC 

[PATCHv3 net 0/3] bond: fix xfrm offload issues
 2025-03-04  9:18 UTC  (9+ messages)
` [PATCHv3 net 1/3] bonding: move IPsec deletion to bond_ipsec_free_sa

[PATCH 00/22] Use VRR timing generator for fixed refresh rate modes
 2025-03-04  9:18 UTC  (4+ messages)
` ✓ CI.Patch_applied: success for Use VRR timing generator for fixed refresh rate modes (rev6)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "

[PATCH v1 0/3] gpiolib: Reduce 'gpio' namespace when operate over GPIOd
 2025-03-04  9:18 UTC  (3+ messages)
` [PATCH v1 2/3] gpiolib: Rename gpio_set_debounce_timeout() to gpiod_do_set_debounce()

[PATCH v2] mm/hugetlb: update nr_huge_pages and surplus_huge_pages together
 2025-03-04  9:17 UTC  (2+ messages)

[PATCH v2] blockdev-backup: Add error handling option for copy-before-write jobs
 2025-03-04  9:17 UTC 

[PATCH] blockdev-backup: Add error handling option for copy-before-write jobs
 2025-03-04  9:16 UTC  (3+ messages)

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-03-04  9:17 UTC  (2+ messages)

[PATCH 0/4] Add support for QNAP's ts-433 4bay NAS
 2025-03-04  9:15 UTC  (2+ messages)
` (subset) "

[PATCH v3] sched/rt: Fix race in push_rt_task
 2025-03-04  9:15 UTC  (2+ messages)

[GSOC][PATCH 0/1] t1403: prefer test_path_exists helper function
 2025-03-04  9:15 UTC  (2+ messages)
` [GSOC][PATCH v2 0/1] t1403: verify path exists and is a file

[meta-networking][scarthgap][PATCH] unbound: Fix CVE-2024-8508
 2025-03-04  9:12 UTC 

[Intel-wired-lan] [PATCH v2] e1000: The 'const' qualifier has been added where applicable to enhance code safety and prevent unintended modifications
 2025-03-04  9:15 UTC  (6+ messages)

Subject: [PATCH 1/1] PCI: of: avoid warning for 4 GiB non-prefetchable
 2025-03-04  9:15 UTC  (3+ messages)

[PATCH v3 0/7] Provides support for Trigger Generation Unit
 2025-03-04  8:05 UTC  (3+ messages)
` [PATCH v3 1/7] dt-bindings: arm: Add support for Coresight TGU trace

[PATCH 0/2] riscv: sophgo Add PCIe support to Sophgo SG2044 SoC
 2025-03-04  7:59 UTC  (3+ messages)

[PATCH v6 0/3] microchip-tcb-capture: Add Capture, Compare, Overflow etc. events
 2025-03-04  7:47 UTC  (3+ messages)
` [PATCH v6 3/3] counter: microchip-tcb-capture: Add capture extensions for registers RA/RB

[PATCH 0/2] HID: apple: improvements for code readability
 2025-03-04  9:14 UTC  (3+ messages)
` [PATCH 1/2] HID: apple: move backlight report structs to other backlight structs
` [PATCH 2/2] HID: apple: use switch case to set fn translation table

[PATCH v2 0/2] spi: sophgo: add Sophgo SPI NOR controller driver
 2025-03-04  9:14 UTC  (4+ messages)
` [PATCH v2 2/2] spi: sophgo: add SG2044 "

[PATCH v1] USB: serial: ftdi_sio: add support for Altera USB Blaster 3
 2025-03-04  9:14 UTC  (5+ messages)

[PATCH 1/1] md/raid10: Don't print warn calltrace for discard with REQ_NOWAIT
 2025-03-04  9:13 UTC  (2+ messages)

[PATCH v2 1/6] wifi: mt76: mt7925: load the appropriate CLC data based on hardware type
 2025-03-04  9:13 UTC  (6+ messages)
` [PATCH v2 2/6] wifi: mt76: mt7925: add EHT control support based on the CLC data
` [PATCH v2 3/6] wifi: mt76: mt7925: update the channel usage when the regd domain changed

[kvm-unit-tests PATCH 0/2] riscv: Run with other QEMU models
 2025-03-04  9:12 UTC  (4+ messages)
` [kvm-unit-tests PATCH 1/2] configure: Allow earlycon for all architectures

[PATCH v2 0/6] pds_fwctl: fwctl for AMD/Pensando core devices
 2025-03-04  9:12 UTC  (5+ messages)
` [PATCH v2 5/6] pds_fwctl: add rpc and query support
` [PATCH v2 6/6] pds_fwctl: add Documentation entries

[PATCH] rust: Fix enabling Rust and building with GCC for LoongArch
 2025-03-04  9:12 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: gpio: loongson: Add new loongson gpio chip compatible
 2025-03-04  9:11 UTC  (6+ messages)
` [PATCH 2/2] gpio: loongson-64bit: Add more gpio chip support

[PATCH v2 0/8] phy: samsung: add Exynos2200 SNPS eUSB2 driver
 2025-03-04  9:09 UTC  (11+ messages)
` [PATCH v2 3/8] dt-bindings: phy: add samsung,exynos2200-usbcon-phy schema file

[PATCH 0/5] common: clean up usage of structure jmp_buf_data
 2025-03-04  9:10 UTC  (2+ messages)

[OE-core] [PATCH 01/31] bind: upgrade 9.20.5 -> 9.20.6
 2025-03-04  9:09 UTC  (31+ messages)
` [OE-core] [PATCH 02/31] dbus: upgrade 1.16.0 -> 1.16.2
` [OE-core] [PATCH 03/31] fmt: upgrade 11.1.3 -> 11.1.4
` [OE-core] [PATCH 04/31] gi-docgen: upgrade 2024.1 -> 2025.3
` [OE-core] [PATCH 05/31] harfbuzz: upgrade 10.2.0 -> 10.4.0
` [OE-core] [PATCH 06/31] inetutils: upgrade 2.5 -> 2.6
` [OE-core] [PATCH 07/31] libassuan: upgrade 3.0.1 -> 3.0.2
` [OE-core] [PATCH 08/31] libnotify: upgrade 0.8.3 -> 0.8.4
` [OE-core] [PATCH 09/31] libpng: upgrade 1.6.45 -> 1.6.47
` [OE-core] [PATCH 10/31] libsdl2: upgrade 2.30.12 -> 2.32.2
` [OE-core] [PATCH 11/31] liburcu: update 0.15.0 -> 0.15.1
` [OE-core] [PATCH 12/31] man-pages: upgrade 6.11 -> 6.12
` [OE-core] [PATCH 13/31] minicom: upgrade 2.9 -> 2.10
` [OE-core] [PATCH 14/31] mtools: upgrade 4.0.47 -> 4.0.48
` [OE-core] [PATCH 15/31] nghttp2: upgrade 1.64.0 -> 1.65.0
` [OE-core] [PATCH 16/31] openssh: upgrade 9.9p1 -> 9.9p2
` [OE-core] [PATCH 17/31] orc: upgrade 0.4.40 -> 0.4.41
` [OE-core] [PATCH 18/31] python3-bcrypt: upgrade 4.2.1 -> 4.3.0
` [OE-core] [PATCH 19/31] python3-beartype: upgrade 0.19.0 -> 0.20.0
` [OE-core] [PATCH 20/31] python3-hypothesis: upgrade 6.125.3 -> 6.127.4
` [OE-core] [PATCH 21/31] python3-pyelftools: upgrade 0.31 -> 0.32
` [OE-core] [PATCH 22/31] python3-pytest: upgrade 8.3.4 -> 8.3.5
` [OE-core] [PATCH 23/31] python3-setuptools: upgrade 75.8.0 -> 75.8.2
` [OE-core] [PATCH 24/31] python3-trove-classifiers: upgrade 2025.1.15.22 -> 2025.2.18.16
` [OE-core] [PATCH 25/31] python3-websockets: upgrade 14.2 -> 15.0
` [OE-core] [PATCH 26/31] re2c: upgrade 4.0.2 -> 4.1
` [OE-core] [PATCH 27/31] repo: upgrade 2.51 -> 2.52
` [OE-core] [PATCH 28/31] shadow: update 4.17.2 -> 4.17.3
` [OE-core] [PATCH 29/31] stress-ng: upgrade 0.18.10 -> 0.18.11
` [OE-core] [PATCH 30/31] wireless-regdb: upgrade 2024.10.07 -> 2025.02.20
` [OE-core] [PATCH 31/31] zstd: upgrade 1.5.6 -> 1.5.7

[PATCH 02/15] gpio: adnp: use lock guards for the I2C lock
 2025-03-04  9:07 UTC  (2+ messages)

[PATCH] meson: distinguish build and target host binaries
 2025-03-04  9:07 UTC  (3+ messages)

[PATCH v2 0/2] Fix integrity sysfs reporting inconsistencies
 2025-03-04  8:48 UTC  (4+ messages)
  ` [PATCH v2 1/2] block: ensure correct integrity capability propagation in stacked devices

Question for espi oob channel and mctp over smbus
 2025-03-04  8:51 UTC 

[PATCH v5 0/3] drm/sched: Documentation and refcount improvements
 2025-03-04  9:05 UTC  (8+ messages)
` [PATCH v5 2/3] drm/sched: Adjust outdated docu for run_job()

[PATCH 1/2] drm/i915/dp: Reject HBR3 when sink doesn't support TPS4
 2025-03-04  9:05 UTC  (2+ messages)

[PATCH] block/vmdk: prevent double-free in extent memory management
 2025-03-04  9:04 UTC 

[PATCH v4 00/20] imx: add i.MX95 support
 2025-03-04  9:04 UTC  (6+ messages)
` [PATCH v4 10/20] scmi_protocols: update struct scmi_base_discover_list_protocols_out
    ` 回复: [EXT] "
        ` 回复: "

[PATCH] KVM: arm64: Count pKVM stage-2 usage in secondary pagetable stats
 2025-03-04  9:03 UTC  (3+ messages)

[PATCH v10 0/3] Change PWM-controlled LED pin active mode and algorithm
 2025-03-04  9:02 UTC  (11+ messages)

[PATCH mptcp-next v1 0/2] pm misc cleanups
 2025-03-04  9:02 UTC  (2+ messages)

[PATCH v13 0/6] Add Synopsys DesignWare HDMI RX Controller
 2025-03-04  8:58 UTC  (14+ messages)
` [PATCH v13 1/6] MAINTAINERS: Add entry for Synopsys DesignWare HDMI RX Driver
` [PATCH v13 2/6] dt-bindings: media: Document bindings for HDMI RX Controller
` [PATCH v13 3/6] media: platform: synopsys: Add support for HDMI input driver
` [PATCH v13 4/6] arm64: dts: rockchip: Add device tree support for HDMI RX Controller
` [PATCH v13 5/6] arm64: dts: rockchip: Enable HDMI receiver on rock-5b
` [PATCH v13 6/6] arm64: defconfig: Enable Synopsys HDMI receiver

[cip-dev][isar-cip-core][PATCH v2 0/4] Make /home partition optional
 2025-03-04  9:01 UTC  (4+ messages)
` [cip-dev][isar-cip-core][PATCH v2 4/4] Move content of home to IMMUTABLE_DATA_DIR

[PATCH 0/2] KVM: x86: Cleanup and fix for reporting CPUID leaf 0x80000022
 2025-03-04  8:23 UTC  (3+ messages)
` [PATCH 1/2] KVM: x86: Remove the unreachable case for 0x80000022 leaf in __do_cpuid_func()
` [PATCH 2/2] KVM: x86: Explicitly set eax and ebx to 0 when X86_FEATURE_PERFMON_V2 cannot be exposed to guest

[PATCH v2 0/4] RISC-V KVM PMU fix and selftest improvement
 2025-03-04  9:00 UTC  (5+ messages)
` [PATCH v2 4/4] KVM: riscv: selftests: Allow number of interrupts to be configurable

[PATCH 0/4] RISC-V KVM PMU fix and selftest improvement
 2025-03-04  8:58 UTC  (7+ messages)
` [PATCH 4/4] KVM: riscv: selftests: Allow number of interrupts to be configurable

Message from production
 2025-03-04  8:56 UTC 

[PATCH v3 0/2] iio: rzg2l_adc: Cleanups for rzg2l_adc driver
 2025-03-04  8:58 UTC  (3+ messages)
` [PATCH v3 1/2] iio: adc: rzg2l_adc: Open a devres group

[PATCH v12 0/3] rust: add dma coherent allocator abstraction
 2025-03-04  8:58 UTC  (4+ messages)
  ` [PATCH v12 2/3] "

[RESEND PATCH] mux: Convert mux_control_ops to a flex array member in mux_chip
 2025-03-04  8:58 UTC  (3+ messages)

[PATCH v5 0/9] KVM: Mapping guest_memfd backed memory at the host for software protected VMs
 2025-03-04  8:58 UTC  (3+ messages)
` [PATCH v5 3/9] KVM: guest_memfd: Allow host to map guest_memfd() pages

[PATCH V3 0/2] mailbox: tmel-qmp: Introduce QCOM TMEL QMP mailbox driver
 2025-03-04  8:57 UTC  (6+ messages)
` [PATCH V3 1/2] dt-bindings: mailbox: Document qcom,tmel-qmp

[PATCH] PCI: Fix typos
 2025-03-04  8:57 UTC  (2+ messages)

[PATCH net v2] net: ethtool: netlink: Allow NULL nlattrs when getting a phy_device
 2025-03-04  9:52 UTC  (3+ messages)

[RFC PATCH] sched/stats: Add missing schedstats update for sched_delayed tasks
 2025-03-04  8:55 UTC 

[PATCH 04/19] perf: Simplify perf_event_alloc() error path
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: Simplify the "

[PATCH] perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint type
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH 05/19] perf: Simplify perf_pmu_register() error path
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: Simplify the "

[PATCH 06/19] perf: Simplify perf_pmu_register()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 07/19] perf: Simplify perf_init_event()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH v3] ceph: fix slab-use-after-free in have_mon_and_osd_map()
 2025-03-04  8:56 UTC  (2+ messages)

[PATCH 08/19] perf: Simplify perf_event_alloc()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 09/19] perf: Merge pmu_disable_count into cpu_pmu_context
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_context::pmu_disable_count

[PATCH 10/19] perf: Add this_cpc() helper
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 12/19] perf: Introduce perf_free_addr_filters()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 13/19] perf: Robustify perf_event_free_bpf_prog()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/bpf: "

[PATCH 14/19] perf: Simplify perf_mmap() control flow
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: Simplify the "

[PATCH 16/19] perf: Further simplify perf_mmap()
 2025-03-04  8:57 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 17/19] perf: Remove retry loop from perf_mmap()
 2025-03-04  8:56 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 18/19] perf: Lift event->mmap_mutex in perf_mmap()
 2025-03-04  8:56 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 11/19] perf: Detach perf_cpu_pmu_context and pmu lifetimes
 2025-03-04  8:56 UTC  (2+ messages)
` [tip: perf/core] perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimes

[PATCH 15/19] perf: Fix perf_mmap() failure path
 2025-03-04  8:56 UTC  (2+ messages)
` [tip: perf/core] perf/core: "

[PATCH 0/2] Add usb option support for Telit Cinterion FN990B
 2025-03-04  8:48 UTC  (3+ messages)
` [PATCH 1/2] USB: serial: option: add Telit Cinterion FE990B compositions

Patchwork housekeeping for: spi-devel-general
 2025-03-04  8:56 UTC 

[PATCH] [arm64/tlb] Fix mmu notifiers for range-based invalidates
 2025-03-04  8:51 UTC 

[PATCH v4 0/8] initramfs: kunit tests and cleanups
 2025-03-04  8:54 UTC  (2+ messages)

[PATCH V3 0/2] rust: Add basic clock abstractions
 2025-03-04  8:53 UTC  (4+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions


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.