LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-30 18:42:59 to 2024-05-30 22:59:28 UTC [more...]

[PATCH 00/14] alpha: cleanups for 6.10
 2024-05-30 22:59 UTC  (9+ messages)

[PATCH v2 0/4] ASoC: qcom: display port changes
 2024-05-30 22:56 UTC  (12+ messages)
` [PATCH v2 2/4] ASoC: qcom: common: add Display port Jack function
` [PATCH v2 3/4] ASoC: qcom: sc8280xp: add Display port Jack

[PATCH v2 2/3] hwmon: Add support for SPD5118 compliant temperature sensors
 2024-05-30 22:51 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: hwmon: jedec,spd5118: Add bindings
` [PATCH v2 3/3] hwmon: (spd5118) Add suspend/resume support

[PATCH v1] perf evlist: Force adding default events only to core PMUs
 2024-05-30 22:51 UTC  (11+ messages)

[PATCH 0/2] serial: Fix problems when serial transfer is happening at suspend time
 2024-05-30 22:50 UTC  (5+ messages)
` [PATCH 2/2] serial: qcom-geni: Fix qcom_geni_serial_stop_tx_fifo() while xfer

[PATCH v19 00/20] Add support for Sub-NUMA cluster (SNC) systems
 2024-05-30 22:49 UTC  (29+ messages)
` [PATCH v19 06/20] x86/resctrl: Introduce snc_nodes_per_l3_cache
` [PATCH v19 08/20] x86/resctrl: Prepare for new Sub-NUMA Cluster (SNC) monitor files
` [PATCH v19 09/20] x86/resctrl: Add new fields to struct rmid_read for summation of domains
` [PATCH v19 11/20] x86/resctrl: Allocate a new bit in union mon_data_bits
` [PATCH v19 12/20] x86/resctrl: Create Sub-NUMA Cluster (SNC) monitor files
` [PATCH v19 14/20] x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counter
` [PATCH v19 15/20] x86/resctrl: Pass two extra arguments to resctrl_arch_rmid_read()
` [PATCH v19 16/20] x86/resctrl: Make resctrl_arch_rmid_read() handle sum over domains
` [PATCH v19 18/20] x86/resctrl: Enable RMID shared RMID mode on Sub-NUMA Cluster (SNC) systems
` [PATCH v19 19/20] x86/resctrl: Sub-NUMA Cluster (SNC) detection and enabling
` [PATCH v19 20/20] x86/resctrl: Update documentation with Sub-NUMA cluster changes

[PATCH] arm64: dts: rockchip: Fix the DCDC_REG2 minimum voltage on Quartz64 Model B
 2024-05-30 22:48 UTC  (3+ messages)

[PATCH v2 0/7] serial: qcom-geni: Overhaul TX handling to fix crashes/hangs
 2024-05-30 22:45 UTC  (8+ messages)
` [PATCH v2 1/7] soc: qcom: geni-se: Add GP_LENGTH/IRQ_EN_SET/IRQ_EN_CLEAR registers
` [PATCH v2 2/7] serial: qcom-geni: Fix the timeout in qcom_geni_serial_poll_bit()
` [PATCH v2 3/7] serial: qcom-geni: Fix arg types for qcom_geni_serial_poll_bit()
` [PATCH v2 4/7] serial: qcom-geni: Introduce qcom_geni_serial_poll_bitfield()
` [PATCH v2 5/7] serial: qcom-geni: Just set the watermark level once
` [PATCH v2 6/7] serial: qcom-geni: Fix suspend while active UART xfer
` [PATCH v2 7/7] serial: qcom-geni: Rework TX in FIFO mode to fix hangs/lockups

[PATCH v10 00/11] Add V4L2 M2M Driver for E5010 JPEG Encoder
 2024-05-30 22:44 UTC  (8+ messages)
