mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[PATCH 0/4] Add SMI clamp and reset
 2024-10-25  9:33 UTC  (13+ messages)
` [PATCH 2/4] dt-bindings: memory: mediatek: Add smi-sub-common property for reset
` [PATCH 3/4] memory: mtk-smi: mt8188: Add SMI clamp function

[PATCH 1/2] rcuscale: Do a proper cleanup if kfree_scale_init() fails
 2024-10-25  9:33 UTC  (4+ messages)
` [PATCH 2/2] rcuscale: Remove redundant WARN_ON_ONCE() splat

[PATCH v3] Documentation: Update the behaviour of "kvm-arm.mode"
 2024-10-25  9:32 UTC 

Some observations (results) on BPF acquire and release
 2024-10-25  9:32 UTC  (2+ messages)

[PATCH net-next] net: marvell: use ethtool string helpers
 2024-10-25  9:32 UTC  (2+ messages)

[PATCH 0/3] drm/panthor: Coherency related fixes
 2024-10-25  9:29 UTC  (6+ messages)
` [PATCH 1/3] drm/panthor: Update memattr programing to align with GPU spec
` [PATCH 2/3] drm/panthor: Explicitly set the coherency mode

[PATCH V3 net 0/9] There are some bugfix for the HNS3 ethernet driver
 2024-10-25  9:29 UTC  (8+ messages)
` [PATCH V3 net 1/9] net: hns3: default enable tx bounce buffer when smmu enabled
` [PATCH V3 net 2/9] net: hns3: add sync command to sync io-pgtable
` [PATCH V3 net 3/9] net: hns3: fixed reset failure issues caused by the incorrect reset type
` [PATCH V3 net 4/9] net: hns3: fix missing features due to dev->features configuration too early
` [PATCH V3 net 5/9] net: hns3: Resolved the issue that the debugfs query result is inconsistent
` [PATCH V3 net 6/9] net: hns3: don't auto enable misc vector
` [PATCH V3 net 7/9] net: hns3: initialize reset_timer before hclgevf_misc_irq_init()

workqueue lockup debug
 2024-10-25  9:28 UTC  (3+ messages)

[PATCH] PCI: Restore the original INTX_DISABLE bit by pcim_intx()
 2024-10-25  9:26 UTC  (2+ messages)

[PATCH v4 0/8] Provide support for RMPREAD and a segmented RMP
 2024-10-25  9:25 UTC  (5+ messages)
` [PATCH v4 1/8] x86/sev: Prepare for using the RMPREAD instruction to access the RMP
` [PATCH v4 2/8] x86/sev: Add support for the RMPREAD instruction

[PATCH net-next 4/7] net: hibmcge: Add register dump supported in this module
 2024-10-25  9:25 UTC  (2+ messages)

[PATCH v4 00/28] Qualcomm iris video decoder driver
 2024-10-25  9:21 UTC  (4+ messages)
` [PATCH v4 14/28] media: iris: implement iris v4l2_ctrl_ops

[PATCH net-next] net: qlogic: use ethtool string helpers
 2024-10-25  9:21 UTC  (2+ messages)

[PATCH v3 0/7] Fix RK3588 GPU domain
 2024-10-25  9:19 UTC  (4+ messages)
` [PATCH v3 7/7] arm64: dts: rockchip: Add GPU power domain regulator dependency for RK3588

[PATCH v4] f2fs: modify f2fs_is_checkpoint_ready logic to allow more data to be written with the CP disable
 2024-10-25  9:18 UTC 

[PATCH v4 00/11] iommufd: Add vIOMMU infrastructure (Part-1)
 2024-10-25  9:18 UTC  (23+ messages)
