The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2025-03-20 20:24:13 to 2025-03-20 23:46:15 UTC [more...]

[PATCH v2 0/4] Implement TryFrom<&Device> for bus specific devices
 2025-03-20 23:46 UTC  (10+ messages)
` [PATCH v2 1/4] rust: device: implement Device::parent()
` [PATCH v2 2/4] rust: device: implement bus_type_raw()
` [PATCH v2 3/4] rust: pci: impl TryFrom<&Device> for &pci::Device
` [PATCH v2 4/4] rust: platform: impl TryFrom<&Device> for &platform::Device

[PATCH] RISC-V: KVM: Teardown riscv specific bits after kvm_exit
 2025-03-20 23:44 UTC  (3+ messages)

commit 7ffb791423c7 breaks steam game
 2025-03-20 23:43 UTC  (20+ messages)

[PATCH RFC v1 00/11] x86: Support Intel Advanced Performance Extensions
 2025-03-20 23:43 UTC  (11+ messages)
` [PATCH RFC v2 0/9] "
  ` [PATCH RFC v2 1/9] x86/fpu/xstate: Remove xstate offset check
  ` [PATCH RFC v2 2/9] x86/fpu/xstate: Introduce xfeature order table and accessor macro
  ` [PATCH RFC v2 3/9] x86/fpu/xstate: Adjust XSAVE buffer size calculation
  ` [PATCH RFC v2 4/9] x86/fpu/xstate: Adjust xstate copying logic for user ABI
  ` [PATCH RFC v2 5/9] x86/cpufeatures: Add X86_FEATURE_APX
  ` [PATCH RFC v2 6/9] x86/fpu/apx: Define APX state component
  ` [PATCH RFC v2 7/9] x86/fpu/apx: Disallow conflicting MPX presence
  ` [PATCH RFC v2 8/9] x86/fpu/apx: Enable APX state support
  ` [PATCH RFC v2 9/9] selftests/x86/apx: Add APX test

[PATCH RFC 0/7] x86/microcode: Support for Intel Staging Feature
 2025-03-20 23:42 UTC  (5+ messages)
` [PATCH 0/6] "
  ` [PATCH 5/6] x86/microcode/intel_staging: Support mailbox data transfer

[PATCH v2 0/6] x86: Support for Intel Microcode Staging Feature
 2025-03-20 23:40 UTC  (7+ messages)
` [PATCH v2 1/6] x86/microcode: Introduce staging step to reduce late-loading time
` [PATCH v2 2/6] x86/microcode/intel: Define staging state struct
` [PATCH v2 3/6] x86/microcode/intel: Establish staging control logic
` [PATCH v2 4/6] x86/microcode/intel: Implement staging handler
` [PATCH v2 5/6] x86/microcode/intel: Support mailbox transfer
` [PATCH v2 6/6] x86/microcode/intel: Enable staging when available

[PATCH] objtool: fix resource leak in copy_file()
 2025-03-20 23:31 UTC 

[PATCH v5 12/16] arm64: add KHO support
 2025-03-20 23:29 UTC  (2+ messages)

[PATCH 6.13 000/207] 6.13.7-rc1 review
 2025-03-20 23:20 UTC  (2+ messages)

[PATCH] kbuild: Require pahole >v1.29 with GENDWARFKSYMS and BTF on X86
 2025-03-20 23:27 UTC 

[PATCH 0/4] dt-bindings: edac: altera-s10: Convert to YAML
 2025-03-20 23:24 UTC  (7+ messages)
` [PATCH 1/4] "
` [PATCH 3/4] arm64: dts: agilex: Update eccmgr in DTSI to reflect hw/yaml

[PATCH v8 0/7] rust: extend `module!` macro with integer parameter support
 2025-03-20 23:23 UTC  (2+ messages)

[PATCH v15 00/11] rust: add dma coherent allocator abstraction
 2025-03-20 23:22 UTC  (2+ messages)

