All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-16 13:19:23 to 2024-08-16 14:08:40 UTC [more...]

[PATCH RESEND v2 00/18] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-08-16 14:08 UTC  (15+ messages)
` [PATCH RESEND v2 01/18] cxl/hdm: Debug, use decoder name function
` [PATCH RESEND v2 02/18] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH RESEND v2 03/18] cxl/mem: Read Dynamic capacity configuration from the device
` [PATCH RESEND v2 04/18] cxl/region: Add Dynamic Capacity decoder and region modes
` [PATCH RESEND v2 05/18] cxl/port: Add Dynamic Capacity mode support to endpoint decoders
` [PATCH RESEND v2 06/18] cxl/port: Add Dynamic Capacity size "
` [PATCH RESEND v2 07/18] cxl/mem: Expose device dynamic capacity configuration
` [PATCH RESEND v2 08/18] cxl/region: Add Dynamic Capacity CXL region support
` [PATCH RESEND v2 09/18] cxl/mem: Read extents on memory device discovery
` [PATCH RESEND v2 10/18] cxl/mem: Handle DCD add and release capacity events
` [PATCH RESEND v2 11/18] cxl/region: Expose DC extents on region driver load
` [PATCH RESEND v2 12/18] cxl/region: Notify regions of DC changes
` [PATCH RESEND v2 13/18] dax/bus: Factor out dev dax resize logic
` [PATCH RESEND v2 14/18] dax/region: Support DAX device creation on dynamic DAX regions

rcuc/ thread on isolated CPU
 2024-08-16 14:08 UTC  (6+ messages)

[PATCH v10 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-08-16 14:06 UTC  (11+ messages)
` [PATCH v10 12/40] mm: Define VM_SHADOW_STACK for arm64 when we support GCS

[PATCH -next] hwmon: (sch5627) Remove unused declaration sch56xx_watchdog_unregister()
 2024-08-16 14:07 UTC  (2+ messages)

Unexpected rcuc osnoise on PREEMPT_RT with "rcu_nocbs=all rcu_nocb_poll"
 2024-08-16 14:06 UTC  (5+ messages)

[PATCH 6.10 00/25] 6.10.6-rc2 review
 2024-08-16 14:06 UTC  (2+ messages)

[PATCH v4 00/11] Add support for NMI-source reporting
 2024-08-16 14:05 UTC  (7+ messages)
` [PATCH v4 07/11] KVM: VMX: Handle NMI Source report in VM exit
` [PATCH v4 09/11] x86/irq: Enable NMI source on IPIs delivered as NMI
` [PATCH v4 11/11] KVM: X86: Use common code for PV IPIs in linux guest

[PATCH 1/2] dt-bindings: misc: qcom,fastrpc: document new domain ID
 2024-08-16 14:05 UTC  (9+ messages)
` [PATCH 2/2] arm64: dts: qcom: sa8775p: fix the fastrpc label
    ` [PATCH 1/2] dt-bindings: misc: qcom, fastrpc: document new domain ID

KCIDB: Test schema enhancements
 2024-08-16 14:05 UTC  (4+ messages)
` KCIDB: Support non-binary test outputs
  ` [Automated-testing] KCIDB: Support non-binary test outputs V2
    ` [Automated-testing] KCIDB: Support non-binary test outputs V3

[PATCH] util-linux: Add 'no-libmount-mountfd' PACKAGECONFIG option
 2024-08-16 14:04 UTC 

[PATCH v4 0/3] tracing: Support poll on event hist file
 2024-08-16 14:04 UTC  (3+ messages)
` [PATCH v4 3/3] selftests/tracing: Add hist poll() support test

[PATCH net-next v4] net: netconsole: selftests: Create a new netconsole selftest
 2024-08-16 14:02 UTC  (2+ messages)

[PATCH 00/86] drm: Provide client setup helper and convert drivers
 2024-08-16 13:59 UTC  (8+ messages)
` [PATCH 38/86] drm/rockchip: Run DRM default client setup
` [PATCH 69/86] drm/nouveau: "
` [PATCH 83/86] drm/{i915,xe}: "