` [PATCH v4 01/11] iommufd: Move struct iommufd_object to public iommufd header
` [PATCH v4 02/11] iommufd: Introduce IOMMUFD_OBJ_VIOMMU and its related struct
` [PATCH v4 03/11] iommufd: Add iommufd_verify_unfinalized_object
` [PATCH v4 04/11] iommufd/viommu: Add IOMMU_VIOMMU_ALLOC ioctl
` [PATCH v4 05/11] iommufd: Add domain_alloc_nested op to iommufd_viommu_ops
` [PATCH v4 06/11] iommufd: Allow pt_id to carry viommu_id for IOMMU_HWPT_ALLOC
` [PATCH v4 10/11] Documentation: userspace-api: iommufd: Update vIOMMU
` [PATCH v4 11/11] iommu/arm-smmu-v3: Add IOMMU_VIOMMU_TYPE_ARM_SMMUV3 support

[PATCHv3 net-next] net: dsa: use ethtool string helpers
 2024-10-25  9:15 UTC  (2+ messages)

[PATCH] RISC-V: Enable Zicbom in usermode
 2024-10-25  9:15 UTC 

[PATCH net-next v10 00/23] Introducing OpenVPN Data Channel Offload
 2024-10-25  9:14 UTC  (24+ messages)
` [PATCH net-next v10 01/23] netlink: add NLA_POLICY_MAX_LEN macro
` [PATCH net-next v10 02/23] net: introduce OpenVPN Data Channel Offload (ovpn)
` [PATCH net-next v10 03/23] ovpn: add basic netlink support
` [PATCH net-next v10 04/23] ovpn: add basic interface creation/destruction/management routines
` [PATCH net-next v10 05/23] ovpn: keep carrier always on
` [PATCH net-next v10 06/23] ovpn: introduce the ovpn_peer object
` [PATCH net-next v10 07/23] ovpn: introduce the ovpn_socket object
` [PATCH net-next v10 08/23] ovpn: implement basic TX path (UDP)
` [PATCH net-next v10 09/23] ovpn: implement basic RX "
` [PATCH net-next v10 10/23] ovpn: implement packet processing
` [PATCH net-next v10 11/23] ovpn: store tunnel and transport statistics
` [PATCH net-next v10 12/23] ovpn: implement TCP transport
` [PATCH net-next v10 13/23] ovpn: implement multi-peer support
` [PATCH net-next v10 14/23] ovpn: implement peer lookup logic
` [PATCH net-next v10 15/23] ovpn: implement keepalive mechanism
` [PATCH net-next v10 16/23] ovpn: add support for updating local UDP endpoint
` [PATCH net-next v10 17/23] ovpn: add support for peer floating
` [PATCH net-next v10 18/23] ovpn: implement peer add/get/dump/delete via netlink
` [PATCH net-next v10 19/23] ovpn: implement key add/get/del/swap "
` [PATCH net-next v10 20/23] ovpn: kill key and notify userspace in case of IV exhaustion
` [PATCH net-next v10 21/23] ovpn: notify userspace when a peer is deleted
` [PATCH net-next v10 22/23] ovpn: add basic ethtool support
` [PATCH net-next v10 23/23] testing/selftests: add test tool and scripts for ovpn module

[PATCH] drm/xe/migrate: Fix inappropriate error printing in xe_migrate_sanity_test()
 2024-10-25  9:13 UTC 

[PATCH v3] mm: shrinker: avoid memleak in alloc_shrinker_info
 2024-10-25  9:12 UTC  (2+ messages)

[PATCH] net: ethernet: ti: am65-cpsw: fix NULL deref check in am65_cpsw_nuss_probe
 2024-10-25  9:11 UTC 

[PATCH] ASoC: mediatek: mt8183: Remove unnecessary variable assignments
 2024-10-25  9:09 UTC 

[PATCH v4] virtio: Make vring_new_virtqueue support for packed vring
 2024-10-25  9:07 UTC  (2+ messages)

[PATCH v3 2/2] iio: light: add support for veml3235
 2024-10-25  9:07 UTC  (3+ messages)

[PATCH v2 0/4] arm64: dts: mt8183: Add i2c-scl-internal-delay-ns
 2024-10-25  9:05 UTC  (6+ messages)
` [PATCH v2 1/4] arm64: dts: mt8183: fennel: add i2c2's i2c-scl-internal-delay-ns
` [PATCH v2 2/4] arm64: dts: mt8183: burnet: "
` [PATCH v2 3/4] arm64: dts: mt8183: cozmo: "
` [PATCH v2 4/4] arm64: dts: mt8183: Damu: "

[PATCH] soc: qcom: Rework BCM_TCS_CMD macro
 2024-10-25  9:03 UTC  (2+ messages)

[PATCH 0/2] perf stat: Fix trailing comma when there is no metric unit
 2024-10-25  9:03 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] perf stat: Also hide metric from JSON if units are an empty string

[PATCH] mlx5: simplify EQ interrupt polling logic
 2024-10-25  9:03 UTC  (2+ messages)

[PATCH v5] um: Remove double zero check
 2024-10-25  9:02 UTC 

[PATCH v1 0/9] Add Nuvoton NCT6694 MFD devices
 2024-10-25  9:02 UTC  (15+ messages)
` [PATCH v1 1/9] mfd: Add core driver for Nuvoton NCT6694

