public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-05 10:21:22 to 2025-03-05 11:53:31 UTC [more...]

[PATCH] x86/sev: Make SEV_STATUS available via SYSFS
 2025-03-05 11:53 UTC  (11+ messages)
` [tip: x86/sev] "

[PATCH 06/22] rust: pin-init: call `try_[pin_]init!` from `[pin_]init!` instead of `__init_internal!`
 2025-03-05 11:52 UTC  (24+ messages)
  ` [PATCH 07/22] rust: pin-init: move the default error behavior of `try_[pin_]init`
  ` [PATCH 03/22] rust: add extensions to the pin-init crate and move relevant documentation there
  ` [PATCH 04/22] rust: pin-init: move proc-macro documentation into pin-init crate
  ` [PATCH 08/22] rust: pin-init: move `InPlaceInit` and impls of `InPlaceWrite` into the kernel crate
  ` [PATCH 09/22] rust: pin-init: move impl `Zeroable` for `Opaque` and `Option<KBox<T>>` "
  ` [PATCH 10/22] rust: add `ZeroableOption` and implement it instead of `Zeroable` for `Option<Box<T, A>>`
  ` [PATCH 11/22] rust: pin-init: fix documentation links
  ` [PATCH 12/22] rust: pin-init: remove kernel-crate dependency
  ` [PATCH 13/22] rust: pin-init: change the way the `paste!` macro is called

[PATCH V7 0/4] media: i2c: imx334: Add support for 1280x720 & 640x480 resolutions
 2025-03-05 11:50 UTC  (9+ messages)
` [PATCH V7 4/4] media: i2c: imx334: add modes for 720p and 480p resolutions

[PATCH 0/7] refactor mremap and fix bug
 2025-03-05 11:50 UTC  (6+ messages)
` [PATCH 1/7] mm/mremap: correctly handle partial mremap() of VMA starting at 0
` [PATCH 2/7] mm/mremap: refactor mremap() system call implementation

[PATCH net-next 03/10] devlink: Serialize access to rate domains
 2025-03-05 11:48 UTC  (11+ messages)

[PATCH V3 0/2] rust: Add basic clock abstractions
 2025-03-05 11:46 UTC  (6+ messages)
` [PATCH V3 2/2] rust: Add initial clk abstractions

[PATCH] media: imx-mipi-csis: Fix v4l2 mbus frame descriptor type
 2025-03-05 11:45 UTC  (2+ messages)

[PATCH] pipe_read: don't wake up the writer if the pipe is still full
 2025-03-05 11:44 UTC  (11+ messages)

[PATCH v1 0/8] MT9M114 driver bugfix and improvements
 2025-03-05 11:44 UTC  (4+ messages)
` [PATCH v1 3/8] MT9M114: Add get_mbus_config

[PATCH 0/5] Fix SCHED_DEADLINE bandwidth accounting during suspend
 2025-03-05 11:43 UTC  (10+ messages)
` [PATCH 2/5] sched/topology: Wrappers for sched_domains_mutex
` [PATCH 4/5] sched/deadline: Rebuild root domain accounting after every update

[PATCH] coresight: Add a KUnit test for coresight_find_default_sink()
 2025-03-05 11:42 UTC  (2+ messages)

[PATCH v4 0/2] Add stop_on_panic support for watchdog
 2025-03-05 11:39 UTC  (12+ messages)
` [PATCH v4 1/2] watchdog: Add a new flag WDIOF_STOP_MAYSLEEP
` [PATCH v4 2/2] drivers: watchdog: Add support for panic notifier callback
  ` [EXTERNAL] Re: [PATCH v4 0/2] Add stop_on_panic support for watchdog

[PATCH v9 0/7] ima: kexec: measure events between kexec load and execute
 2025-03-05 11:34 UTC  (4+ messages)
` [PATCH v9 1/7] ima: copy only complete measurement records across kexec

[PATCH v1 0/1] media: imx: csi: Parse link configuration from fw_node
 2025-03-05 11:38 UTC  (2+ messages)
` [PATCH v1 1/1] "

[PATCH v8 3/4] scanf: convert self-test to KUnit
 2025-03-05 11:36 UTC  (4+ messages)

[PATCH v8 0/4] scanf: convert self-test to KUnit
 2025-03-05 11:35 UTC  (4+ messages)
