linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-05-29 01:11:15 to 2025-05-29 05:42:23 UTC [more...]

[RFC PATCH 00/30] Host side (KVM/VFIO/IOMMUFD) support for TDISP using TSM
 2025-05-29  5:34 UTC  (8+ messages)
` [RFC PATCH 01/30] HACK: dma-buf: Introduce dma_buf_get_pfn_unlocked() kAPI
` [RFC PATCH 02/30] vfio: Export vfio device get and put registration helpers
` [RFC PATCH 03/30] vfio/pci: Share the core device pointer while invoking feature functions
` [RFC PATCH 04/30] vfio/pci: Allow MMIO regions to be exported through dma-buf
` [RFC PATCH 05/30] fixup! vfio/pci: fix dma-buf revoke typo on reset
` [RFC PATCH 06/30] HACK: vfio/pci: Support get_pfn() callback for dma-buf
` [RFC PATCH 07/30] KVM: Support vfio_dmabuf backed MMIO region

[PATCH] tools/testing/vma: add missing function stub
 2025-05-29  5:39 UTC  (3+ messages)

[PATCH] ALSA: hda: Add new pci id for AMD GPU display HD audio controller
 2025-05-29  5:38 UTC 

[PATCH] dt-bindings: drm/bridge: ti-sn65dsi83: drop $ref to fix lvds-vod* warnings
 2025-05-29  5:36 UTC 

[PATCH v6 0/2] sched/numa: add statistics of numa balance task migration
 2025-05-29  5:32 UTC  (5+ messages)
` [PATCH v6 1/2] sched/numa: fix task swap by skipping kernel threads
` [PATCH v6 2/2] sched/numa: add statistics of numa balance task

[PATCH net-next v6 0/5] net: stmmac: Add PCI driver support for BCM8958x
 2025-05-29  5:24 UTC  (9+ messages)

[PATCH v2 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind
 2025-05-29  5:23 UTC  (2+ messages)
` [PATCH v2 2/2] perf debug: Add function symbols to dump_stack

[PATCH bpf-next v1] bpf, sockmap: Fix psock incorrectly pointing to sk
 2025-05-29  5:22 UTC  (4+ messages)

[PATCH 0/3] thermal/drivers/mediatek/lvts_thermal: add mt7988 lvts commands
 2025-05-29  5:18 UTC  (4+ messages)
` [PATCH 2/3] thermal/drivers/mediatek/lvts_thermal: add lvts commands and their sizes to driver data
  ` Aw: "

[PATCH v4 0/2] Support building tegra124-cpufreq as a module
 2025-05-29  5:16 UTC  (8+ messages)
` [PATCH v4 1/2] cpufreq: tegra124: Remove use of disable_cpufreq

[tip:master] BUILD SUCCESS 485d11d84a2452ac16466cc7ae041c93d38929bc
 2025-05-29  5:13 UTC 

WARNING: CPU: 12 PID: 44394 at arch/powerpc/kernel/process.c:437 giveup_all+0x90/0x1d0 (v6.14.8, Talos II)
 2025-05-29  5:11 UTC  (4+ messages)

[linus:master] [NFSD] 26a8076215: filebench.sum_operations/s 16.6% improvement
 2025-05-29  5:06 UTC 

[PATCH v5 0/2] sched/numa: add statistics of numa balance task migration
 2025-05-29  5:04 UTC  (8+ messages)
` [PATCH v5 2/2] sched/numa: add statistics of numa balance task

[PATCH v8 00/43] arm64: Support for Arm CCA in KVM
 2025-05-29  4:52 UTC  (3+ messages)
