messages from 2025-08-28 20:59:55 to 2025-08-29 00:33:57 UTC [more...]
[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-08-29 0:33 UTC (20+ messages)
` [PATCH v2 2/8] gpu: nova-core: firmware: add support for common firmware header
` [PATCH v2 3/8] gpu: nova-core: firmware: process Booter and patch its signature
` [PATCH v2 5/8] gpu: nova-core: firmware: process and prepare the GSP firmware
[PATCH 1/3] PM: runtime: Add basic kunit tests for API contracts
2025-08-29 0:28 UTC (3+ messages)
` [PATCH 2/3] PM: runtime: Make put{,_sync}() return 1 when already suspended
` [PATCH 3/3] PM: runtime: Update kerneldoc return codes
[RFC PATCH 00/12] KVM: x86/mmu: TDX post-populate cleanups
2025-08-29 0:35 UTC (30+ messages)
` [RFC PATCH 06/12] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [RFC PATCH 08/12] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [RFC PATCH 09/12] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
[PATCH v2] wifi: rtw89: use int type to store negative error codes
2025-08-29 0:31 UTC (2+ messages)
[PATCH v1 00/19] tegra-video: add CSI support for Tegra20 and Tegra30
2025-08-29 0:29 UTC (4+ messages)
` [PATCH v1 01/19] clk: tegra: init CSUS clock "
[PATCH v1 00/36] mm: remove nth_page()
2025-08-29 0:29 UTC (14+ messages)
` [PATCH v1 01/36] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH v1 02/36] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH v1 03/36] s390/Kconfig: "
` [PATCH v1 04/36] x86/Kconfig: "
` [PATCH v1 05/36] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within SG entry
[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-08-29 0:29 UTC (3+ messages)
` [PATCH V0 1/2] hyper-v: Add CONFIG_HYPERV_VMBUS option
[DISCUSSION] Unconditionally lock folios when calling rmap_walk()
2025-08-29 0:23 UTC (4+ messages)
[PATCH v2 0/2] cpufreq: tegra186: Fix initialization and scaling
2025-08-29 0:18 UTC (3+ messages)
` [PATCH v2 2/2] cpufreq: tegra186: Initialize all cores to max frequencies
[PATCH 2/5] PCI: cadence: Fix NULL pointer error for ops
2025-08-29 0:16 UTC (3+ messages)
[PATCH v11 00/24] zswap compression batching with optimized iaa_crypto driver
2025-08-29 0:16 UTC (17+ messages)
` [PATCH v11 19/24] crypto: iaa - IAA acomp_algs register the get_batch_size() interface
` [PATCH v11 22/24] mm: zswap: Allocate pool batching resources if the compressor supports batching
` [PATCH v11 23/24] mm: zswap: zswap_store() will process a large folio in batches
` [PATCH v11 24/24] mm: zswap: Batched zswap_compress() with compress batching of large folios
[PATCH 0/5] Add PCIe support to Sophgo SG2042 SoC
2025-08-29 0:12 UTC (4+ messages)
` [PATCH 3/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
[PATCH v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
2025-08-29 0:07 UTC (6+ messages)
` [PATCH v11 07/23] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [PATCH v11 15/23] cxl/pci: Map CXL Endpoint Port and CXL Switch Port RAS registers
[RFC PATCH v2 00/18] KVM: x86/mmu: TDX post-populate cleanups
2025-08-29 0:06 UTC (19+ messages)
` [RFC PATCH v2 01/18] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [RFC PATCH v2 02/18] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [RFC PATCH v2 03/18] Revert "KVM: x86/tdp_mmu: Add a helper function to walk down the TDP MMU"
` [RFC PATCH v2 04/18] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_page_prefault()
` [RFC PATCH v2 05/18] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [RFC PATCH v2 06/18] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [RFC PATCH v2 07/18] KVM: TDX: Fold tdx_sept_drop_private_spte() into tdx_sept_remove_private_spte()
` [RFC PATCH v2 08/18] KVM: x86/mmu: Drop the return code from kvm_x86_ops.remove_external_spte()
` [RFC PATCH v2 09/18] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [RFC PATCH v2 10/18] KVM: TDX: Use atomic64_dec_return() instead of a poor equivalent
` [RFC PATCH v2 11/18] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [RFC PATCH v2 12/18] KVM: TDX: Bug the VM if extended the initial measurement fails
` [RFC PATCH v2 13/18] KVM: TDX: ADD pages to the TD image while populating mirror EPT entries
` [RFC PATCH v2 14/18] KVM: TDX: Fold tdx_sept_zap_private_spte() into tdx_sept_remove_private_spte()
` [RFC PATCH v2 15/18] KVM: TDX: Combine KVM_BUG_ON + pr_tdx_error() into TDX_BUG_ON()
` [RFC PATCH v2 16/18] KVM: TDX: Derive error argument names from the local variable names
` [RFC PATCH v2 17/18] KVM: TDX: Assert that mmu_lock is held for write when removing S-EPT entries
` [RFC PATCH v2 18/18] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
[PATCH v2 0/7] Drivers: hv: Fix NEED_RESCHED_LAZY and use common APIs
2025-08-29 0:03 UTC (5+ messages)
` [PATCH v2 1/7] Drivers: hv: Handle NEED_RESCHED_LAZY before transferring to guest
` [PATCH v2 6/7] Drivers: hv: Use common "entry virt" APIs to do work in root before running guest
[PATCH net-next 1/1] net: phy: mtk-2p5ge: Add LED support for MT7988
2025-08-29 0:00 UTC (2+ messages)
[PATCH] drm/mediatek: fix device leaks at bind
2025-08-28 23:51 UTC (3+ messages)
[PATCH net-next v6 0/7] devmem/io_uring: allow more flexibility for ZC DMA devices
2025-08-28 23:50 UTC (2+ messages)
[PATCH v8 00/32] x86,fs/resctrl telemetry monitoring
2025-08-28 23:49 UTC (8+ messages)
linux-next: duplicate patches in the iwlwifi tree
2025-08-28 23:47 UTC
[PATCH v4 00/16] dma-mapping: migrate to physical address-based API
2025-08-28 23:45 UTC (10+ messages)
` [PATCH v4 15/16] block-dma: properly take MMIO path
[PATCH] usb: dwc3: Log dwc3 instance name in traces
2025-08-28 22:48 UTC (2+ messages)
[PATCH 0/2] Marvell 88PM886 PMIC GPADC driver
2025-08-28 23:40 UTC (4+ messages)
` [PATCH 1/2] iio: adc: Add driver for Marvell 88PM886 PMIC ADC
` [PATCH 2/2] mfd: 88pm886: Add GPADC cell
[PATCH v2 0/3] Support "generic" CPUID timing leaf as KVM guest and host
2025-08-28 23:40 UTC (11+ messages)
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-08-28 23:34 UTC (3+ messages)
[PATCH v6 00/20] Enable FRED with KVM VMX
2025-08-28 23:32 UTC (9+ messages)
` [PATCH v6 06/20] KVM: VMX: Set FRED MSR intercepts
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-08-28 23:21 UTC (11+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
[PATCH 0/5] Introduce Panfrost JM contexts
2025-08-28 23:19 UTC (2+ messages)
[PATCH v2] Documentation: management-style: Reword "had better known the details" phrase
2025-08-28 23:19 UTC (7+ messages)
[PATCH] f2fs: allocate HOT_DATA for IPU writes
2025-08-28 23:17 UTC (4+ messages)
` [f2fs-dev] "
[PATCH net-next v9] net: af_packet: Use hrtimer to do the retire operation
2025-08-28 23:16 UTC (2+ messages)
[PATCH RFC 00/22] Apple Silicon USB3 support
2025-08-28 23:14 UTC (15+ messages)
` [PATCH RFC 04/22] usb: dwc3: apple: Reset dwc3 during role switches
` [PATCH RFC 05/22] usb: dwc3: apple: Do not use host-vbus-glitches workaround
` [PATCH RFC 07/22] usb: dwc3: apple: Adjust vendor-specific registers during init
[v3 00/11] mm: support device-private THP
2025-08-28 23:14 UTC (9+ messages)
` [v3 03/11] mm/migrate_device: THP migration of zone device pages
[PATCH] drm/msm: Drop unneeded NULL check
2025-08-28 23:11 UTC (2+ messages)
[PATCH v7 0/8] sched/fair: Get rid of sched_domains_curr_level hack for tl->cpumask()
2025-08-28 23:06 UTC (3+ messages)
` [PATCH v7 1/8] "
[PATCH v3 00/30] Live Update Orchestrator
2025-08-28 23:00 UTC (6+ messages)
` [PATCH v3 29/30] luo: allow preserving memfd
[PATCH v7 1/1] selftests/mm/uffd: Refactor non-composite global vars into struct
2025-08-28 22:54 UTC (4+ messages)
[PATCH v2] mm/memory-failure: Fix redundant updates for already poisoned pages
2025-08-28 22:53 UTC (2+ messages)
[PATCH v2] drm/bridge: ti-sn65dsi86: fix REFCLK setting
2025-08-28 22:52 UTC (3+ messages)
[PATCH v7 0/9] dt-bindings: msm/dp: Add support for 4 pixel streams
2025-08-28 22:48 UTC (10+ messages)
` [PATCH v7 1/9] dt-bindings: display/msm: dp-controller: allow eDP for SA8775P
` [PATCH v7 2/9] dt-bindings: display/msm: dp-controller: fix fallback for SM6350
` [PATCH v7 3/9] dt-bindings: display/msm: dp-controller: document DP on SM7150
` [PATCH v7 4/9] dt-bindings: display/msm: qcom,x1e80100-mdss: correct DP addresses
` [PATCH v7 5/9] dt-bindings: display/msm: dp-controller: add X1E80100
` [PATCH v7 6/9] dt-bindings: display/msm: drop assigned-clock-parents for dp controller
` [PATCH v7 7/9] dt-bindings: display/msm: expand to support MST
` [PATCH v7 8/9] arm64: dts: qcom: sm6350: correct DP compatibility strings
` [PATCH v7 9/9] arm64: dts: qcom: Add MST pixel streams for displayport
[PATCH] docs: proc.rst: Fix VFIO Device title formatting
2025-08-28 22:46 UTC (2+ messages)
[PATCH v6 0/6] tracing: Deferred unwinding of user space stack traces
2025-08-28 22:44 UTC (16+ messages)
` [PATCH v6 5/6] tracing: Show inode and device major:minor in deferred user space stacktrace
[PATCH] smp: Fix smp_call_function_any() if no CPU online
2025-08-28 22:40 UTC
[PATCH 1/1] RFS Capability Bypass Vulnerability in Linux bnxt_en Driver
2025-08-28 22:38 UTC (2+ messages)
[PATCH 0/3] Enable QoS configuration on SA8775P
2025-08-28 22:36 UTC (11+ messages)
` [PATCH 1/3] dt-bindings: interconnect: add clocks property to enable QoS on sa8775p
[PATCH] perf/dwc_pcie: Support counting multiple lane events in parallel
2025-08-28 22:35 UTC
[PATCH] extract-vmlinux: Output used decompression method
2025-08-28 22:35 UTC (2+ messages)
[PATCH v3] hwmon: (coretemp) Replace x86_model checks with VFM ones
2025-08-28 22:33 UTC (8+ messages)
[RFC PATCH v2] net: add net-device TX clock source selection framework
2025-08-28 22:31 UTC (2+ messages)
[PATCH] dt-bindings: edac: Convert apm,xgene-edac to DT schema
2025-08-28 22:30 UTC
[PATCH v2 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
2025-08-28 22:19 UTC (4+ messages)
` [PATCH v2 05/11] hwmon: Add Apple Silicon SMC hwmon driver
[PATCH v4 0/7] kunit: Refactor and extend KUnit's parameterized testing framework
2025-08-28 22:19 UTC (3+ messages)
` [PATCH v4 3/7] kunit: Pass parameterized test context to generate_params()
[PATCH net-next 0/2] net: pse-pd: pd692x0: Add permanent configuration management support
2025-08-28 22:15 UTC (13+ messages)
` [PATCH net-next 1/2] net: pse-pd: pd692x0: Separate configuration parsing from hardware setup
` [PATCH net-next 2/2] net: pse-pd: pd692x0: Add sysfs interface for configuration save/reset
[PATCH v1 0/2] mm/show_mem: Bug fix for print mem alloc info
2025-08-28 22:10 UTC (14+ messages)
` [PATCH v1 2/2] mm/show_mem: Add trylock while printing "
[PATCH net-next v2 0/6] net: dsa: lantiq_gswip: prepare for supporting MaxLinear GSW1xx
2025-08-28 22:05 UTC (8+ messages)
` [PATCH net-next v2 1/6] net: dsa: lantiq_gswip: move to dedicated folder
` [PATCH net-next v2 3/6] net: dsa: lantiq_gswip: ignore SerDes modes in phylink_mac_config()
[PATCH v13 0/4] Add TH1520 GPU support with power sequencing
2025-08-28 21:56 UTC (5+ messages)
` [PATCH v13 3/4] riscv: dts: thead: th1520: Add IMG BXM-4-64 GPU node
[PATCH v3 0/4] iio: adc: ad7124: proper clock support
2025-08-28 21:54 UTC (5+ messages)
` [PATCH v3 1/4] dt-bindings: iio: adc: adi,ad7124: fix clocks properties
` [PATCH v3 2/4] iio: adc: ad7124: do not require mclk
` [PATCH v3 3/4] iio: adc: ad7124: add external clock support
` [PATCH v3 4/4] iio: adc: ad7124: add clock output support
gpu: nova-core: arm32 build errors
2025-08-28 21:54 UTC (9+ messages)
[PATCH v2 0/2] hwmon: Add support for INA780
2025-08-28 21:52 UTC (5+ messages)
` [PATCH v2 2/2] hwmon: (ina238) "
[GIT PULL] PECI changes for v6.18-rc1
2025-08-28 21:51 UTC
[PATCH v6 2/2] bpftool: Add CET-aware symbol matching for x86_64 architectures
2025-08-28 21:50 UTC (4+ messages)
` [PATCH v7 0/2] bpftool: Refactor config parsing and add CET symbol matching
[PATCH v2 0/5] x86/fpu: don't abuse x86_task_fpu(PF_USER_WORKER) in .regset_get() paths
2025-08-28 21:48 UTC (8+ messages)
[PATCH] selftests: net: fix spelling and grammar mistakes
2025-08-28 21:11 UTC
[RFC/PATCH 0/2] clocksource/drivers/sh_cmt: Improve clock event design
2025-08-28 21:44 UTC (3+ messages)
` [PATCH 1/2] clocksource/drivers/sh_cmt: Split start/stop of clock source and events
` [PATCH 2/2] clocksource/drivers/sh_cmt: Do not power down channels used for events
[PATCH v1] smsc911x: add second read of EEPROM mac when possible corruption seen
2025-08-28 21:44 UTC
[PATCH] Revert "intel_idle: Rescan "dead" SMT siblings during, initialization"
2025-08-28 21:44 UTC (5+ messages)
[PATCH] vfio: show the name of IOMMU driver in /proc/$pid/fdinfo
2025-08-28 21:44 UTC (2+ messages)
[PATCH] fs/ceph/addr: always call ceph_shift_unused_folios_left()
2025-08-28 21:37 UTC (5+ messages)
[PATCH RESEND] cpufreq/longhaul: handle NULL policy in longhaul_exit
2025-08-28 21:29 UTC
[PATCH] arm64: dts: xilinx: Drop undocumented "always-on" properties
2025-08-28 21:30 UTC
[PATCH] cpufreq: CPPC: Increase delay between perf counter reads
2025-08-28 21:29 UTC (11+ messages)
[PATCH 0/2] move dma_map_benchmark from selftests to tools/dma
2025-08-28 21:22 UTC (9+ messages)
` [PATCH 1/2] tools/dma: "
[PATCH v3 0/3] platform/x86: think-lmi: ThinkCenter certificate
2025-08-28 21:15 UTC (7+ messages)
` [PATCH v3 1/3] platform/x86: think-lmi: Add certificate GUID structure
` [PATCH v3 2/3] platform/x86: think-lmi: Certificate support for ThinkCenter
[for-next][PATCH 0/3] tracing: Trigger a warning on build if a tracepoint is defined but unused
2025-08-28 21:13 UTC (3+ messages)
[PATCH rtw v3 0/5] wifi: fixes for rtw89
2025-08-28 21:12 UTC (6+ messages)
` [PATCH rtw v3 1/5] wifi: rtw89: fix use-after-free in rtw89_core_tx_kick_off_and_wait()
` [PATCH rtw v3 2/5] wifi: rtw89: fix tx_wait initialization race
` [PATCH rtw v3 3/5] wifi: rtw89: perform tx_wait completions for USB part
` [PATCH rtw v3 4/5] wifi: rtw89: fix leak in rtw89_core_send_nullfunc()
` [PATCH rtw v3 5/5] wifi: rtw89: avoid circular locking dependency in ser_state_run()
[PATCH 0/3] Add support for RAA228244 and RAA228246
2025-08-28 21:07 UTC (7+ messages)
` [PATCH 1/3] hwmon: (pmbus/isl68137) add support for Renesas "
` [PATCH 2/3] docs: hwmon: add RAA228244 and RAA228246 info to isl68137 documentation
` [PATCH 3/3] dt-bindings: hwmon: (pmbus/isl68137) add RAA228244 and RAA228246 support
[PATCH v3 0/2] add a make target to generate man pages from kernel-doc
2025-08-28 21:07 UTC (4+ messages)
` [PATCH v3 1/2] docs: add support to build manpages from kerneldoc output
[RFC 0/3] cgroups: Add support for pinned device memory
2025-08-28 20:58 UTC (3+ messages)
[PATCH] pinctrl: meson-gxl: add missing i2c_d pinmux
2025-08-28 21:06 UTC (2+ messages)
[PATCH 0/3] Add pinctrl support for Sky1
2025-08-28 21:03 UTC (6+ messages)
` [PATCH 1/3] pinctrl: cix: Add pin-controller support for sky1
[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
2025-08-28 21:01 UTC (6+ messages)
[PATCHv2 0/3] add COMPILE_TEST support
2025-08-28 21:00 UTC (2+ messages)
[PATCH 0/3] ASoC: use int type to store negative error codes
2025-08-28 21:00 UTC (2+ messages)
[PATCH v3] ASoC: SOF: Intel: WCL: Add the sdw_process_wakeen op
2025-08-28 21:00 UTC (2+ messages)
[PATCH v3 00/15] Legacy hardware/cache events as json
2025-08-28 20:59 UTC (16+ messages)
` [PATCH v3 01/15] perf parse-events: Fix legacy cache events if event is duplicated in a PMU
` [PATCH v3 02/15] perf perf_api_probe: Avoid scanning all PMUs, try software PMU first
` [PATCH v3 03/15] perf record: Skip don't fail for events that don't open
` [PATCH v3 04/15] perf jevents: Support copying the source json files to OUTPUT
` [PATCH v3 05/15] perf pmu: Don't eagerly parse event terms
` [PATCH v3 06/15] perf parse-events: Remove unused FILE input argument to scanner
` [PATCH v3 07/15] perf pmu: Use fd rather than FILE from new_alias
` [PATCH v3 08/15] perf pmu: Factor term parsing into a perf_event_attr into a helper
` [PATCH v3 09/15] perf parse-events: Add terms for legacy hardware and cache config values
` [PATCH v3 10/15] perf jevents: Add legacy json terms and default_core event table helper
` [PATCH v3 11/15] perf pmu: Add and use legacy_terms in alias information
` [PATCH v3 12/15] perf jevents: Add legacy-hardware and legacy-cache json
` [PATCH v3 13/15] perf print-events: Remove print_hwcache_events
` [PATCH v3 14/15] perf print-events: Remove print_symbol_events
` [PATCH v3 15/15] perf parse-events: Remove hard coded legacy hardware and cache parsing
[PATCH v5 00/12] Direct Map Removal Support for guest_memfd
2025-08-28 21:00 UTC (3+ messages)
` [PATCH v5 03/12] mm: introduce AS_NO_DIRECT_MAP
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).