[git pull] device mapper fixes for 6.11
 2024-08-16 14:02 UTC 

[PATCH 0/9] AMD MCA interrupts rework
 2024-08-16 14:01 UTC  (4+ messages)
` [PATCH 6/9] x86/mce: Unify AMD THR handler with MCA Polling

[PATCH] ksmbd: Replace one-element arrays with flexible-array members
 2024-08-16 13:58 UTC 

[PATCH] drm/xe: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture()
 2024-08-16 14:00 UTC  (2+ messages)

[PATCH v2 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-08-16 14:00 UTC  (22+ messages)
` [PATCH v2 01/25] range: Add range_overlaps()
` [PATCH v2 02/25] printk: Add print format (%par) for struct range
` [PATCH v2 03/25] dax: Document dax dev range tuple
` [PATCH v2 04/25] cxl/pci: Delay event buffer allocation
` [PATCH v2 05/25] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v2 06/25] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v2 07/25] cxl/core: Separate region mode from decoder mode
` [PATCH v2 08/25] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH v2 09/25] cxl/hdm: Add dynamic capacity size support to endpoint decoders
` [PATCH v2 10/25] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v2 11/25] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v2 12/25] cxl/region: Refactor common create region code
` [PATCH v2 13/25] cxl/region: Add sparse DAX region support
` [PATCH v2 14/25] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v2 15/25] cxl/pci: Factor out interrupt policy check
` [PATCH v2 16/25] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v2 17/25] cxl/core: Return endpoint decoder information from region search
` [PATCH v2 18/25] cxl/extent: Process DCD events and realize region extents
` [PATCH v2 19/25] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v2 20/25] dax/bus: Factor out dev dax resize logic
` [PATCH v2 21/25] dax/region: Create resources on sparse DAX regions

[PATCH net-next v1 1/1] phy: dp83td510: Utilize ALCD for cable length measurement when link is active
 2024-08-16 14:00 UTC  (3+ messages)

[PATCH v2 0/6] usb: typec: ucsi: Minor improvements
 2024-08-16 13:58 UTC  (7+ messages)
` [PATCH v2 1/6] usb: typec: ucsi: Remove unused fields from struct ucsi_connector_status
` [PATCH v2 2/6] usb: typec: ucsi: Don't truncate the reads
` [PATCH v2 3/6] usb: typec: ucsi: Only assign the identity structure if the PPM supports it
` [PATCH v2 4/6] usb: typec: ucsi: Common function for the GET_PD_MESSAGE command
` [PATCH v2 5/6] usb: typec: ucsi: Call CANCEL from single location
` [PATCH v2 6/6] usb: typec: ucsi: Remove useless error check from ucsi_read_error()

[PATCH 0/4] Improve the dev coredump
 2024-08-16 13:58 UTC  (7+ messages)
` [PATCH 1/4] drm/amdgpu: Add gpu_coredump parameter
` [PATCH 3/4] drm/amdgpu: skip printing vram_lost if needed
` [PATCH 4/4] drm/amdgpu: Do core dump immediately when job tmo

[PATCH] arm64: dts: rockchip: add wolfvision pf5 visualizer display
 2024-08-16 13:57 UTC  (3+ messages)

[PATCH 1/2] firmware: tegra: bpmp: drop unused mbox_client_to_bpmp()
 2024-08-16 13:57 UTC  (2+ messages)
` [PATCH 2/2] firmware: tegra: bpmp: use scoped device node handling to simplify error paths

PCI: Work around PCIe link training failures
 2024-08-16 13:57 UTC  (3+ messages)

[PATCH net-next v19 03/13] netdev: support binding dma-buf to netdevice
 2024-08-16 13:56 UTC  (3+ messages)

[PATCH v3 1/2] platform/x86:dell-laptop: Add knobs to change battery charge settings
 2024-08-16 13:56 UTC  (2+ messages)