` [PATCH v10 06/11] math.h: Add macros for rounding to closest value
` [PATCH v10 07/11] Documentation: core-api: Add math.h macros and functions
` [PATCH v10 08/11] lib: add basic KUnit test for lib/math

[PATCH net] net: phy: Micrel KSZ8061: fix errata solution not taking effect problem
 2024-05-30 22:42 UTC  (3+ messages)

[PATCH v8 0/5] soc: qcom: add in-kernel pd-mapper implementation
 2024-05-30 22:39 UTC  (2+ messages)

[PATCH net-next] ionic: advertise 52-bit addressing limitation for MSI-X
 2024-05-30 22:34 UTC  (2+ messages)

[PATCH 0/3] hwmon: Add support for SPD5118 compliant temperature sensors
 2024-05-30 22:33 UTC  (6+ messages)
` [PATCH 2/3] "

[PATCH] MAINTAINERS: copy linux-arm-msm for sound/qcom changes
 2024-05-30 22:30 UTC 

[PATCH] mailbox: zynqmp-ipi: drop irq_to_desc() call
 2024-05-30 22:17 UTC  (2+ messages)

linux-next: the fetch of the tomoyo tree failed
 2024-05-30 22:06 UTC  (5+ messages)

arm-linux-gnueabihf-ld: kernel/rcu/update.o:update.c:(.text+0x1cc4): more undefined references to `__bad_cmpxchg' follow
 2024-05-30 22:05 UTC  (7+ messages)

BUG: kernel NULL pointer dereference, address: 000000000000002c - RIP: 0010:alloc_extent_buffer
 2024-05-30 22:04 UTC  (2+ messages)

[PATCH v2 00/15] TDX MMU prep series part 1
 2024-05-30 21:57 UTC  (17+ messages)
` [PATCH v2 01/15] KVM: Add member to struct kvm_gfn_range for target alias
` [PATCH v2 02/15] KVM: x86: Add a VM type define for TDX
` [PATCH v2 03/15] KVM: x86/mmu: Add a mirrored pointer to struct kvm_mmu_page
` [PATCH v2 04/15] KVM: x86/mmu: Add a new mirror_pt member for union kvm_mmu_page_role
` [PATCH v2 05/15] KVM: x86/mmu: Make kvm_tdp_mmu_alloc_root() return void
` [PATCH v2 06/15] KVM: x86/mmu: Support GFN direct mask
` [PATCH v2 07/15] KVM: x86/tdp_mmu: Extract root invalid check from tdx_mmu_next_root()
` [PATCH v2 08/15] KVM: x86/tdp_mmu: Introduce KVM MMU root types to specify page table type
` [PATCH v2 09/15] KVM: x86/tdp_mmu: Support mirror root for TDP MMU
` [PATCH v2 10/15] KVM: x86/tdp_mmu: Reflect building mirror page tables
` [PATCH v2 11/15] KVM: x86/tdp_mmu: Reflect tearing down "
` [PATCH v2 12/15] KVM: x86/tdp_mmu: Take root types for kvm_tdp_mmu_invalidate_all_roots()
` [PATCH v2 13/15] KVM: x86/tdp_mmu: Make mmu notifier callbacks to check kvm_process
` [PATCH v2 14/15] KVM: x86/tdp_mmu: Invalidate correct roots
` [PATCH v2 15/15] KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU

[PATCH v3] vmstat: Kernel stack usage histogram
 2024-05-30 21:56 UTC  (2+ messages)

[PATCH] mmc: sdhci-of-dwcmshc: set CQE irq-handler for rockchip variants
 2024-05-30 21:55 UTC 

[PATCH] mmc: sdhci-of-dwcmshc: don't enable CQE without a suitable irq handler
 2024-05-30 21:55 UTC 

[PATCH v5 6/8] riscv: hwprobe: add zve Vector subextensions into hwprobe interface
 2024-05-30 21:55 UTC  (3+ messages)

Flood of "Unexpected continuation frame (len 0)" messages
 2024-05-30 21:49 UTC 

[PATCH] i2c: piix4: Register SPDs
 2024-05-30 21:49 UTC 

[PATCH 0/2] mm: swap: mTHP swap allocator base on swap cluster order
 2024-05-30 21:49 UTC  (9+ messages)
