The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-12-06 10:51:24 to 2024-12-06 13:57:32 UTC [more...]

[PATCH v4 00/13] Device / Driver PCI / Platform Rust abstractions
 2024-12-06 13:57 UTC  (3+ messages)
` [PATCH v4 02/13] rust: implement generic driver registration

[PATCH] tools/perf/arch/powerpc: Add register mask for power11 PVR in extended regs
 2024-12-06 13:56 UTC 

[PATCH v8 0/4] Add support for AArch64 AMUv1-based average freq
 2024-12-06 13:56 UTC  (5+ messages)
` [PATCH v8 1/4] cpufreq: Introduce an optional cpuinfo_avg_freq sysfs entry
` [PATCH v8 2/4] arm64: amu: Delay allocating cpumask for AMU FIE support
` [PATCH v8 3/4] arm64: Provide an AMU-based version of arch_freq_get_on_cpu
` [PATCH v8 4/4] arm64: Update AMU-based freq scale factor on entering idle

[PATCH v1 00/11] Redo PolarFire SoC's mailbox/clock devicestrees and related code
 2024-12-06 13:56 UTC  (10+ messages)
` [PATCH v1 08/11] clk: move meson clk-regmap implementation to common code

[PATCH v2 00/15] iio: adc: rzg2l_adc: Add support for RZ/G3S
 2024-12-06 13:54 UTC  (17+ messages)