[PATCH v5 net-next 0/3] udp: Add 4-tuple hash for connected sockets
 2024-10-25  9:02 UTC  (5+ messages)
` [PATCH v5 net-next 3/3] ipv4/udp: Add 4-tuple hash for connected socket

[PATCH v11 0/4] debugfs to hisilicon migration driver
 2024-10-25  9:01 UTC  (5+ messages)
` [PATCH v11 1/4] hisi_acc_vfio_pci: extract public functions for container_of
` [PATCH v11 2/4] hisi_acc_vfio_pci: create subfunction for data reading
` [PATCH v11 3/4] hisi_acc_vfio_pci: register debugfs for hisilicon migration driver
` [PATCH v11 4/4] Documentation: add debugfs description for hisi migration

[PATCH] x86: fix user address masking non-canonical speculation issue
 2024-10-25  9:01 UTC  (4+ messages)

[PATCH] ufs: core: Add WB buffer resize support
 2024-10-25  8:59 UTC 

[PATCH] .mailmap: update e-mail address for Eugen Hristev
 2024-10-25  8:58 UTC 

[PATCH v1 00/14] futex: More futex2 bits
 2024-10-25  8:58 UTC  (4+ messages)
` [PATCH v1 11/14] futex: Implement FUTEX2_NUMA

[PATCH] mm: krealloc: Fix MTE false alarm in __do_krealloc
 2024-10-25  8:58 UTC 

[PATCH v2] Docs/sound: Update codec-to-codec documentation
 2024-10-25  8:58 UTC  (4+ messages)

[PATCH v6 0/7] Add support for Maxim Integrated MAX77705 MFD
 2024-10-25  8:57 UTC  (9+ messages)
` [PATCH v6 3/7] mfd: Add new driver for MAX77705 PMIC
` [PATCH v6 7/7] leds: max77705: Add LEDs support

[PATCH -next] i2c: qcom-cci: Remove the unused variable cci_clk_rate
 2024-10-25  8:57 UTC 

[PATCH v4 0/2] Support for I/O width within ARM SCMI SHMEM
 2024-10-25  8:57 UTC  (7+ messages)
` [PATCH v4 2/2] firmware: arm_scmi: Support 'reg-io-width' property for shared memory

[PATCH v3 00/15] Add ITE IT6263 LVDS to HDMI converter support
 2024-10-25  8:57 UTC  (5+ messages)
` [PATCH v3 12/15] drm/bridge: Add ITE IT6263 LVDS to HDMI converter

[PATCH v3 0/3] arm64: dts: qcom: sc8280xp-blackrock: dt definition for Windows Dev Kit 2023
 2024-10-25  8:55 UTC  (5+ messages)
` [PATCH v3 3/3] arm64: dts: qcom: sc8280xp-blackrock: dt definition for WDK2023

[PATCH v3 0/4] Add support for APPS SMMU on QCS615
 2024-10-25  8:54 UTC  (3+ messages)
` [PATCH v3 4/4] arm64: dts: qcom: qcs615: add the APPS SMMU node