[GIT PULL] dma-mapping fix for Linux 6.14
 2025-03-20 23:21 UTC 

[PATCH 0/7] clk: spacemit: add K1 reset support
 2025-03-20 23:21 UTC  (2+ messages)

linux-next: build failure after merge of the bpf-next tree
 2025-03-20 23:17 UTC  (12+ messages)

[PATCH v4 0/3] iommu: Clean up cookie and sw_msi in struct iommu_domain
 2025-03-20 23:16 UTC  (2+ messages)

[PATCH v4 08/16] rust: kunit: refactor to use `&raw [const|mut]`
 2025-03-20 23:15 UTC  (3+ messages)

[PATCH] x86/asm: Make asm export of __ref_stack_chk_guard unconditional
 2025-03-20 23:14 UTC  (2+ messages)

[PATCH v8 0/3] rust: kunit: Support KUnit tests with a user-space like syntax
 2025-03-20 23:13 UTC  (3+ messages)

[PATCH 6.12 000/231] 6.12.20-rc1 review
 2025-03-20 23:10 UTC  (2+ messages)

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-03-20 23:09 UTC  (13+ messages)
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support

[PATCH] regmap: spi: Don't use spi_write_then_read()
 2025-03-20 23:08 UTC  (2+ messages)

[syzbot] [mm?] BUG: unable to handle kernel paging request in vma_merge_existing_range
 2025-03-20 23:04 UTC  (5+ messages)

[PATCH 1/2] hwmon: (pmbus/max34440): Fix support for max34451
 2025-03-20 22:56 UTC  (2+ messages)

[PATCH] ASoC: SOF: mediatek: Commonize duplicated functions
 2025-03-20 22:54 UTC  (2+ messages)

[PATCH] kunit: cs_dsp: Depend on FW_CS_DSP rather then enabling it
 2025-03-20 22:48 UTC  (4+ messages)

[PATCH net-next] net: openvswitch: fix kernel-doc warnings in internal headers
 2025-03-20 22:42 UTC 

[PATCH v5 0/5] riscv: uaccess: optimizations
 2025-03-20 22:44 UTC  (6+ messages)
` [PATCH v5 1/5] riscv: save the SR_SUM status over switches
` [PATCH v5 2/5] riscv: implement user_access_begin() and families
` [PATCH v5 3/5] riscv: uaccess: use input constraints for ptr of __put_user()
` [PATCH v5 4/5] riscv: uaccess: use 'asm goto' for put_user()
` [PATCH v5 5/5] riscv: uaccess: use 'asm_goto_output' for get_user()

[PATCH v8 00/13] Add support for AMD hardware feedback interface
 2025-03-20 22:42 UTC  (2+ messages)

[PATCH] sched/fair: Add null pointer check to pick_next_entity()
 2025-03-20 22:42 UTC  (2+ messages)

[RFC PATCH v3 00/13] Clavis LSM
 2025-03-20 22:40 UTC  (21+ messages)

[PATCH v5 0/5] Add clock controller support for SpacemiT K1
 2025-03-20 22:39 UTC  (4+ messages)
` [PATCH v5 3/5] clk: spacemit: Add clock support for Spacemit K1 SoC

[PATCH v2 0/2] Implement endianness swap macros for RISC-V
 2025-03-20 22:36 UTC  (6+ messages)