` [PATCH v8 1/4] scanf: implicate test line in failure messages

[PATCH v3 0/6] TQMa93xx on MBa93xxLA/CA LVDS support
 2025-03-05 11:35 UTC  (5+ messages)
` [PATCH v3 2/6] dt-bindings: soc: imx93-media-blk-ctrl: Add LDB subnode into schema and example

[PATCH v3 00/15] clk: sunxi-ng: add A523 clock support
 2025-03-05 11:34 UTC  (4+ messages)
` [PATCH v3 04/15] dt-bindings: clk: sunxi-ng: document Allwinner A523 CCU

[PATCH] hv_netvsc: set device master/slave flags on bonding
 2025-03-05 11:34 UTC  (4+ messages)
  ` [EXTERNAL] "

[PATCH 00/14] mailbox: pcc: Fixes and cleanup/refactoring
 2025-03-05 11:34 UTC  (17+ messages)
` [PATCH 03/14] mailbox: pcc: Drop unnecessary endianness conversion of pcc_hdr.flags
` [PATCH 06/14] mailbox: pcc: Refactor error handling in irq handler into separate function
` [PATCH 07/14] mailbox: pcc: Move pcc_mbox_ioremap() before pcc_mbox_request_channel()
` [PATCH 08/14] mailbox: pcc: Always map the shared memory communication address
` [PATCH 10/14] soc: hisilicon: kunpeng_hccs: Simplify PCC shared memory region handling

[PATCH v4 drm-dp 0/8] Add HPD, getting EDID, colorbar features in DP function
 2025-03-05 11:26 UTC  (9+ messages)
` [PATCH v4 drm-dp 1/8] drm/hisilicon/hibmc: Restructuring the header dp_reg.h
` [PATCH v4 drm-dp 2/8] drm/hisilicon/hibmc: Add dp serdes cfg to adjust serdes rate, voltage and pre-emphasis
` [PATCH v4 drm-dp 3/8] drm/hisilicon/hibmc: Add dp serdes cfg in dp process
` [PATCH v4 drm-dp 4/8] drm/hisilicon/hibmc: Refactor the member of drm_aux in struct hibmc_dp
` [PATCH v4 drm-dp 5/8] drm/hisilicon/hibmc: Getting connector info and EDID by using AUX channel
` [PATCH v4 drm-dp 6/8] drm/hisilicon/hibmc: Add colorbar-cfg feature and its debugfs file
` [PATCH v4 drm-dp 7/8] drm/hisilicon/hibmc: Enable this hot plug detect of irq feature
` [PATCH v4 drm-dp 8/8] drm/hisilicon/hibmc: Add MSI irq getting and requesting for HPD

[PATCH v4] rust: adding UniqueRefCounted and UniqueRef types
 2025-03-05 11:31 UTC 

[PATCH v2 08/24] perf: Cleanup perf_try_init_event()
 2025-03-05 11:29 UTC  (2+ messages)
` [tip: perf/core] perf/core: Clean up perf_try_init_event()

[PATCH v19 00/30] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
 2025-03-05 11:26 UTC  (6+ messages)
` [PATCH v19 22/30] drm/shmem-helper: Add common memory shrinker

[PATCH RFC NOT TESTED 0/2] PCI: artpec6: Try to clean up artpec6_pcie_cpu_addr_fixup()
 2025-03-05 11:26 UTC  (3+ messages)

[PATCH v15 0/2] Add QPIC SPI NAND driver
 2025-03-05 11:25 UTC  (3+ messages)

[PATCH v2 1/2] Input: atkbd - map F21 key to support touchpad toggle keys
 2025-03-05 11:25 UTC  (3+ messages)
` [PATCH v2 2/2] Input: atkbd - Fix TUXEDO NB02 notebook keyboards FN-keys

linux-next: build warning after merge of Linus' tree
 2025-03-05 11:23 UTC  (2+ messages)
` [PATCH] include/linux/pipe_fs_i: Add htmldoc annotation for "head_tail" member

[PATCH 1/2] platform/x86: lenovo-yoga-tab2-pro-1380-fastcharger: Make symbol static
 2025-03-05 11:22 UTC  (4+ messages)
` [PATCH 2/2] platform/x86: dell-uart-backlight: Make dell_uart_bl_serdev_driver static

[PATCH v3 drm-dp 7/8] drm/hisilicon/hibmc: Enable this hot plug detect of irq feature
 2025-03-05 11:21 UTC  (14+ messages)

[PATCH] PCI: dwc: Chain the set IRQ affinity request back to the parent
 2025-03-05 11:21 UTC  (5+ messages)