` [PATCH v8 16/43] arm64: RME: Handle realm enter/exit

[linus:master] [futex] 7c4f75a21f: will-it-scale.per_thread_ops 98.3% regression
 2025-05-29  4:50 UTC 

[PATCH 5.15 00/59] 5.15.184-rc1 review
 2025-05-29  4:49 UTC  (5+ messages)

[PATCH] ubsan: integer-overflow: depend on BROKEN to keep this out of CI
 2025-05-29  4:47 UTC  (4+ messages)

[PATCH v2 00/16] Split netmem from struct page
 2025-05-29  4:46 UTC  (4+ messages)
` [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov

[linus:master] [futex] bd54df5ea7: will-it-scale.per_thread_ops 85.7% regression
 2025-05-29  4:45 UTC 

[PATCH v4 00/24] perf: Make code more generic with modern defaults
 2025-05-29  4:40 UTC  (25+ messages)
` [PATCH v4 01/24] perf callchain: Always populate the addr_location map when adding IP
` [PATCH v4 02/24] perf build-id: Reduce size of "size" variable
` [PATCH v4 03/24] perf build-id: Truncate to avoid overflowing the build_id data
` [PATCH v4 04/24] perf build-id: Change sprintf functions to snprintf
` [PATCH v4 05/24] perf build-id: Mark DSO in sample callchains
` [PATCH v4 06/24] perf build-id: Ensure struct build_id is empty before use
` [PATCH v4 07/24] perf dso: Move build_id to dso_id
` [PATCH v4 08/24] perf jitdump: Directly mark the jitdump DSO
` [PATCH v4 09/24] perf record: Make --buildid-mmap the default
` [PATCH v4 10/24] perf session: Add accessor for session->header.env
` [PATCH v4 11/24] perf session: Add an env pointer for the current perf_env
` [PATCH v4 12/24] perf evlist: Change env variable to session
` [PATCH v4 13/24] perf header: Clean up use of perf_env
` [PATCH v4 14/24] perf test: Avoid use perf_env
` [PATCH v4 15/24] perf session: Add host_env argument to perf_session__new
` [PATCH v4 16/24] perf top: Make perf_env locally scoped
` [PATCH v4 17/24] perf bench synthesize: Avoid use of global perf_env
` [PATCH v4 18/24] perf machine: Explicitly pass in host perf_env
` [PATCH v4 19/24] perf auxtrace: Pass perf_env from session through to mmap read
` [PATCH v4 20/24] perf trace: Avoid global perf_env with evsel__env
` [PATCH v4 21/24] perf env: Remove global perf_env
` [PATCH v4 22/24] perf sample: Remove arch notion of sample parsing
` [PATCH v4 23/24] perf test: Move PERF_SAMPLE_WEIGHT_STRUCT parsing to common test
` [PATCH v4 24/24] perf sort: Use perf_env to set arch sort keys and header

[PATCH v2 0/4] Input: Add support for TouchNetix aXiom touchscreen
 2025-05-29  4:40 UTC  (3+ messages)
` [PATCH v2 4/4] Input: Add TouchNetix aXiom I2C Touchscreen support

[PATCH v3] vfio/type1: optimize vfio_pin_pages_remote() for huge folio
 2025-05-29  4:31 UTC  (12+ messages)

linux-next: manual merge of the integrity tree with the mm-nonmm-unstable tree
 2025-05-29  4:27 UTC  (2+ messages)

[PATCH 0/5] KVM: VMX: Fix MMIO Stale Data Mitigation
 2025-05-29  4:27 UTC  (4+ messages)
` [PATCH 3/5] KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guest

[PATCH v6 0/4] mm: introduce THP deferred setting
 2025-05-29  4:26 UTC  (5+ messages)

[PATCHv3 2/9] lib/decompress: Keep decompressor when CONFIG_KEXEC_PE_IMAGE
 2025-05-29  4:17 UTC 

[PATCH] ima: add a knob ima= to make IMA be able to be disabled
 2025-05-29  4:13 UTC  (8+ messages)

[PATCH 3/3] x86/alternative: make kernel ITS thunks read-only
 2025-05-29  4:09 UTC  (2+ messages)

[PATCH net-next v2] Fix sock_exceed_buf_limit not being triggered in __sk_mem_raise_allocated
 2025-05-29  4:10 UTC  (2+ messages)

[PATCH] net: ch9200: fix uninitialised access during mii_nway_restart
 2025-05-29  4:10 UTC  (2+ messages)

[PATCH net v2] page_pool: Fix use-after-free in page_pool_recycle_in_ring
 2025-05-29  4:10 UTC  (2+ messages)

[PATCH] arch: arm64: dts: add big-endian property back into watchdog node
 2025-05-29  4:07 UTC  (7+ messages)

[PATCH] i2c: i801: Do not instantiate spd5118 under SPD Write Disable
 2025-05-29  3:54 UTC  (3+ messages)

[PATCH v7 00/12] khugepaged: mTHP support
 2025-05-29  4:02 UTC  (15+ messages)
` [PATCH v7 03/12] khugepaged: generalize hugepage_vma_revalidate for "
` [PATCH v7 06/12] khugepaged: introduce khugepaged_scan_bitmap "

[PATCHv2] wifi: ath11k: mark reset srng lists as uninitialized
 2025-05-29  3:56 UTC 

[PATCH v6 0/6] pci: qcom: Add QCS8300 PCIe support
 2025-05-29  3:56 UTC  (7+ messages)
` [PATCH v6 1/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings for qcs8300
` [PATCH v6 2/6] dt-bindings: PCI: qcom,pcie-sa8775p: document qcs8300
` [PATCH v6 3/6] arm64: dts: qcom: qcs8300: enable pcie0
` [PATCH v6 4/6] arm64: dts: qcom: qcs8300-ride: enable pcie0 interface
` [PATCH v6 5/6] arm64: dts: qcom: qcs8300: enable pcie1
` [PATCH v6 6/6] arm64: dts: qcom: qcs8300-ride: enable pcie1 interface

[PATCH v2 3/3] remoteproc: imx_rproc: add power mode check for remote core attachment
 2025-05-29  3:54 UTC  (12+ messages)

[PATCH v1 0/4] pci: qcom: drop unrelated clock and add link_down reset for sa8775p
 2025-05-29  3:54 UTC  (5+ messages)
` [PATCH v1 1/4] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Update pcie phy bindings "
` [PATCH v1 2/4] dt-bindings: PCI: qcom,pcie-sa8775p: document link_down reset
` [PATCH v1 3/4] arm64: dts: qcom: sa8775p: remove aux clock from pcie phy
` [PATCH v1 4/4] arm64: dts: qcom: sa8775p: add link_down reset for pcie

[PATCH v2] arm64: dts: qcom: sa8775p: pmic: enable rtc
 2025-05-29  3:47 UTC 

[PATCH v4 0/5] Allow dyn MSI-X vector allocation of MANA
 2025-05-29  3:46 UTC  (7+ messages)
` [PATCH v4 1/5] PCI/MSI: Export pci_msix_prepare_desc() for dynamic MSI-X allocations
` [PATCH v4 2/5] PCI: hv: Allow dynamic MSI-X vector allocation
` [PATCH v4 5/5] net: mana: Allocate MSI-X vectors dynamically

[PATCH -next] pci:vga fix race condition in vga_arb_write
 2025-05-29  3:32 UTC 

[RFC PATCH net-next v2 0/2] virtio-net: support zerocopy multi buffer XDP in mergeable
 2025-05-29  3:44 UTC  (7+ messages)
` [RFC PATCH net-next v2 1/2] "
` [RFC PATCH net-next v2 2/2] selftests: net: add XDP socket tests for virtio-net

[PATCH v15 0/5] Change PWM-controlled LED pin active mode and algorithm
 2025-05-29  3:53 UTC  (4+ messages)
` [PATCH v15 1/3] riscv: dts: sifive: unleashed/unmatched: Remove PWM controlled LED's active-low properties
` [PATCH v15 2/3] pwm: sifive: fix PWM algorithm and clarify inverted compare behavior
` [PATCH v15 3/3] pwm: sifive: fix rounding and idempotency issues in apply and get_state

[PATCH bpf-next 1/2] bpf: Add bpf_task_cwd_from_pid() kfunc
 2025-05-29  3:32 UTC  (2+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add selftests for bpf_task_cwd_from_pid()

[PATCH] MAINTAINERS: Update HiSilicon GPIO driver maintainer
 2025-05-29  3:40 UTC 

[PATCH] hwmon: clean up Makefile after sbrmi driver movement
 2025-05-29  3:39 UTC 

[PATCH bpf-next 0/2] Add kfunc for doing pid -> task cwd
 2025-05-29  3:26 UTC 

[RFC PATCH v2 00/51] 1G page support for guest_memfd
 2025-05-29  3:26 UTC  (5+ messages)
` [RFC PATCH v2 39/51] KVM: guest_memfd: Merge and truncate on fallocate(PUNCH_HOLE)

[RFC v3 00/18] Split netmem from struct page
 2025-05-29  3:29 UTC  (20+ messages)
` [RFC v3 01/18] netmem: introduce struct netmem_desc mirroring "
` [RFC v3 02/18] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [RFC v3 03/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [RFC v3 04/18] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_netmem_order()
` [RFC v3 05/18] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [RFC v3 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [RFC v3 07/18] page_pool: use netmem put API in page_pool_return_netmem()
` [RFC v3 08/18] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [RFC v3 09/18] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [RFC v3 10/18] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [RFC v3 11/18] mlx4: use netmem descriptor and APIs for page pool
` [RFC v3 12/18] netmem: use _Generic to cover const casting for page_to_netmem()
` [RFC v3 13/18] netmem: remove __netmem_get_pp()
` [RFC v3 14/18] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [RFC v3 15/18] netdevsim: use netmem descriptor and APIs for page pool
` [RFC v3 16/18] netmem: introduce a netmem API, virt_to_head_netmem()
` [RFC v3 17/18] mt76: use netmem descriptor and APIs for page pool
` [RFC v3 18/18] page_pool: access ->pp_magic through struct netmem_desc in page_pool_page_is_pp()

[PATCH v5 0/3] riscv: pwm: sophgo: add pwm support for SG2044
 2025-05-29  3:27 UTC  (2+ messages)

[PATCH] MIPS: loongson2ef: lemote-2f: add missing function prototypes
 2025-05-29  3:20 UTC 

[PATCH] MIPS: loongson2ef: cs5536: add missing function prototypes
 2025-05-29  3:19 UTC 

[PATCH] xarray: Add a BUG_ON() to ensure caller is not sibling
 2025-05-29  3:17 UTC  (3+ messages)

[PATCH V2 0/1] x86/resctrl: Remove unappropriate references to cacheinfo in the resctrl subsystem
 2025-05-29  3:16 UTC  (2+ messages)
` [PATCH V2 1/1] "

pmdomain: starfive: Use str_on_off() helper in jh7110_pmu_set_state()
 2025-05-29  2:41 UTC  (2+ messages)
` 回复: "

[PATCH 0/2] add a knob to control whether to use other nodes at the same tier of the target node in DAMON
 2025-05-29  3:14 UTC 

[PATCH 2/2] mm/damon/sysfs-schemes: add use_nodes_of_tier on sysfs-schemes
 2025-05-29  3:12 UTC 

[PATCH] leds: flash: leds-qcom-flash: Fix registry access after re-bind
 2025-05-29  3:11 UTC  (2+ messages)

[PATCH 1/2] mm: migrate: restore the nmask after successfully allocating on the target node
 2025-05-29  3:03 UTC 

[v11 PATCH 0/2] Add L1 and L2 error detection for A72
 2025-05-29  3:00 UTC  (3+ messages)
` [v11 PATCH 1/2] EDAC: Add EDAC driver for ARM Cortex A72 cores
` [v11 PATCH 2/2] dt-bindings: arm: cpus: Add edac-enabled property

linux-next: manual merge of the v4l-dvb tree with the i2c tree
 2025-05-29  2:49 UTC  (4+ messages)

[PATCH v6] ufs: core: Add HID support
 2025-05-29  3:08 UTC  (2+ messages)

[PATCH 0/3] update NETC node of i.MX95
 2025-05-29  2:43 UTC  (4+ messages)
` [PATCH 3/3] arm64: dts: imx95: add SMMU support for NETC

[PATCH v7] drm/msm/dp: reuse generic HDMI codec implementation
 2025-05-29  2:40 UTC  (2+ messages)

[PATCH v8 0/4] qcom: Add support for IQ-9075-evk board
 2025-05-29  2:36 UTC  (2+ messages)

[PATCH v7 0/3] media: venus: enable venus on qcs615
 2025-05-29  2:29 UTC  (6+ messages)
` [PATCH v7 2/3] arm64: dts: qcom: qcs615: add venus node to devicetree

[PATCH v2 RESEND] drm/amdkfd: enable kfd on RISCV systems
 2025-05-29  2:25 UTC 

[PATCH v2 1/3] hfsplus: fix to update ctime after rename
 2025-05-29  2:25 UTC  (6+ messages)
` [PATCH v2 2/3] hfs: correct superblock flags
    ` 回复: "

[PATCH V2 00/19] virtio_ring in order support
 2025-05-29  2:23 UTC  (3+ messages)

bus: uniphier-system-bus: Use str_on_off() helper in uniphier_system_bus_check_boot_swap()
 2025-05-29  2:22 UTC 

[PATCH v2 next] wifi: rtw89: mcc: prevent shift wrapping in rtw89_core_mlsr_switch()
 2025-05-29  2:21 UTC  (3+ messages)

[PATCH v4] x86/kexec: fix potential cmem->ranges out of bounds
 2025-05-29  2:18 UTC  (11+ messages)

[PATCH net v5] net: fix udp gso skb_segment after pull from frag_list
 2025-05-29  2:18 UTC  (2+ messages)

[PATCH v10 0/5] Add Loongson Security Engine chip driver
 2025-05-29  2:16 UTC  (9+ messages)
` [PATCH v10 4/5] tpm: Add a driver for Loongson TPM device

pmdomain: rockchip: Use str_on_off() helper in rockchip_do_pmu_set_power_domain()
 2025-05-29  2:16 UTC 

[PATCH 1/2] perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access error
 2025-05-29  8:02 UTC  (2+ messages)
` [PATCH 2/2] perf/x86/intel: Fix wrong index calculation in intel_pmu_config_acr()

[PATCH v3 0/2] net: stmmac: prevent div by 0
 2025-05-29  2:16 UTC  (2+ messages)

[PATCH] nfsd: Replace simple_strtoul with kstrtoint in expkey_parse
 2025-05-29  2:15 UTC  (2+ messages)

pmdomain: renesas: rcar: Use str_on_off() helper in rcar_sysc_power() and rcar_gen4_sysc_power()
 2025-05-29  2:13 UTC 

[PATCH v2 0/3] Relax max-link-speed check to support PCIe Gen5/Gen6
 2025-05-29  2:10 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: Extend max-link-speed "
` [PATCH v2 2/3] dt-bindings: PCI: pci-ep: Extend max-link-speed to "
` [PATCH v2 3/3] PCI: of: Relax max-link-speed check to support "

[PATCH v1 0/2] Revert commit 6ccb83d6c497 to fix DWC3 dual-role regression
 2025-05-29  1:17 UTC  (5+ messages)
` [PATCH v1 1/2] usb: xhci: Skip xhci_reset in xhci_resume if xhci is being removed

[PATCH v5 0/4] tpm: add support for sync send() and use it in ftpm and svsm drivers
 2025-05-29  2:03 UTC  (3+ messages)
` [PATCH v5 3/4] tpm/tpm_ftpm_tee: support TPM_CHIP_FLAG_SYNC

[PATCH v4 0/2] Use APIs in gdsc genpd to switch gdsc mode for venus v4 core
 2025-05-29  2:03 UTC  (9+ messages)
` [PATCH v4 1/2] venus: pm_helpers: add compatibility for dev_pm_genpd_set_hwmode on V4
` [PATCH v4 2/2] clk: qcom: videocc: Use HW_CTRL_TRIGGER flag for video GDSC's

[PATCH v2] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
 2025-05-29  2:03 UTC  (2+ messages)

[PATCH] LoongArch: BPF: Optimize the calculation method of jmp_offset in the emit_bpf_tail_call function
 2025-05-29  2:02 UTC  (2+ messages)

[PATCH v3] drm/rockchip: cdn-dp: Convert to drm bridge
 2025-05-29  1:57 UTC  (5+ messages)

linux-next: build failure after merge of the mm-hotfixes tree
 2025-05-29  1:57 UTC  (3+ messages)

[PATCH] net: af_key: Add error check in set_sadb_address()
 2025-05-29  1:53 UTC  (2+ messages)

[PATCH net-next] selftest: Add selftest for multicast address notifications
 2025-05-29  1:52 UTC  (3+ messages)

[linus:master] [block] 245618f8e4: stress-ng.fpunch.fail
 2025-05-29  1:52 UTC  (3+ messages)

[PATCH net-next] net: phy: Add c45_phy_ids sysfs entry
 2025-05-29  1:51 UTC  (7+ messages)

[net] Octeontx2-af: Skip overlap check for SPI field
 2025-05-29  1:49 UTC  (2+ messages)

[PATCH v3 3/6] regulator: pf1550: add support for regulator
 2025-05-29  1:44 UTC  (2+ messages)

[PATCH bpf-next 00/25] bpf: tracing multi-link support
 2025-05-29  1:44 UTC  (3+ messages)

[RFC][PATCH 0/5] sched: Try and address some recent-ish regressions
 2025-05-29  1:41 UTC  (3+ messages)

[PATCH v4 00/20] nova-core: run FWSEC-FRTS to perform first stage of GSP initialization
 2025-05-29  1:35 UTC  (6+ messages)
` [PATCH v4 04/20] rust: add new `num` module with useful integer operations

[PATCH v3] drm: add overview diagram for drm stack
 2025-05-29  1:28 UTC  (2+ messages)

[PATCH v1 5/9] mmc: sdhci: add Black Sesame Technologies BST C1200 controller driver
 2025-05-29  1:22 UTC  (2+ messages)

[PATCH v2 0/4] Multiple fixes to Amiga joystick documentation
 2025-05-29  1:23 UTC  (6+ messages)
` [PATCH v2 3/4] input: docs: Fix Amiga joysticks grammar
` [PATCH v2 4/4] input: docs: Make headings compliant w/ guidelines

[PATCH] crypto: ccp: Fix dereferencing uninitialized error pointer
 2025-05-29  1:19 UTC  (3+ messages)

[PATCH v3 0/9] Add SBI v3.0 PMU enhancements
 2025-05-29  1:17 UTC  (10+ messages)
` [PATCH v3 9/9] RISC-V: KVM: Upgrade the supported SBI version to 3.0

linux-next: manual merge of the mm-unstable tree with Linus' tree
 2025-05-29  1:12 UTC 

[PATCH 0/5] LoongArch: KVM: Enhancement about eiointc emulation
 2025-05-29  1:11 UTC  (2+ messages)
` [PATCH 5/5] LoongArch: KVM: Add stat information with kernel irqchip


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).