` [PATCH v2 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic

[PATCH v11 00/23] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2025-03-20 22:35 UTC  (25+ messages)

[tip:WIP.sched/core] BUILD SUCCESS b52173065e0aad82a31863bb5f63ebe46f7eb657
 2025-03-20 22:34 UTC 

[PATCH] arm64: dts: qcom: x1e80100-hp-omnibook-x14: Enable SMB2360 0 and 1
 2025-03-20 22:31 UTC  (3+ messages)

[PATCH v2] libbpf: Add namespace for errstr making it libbpf_errstr
 2025-03-20 22:24 UTC 

[PATCH 5/5] rust: alloc: add Vec::retain
 2025-03-20 22:21 UTC 

[PATCH] pinctrl: qcom: Clear latched interrupt status when changing IRQ type
 2025-03-20 22:20 UTC  (4+ messages)

[RESEND 0/3] i2c: at91: Fixes and updates
 2025-03-20 22:18 UTC  (2+ messages)

[PATCH 0/5] Additional methods for Vec
 2025-03-20 22:17 UTC  (8+ messages)
` [PATCH 1/5] rust: alloc: add Vec::clear
` [PATCH 3/5] rust: alloc: add Vec::push_within_capacity
` [PATCH 4/5] rust: alloc: add Vec::drain_all

[PATCH net v4 0/3] vsock/bpf: Handle races between sockmap update and connect() disconnecting
 2025-03-20 22:16 UTC  (6+ messages)
` [PATCH net v4 3/3] vsock/bpf: Fix bpf recvmsg() racing transport reassignment

[PATCH 0/2] arm64: dts: qcom: x1e80100-dell-xps13-9345: Enable fingerprint sensor
 2025-03-20 22:16 UTC  (3+ messages)
  ` [PATCH 2/2] "

[PATCH v4 0/2] Add a property for setting minimum persentage of i2c clock high
 2025-03-20 22:13 UTC  (3+ messages)
` [PATCH v4 1/2] aspeed: i2c: add clock duty cycle property

linux-next: manual merge of the nfsd tree with the nfs tree
 2025-03-20 22:11 UTC 

[PATCH 2/5] rust: alloc: add Vec::pop
 2025-03-20 22:11 UTC 

[PATCH 1/1] cxl/region: Fix the first aliased address miscalculation
 2025-03-20 22:09 UTC  (2+ messages)

[PATCH 00/11] HID: Asus: Add RGB Support to Asus Z13, Ally, unify backlight asus-wmi, and Z13 QOL
 2025-03-20 22:09 UTC  (12+ messages)
` [PATCH 01/11] HID: asus: refactor init sequence per spec
` [PATCH 02/11] HID: asus: prevent binding to all HID devices on ROG
` [PATCH 03/11] HID: asus: add Asus Z13 2025 Fan key
` [PATCH 04/11] HID: Asus: add Z13 folio to generic group for multitouch to work
` [PATCH 05/11] platform/x86: asus-wmi: Add support for multiple kbd RGB handlers
` [PATCH 06/11] HID: asus: listen to the asus-wmi brightness device instead of creating one
` [PATCH 07/11] platform/x86: asus-wmi: remove unused keyboard backlight quirk
` [PATCH 08/11] platform/x86: asus-wmi: add keyboard brightness event handler
` [PATCH 09/11] HID: asus: add support for the asus-wmi brightness handler
` [PATCH 10/11] HID: asus: add basic RGB support
` [PATCH 11/11] HID: asus: add RGB support to the ROG Ally units

[PATCH v5 1/1] i2c: mediatek: add runtime PM operations and bus regulator control
 2025-03-20 22:08 UTC  (3+ messages)

[PATCH v1 0/3] arm64: qcom: x1e80100-qcp: Add power supply and sideband signals config for PCIe3
 2025-03-20 22:08 UTC  (7+ messages)
  ` [PATCH v1 1/3] arm64: defconfig: enable PCI Power Control "
  ` [PATCH v1 2/3] arm64: dts: qcom: x1e80100: add bus topology for PCIe domain 3
  ` [PATCH v1 3/3] arm64: dts: qcom: x1e80100-qcp: Add power control and sideband signals for PCIe3

[PATCHSET v5 sched_ext/for-6.15] sched_ext: Enhance built-in idle selection with allowed CPUs
 2025-03-20 22:08 UTC  (4+ messages)
` [PATCH 1/6] sched_ext: idle: Extend topology optimizations to all tasks