[PATCH v2 00/34] Compiler-Based Capability- and Locking-Analysis
 2025-03-05 11:20 UTC  (2+ messages)

[PATCH] drm/gma500: Add NULL check for pci_gfx_root in mid_get_vbt_data()
 2025-03-05 11:20 UTC 

[PATCH v21 00/24] Introducing OpenVPN Data Channel Offload
 2025-03-05 11:20 UTC  (5+ messages)
` [PATCH v21 18/24] ovpn: add support for peer floating

[PATCH v2 0/1] Fix race condition causing NULL pointer dereference
 2025-03-05 11:17 UTC  (2+ messages)
` [PATCH v2 1/1] usb: typec: ucsi: Fix NULL pointer access

[PATCH net-next v2] net: ti: icssg-prueth: Add ICSSG FW Stats
 2025-03-05 11:16 UTC 

[PATCH 1/1] fs/nfsd/nfsctl.c: fix race between nfsd registration and exports_proc
 2025-03-05  9:32 UTC 

[PATCH 00/27] Implement kernel-doc in Python
 2025-03-05 11:13 UTC  (4+ messages)
` [PATCH 03/27] drivers: firewire: firewire-cdev.h: fix identation on a kernel-doc markup

[PATCH v4 0/8] Add GCE support for MT8196
 2025-03-05 11:03 UTC  (5+ messages)
` [PATCH v4 4/8] soc: mediatek: mtk-cmdq: Add pa_base parsing for unsupported subsys ID hardware

[PATCH v2 07/10] platform/x86: alienware-wmi-wmax: Add HWMON support
 2025-03-05 11:10 UTC  (2+ messages)

[PATCH v1] serial: qcom-geni: Remove alias dependency from qcom serial driver
 2025-03-05 11:10 UTC  (2+ messages)

[PATCH v4 0/4] rust: Add bug/warn abstractions
 2025-03-05 11:08 UTC  (5+ messages)
` [PATCH v4 1/4] x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust
` [PATCH v4 2/4] riscv/bug: "
` [PATCH v4 3/4] arm64/bug: "
` [PATCH v4 4/4] rust: Add warn_on macro

[PATCH v10 0/6] Add Synopsys DesignWare HDMI RX Controller
 2025-03-05 11:08 UTC  (6+ messages)
` [PATCH v10 6/6] arm64: defconfig: Enable Synopsys HDMI receiver

[PATCH v8] wifi: mt76: mt7915: add wds support when wed is enabled
 2025-03-05 11:09 UTC 

[PATCH V6 2/2] checkpatch: check format of Vec<String> in modules
 2025-03-05 11:08 UTC  (7+ messages)

[PATCH v15 00/10] Coresight: Add Coresight TMC Control Unit driver
 2025-03-05 11:07 UTC  (4+ messages)
` [PATCH v15 02/10] Coresight: Add trace_id function to retrieving the trace ID
` [PATCH v15 00/10] [subset] Coresight: Add Coresight TMC Control Unit driver

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-05 11:07 UTC  (3+ messages)
` [PATCH v3 06/10] selftests/mm: Don't fail uffd-stress if too many CPUs

[PATCH] Revert "f2fs: rebuild nat_bits during umount"
 2025-03-05 11:07 UTC 

[PATCH 0/1] arm64: enable PREEMPT_LAZY
 2025-03-05 11:06 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v1 1/2] perf tools: Improve handling of hybrid PMUs in perf_event_attr__fprintf
 2025-03-05 11:06 UTC  (2+ messages)

[PATCH v13 0/2] Add support for Loongson-1 NAND
 2025-03-05 11:05 UTC  (3+ messages)
` [PATCH v13 1/2] dt-bindings: mtd: Add Loongson-1 NAND Controller
` [PATCH v13 2/2] mtd: rawnand: Add Loongson-1 NAND Controller Driver

[PATCH] perf/x86: Annotate struct bts_buffer with __counted_by()
 2025-03-05 11:02 UTC  (5+ messages)