` [PATCH 1/2] mm: swap: swap cluster switch to double link list

[RFC net-next 0/6] net: pass receive socket to drop tracepoint
 2024-05-30 21:47 UTC  (7+ messages)
` [RFC net-next 1/6] net: add kfree_skb_for_sk function
` [RFC net-next 2/6] ping: pass rx socket on rcv drops
` [RFC net-next 3/6] net: raw: "
` [RFC net-next 4/6] tcp: "
` [RFC net-next 5/6] udp: "
` [RFC net-next 6/6] af_packet: "

[PATCH -rc] workqueue: Reimplement UAF fix to avoid lockdep worning
 2024-05-30 21:42 UTC  (2+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-05-30 21:37 UTC  (12+ messages)

[PATCH v2 1/1] scsi: ufs: core: Support Updating UIC Command Timeout
 2024-05-30 21:36 UTC 

[PATCH RFC v2 1/8] spi: dt-bindings: spi-peripheral-props: add spi-offloads property
 2024-05-30 21:28 UTC  (17+ messages)

[PATCH 0/3] kbuild: remove PROVIDE() and refactor vmlinux_link steps
 2024-05-30 21:17 UTC  (3+ messages)
` [PATCH 3/3] kbuild: merge temp vmlinux for CONFIG_DEBUG_INFO_BTF and CONFIG_KALLSYMS

[PATCH 0/4] MCE wrapper and support for new SMCA syndrome MSRs
 2024-05-30 21:16 UTC  (5+ messages)
` [PATCH 1/4] x86/mce: Add wrapper for struct mce to export vendor specific info
` [PATCH 2/4] x86/mce, EDAC/mce_amd: Add support for new MCA_SYND{1,2} registers
` [PATCH 3/4] x86/mce/apei: Handle variable register array size
` [PATCH 4/4] EDAC/mce_amd: Add support for FRU Text in MCA

[RFC net-next v3 0/2] mlx5: Add netdev-genl queue stats
 2024-05-30 21:16 UTC  (5+ messages)
` [RFC net-next v3 1/2] net/mlx5e: Add helpers to calculate txq and ch idx
` [RFC net-next v3 2/2] net/mlx5e: Add per queue netdev-genl stats

[PATCH v2 0/3] selftests/futex: clang-inspired fixes
 2024-05-30 21:15 UTC  (15+ messages)
` [PATCH v2 1/3] selftests/futex: don't redefine .PHONY targets (all, clean)
` [PATCH v2 2/3] selftests/futex: don't pass a const char* to asprintf(3)
` [PATCH v2 3/3] selftests/futex: pass _GNU_SOURCE without a value to the compiler

[PATCH v2] bcachefs: bch2_dir_emit() - fix directory reads in the fuse driver
 2024-05-30 21:13 UTC 

[PATCH v5 08/16] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb
 2024-05-30 21:13 UTC  (2+ messages)

[PATCH net-next v6 0/3] mlx4: Add support for netdev-genl API
 2024-05-30 21:12 UTC  (8+ messages)
` [PATCH net-next v6 1/3] net/mlx4: Track RX allocation failures in a stat
` [PATCH net-next v6 2/3] net/mlx4: link NAPI instances to queues and IRQs
` [PATCH net-next v6 3/3] net/mlx4: support per-queue statistics via netlink

[PATCH v2] riscv: prevent pt_regs corruption for secondary idle threads
 2024-05-30 21:10 UTC  (2+ messages)

[PATCH] Documentation: RISC-V: uabi: Only scalar misaligned loads are supported
 2024-05-30 21:10 UTC  (2+ messages)

[PATCH] riscv: enable HAVE_ARCH_HUGE_VMAP for XIP kernel
 2024-05-30 21:10 UTC  (2+ messages)

[PATCH -fixes v2] riscv: Fix fully ordered LR/SC xchg[8|16]() implementations
 2024-05-30 21:10 UTC  (2+ messages)

[PATCH] iommu/amd: Fix panic accessing amd_iommu_enable_faulting
 2024-05-30 21:05 UTC  (2+ messages)

[PATCH] net: tap: validate metadata and length for XDP buff before building up skb
 2024-05-30 21:04 UTC  (3+ messages)