` [PATCH v2 01/15] clk: renesas: r9a08g045: Add clocks, resets and power domain support for the ADC IP
` [PATCH v2 02/15] iio: adc: rzg2l_adc: Convert dev_err() to dev_err_probe()
` [PATCH v2 03/15] iio: adc: rzg2l_adc: Use devres helpers to request pre-deasserted reset controls
` [PATCH v2 04/15] iio: adc: rzg2l_adc: Simplify the runtime PM code
` [PATCH v2 05/15] iio: adc: rzg2l_adc: Switch to RUNTIME_PM_OPS() and pm_ptr()
` [PATCH v2 06/15] iio: adc: rzg2l_adc: Use read_poll_timeout()
` [PATCH v2 07/15] iio: adc: rzg2l_adc: Simplify the locking scheme in rzg2l_adc_read_raw()
` [PATCH v2 08/15] iio: adc: rzg2l_adc: Enable runtime PM autosuspend support
` [PATCH v2 09/15] iio: adc: rzg2l_adc: Prepare for the addition of RZ/G3S support
` [PATCH v2 10/15] iio: adc: rzg2l_adc: Add support for channel 8
` [PATCH v2 11/15] iio: adc: rzg2l_adc: Add suspend/resume support
` [PATCH v2 12/15] dt-bindings: iio: adc: renesas,rzg2l-adc: Document RZ/G3S SoC
` [PATCH v2 13/15] iio: adc: rzg2l_adc: Add support for Renesas RZ/G3S
` [PATCH v2 14/15] arm64: dts: renesas: r9a08g045: Add ADC node
` [PATCH v2 15/15] arm64: dts: renesas: rzg3s-smarc-som: Enable ADC

[PATCH V3] tools/perf/tests/shell/base_probe: Enhance print_overall_results to print summary information
 2024-12-06 13:52 UTC 

[PATCH 0/2] phy: phy-rockchip-samsung-hdptx: don't use of-alias
 2024-12-06 13:53 UTC  (6+ messages)
` [PATCH 1/2] phy: phy-rockchip-samsung-hdptx: annotate regmap register-callback
` [PATCH 2/2] phy: phy-rockchip-samsung-hdptx: Don't use dt aliases to determine phy-id

[PATCH v3 00/11] driver core: Constify API device_find_child()
 2024-12-06 13:52 UTC  (5+ messages)
` [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages

[PATCH] arm64: dts: apple: Split s8000/s8003 SoC DTS files
 2024-12-06 13:49 UTC 

[PATCH net-next v3 00/10] net: freescale: ucc_geth: Phylink conversion
 2024-12-06 13:50 UTC  (2+ messages)

[PATCH net-next v6 00/10] xdp: a fistful of generic changes pt. I
 2024-12-06 13:49 UTC  (4+ messages)
` [PATCH net-next v6 09/10] page_pool: allow mixing PPs within one bulk

[PATCH] regulator: axp20x: AXP717: set ramp_delay
 2024-12-06 13:47 UTC  (5+ messages)

[syzbot] [bpf?] general protection fault in bpf_prog_array_delete_safe
 2024-12-06 13:47 UTC 

linux-next: manual merge of the extcon tree with the origin tree
 2024-12-06 13:46 UTC 

[PATCH v3 00/10] drm: Add DSI/DP support for Renesas r8a779h0 V4M and grey-hawk board
 2024-12-06 13:43 UTC  (3+ messages)
` [PATCH v3 05/10] clk: renesas: r8a779h0: Add display clocks

[PATCH v1 1/1] net: stmmac: dwmac-tegra: Read iommu stream id from device tree
 2024-12-06 13:42 UTC  (12+ messages)

[RFC PATCH v2 00/21] riscv: Introduce 64K base page
 2024-12-06 13:42 UTC  (4+ messages)
    ` [External] "

[PATCH 00/10] compiler.h: refactor __is_constexpr() into is_const{,_true,_false}()
 2024-12-05 15:48 UTC  (7+ messages)
` [PATCH 02/10] compiler.h: add is_const() as a replacement of __is_constexpr()
` [PATCH 03/10] compiler.h: add is_const_true() and is_const_false()

[PATCH v5 0/4] rust: miscdevice: Provide sample driver using the new MiscDevice bindings
 2024-12-06 13:34 UTC  (15+ messages)
` [PATCH v5 1/4] Documentation: ioctl-number: Carve out some identifiers for use by sample drivers
` [PATCH v5 2/4] samples: rust: Provide example using the new Rust MiscDevice abstraction
` [PATCH v5 3/4] sample: rust_misc_device: Demonstrate additional get/set value functionality
` [PATCH v5 4/4] MAINTAINERS: Add Rust Misc Sample to MISC entry

[REGRESSION][BISECTED] asus-wmi driver fails on my laptop
 2024-12-06 13:33 UTC 

[PATCH v6 RESEND net-next 0/5] Add more feautues for ENETC v4 - round 1
 2024-12-06 13:31 UTC  (12+ messages)
` [PATCH v6 RESEND net-next 1/5] net: enetc: add Rx checksum offload for i.MX95 ENETC
` [PATCH v6 RESEND net-next 2/5] net: enetc: add Tx "

[PATCH v3 0/3] firmware: add exynos ACPM protocol driver
 2024-12-06 13:28 UTC  (7+ messages)
` [PATCH v3 2/3] "

[PATCH] nilfs2: drop the inode which has been removed
 2024-12-06 13:13 UTC  (2+ messages)

[PATCH v1 0/4] iio: afe: rescale: A few cleanups
 2024-12-06 13:24 UTC  (3+ messages)
` [PATCH v1 1/4] iio: afe: rescale: Don't use ^ for booleans

[PATCH v4] arm64: dts: mt7986: add overlay for SATA power socket on BPI-R3
 2024-12-06 13:23 UTC 

[PATCH v5 00/16] x86-64: Stack protector and percpu improvements
 2024-12-06 13:17 UTC  (5+ messages)
` [PATCH v5 01/16] x86/stackprotector: Work around strict Clang TLS symbol requirements
  ` [PATCH] x86/stackprotector: fix build failure with CONFIG_STACKPROTECTOR=n

[PATCH v4 0/4] Add minimal Samsung Galaxy S20 Series board, SM-G981B and SM-G980F support
 2024-12-06 13:11 UTC  (4+ messages)
` [PATCH v4 3/4] arm64: dts: exynos: Add initial support for Samsung Galaxy S20 5G (x1s)

[PATCH v3 0/2] clk: renesas: rzv2h-cpg: Add CRU and CSI clocks
 2024-12-06 13:10 UTC  (5+ messages)
` [PATCH v3 1/2] clk: renesas: rzv2h: Add selective Runtime PM support for clocks
` [PATCH v3 2/2] clk: renesas: r9a09g057: Add support for PLLVDO, CRU clocks, and resets

[PATCH] usb: typec: tcpm/tcpci_maxim: fix error code in max_contaminant_read_resistance_kohm()
 2024-12-06 13:09 UTC 

[PATCH net] Fix clamp() of ip_vs_conn_tab on small memory systems
 2024-12-06 13:07 UTC  (3+ messages)

[PATCH v2] selftests/vDSO: support DT_GNU_HASH
 2024-12-06 13:07 UTC  (2+ messages)
` [PATCH v3] "

[RFC PATCH v1 00/57] Boot-time page size selection for arm64
 2024-12-06 13:05 UTC  (8+ messages)

[PATCH] ubifs/lpt_commit: remove return at end of void function
 2024-12-06 13:05 UTC 

[PATCH 0/5] cpuidle: Handle TIF_NR_POLLING on behalf of polling idle states v2
 2024-12-06 13:04 UTC  (6+ messages)
` [PATCH 1/5] cpuidle: Remove unnecessary current_clr_polling_and_test() from haltpoll
` [PATCH 2/5] cpuidle: Introduce CPUIDLE_FLAG_MWAIT
` [PATCH 3/5] cpuidle: Handle TIF_NR_POLLING on behalf of CPUIDLE_FLAG_MWAIT states
` [PATCH 4/5] cpuidle: Remove call_cpuidle_s2idle()
` [PATCH 5/5] cpuidle: Handle TIF_NR_POLLING on behalf of software polling idle states

[PATCH v5 00/20] Support spread spectrum clocking for i.MX8N PLLs
 2024-12-06 13:04 UTC  (13+ messages)
` [PATCH v5 01/20] dt-bindings: clock: imx8mm: add VIDEO_PLL clocks
` [PATCH v5 03/20] dt-bindings: clock: imx8mp: "
` [PATCH v5 05/20] dt-bindings: clock: imx8m-anatop: define clocks/clock-names
` [PATCH v5 10/20] dt-bindings: clock: imx8mm: add binding definitions for anatop
` [PATCH v5 11/20] dt-bindings: clock: imx8mn: "
` [PATCH v5 15/20] dt-bindings: clock: imx8m-clock: support spread spectrum clocking

[PATCH 6.1&6.6 0/3] kbuild: Avoid weak external linkage where possible
 2024-12-06 13:04 UTC  (2+ messages)

[PATCH v2] iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context
 2024-12-06 13:01 UTC 

[PATCH v2] audit: fix suffixed '/' filename matching in __audit_inode_child()
 2024-12-06 13:00 UTC  (3+ messages)

[PATCH] selftests: net: Fix typo in psock_tpacket.c
 2024-12-06 12:59 UTC  (2+ messages)

[PATCH v4 1/2] PCI: dwc: Add support for vendor specific capability search
 2024-12-06 12:57 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek - Add support for ASUS Zen AIO 27 Z272SD_A272SD audio
 2024-12-06 12:58 UTC  (2+ messages)

[PATCH v2] ALSA: hda/realtek: Fix headset mic on Acer Nitro 5
 2024-12-06 12:57 UTC  (2+ messages)

[PATCH] ALSA: hda: cs35l56: Remove calls to cs35l56_force_sync_asp1_registers_from_cache()
 2024-12-06 12:56 UTC  (2+ messages)

linux-next: manual merge of the drm-xe tree with the drm-fixes tree
 2024-12-06 12:55 UTC 

[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-06 12:55 UTC  (8+ messages)
` [PATCH v2 17/22] wifi: ath12k: add "

[PATCH] ubifs/debug: remove return from end of void function
 2024-12-06 12:52 UTC 

[PATCH] ALSA: seq: oss: fix typo in seq_oss_init.c
 2024-12-06 12:53 UTC  (2+ messages)

[PATCH next] wifi: ath12k: Off by one in ath12k_wmi_process_csa_switch_count_event()
 2024-12-06 12:52 UTC 

[PATCH] ALSA: cmipci: Modify the incorrect format specifier
 2024-12-06 12:52 UTC  (2+ messages)

[PATCH] fs/ceph/file: fix memory leaks in __ceph_sync_read()
 2024-12-06 12:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v3 0/5] arm64: qcom: Add support for QCS9075 boards
 2024-12-06 12:49 UTC  (9+ messages)
` [PATCH v3 3/5] dt-bindings: arm: qcom: Document rb8/ride/ride-r3 on QCS9075
` [PATCH v3 5/5] arm64: dts: qcom: Add support for QCS9075 Ride & Ride-r3

[PATCH] ALSA: au88x0: Modify the incorrect format specifier
 2024-12-06 12:48 UTC  (2+ messages)

WARNING: modpost: vmlinux: section mismatch in reference: ice_adv_lnk_speed_maps+0x14 (section: .data) -> __setup_str_initcall_blacklist (section: .init.rodata)
 2024-12-06 12:47 UTC  (5+ messages)
` WARNING: [xtensa] "

[PATCH v6 0/4] add NXP RTC driver support for S32G2/S32G3 SoCs
 2024-12-06 12:41 UTC  (5+ messages)
` [PATCH v6 2/4] rtc: s32g: add NXP S32G2/S32G3 SoC support

[PATCH net v1] net: stmmac: TSO: Fix unaligned DMA unmap for non-paged SKB data
 2024-12-06 12:40 UTC  (4+ messages)

[PATCH net] net: stmmac: fix TSO DMA API usage causing oops
 2024-12-06 12:40 UTC 

[PATCH RESEND v17 0/5] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2024-12-06 12:36 UTC  (9+ messages)
` [PATCH RESEND v17 3/5] iommu/arm-smmu: add support for PRR bit setup

[REGRESSION] module BTF validation failure (Error -22) on next
 2024-12-06 12:35 UTC  (3+ messages)

[PATCH net-next] rtnetlink: fix error code in rtnl_newlink()
 2024-12-06 12:32 UTC 

[PATCH net-next v2 00/10] Replace page_frag with page_frag_cache (Part-2)
 2024-12-06 12:25 UTC  (11+ messages)
` [PATCH net-next v2 01/10] mm: page_frag: some minor refactoring before adding new API
` [PATCH net-next v2 02/10] net: rename skb_copy_to_page_nocache() helper
` [PATCH net-next v2 03/10] mm: page_frag: update documentation for page_frag
` [PATCH net-next v2 04/10] mm: page_frag: introduce page_frag_alloc_abort() related API
` [PATCH net-next v2 05/10] mm: page_frag: introduce refill prepare & commit API
` [PATCH net-next v2 06/10] mm: page_frag: introduce alloc_refill "
` [PATCH net-next v2 07/10] mm: page_frag: introduce probe related API
` [PATCH net-next v2 08/10] mm: page_frag: add testing for the newly added API
` [PATCH net-next v2 09/10] net: replace page_frag with page_frag_cache
` [PATCH net-next v2 10/10] mm: page_frag: add an entry in MAINTAINERS for page_frag

[PATCH] arm64: dts: s32g: add I2C support
 2024-12-06 12:31 UTC 

[PATCH RFC v4 1/3] page_pool: fix timing for checking and disabling napi_local
 2024-12-06 12:29 UTC  (7+ messages)

[PATCH v7 0/2] power: supply: Add STC3117 Fuel Gauge
 2024-12-06 12:26 UTC  (3+ messages)
` [PATCH v7 2/2] power: supply: Add STC3117 fuel gauge unit driver

[PATCH next] btrfs: selftests: prevent error pointer dereference in merge_tests()
 2024-12-06 12:26 UTC 

[PATCH v8 0/2] x86/cacheinfo: Set the number of leaves per CPU
 2024-12-06 12:24 UTC  (10+ messages)
` [PATCH v8 2/2] x86/cacheinfo: Delete global num_cache_leaves
  ` [tip: x86/urgent] "

[PATCH v8 1/2] cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU
 2024-12-06 12:24 UTC  (2+ messages)
` [tip: x86/urgent] "

[PATCH 00/45] drm/msm/dp: Add MST support for MSM chipsets
 2024-12-06 12:20 UTC  (5+ messages)
` [PATCH 13/45] drm/msm/dp: separate dp_display_prepare() into its own API
` [PATCH 44/45] arm64: dts: qcom: add mst support for pixel stream clk for DP0

[PATCH] usb: dwc3: gadget: fix writing NYET threshold
 2024-12-06 12:19 UTC 

[PATCH v5 0/2] Enable ethernet for qcs8300
 2024-12-06 12:17 UTC  (3+ messages)
` [PATCH v5 2/2] arm64: dts: qcom: qcs8300-ride: enable ethernet0

[PATCH v3] arm64: dts: qcom: qcs615: add WiFi/BT nodes
 2024-12-06 12:16 UTC  (4+ messages)

[PATCH] arm64: dts: qcom: qcs8300: Add capacity and DPC properties
 2024-12-06 12:15 UTC  (2+ messages)

[PATCH net-next v1 1/1] net: phy: Move callback comments from struct to kernel-doc section
 2024-12-06 12:14 UTC  (2+ messages)

[MEH PATCH] fs: sort out a stale comment about races between fd alloc and dup2
 2024-12-06 12:13 UTC  (2+ messages)

[RFC PATCH] fs: elide the smp_rmb fence in fd_install()
 2024-12-06 12:11 UTC  (8+ messages)

[PATCH v4 0/4] rust: miscdevice: Provide sample driver using the new MiscDevice bindings
 2024-12-06 12:05 UTC  (10+ messages)
` [PATCH v3 1/5] rust: miscdevice: Provide accessor to pull out miscdevice::this_device
` [PATCH v4 2/4] samples: rust: Provide example using the new Rust MiscDevice abstraction

[PATCH v2 1/4] vdpa/octeon_ep: enable support for multiple interrupts per device
 2024-12-06 11:58 UTC  (4+ messages)
` [PATCH v2 4/4] vdpa/octeon_ep: add interrupt handler for virtio crypto device

[PATCH] m68k/atari: Use str_on_off() helper in atari_nvram_proc_read()
 2024-12-06 11:56 UTC 

[PATCH v1 1/1] arm64: dts: exynos990: Add clock management unit nodes
 2024-12-06 11:52 UTC  (2+ messages)

[PATCH v2] dt-bindings: dma: st-stm32-dmamux: Add description for dma-cell values
 2024-12-06 11:50 UTC 

[PATCH v1] i2c: microchip-core: actually use repeated sends
 2024-12-06 11:48 UTC  (5+ messages)

[PATCH] soc: imx8m: Add remove function
 2024-12-06 11:41 UTC  (2+ messages)

[PATCH V5 net-next 0/8] Support some features for the HIBMCGE driver
 2024-12-06 11:40 UTC  (10+ messages)
` [PATCH V5 net-next 1/8] debugfs: Add debugfs_create_devm_dir() helper
` [PATCH V5 net-next 2/8] net: hibmcge: Add debugfs supported in this module
` [PATCH V5 net-next 3/8] net: hibmcge: Add irq_info file to debugfs
` [PATCH V5 net-next 4/8] net: hibmcge: Add unicast frame filter supported in this module
` [PATCH V5 net-next 5/8] net: hibmcge: Add register dump "
` [PATCH V5 net-next 6/8] net: hibmcge: Add pauseparam "
` [PATCH V5 net-next 7/8] net: hibmcge: Add reset "
` [PATCH V5 net-next 8/8] net: hibmcge: Add nway_reset "

[RFC PATCH] preempt: Add a generic function to return the preemption string
 2024-12-06 11:34 UTC 

[PATCH 0/2] soc: hisilicon: Add power control support for kunpeng HBM
 2024-12-06 11:28 UTC  (3+ messages)
` [PATCH 1/2] soc: hisilicon: kunpeng_hbmdev: Add support for controling the power of hbm memory
` [PATCH 2/2] soc: hisilicon: kunpeng_hbmcache: Add support for online and offline the hbm cache

[PATCH net-next v5 0/5] Add ptp library for Microchip phys
 2024-12-06 11:30 UTC  (8+ messages)
` [PATCH net-next v5 3/5] net: phy: Kconfig: Add ptp library support and 1588 optional flag in "

[PATCH 1/2] pmdomain: imx8m[p]-blk-ctrl: Suppress bind attrs
 2024-12-06 11:27 UTC  (2+ messages)
` [PATCH 2/2] pmdomain: gpcv2: "

[PATCH v4 09/11] mm: pgtable: reclaim empty PTE page in madvise(MADV_DONTNEED)
 2024-12-06 11:23 UTC  (2+ messages)
` [PATCH v4 09/11 fix] fix: "

[PATCH 00/11] x86: 32-bit cleanups
 2024-12-06 11:23 UTC  (4+ messages)
` [PATCH 08/11] x86: document X86_INTEL_MID as 64-bit-only

[PATCH] wifi: mwifiex: decrease timeout waiting for host sleep from 10s to 5s
 2024-12-06 11:21 UTC  (10+ messages)

[PATCH v3] mm: add per-order mTHP swap-in fallback/fallback_charge counters
 2024-12-06 11:21 UTC  (2+ messages)

[PATCH] smaps: count large pages smaller than PMD size to anonymous_thp
 2024-12-06 11:16 UTC  (3+ messages)

[PATCH] jbd2: add a missing data flush during file and fs synchronization
 2024-12-06 11:13 UTC 

[PATCH net-next v1 0/7] Introduce unified and structured PHY
 2024-12-06 11:14 UTC  (5+ messages)
` [PATCH net-next v1 4/7] phy: introduce optional polling interface for PHY statistics

[PATCH v2] riscv: mm: Fix alignment of phys_ram_base
 2024-12-06 11:07 UTC  (4+ messages)
  ` [External] "

[PATCH] cifs: Fix rmdir failure due to ongoing I/O on deleted file
 2024-12-06 11:06 UTC 

[PATCH] iio: adc: ad7124: Disable all channels at probe time
 2024-12-06 11:04 UTC  (3+ messages)

Prebuilt LLVM 19.1.5 uploaded
 2024-12-06 11:00 UTC  (2+ messages)

[PATCH v2] rust: alloc: Add doctest for `ArrayLayout`
 2024-12-06 10:57 UTC  (3+ messages)

[PATCH] arm64: tegra: Fix DMA ID for SPI2
 2024-12-06 10:52 UTC 

[PATCH 0/4] arm64: dts: qcom: sm8750: CDSP and modem
 2024-12-06 10:52 UTC  (5+ messages)
` [PATCH 1/4] arm64: dts: qcom: sm8750: Add CDSP

[PATCH net-next v2 0/2] net/smc: Two features for smc-r
 2024-12-06 10:51 UTC  (6+ messages)
` [PATCH net-next v2 2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

[QUESTION] inconsistent use of smp_mb()
 2024-12-06 10:51 UTC  (3+ messages)


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