[PATCH 4/4] iio: dac: ad3530r: Add driver for AD3530R and AD3531R
 2025-03-20 22:08 UTC  (2+ messages)

[PATCH v1] libbpf: Add namespace for errstr making it libbpf_errstr
 2025-03-20 22:08 UTC  (3+ messages)

[PATCH v2] crypto: x86/aes - drop the avx10_256 AES-XTS and AES-CTR code
 2025-03-20 22:06 UTC 

[RFC PATCH V1 00/13] mm: slowtier page promotion based on PTE A bit
 2025-03-20 21:50 UTC  (4+ messages)

[PATCH 4/5] rust: alloc: add Vec::drain_all
 2025-03-20 22:06 UTC 

[PATCH v2 1/1] audit: Mark audit_log_vformat() with __printf() attribute
 2025-03-20 22:02 UTC  (2+ messages)

[RFC PATCH 04/35] ceph: Convert ceph_mds_request::r_pagelist to a databuf
 2025-03-20 22:01 UTC  (12+ messages)
` [RFC PATCH 00/35] ceph, rbd, netfs: Make ceph fully use netfslib
  ` [RFC PATCH 17/35] libceph, rbd: Use ceph_databuf encoding start/stop
  ` [RFC PATCH 23/35] rbd: Use ceph_databuf_enc_start/stop()
    ` Why use plain numbers and totals rather than predef'd constants for RPC sizes?

[PATCH] i3c: master: svc: fix signed/unsigned mismatch in dynamic address assignment
 2025-03-20 22:01 UTC  (5+ messages)

Compile problems w/gcc 9.4.0 in linux-next
 2025-03-20 21:58 UTC  (4+ messages)

[PATCH RFC NOT TESTED 0/2] PCI: artpec6: Try to clean up artpec6_pcie_cpu_addr_fixup()
 2025-03-20 21:54 UTC  (2+ messages)

[PATCH] cpumask: align text in comment
 2025-03-20 21:52 UTC  (2+ messages)

[PATCH v3 0/3] media: qcom: iris: add support for SA8775P
 2025-03-20 21:47 UTC  (3+ messages)
  ` [PATCH v3 3/3] arm64: dts: qcom: sa8775p-ride: enable video

(.head.text+0x900): relocation truncated to fit: R_OR1K_INSN_REL_26 against `no symbol'
 2025-03-20 21:45 UTC 

[PATCH v8 0/8] platform/x86: Add asus-armoury driver
 2025-03-20 21:46 UTC  (5+ messages)
` [PATCH v8 6/8] platform/x86: asus-armoury: add screen auto-brightness toggle
` [PATCH v8 8/8] platform/x86: asus-armoury: add ppt_* and nv_* tuning knobs

[PATCH v3 1/1] PCI: Fix BAR resizing when VF BARs are assigned
 2025-03-20 21:45 UTC  (2+ messages)

[PATCH] mm/arm64: Drop dead code for pud special bit handling
 2025-03-20 21:45 UTC  (3+ messages)

[PATCH v3] drm: Add UAPI for the Asahi driver
 2025-03-20 21:42 UTC  (3+ messages)