[PATCH v1] ASoc: tas2781: Rename dai_driver name to unify the name between TAS2563 and TAS2781
 2024-08-16 13:41 UTC  (5+ messages)
  ` [EXTERNAL] "

Use PyBytes and not Unicode strings for IEC958 values
 2024-08-16 13:26 UTC 

Use PyBytes and not Unicode strings for IEC958 values
 2024-08-16 13:25 UTC 

[PATCH] ASoC: codecs: lpass-va-macro: set the default codec version for sm8250
 2024-08-16 13:01 UTC  (5+ messages)

[PATCH v11 0/9] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-08-16 13:53 UTC  (5+ messages)
` [PATCH v11 2/9] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [PATCH v11 9/9] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

spi-fsl-lpspi: i.MX93 ERR051608
 2024-08-16 13:51 UTC 

[bluetooth-next:master] BUILD SUCCESS 7285ef081977e1ce8ddfc32798b891da7a381df9
 2024-08-16 13:51 UTC 

[tobetter:odroid-6.1.y 24/91] arch/arm64/boot/dts/amlogic/meson64_odroidn2.dtb: /efuse: failed to match any schema with compatible: ['amlogic,meson-gxbb-efuse']
 2024-08-16 13:51 UTC 

[PATCH 1/1] rpcdebug: fix memory allocation size
 2024-08-16 13:49 UTC  (2+ messages)

[PATCH v1] ASoC: codecs: ES8326: Adjust buttons
 2024-08-16 13:48 UTC  (2+ messages)

[PATCH] ALSA: aoa: Use helper function for_each_child_of_node()
 2024-08-16  2:18 UTC 

[PATCH v2 0/6] media: Fix last smatch warnings
 2024-08-16 12:31 UTC 

[PATCH v3 00/11] fuse: basic support for idmapped mounts
 2024-08-16 13:45 UTC  (4+ messages)

[PATCH v2 0/5] x86/tdx: Allow MMIO instructions from userspace
 2024-08-16 13:44 UTC  (12+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] x86/tdx: Split MMIO read and write operations
  ` [PATCH v3 02/10] x86/tdx: Add validation of userspace MMIO instructions
  ` [PATCH v3 03/10] x86/tdx: Allow MMIO from userspace
  ` [PATCH v3 04/10] x86/insn: Read and decode insn without crossing the page boundary
  ` [PATCH v3 05/10] x86/tdx: Avoid "
  ` [PATCH v3 06/10] x86/sev: "
  ` [PATCH v3 07/10] x86/umip: "
  ` [PATCH v3 08/10] x86/tdx: Add a restriction on access to MMIO address
  ` [PATCH v3 09/10] x86/tdx: Move MMIO helpers to common library
  ` [PATCH v3 10/10] x86/tdx: Implement movs for MMIO

[PATCH] build: Add mod-weakdep.ko to cache
 2024-08-16 13:44 UTC 

[PATCH v3 00/18] KVM: arm64: nv: Add support for address translation instructions
 2024-08-16 13:44 UTC  (8+ messages)
` [PATCH v3 14/18] KVM: arm64: nv: Add SW walker for AT S1 emulation

[PATCH v2] modpost: simplify modpost_log()
 2024-08-16 13:44 UTC 

[GIT PULL] DAX for 6.11
 2024-08-16 13:44 UTC 

[PATCH] modpost: simplify modpost_log()
 2024-08-16 13:44 UTC  (3+ messages)

[RFC] [PATCH] tpm: Clean up TPM space after command failure
 2024-08-16 13:44 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v8 0/6] TTM shrinker helpers and xe buffer object shrinker
 2024-08-16 13:43 UTC  (10+ messages)
` [PATCH v8 1/6] drm/ttm: Add a virtual base class for graphics memory backup
` [PATCH v8 2/6] drm/ttm/pool: Provide a helper to shrink pages
` [PATCH v8 3/6] drm/ttm: Use fault-injection to test error paths
` [PATCH v8 4/6] drm/ttm: Add a shrinker helper and export the LRU walker for driver use
` [PATCH v8 5/6] drm/xe: Add a shrinker for xe bos
` [PATCH v8 6/6] drm/xe: Increase the XE_PL_TT watermark
` ✓ CI.Patch_applied: success for TTM shrinker helpers and xe buffer object shrinker (rev7)
` ✗ CI.checkpatch: warning "
` ✗ CI.KUnit: failure "

[PATCH 0/3] Improve the dev coredump
 2024-08-16 13:43 UTC  (5+ messages)
` [PATCH 1/3] drm/amdgpu: Add gpu_coredump parameter