` [tip: perf/core] "

[PATCH] counter: microchip-tcb-capture: Fix undefined counter channel state on probe
 2025-03-05 11:02 UTC  (4+ messages)

[PATCH v3 1/1] accel/habanalabs: Switch to use %ptTs
 2025-03-05 11:00 UTC 

[PATCH net-next v4 0/4] ieee802154: ca8210: Sparse fix and GPIOd conversion
 2025-03-05 10:55 UTC  (5+ messages)
` [PATCH net-next v4 1/4] ieee802154: ca8210: Use proper setters and getters for bitwise types
` [PATCH net-next v4 2/4] ieee802154: ca8210: Get platform data via dev_get_platdata()
` [PATCH net-next v4 3/4] ieee802154: ca8210: Switch to using gpiod API
` [PATCH net-next v4 4/4] dt-bindings: ieee802154: ca8210: Update polarity of the reset pin

[RESEND] doc: correcting two prefix errors in idmappings.rst
 2025-03-05 10:54 UTC  (2+ messages)

linux-next: build warnings after merge of the vfs-brauner tree
 2025-03-05 10:55 UTC  (2+ messages)

[PATCH v13 0/6] Add Synopsys DesignWare HDMI RX Controller
 2025-03-05 10:53 UTC  (8+ messages)

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

[PATCH 4/6] fuse: return correct dentry for ->mkdir
 2025-03-05 10:53 UTC  (3+ messages)
` [PATCH 4/6 - REVISED] "

[PATCH v2 1/1] hwmon: (gpio-fan) Add regulator support
 2025-03-05 10:53 UTC 

[PATCH 1/2] pinctrl: tegra: Add descriptions for SoC data fields
 2025-03-05 10:49 UTC  (2+ messages)
` [PATCH 2/2] pinctrl-tegra: Restore SFSEL bit when freeing pins

[PATCH 0/8] Support SD/SDIO controllers on RK3528
 2025-03-05 10:49 UTC  (4+ messages)
` [PATCH 6/8] clk: rockchip: rk3528: Add SD/SDIO tuning clocks in GRF region

[PATCH 0/1] Update on habanalabs maintainer status
 2025-03-05 10:48 UTC  (3+ messages)
` [PATCH 1/1] MAINTAINERS: Change habanalabs maintainer

[PATCH net-next v3 0/3] ieee802154: ca8210: Sparse fix and GPIOd conversion
 2025-03-05 10:47 UTC  (4+ messages)
` [PATCH net-next v3 3/3] ieee802154: ca8210: Switch to using gpiod API

[RFC PATCH v v2 0/4] avoid the extra atomic on a ref when closing a fd
 2025-03-05 10:46 UTC  (4+ messages)
` [PATCH v2 1/4] file: add fput and file_ref_put routines optimized for use "

[QUESTION] Plain dereference and READ_ONCE() in fault handler
 2025-03-05 10:46 UTC  (2+ messages)

[RFC PATCH 00/12] Add support for HEVC and VP9 codecs in decoder
 2025-03-05 10:43 UTC  (13+ messages)
` [RFC PATCH 01/12] media: iris: Add HEVC and VP9 formats for decoder
` [RFC PATCH 02/12] media: iris: Add platform capabilities for HEVC and VP9 decoders
` [RFC PATCH 03/12] media: iris: Set mandatory properties "
` [RFC PATCH 04/12] media: iris: Add internal buffer calculation "
` [RFC PATCH 05/12] media: iris: Skip destroying internal buffer if not dequeued
` [RFC PATCH 06/12] media: iris: Update CAPTURE format info based on OUTPUT format
` [RFC PATCH 07/12] media: iris: Add handling for corrupt and drop frames
` [RFC PATCH 08/12] media: iris: Avoid updating frame size to firmware during reconfig
` [RFC PATCH 09/12] media: iris: Avoid sending LAST flag multiple times
` [RFC PATCH 10/12] media: iris: Send V4L2_BUF_FLAG_ERROR for buffers with 0 filled length
` [RFC PATCH 11/12] media: iris: Fix handling of eos buffer during drain
` [RFC PATCH 12/12] media: iris: Add handling for no show frames

[PATCH] x86: coco: mark cc_mask as __maybe_unused
 2025-03-05 10:44 UTC  (2+ messages)

[PATCH v3] sched/rt: Fix race in push_rt_task
 2025-03-05 10:43 UTC  (6+ messages)

[PATCH v2] drm/panthor: Update CS_STATUS_ defines to correct values
 2025-03-05 10:42 UTC  (2+ messages)

[PATCH] drm/amdgpu: fix inconsistent indenting warning
 2025-03-05 10:40 UTC 

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-03-05 10:40 UTC  (19+ messages)

[PATCH v3 0/5] rust: Add bug/warn abstractions
 2025-03-05 10:36 UTC  (5+ messages)
` [PATCH v3 5/5] rust: Add warn_on and warn_on_once