[PATCH v2 0/3] media: qcom: iris: add support for SA8775P
 2025-03-20 21:43 UTC  (4+ messages)
  ` [PATCH v2 1/3] dt-bindings: media: qcom,sm8550-iris: document SA8775p IRIS accelerator

[PATCH] cpufreq/amd-pstate: Prefix setup messages with FW_BUG
 2025-03-20 21:41 UTC 

[PATCH 1/1] x86/hyperv: Add comments about hv_vpset and var size hypercall input args
 2025-03-20 21:40 UTC  (2+ messages)

[PATCH v6] PCI: Allow PCI bridges to go to D3Hot on all non-x86
 2025-03-20 21:38 UTC  (2+ messages)

[PATCH] fixup! Drivers: hv: Introduce mshv_root module to expose /dev/mshv to VMMs
 2025-03-20 21:38 UTC  (2+ messages)

[RFC PATCH 0/3] i2c: Introduce i2c bus extensions
 2025-03-20 21:37 UTC  (4+ messages)

[PATCH 0/3] dt-bindings: mmc: marvell,xenon-sdhci: Fix several validation warnings
 2025-03-20 21:35 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mmc: marvell,xenon-sdhci: Allow "dma-coherent" and "iommus"
` [PATCH 2/3] dt-bindings: mmc: marvell,xenon-sdhci: Add reference to sdhci-common.yaml
` [PATCH 3/3] dt-bindings: mmc: marvell,xenon-sdhci: Drop requiring 2 clocks

[PATCH] x86: write aligned to 8 bytes in copy_user_generic (when without FSRM/ERMS)
 2025-03-20 21:31 UTC  (5+ messages)

[PATCH v2] i2c: iproc: Refactor prototype and remove redundant error checks
 2025-03-20 21:29 UTC  (2+ messages)

[v2] PCI: cadence: Add configuration space capability search API
 2025-03-20 21:28 UTC  (2+ messages)

[PATCH net-next v6 0/7] net: tn40xx: add support for AQR105 based cards
 2025-03-20 21:27 UTC  (7+ messages)
` [PATCH net-next v6 4/7] net: phy: aquantia: add essential functions to aqr105 driver
` [PATCH net-next v6 5/7] net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus
` [PATCH net-next v6 6/7] net: tn40xx: prepare tn40xx driver to find phy of the TN9510 card

[GIT PULL] vfs fixes
 2025-03-20 21:21 UTC  (2+ messages)

[GIT PULL] KVM fix for Linux 6.14 final
 2025-03-20 21:21 UTC  (2+ messages)

[syzbot] [can?] KCSAN: data-race in can_send / can_send (5)
 2025-03-20 21:19 UTC  (7+ messages)

[PATCH] dt-bindings: mmc: Remove redundant sdhci.txt
 2025-03-20 21:19 UTC 

[PATCH] x86: handle the tail in rep_movs_alternative() with an overlapping store
 2025-03-20 21:17 UTC  (5+ messages)

[PATCH v1] i2c: qcom-geni: Update i2c frequency table to match hardware guidance
 2025-03-20 21:15 UTC  (2+ messages)

[Patch net-next 0/3] Add support for mdb offload failure notification
 2025-03-20 21:14 UTC  (3+ messages)

[PATCH 0/5] Add support for Battery Status & Battery Caps AMS in TCPM
 2025-03-20 21:11 UTC  (5+ messages)

[PATCH 00/11] HID: asus: hid-asus and asus-wmi backlight unification, Z13 QOL improvements
 2025-03-20 21:09 UTC  (10+ messages)
` [PATCH 01/11] HID: asus: refactor init sequence per spec
` [PATCH 06/11] HID: asus: introduce small delay on Asus Z13 RGB init

[RFC PATCH] vmscan,cgroup: apply mems_effective to reclaim
 2025-03-20 21:09 UTC 

linux-next: Fixes tag needs some work in the mmc tree
 2025-03-20 21:09 UTC 

[PATCH v3 3/3] PCI/MSI: Convert pci_msi_ignore_mask to per MSI domain flag
 2025-03-20 21:07 UTC  (2+ messages)

[PATCH v3 2/3] PCI: vmd: Disable MSI remapping bypass under Xen
 2025-03-20 21:06 UTC  (2+ messages)

[PATCH v2 00/10] Add DSI display support for SA8775P target
 2025-03-20 21:06 UTC  (4+ messages)
` [PATCH v2 08/10] drm/bridge: anx7625: enable HPD interrupts

[PATCH v2 0/8] Landlock signal scope fix and errata interface
 2025-03-20 21:06 UTC  (3+ messages)
` [PATCH v2 5/8] landlock: Always allow signals between threads of the same process