[PATCH bpf-next 1/2] bpf: Make the pointer returned by iter next method valid
 2024-08-16 13:42 UTC  (3+ messages)

[PATCH 1/1] kexec_file: fix elfcorehdr digest exclusion when CONFIG_CRASH_HOTPLUG=y
 2024-08-16 13:42 UTC  (4+ messages)

[PATCH] ocfs2: Fix shift-out-of-bounds UBSAN bug in ocfs2_verify_volume()
 2024-08-16 13:41 UTC 

[git pull] IOMMU Fixes for Linux v6.11-rc1
 2024-08-16 13:40 UTC 

[PATCH v3] platform/x86: thinkpad_acpi: Add Thinkpad Edge E531 fan support
 2024-08-16 13:38 UTC  (4+ messages)

the prebuilt mod-weakdep.o is missing
 2024-08-16 13:38 UTC  (2+ messages)

[RFC PATCH 0/3] Introduce clar testing framework
 2024-08-16 13:38 UTC  (9+ messages)
` [PATCH v5 0/9] "
  ` [PATCH v5 2/9] t: import the clar unit "
  ` [PATCH v5 8/9] t/unit-tests: convert strvec tests to use clar
  ` [PATCH v5 9/9] t/unit-tests: convert ctype "

[PATCH v1] usb: gadget: u_serial: check Null pointer in EP callback
 2024-08-16 13:38 UTC  (5+ messages)
    ` 答复: "

[usb:usb-linus] BUILD SUCCESS af8e119f52e9c13e556be9e03f27957554a84656
 2024-08-16 13:36 UTC 

[net-next PATCH v10 00/11] Introduce RVU representors
 2024-08-16 13:36 UTC  (9+ messages)
` [net-next PATCH v10 01/11] octeontx2-pf: Refactoring RVU driver
    ` [EXTERNAL] "
` [net-next PATCH v10 03/11] octeontx2-pf: Create representor netdev
    ` [EXTERNAL] "
  ` [EXTERNAL] Re: [net-next PATCH v10 00/11] Introduce RVU representors

[PATCH] usb: add reset pin handling to onboard-hub driver
 2024-08-16  8:19 UTC 

[PATCH] spl: fix error handling of spl_fit_read
 2024-08-16  7:33 UTC 

[PATCH v3 2/4] drm/bridge: add Microchip DSI controller support for sam9x7 SoC series
 2024-08-16 13:35 UTC  (2+ messages)

[PATCH v3 0/5] AWS Nitro Enclave emulation support
 2024-08-16 13:34 UTC  (6+ messages)
` [PATCH v3 4/5] machine/nitro-enclave: Add built-in Nitro Secure Module device

[PATCH v20 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-08-16 13:35 UTC  (5+ messages)
` [PATCH v20 12/20] dm verity: expose root hash digest and signature data to LSMs

[PATCH for-9.2] docs/devel: Remove nested-papr.txt
 2024-08-16 13:33 UTC 

[PATCH 1/1] iommu/vt-d: Move PCI PASID enablement to probe path
 2024-08-16 13:31 UTC  (4+ messages)

[PATCH v3] iommu/arm-smmu-v3: Match Stall behaviour for S2
 2024-08-16 13:31 UTC  (2+ messages)

[PATCH mptcp-net v2 00/12] mptcp: pm: fix re-re-create the ID 0 endpoint
 2024-08-16 13:30 UTC  (2+ messages)

[PATCH v2][OE-core] cve-check: nvd2 download database variables update
 2024-08-16 13:30 UTC  (4+ messages)

[PATCH bpf-next 1/2] bpf: Relax KF_ACQUIRE kfuncs strict type matching constraint on non-zero offset pointers
 2024-08-16 13:27 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add test for non-zero offset pointer as KF_ACQUIRE kfuncs argument