[PATCH] drm/bridge: dw-hdmi-cec: fix inconsistent indenting warning
 2025-03-05 10:35 UTC 

[PATCH] pinctrl: spacemit: destroy mutex at driver detach
 2025-03-05 10:34 UTC  (2+ messages)

[PATCH] btrfs/defrag: implement compression levels
 2025-03-05 10:32 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] platform/x86: thinkpad_acpi: check the return value of devm_mutex_init()
 2025-03-05 10:31 UTC 

[PATCH 1/2] mtd: spi-nor: sst: register SFDP region into NVMEM framework to read MAC Address
 2025-03-05 10:31 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: microchip: sama5d29_curiosity: Add nvmem-layout in QSPI to describe EUI48 MAC address region

[PATCH] drm/imx: legacy-bridge: fix inconsistent indenting warning
 2025-03-05 10:30 UTC 

[PATCH v9 nf 00/15] bridge-fastpath and related improvements
 2025-03-05 10:29 UTC  (16+ messages)
` [PATCH v9 nf 01/15] net: pppoe: avoid zero-length arrays in struct pppoe_hdr
` [PATCH v9 nf 02/15] netfilter: nf_flow_table_offload: Add nf_flow_encap_push() for xmit direct
` [PATCH v9 nf 03/15] netfilter: flow: remove hw_outdev, out.hw_ifindex and out.hw_ifidx
` [PATCH v9 nf 04/15] netfilter: bridge: Add conntrack double vlan and pppoe
` [PATCH v9 nf 05/15] netfilter: nft_chain_filter: Add bridge "
` [PATCH v9 nf 06/15] bridge: Add filling forward path from port to port
` [PATCH v9 nf 07/15] net: core: dev: Add dev_fill_bridge_path()
` [PATCH v9 nf 08/15] netfilter :nf_flow_table_offload: Add nf_flow_rule_bridge()
` [PATCH v9 nf 09/15] netfilter: nf_flow_table_inet: Add nf_flowtable_type flowtable_bridge
` [PATCH v9 nf 10/15] netfilter: nft_flow_offload: Add NFPROTO_BRIDGE to validate
` [PATCH v9 nf 11/15] netfilter: nft_flow_offload: Add DEV_PATH_MTK_WDMA to nft_dev_path_info()
` [PATCH v9 nf 12/15] netfilter: nft_flow_offload: No ingress_vlan forward info for dsa user port
` [PATCH v9 nf 13/15] bridge: No DEV_PATH_BR_VLAN_UNTAG_HW for dsa foreign
` [PATCH v9 nf 14/15] bridge: Introduce DEV_PATH_BR_VLAN_KEEP_HW for bridge-fastpath
` [PATCH v9 nf 15/15] netfilter: nft_flow_offload: Add bridgeflow to nft_flow_offload_eval()

[PATCH v4 1/2] drm/panthor: Replace sleep locks with spinlocks in fdinfo path
 2025-03-05 10:30 UTC  (3+ messages)
` [PATCH v4 2/2] drm/panthor: Avoid sleep locking in the internal BO size path

[PATCH v3 00/20] mm: MM owner tracking for large folios (!hugetlb) + CONFIG_NO_PAGE_MAPCOUNT
 2025-03-05 10:29 UTC  (3+ messages)
` [PATCH v3 03/20] mm: let _folio_nr_pages overlay memcg_data in first tail page

[PATCH 1/1] sched/fair: Fix invalid pointer dereference in child_cfs_rq_on_list()
 2025-03-05 10:28 UTC  (4+ messages)

[PATCH v2] cpuidle: psci: Init cpuidle only for present CPUs
 2025-03-05 10:29 UTC  (4+ messages)

[PATCH] inotify: disallow watches on unsupported filesystems
 2025-03-05 10:28 UTC  (2+ messages)

MMIO write access to an invalid page in i40e_clear_hw()
 2025-03-05 10:27 UTC  (2+ messages)

[PATCH] drm: pl111: fix inconsistent indenting warning
 2025-03-05 10:25 UTC 

[PATCH v4 0/4] Add support for Plymovent AQM board
 2025-03-05 10:21 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: sound: convert ICS-43432 binding to YAML
` [PATCH v4 2/4] dt-bindings: arm: stm32: Add Plymovent AQM board
` [PATCH v4 3/4] ARM: dts: stm32: Add pinmux groups for "
` [PATCH v4 4/4] arm: dts: stm32: Add Plymovent AQM devicetree


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