[PATCH v2 0/3] vsock: add namespace support to vhost-vsock
 2025-03-20 21:05 UTC  (11+ messages)
` [PATCH v2 1/3] vsock: add network namespace support
` [PATCH v2 3/3] vhost/vsock: use netns of process that opens the vhost-vsock-netns device

[syzbot] [mm?] KASAN: slab-use-after-free Read in folio_lock_anon_vma_read
 2025-03-20 21:00 UTC  (3+ messages)

[PATCH RFC NOT TESTED] PCI: intel-gw: Use use_parent_dt_ranges and clean up intel_pcie_cpu_addr_fixup()
 2025-03-20 20:56 UTC  (2+ messages)

Linux6.14-rc5 Bug: INFO: task hung in rtnl_dumpit
 2025-03-20 20:54 UTC  (2+ messages)

[RFC v1 0/3] Live Update Orchestrator
 2025-03-20 20:51 UTC  (5+ messages)
` [RFC v1 2/3] luo: dev_liveupdate: Add device live update infrastructure

[PATCH v2 0/5] iio: adc: ad4000: Add SPI offload support
 2025-03-20 20:48 UTC  (11+ messages)
` [PATCH v2 1/5] iio: adc: ad400: Set transfer bits_per_word to have data in CPU endianness
` [PATCH v2 2/5] iio: adc: ad4000: Add support for SPI offload
` [PATCH v2 3/5] Documentation: iio: ad4000: Add new supported parts
` [PATCH v2 4/5] Documentation: iio: ad4000: Add IIO Device characteristics section
` [PATCH v2 5/5] Documentation: iio: ad4000: Describe offload support

[PATCH 0/6] rtla: Always set all tracer options
 2025-03-20 20:42 UTC  (7+ messages)
` [PATCH 4/6] "
` [PATCH 5/6] rtla/tests: Reset osnoise options before check
` [PATCH 6/6] rtla/tests: Test setting default options

[PATCH] powerpc/prom_init: Fixup missing powermac #size-cells on i2s nodes
 2025-03-20 20:26 UTC  (2+ messages)

[PATCH v4 00/18] Imagination BXS-4-64 MC1 GPU support
 2025-03-20 20:32 UTC  (3+ messages)
` [PATCH v4 01/18] dt-bindings: gpu: img: Future-proofing enhancements

[GIT PULL] gfs2 changes for 6.15
 2025-03-20 20:30 UTC 

[GIT PULL] Networking for v6.14-rc8
 2025-03-20 20:30 UTC  (2+ messages)

[PATCH v2 2/9] dt-bindings: x86: Add a binding for x86 wakeup mailbox
 2025-03-20 20:34 UTC  (11+ messages)

[PATCH v3 0/5 RESEND] thermal: qcom-spmi-temp-alarm: Add support for new TEMP_ALARM subtypes
 2025-03-20 20:24 UTC  (6+ messages)
` [PATCH v3 1/5 RESEND] thermal: qcom-spmi-temp-alarm: enable stage 2 shutdown when required
` [PATCH v3 2/5 RESEND] thermal: qcom-spmi-temp-alarm: Add temp alarm data struct based on HW subtype
` [PATCH v3 3/5 RESEND] thermal: qcom-spmi-temp-alarm: Prepare to support additional Temp Alarm subtypes
` [PATCH v3 4/5 RESEND] thermal: qcom-spmi-temp-alarm: add support for GEN2 rev 2 PMIC peripherals
` [PATCH v3 5/5 RESEND] thermal: qcom-spmi-temp-alarm: add support for LITE "

[RFC PATCH 23/35] rbd: Use ceph_databuf_enc_start/stop()
 2025-03-19  0:32 UTC 

[RFC PATCH 17/35] libceph, rbd: Use ceph_databuf encoding start/stop
 2025-03-18 19:59 UTC 


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