[PATCH v19 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-05-30 20:54 UTC  (5+ messages)
` [PATCH v19 15/20] fsverity: expose verified fsverity built-in signatures to LSMs

[PATCH] i2c: smbus: Log (LP)DDR5 type specific unimplemented message in `i2c_register_spd()`
 2024-05-30 20:54 UTC  (3+ messages)

[PATCH] fpga: altera-fpga2sdram: remove unused struct 'prop_map'
 2024-05-30 20:52 UTC 

[net-next PATCH] octeontx2: Improve mailbox tracepoints for debugging
 2024-05-30 20:51 UTC  (3+ messages)

[PATCH v2] drm/client: Detect when ACPI lid is closed during initialization
 2024-05-30 20:44 UTC  (8+ messages)

[PATCH] perf/x86/intel: add missing MODULE_DESCRIPTION() macros
 2024-05-30 20:42 UTC 

[BUG] Build failure and alleged fix for next-20240523
 2024-05-30 20:40 UTC  (5+ messages)

[net-next PATCH v4 0/7] Improve GbEth performance on Renesas RZ/G2L and related SoCs
 2024-05-30 20:37 UTC  (5+ messages)
` [net-next PATCH v4 4/7] net: ravb: Refactor GbEth RX code path

[PATCH 0/6] Add support for NMI source reporting
 2024-05-30 20:39 UTC  (5+ messages)
` [PATCH 1/6] x86/irq: Add enumeration of NMI source reporting CPU feature

[PATCH] ethernet: octeontx2: avoid linking objects into multiple modules
 2024-05-30 20:30 UTC  (4+ messages)

[PATCH] of: WARN on using default root node #address-cells/#size-cells
 2024-05-30 20:27 UTC  (3+ messages)

[PATCH] perf/x86/amd: check event before enable to avoid GPF
 2024-05-30 20:26 UTC  (4+ messages)

[PATCH wireless] wifi: wlcore: fix wlcore AP mode
 2024-05-30 20:23 UTC  (3+ messages)

[PATCH 0/2] mm: store zero pages to be swapped out in a bitmap
 2024-05-30 20:16 UTC  (9+ messages)
` [PATCH 1/2] "

[PATCH net-next v10 00/14] Device Memory TCP
 2024-05-30 20:16 UTC  (15+ messages)
` [PATCH net-next v10 01/14] netdev: add netdev_rx_queue_restart()
` [PATCH net-next v10 02/14] net: page_pool: create hooks for custom page providers
` [PATCH net-next v10 03/14] net: netdev netlink api to bind dma-buf to a net device
` [PATCH net-next v10 04/14] netdev: support binding dma-buf to netdevice
` [PATCH net-next v10 05/14] netdev: netdevice devmem allocator
` [PATCH net-next v10 06/14] page_pool: convert to use netmem
` [PATCH net-next v10 07/14] page_pool: devmem support
` [PATCH net-next v10 08/14] memory-provider: dmabuf devmem memory provider
` [PATCH net-next v10 09/14] net: support non paged skb frags
` [PATCH net-next v10 10/14] net: add support for skbs with unreadable frags
` [PATCH net-next v10 11/14] tcp: RX path for devmem TCP
` [PATCH net-next v10 12/14] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags
` [PATCH net-next v10 13/14] net: add devmem TCP documentation
` [PATCH net-next v10 14/14] selftests: add ncdevmem, netcat for devmem TCP

[syzbot] [wireless?] INFO: task hung in ieee80211_unregister_hw
 2024-05-30 20:15 UTC 

[PATCH] perf/x86/rapl: add missing MODULE_DESCRIPTION()
 2024-05-30 20:12 UTC 

[syzbot] [io-uring?] KMSAN: uninit-value in io_req_cqe_overflow (2)
 2024-05-30 20:10 UTC  (2+ messages)

[PATCH v2 0/5] livepatch: klp-convert tool - Minimal version
 2024-05-30 20:07 UTC  (3+ messages)
` [PATCH v2 2/6] livepatch: Add klp-convert tool

[syzbot] [io-uring?] KMSAN: uninit-value in io_issue_sqe
 2024-05-30 20:07 UTC  (2+ messages)

[RFC PATCH] mm/vmalloc: fix vbq->free breakage
 2024-05-30 20:05 UTC  (3+ messages)

[RESEND PATCH v4 0/4] Add features to an existing driver
 2024-05-30 20:04 UTC  (5+ messages)
` [RESEND PATCH v4 3/4] media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage
` [RESEND PATCH v4 4/4] media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder

[PATCH v2 0/6] selftests/x86: fix build errors and warnings found via clang
 2024-05-30 20:00 UTC  (5+ messages)

[PATCH docs-next v3] docs: handling-regressions.rst: recommend using "Closes:" tags
 2024-05-30 19:57 UTC  (2+ messages)

[PATCH] doc:it_IT: align Italian documentation
 2024-05-30 19:55 UTC  (2+ messages)

[PATCH wireless v2] wifi: wlcore: fix wlcore AP mode
 2024-05-30 19:52 UTC 

[PATCH] x86/fpu: Remove export of mxcsr_feature_mask
 2024-05-30 19:27 UTC 

[PATCH v3 0/3] x86/fpu: Allow the In-Field Scan driver to initialize FPU state
 2024-05-30 19:27 UTC  (4+ messages)
` [PATCH v3 1/3] x86/fpu: Rename fpu_reset_fpregs() to fpu_reset_fpstate_regs()
` [PATCH v3 2/3] x86/fpu: Allow FPU users to initialize FPU state
` [PATCH v3 3/3] platform/x86/intel/ifs: Initialize FPU states for the scan test

[PATCH v1] Documentation: process: Revert "Document suitability of Proton Mail for kernel development"
 2024-05-30 19:40 UTC  (2+ messages)

[PATCH v7 2/4] spi: cadence: Add Marvell xSPI IP overlay changes
 2024-05-30 19:38 UTC  (2+ messages)

[PATCH] kcsan: test: add missing MODULE_DESCRIPTION() macro
 2024-05-30 19:39 UTC 

[PATCH] doc-guide: kernel-doc: document Returns: spelling
 2024-05-30 19:35 UTC  (2+ messages)

[PATCH] docs: Extend and refactor index of further kernel docs
 2024-05-30 19:34 UTC  (2+ messages)

[RFC PATCH] arm64: dts: rockchip: Make preparations for per-RK3588-variant OPPs
 2024-05-30 19:31 UTC  (7+ messages)

[PATCH 0/2] selftests/lib.mk: LLVM=1, CC=clang, and warnings
 2024-05-30 19:28 UTC  (4+ messages)
` [PATCH 2/2] selftests/lib.mk: silence some clang warnings that gcc already ignores

[PATCH] platform/x86/amd/pmf: Use memdup_user()
 2024-05-30 19:28 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v2] selftests/vDSO: fix clang build errors and warnings
 2024-05-30 19:24 UTC  (3+ messages)

[PATCH v5 40/40] 9p: Use netfslib read/write_iter
 2024-05-30 19:16 UTC  (5+ messages)
` [PATCH v5 00/40] netfs, afs, 9p: Delegate high-level I/O to netfslib

[PATCH v2 0/2] gpiolib: Show IRQ line in debugfs
 2024-05-30 19:12 UTC  (3+ messages)
` [PATCH v2 1/2] gpiolib: Return label, if set, for IRQ only line
` [PATCH v2 2/2] gpiolib: Show more info for interrupt only lines in debugfs

[RFC PATCH net-next 0/2] Add multicast filtering support for ICSSG driver
 2024-05-30 19:08 UTC  (3+ messages)
` [RFC PATCH net-next 2/2] net: ti: icssg-prueth: Add multicast filtering support

[PATCH v3 2/2] iio:proximity:hx9023s: Add TYHX HX9023S sensor driver
 2024-05-30 19:07 UTC  (2+ messages)

[PATCH v4] usb: gadget: u_ether: Replace netif_stop_queue with netif_device_detach
 2024-05-30 19:06 UTC  (12+ messages)

[PATCH v2 0/8] Add helper functions to remove repeated code and improve readability of cgroup writeback
 2024-05-30 18:55 UTC  (3+ messages)

[PATCH RFC 0/7] block: Introduce CBD (CXL Block Device)
 2024-05-30  6:59 UTC  (12+ messages)

[PATCH 0/3] Enable PTP timestamping/PPS for AM65x SR1.0 devices
 2024-05-30 18:45 UTC  (7+ messages)
` [PATCH 1/3] net: ti: icssg-prueth: Enable PTP timestamping support for "
` [PATCH 2/3] net: ti: icss-iep: Enable compare events
` [PATCH 3/3] arm64: dts: ti: iot2050: Add IEP interrupts for SR1.0 devices


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).