[PATCH 1/2] drm/xe: Add debugfs to dump GuC's hwconfig
 2024-08-16 13:28 UTC  (5+ messages)

[PATCH v3] KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from userspace
 2024-08-16 13:28 UTC 

[PATCH v2] drivers/perf: arm_spe: Use perf_allow_kernel() for permissions
 2024-08-16 13:27 UTC  (3+ messages)

[PATCH v2 0/5] Add STM32MP25 USB3/PCIE COMBOPHY driver
 2024-08-16 13:20 UTC  (12+ messages)
` [PATCH v2 1/5] MAINTAINERS: add entry for ST STM32MP25 "
` [PATCH v2 2/5] dt-bindings: phy: Add STM32MP25 COMBOPHY bindings
` [PATCH v2 3/5] phy: stm32: Add support for STM32MP25 COMBOPHY
` [PATCH v2 4/5] arm64: dts: st: Add combophy node on stm32mp251
` [PATCH v2 5/5] arm64: dts: st: Enable COMBOPHY on the stm32mp257f-ev1 board

[Buildroot] [PATCH] package/bubblewrap: bump to version 0.10.0
 2024-08-16 13:26 UTC 

[PATCH v5] drm/amdgpu: Take IOMMU remapping into account for p2p checks
 2024-08-16 13:26 UTC  (2+ messages)

[PATCH] mm/memcontrol: respect zswap.writeback setting from parent cg too
 2024-08-16 13:25 UTC  (6+ messages)

[PATCH net 0/4] MAINTAINERS: Networking updates
 2024-08-16 13:25 UTC  (3+ messages)
` [PATCH net 3/4] MAINTAINERS: Add header files to NETWORKING sections

[PATCH for-9.2 0/7] docs/devel: Convert txt files to rST
 2024-08-16 13:22 UTC  (8+ messages)
` [PATCH 1/7] docs/devel/blkdebug: Convert to rST format
` [PATCH 2/7] docs/devel/blkverify: "
` [PATCH 3/7] docs/devel/lockcnt: "
` [PATCH 4/7] docs/devel/multiple-iothreads: "
` [PATCH 5/7] docs/devel/rcu: "
` [PATCH 6/7] include: Move QemuLockCnt APIs to their own header
` [PATCH 7/7] docs/devel/lockcnt: Include kernel-doc API documentation

[PATCH] configs: am64x*_r5_defconfig: Drop BOOTCOMMAND
 2024-08-16 13:23 UTC 

[PATCH 0/8] perf/arm-cmn: Fixes and updates
 2024-08-16 13:21 UTC  (6+ messages)
` [PATCH 1/8] perf/arm-cmn: Refactor node ID handling. Again

[PATCH v3 00/10] riscv: Userspace pointer masking and tagged address ABI
 2024-08-16 13:21 UTC  (4+ messages)
` [PATCH v3 04/10] riscv: Add support for userspace pointer masking

[PATCH] drm/xe: Remove redundant param from xe_bo_create_user
 2024-08-16 13:20 UTC  (2+ messages)

[PATCH net-next 0/7] microchip_t1s: Update on Microchip 10BASE-T1S PHY driver
 2024-08-16 13:21 UTC  (4+ messages)
` [PATCH net-next 5/7] net: phy: microchip_t1s: add support for Microchip's LAN867X Rev.C1

HI DEAR !
 2024-08-16 13:14 UTC 

HI DEAR !
 2024-08-16 13:16 UTC 

HI DEAR !
 2024-08-16 13:16 UTC 

HI DEAR !
 2024-08-16 13:16 UTC 

HI DEAR !
 2024-08-16 13:15 UTC 

HI DEAR !
 2024-08-16 13:15 UTC 

HI DEAR !
 2024-08-16 13:15 UTC 

HI DEAR !
 2024-08-16 13:15 UTC 

HI DEAR !
 2024-08-16 13:15 UTC 

HI DEAR !
 2024-08-16 13:14 UTC 

HI DEAR !
 2024-08-16 13:14 UTC 

[Buildroot] [PATCH next 1/1] package/bcc: bump version to 0.31.0
 2024-08-16 13:18 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.