[PATCH v6 0/2] Add support for videocc, camcc, dispcc0 and dispcc1 on Qualcomm SA8775P platform
 2024-10-25  8:52 UTC  (3+ messages)
` [PATCH v6 1/2] arm64: dts: qcom: sa8775p: Update sleep_clk frequency
` [PATCH v6 2/2] arm64: dts: qcom: sa8775p: Add support for clock controllers

[PATCH 0/6] ext4: Add atomic write support for DIO
 2024-10-25  8:52 UTC  (3+ messages)
` [PATCH 5/6] iomap: Lift blocksize restriction on atomic writes

linux-next: duplicate patches in the regulator tree
 2024-10-25  8:51 UTC  (6+ messages)

[PATCH v5 0/3] mfd: twl: Add clock for TWL6030
 2024-10-25  8:50 UTC  (5+ messages)
` [PATCH v5 1/3] mfd: twl-core: Add a clock subdevice for the TWL6030
  ` (subset) "

[PATCH v5 0/8] Add support for videocc, camcc, dispcc0 and dispcc1 on Qualcomm SA8775P platform
 2024-10-25  8:49 UTC  (7+ messages)
` [PATCH v5 7/8] arm64: dts: qcom: Update sleep_clk frequency to 32000 on SA8775P
` [PATCH v5 8/8] arm64: dts: qcom: Add support for multimedia clock controllers

[PATCH v4 4/4] selftests: pidfd: add tests for PIDFD_SELF_*
 2024-10-25  8:48 UTC  (3+ messages)

[PATCH v4 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-25  8:48 UTC  (7+ messages)
` [PATCH v4 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-25  8:46 UTC  (9+ messages)
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()

[GIT PULL] sound fixes for 6.12-rc5
 2024-10-25  8:45 UTC 

[PATCH] dt-bindings: pinctrl: qcom,sm8650-lpass-lpi-pinctrl: Add SM8750
 2024-10-25  8:44 UTC  (2+ messages)

[PATCH] crypto: qat - Fix typo "accelaration"
 2024-10-25  8:43 UTC  (2+ messages)

[PATCH 0/2] pinctrl: qcom: Introduce pinctrl for SM8750
 2024-10-25  8:43 UTC  (5+ messages)
` [PATCH 2/2] pinctrl: qcom: Add sm8750 pinctrl driver

[PATCH RFC 0/2] Avoid reprogram all keys to Inline Crypto Engine for MMC runtime suspend resume
 2024-10-25  8:42 UTC  (5+ messages)

[PATCH vhost 0/2] vdpa/mlx5: Iova mapping related fixes
 2024-10-25  8:42 UTC  (5+ messages)
` [PATCH vhost 1/2] vdpa/mlx5: Fix PA offset with unaligned starting iotlb map
` [PATCH vhost 2/2] vdpa/mlx5: Fix suboptimal range on iotlb iteration

linux-next: boot failure after merge of the memblock tree
 2024-10-25  8:42 UTC  (5+ messages)

[PATCH v2] vsock/test: fix failures due to wrong SO_RCVLOWAT parameter
 2024-10-25  8:37 UTC  (2+ messages)

[peterz-queue:perf/pmu-unregister] [perf] 24b8359383: WARNING:possible_circular_locking_dependency_detected
 2024-10-25  8:37 UTC 

[PATCH] mfd: intel_soc_pmic_crc: Add support for non ACPI instantiated i2c_client
 2024-10-25  8:37 UTC 

[PATCH v3] pwm: imx-tpm: Use correct MODULO value for EPWM mode
 2024-10-25  8:37 UTC 

[PATCH] perf arm-spe: Add support for SPE Data Source packet on AmpereOne
 2024-10-25  8:35 UTC  (2+ messages)

[PATCH v2 0/8] fix error handling in mmap_region() and refactor
 2024-10-25  8:35 UTC  (3+ messages)
` [PATCH v2 7/8] mm: refactor __mmap_region()

[PATCH] crypto: qat - Fix missing destroy_workqueue in adf_init_aer()
 2024-10-25  8:32 UTC  (4+ messages)

[peterz-queue:perf/pmu-unregister] [perf] d4700c3ee4: WARNING:at_kernel/jump_label.c:#static_key_dec_not_one
 2024-10-25  8:29 UTC 

[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-10-25  8:29 UTC  (4+ messages)
` [PATCH v2 11/14] misc: rp1: RaspberryPi RP1 misc driver

[PATCH V3 0/4] firmware: arm_scmi: Misc Fixes
 2024-10-25  8:28 UTC  (8+ messages)

[PATCH v2 0/3] Adjust YCbCr422/bandwidth/training for DP
 2024-10-25  8:28 UTC  (4+ messages)
` [PATCH v2 1/3] drm/mediatek: Fix YCbCr422 color format issue "
` [PATCH v2 2/3] drm/mediatek: Fix mode valid issue for dp
` [PATCH v2 3/3] drm/mediatek: Adjust bandwidth limit for DP

drivers/net/wireless/mediatek/mt76/mt7925/mcu.c:645 mt7925_load_clc() error: buffer overflow 'phy->clc' 2 <= 2
 2024-10-25  8:26 UTC  (2+ messages)

[PATCH v3 0/2] Improve ath10k flush queue mechanism
 2024-10-25  8:23 UTC  (3+ messages)
` [PATCH v3 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback
` [PATCH v3 2/2] wifi: ath10k: Flush only requested txq in ath10k_flush()

[PATCH 1/4] parport: use standard kernel printing functions
 2024-10-25  8:21 UTC  (4+ messages)
` [PATCH 2/4] parport: change struct parport member to iobase
` [PATCH 3/4] parport: add parport_data struct
` [PATCH 4/4] parport: add iomem type for parport

[PATCH v6 00/11] media: rkvdec: Add H.264 High 10 and 4:2:2 profile support
 2024-10-25  8:20 UTC  (2+ messages)

[PATCH] ASoC: tas2781: Fix redundant logical jump
 2024-10-25  8:20 UTC 

[peterz-queue:perf/pmu-unregister] [perf] 4cbf3df69c: BUG:kernel_NULL_pointer_dereference,address
 2024-10-25  8:20 UTC  (2+ messages)

[PATCH -next] locking/ww_mutex: use swap() in get_random_order()
 2024-10-25  8:14 UTC 

[PATCH v5 0/3] pwm: Add pwm driver for Sophgo SG2042
 2024-10-25  8:13 UTC  (6+ messages)
` [PATCH v5 1/3] dt-bindings: pwm: sophgo: add PWM controller for SG2042
` [PATCH v5 2/3] pwm: sophgo: add driver for Sophgo SG2042 PWM
` [PATCH v5 3/3] riscv: sophgo: dts: add pwm controller for SG2042 SoC

[PATCH v4 0/7] Add initial support for QCS615 SoC and QCS615 RIDE board
 2024-10-25  8:10 UTC  (3+ messages)

[PATCH v3] remoteproc: Add a new remoteproc state RPROC_DEFUNCT
 2024-10-25  8:10 UTC  (3+ messages)

[REGRESSION][BISECTED] erroneous buffer overflow detected in bch2_xattr_validate
 2024-10-25  8:10 UTC  (12+ messages)

[PATCH v1 0/2] Enable WDT reload feature
 2024-10-25  8:10 UTC  (5+ messages)

[PATCH] arm64: dts: qcom: x1e80100: Add performance hint for boost clock
 2024-10-25  8:08 UTC  (3+ messages)

[PATCH] selftests/mount_setattr: fix idmap_mount_tree_invalid failed to run
 2024-10-25  8:08 UTC  (3+ messages)

[PATCH v2 0/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before PCI client drivers
 2024-10-25  8:07 UTC  (3+ messages)
` [PATCH v2 4/5] PCI/pwrctl: Move pwrctl device creation to its own helper function

[PATCHv3 0/3] media: venus: close() fixes
 2024-10-25  8:06 UTC  (3+ messages)
` [PATCHv3 3/3] media: venus: factor out inst destruction routine

[PATCH 0/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before PCI client drivers
 2024-10-25  8:06 UTC  (5+ messages)
` [PATCH 4/5] PCI/pwrctl: Move pwrctl device creation to its own helper function

[PATCH 0/3] Fix GPU virtual address collosion when CPU page size != GPU page size
 2024-10-25  8:06 UTC  (2+ messages)

[PATCH] netfs: Add a check for NULL folioq in netfs_writeback_unlock_folios
 2024-10-25  8:05 UTC  (2+ messages)

[PATCH V8 00/12] soc: imx8mp: Add support for HDMI
 2024-10-25  8:05 UTC  (2+ messages)
` imx8mp: HDMI display blank/black problems

[PATCH] crypto - move crypto_simd_disabled_for_test to lib
 2024-10-25  8:05 UTC  (2+ messages)

[PATCH] i2c: qup: use generic device property accessors
 2024-10-25  8:04 UTC  (3+ messages)

[PATCH v3 00/27] Enable FRED with KVM VMX
 2024-10-25  8:04 UTC  (4+ messages)
` [PATCH v3 16/27] KVM: VMX: Virtualize FRED nested exception tracking

[PATCH v2] iio: adc: ad7380: use if_not_cond_guard for claim direct
 2024-10-25  8:03 UTC  (2+ messages)

[tip:core/merge] BUILD SUCCESS d14017f4b399c3deb0ffcb03ffa826fdb140a5db
 2024-10-25  8:03 UTC 

[tip:timers/core] BUILD SUCCESS 2e529e637cef39057d9cf199a1ecb915d97ffcd9
 2024-10-25  8:03 UTC 

[PATCH] perf: Fix missing RCU reader protection in perf_event_clear_cpumask()
 2024-10-25  8:02 UTC  (2+ messages)
` [tip: perf/urgent] "

[PATCHv8 perf/core 1/2] uprobe: Add data pointer to consumer handlers
 2024-10-25  8:02 UTC  (2+ messages)
` [tip: perf/core] "

[PATCHv8 perf/core 2/2] uprobe: Add support for session consumer
 2024-10-25  8:02 UTC  (2+ messages)
` [tip: perf/core] "

[PATCH] locking/osq_lock: Use atomic_try_cmpxchg_release() in osq_unlock()
 2024-10-25  8:02 UTC  (2+ messages)

[PATCH v2 2/2] wifi: ath10k: Flush only requested txq in ath10k_flush()
 2024-10-25  8:01 UTC  (3+ messages)

[PATCHv2 00/23] Add Enclustra Arria10 and Cyclone5 SoMs
 2024-10-25  8:01 UTC  (7+ messages)
` [PATCHv2 12/23] ARM: socfpga: dts: add a10 clock binding yaml

[PATCH -tip] cleanup: Remove address space of returned pointer
 2024-10-25  8:00 UTC  (5+ messages)

[PATCH] ASoC: mediatek: mt8192-afe-pcm: Simplify probe() with local dev variable
 2024-10-25  8:00 UTC 

[PATCH v6 0/6] arm64: dts: qcom: enable Bluetooth and WLAN on sc8280xp and sm8450 boards
 2024-10-25  8:00 UTC  (2+ messages)
` (subset) "

linux: Goodbye from a Linux community volunteer
 2024-10-25  7:59 UTC  (6+ messages)

[tip:irq/core] BUILD SUCCESS 2396eefa075a31884d3336e1e94db47a0bd2a456
 2024-10-25  7:59 UTC 

回复:[PATCH] CREDITS: do the decent thing
 2024-10-25  7:58 UTC 

[PATCH v2 0/2] Miscdevices in Rust
 2024-10-25  7:57 UTC  (4+ messages)
` [PATCH v2 1/2] rust: types: add Opaque::try_ffi_init

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®