messages from 2025-05-28 00:29:19 to 2025-05-28 04:52:36 UTC [more...]
[PATCH 00/10] Add PCIe support for Tesla FSD SoC
2025-05-27 10:42 UTC (4+ messages)
` [PATCH 02/10] PCI: exynos: Remove unused MACROs in exynos PCI file
[PATCH v3 0/2] Optimize mremap() for large folios
2025-05-28 4:49 UTC (9+ messages)
` [PATCH v3 2/2] mm: Optimize mremap() by PTE batching
[linus:master] [entry] e43b8bb56e: WARNING:at_arch/x86/mm/fault.c:#do_user_addr_fault
2025-05-28 4:50 UTC
[PATCH] schemas: PCI: Add standard PCIe WAKE# signal
2025-05-28 4:50 UTC (2+ messages)
[PATCH] x86/resctrl: Remove unnecessary references to cacheinfo in the resctrl subsystem
2025-05-28 4:49 UTC (8+ messages)
[PATCH v3 2/2] x86/fpu: Fix irq_fpu_usable() to return false during CPU onlining
2025-05-28 4:25 UTC (3+ messages)
[PATCH 0/2] Add MT8196 VMM driver support
2025-05-28 4:24 UTC (7+ messages)
` [PATCH 1/2] dt-bindings: regulator: mediatek: Add MT8196 vmm controller
` [PATCH 2/2] soc: mediatek: Add MT8196 VMM driver support
[PATCH v4] vfio/type1: optimize vfio_pin_pages_remote() for large folio
2025-05-28 4:21 UTC (2+ messages)
[GIT PULL] sched_ext: Changes for v6.16
2025-05-28 4:19 UTC (2+ messages)
[GIT PULL] workqueue: Changes for v6.16
2025-05-28 4:19 UTC (2+ messages)
[GIT PULL] xen: branch for v6.16-rc1
2025-05-28 4:19 UTC (2+ messages)
[PATCH v2 0/2] Add driver support for Eswin eic7700 SoC ethernet controller
2025-05-28 4:16 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: ethernet: eswin: Document for EIC7700 SoC
` [PATCH v2 2/2] ethernet: eswin: Add eic7700 ethernet driver
[GIT PULL] cgroup: Changes for v6.16
2025-05-28 4:19 UTC (2+ messages)
[GIT PULL] m68k updates for v6.16
2025-05-28 4:19 UTC (2+ messages)
[GIT PULL] dma-mapping update for Linux 6.16
2025-05-28 4:18 UTC (2+ messages)
[GIT PULL] sysctl changes for v6.16-rc1
2025-05-28 4:18 UTC (2+ messages)
[PATCH v2 0/7] Various asan and test fixes
2025-05-28 4:17 UTC (9+ messages)
` [PATCH v2 1/7] perf symbol: Fix use-after-free in filename__read_build_id
` [PATCH v2 2/7] perf test demangle-java: Don't segv if demangling fails
` [PATCH v2 3/7] perf symbol: Move demangling code out of symbol-elf.c
` [PATCH v2 4/7] perf intel-tpebs: Avoid race when evlist is being deleted
` [PATCH v2 5/7] perf test intel-pt: Skip jitdump test if no libelf
` [PATCH v2 6/7] perf test trace_summary: Skip --bpf-summary tests if no libbpf
` [PATCH v2 7/7] perf thread: Avoid recursively taking thread__comm_lock
[PATCH] smb/client: use sock_create_kern() in generic_ip_connect()
2025-05-28 4:09 UTC (3+ messages)
[PATCH 6.12 000/626] 6.12.31-rc1 review
2025-05-28 4:01 UTC (2+ messages)
linux-next: build failure after merge of the tip tree
2025-05-28 3:56 UTC (2+ messages)
linux-next: manual merge of the tip tree with the pm tree
2025-05-28 3:52 UTC (2+ messages)
[git pull] drm for 6.16-rc1
2025-05-28 3:51 UTC
[PATCH bpf-next 00/25] bpf: tracing multi-link support
2025-05-28 3:47 UTC (26+ messages)
` [PATCH bpf-next 01/25] add per-function metadata storage support
` [PATCH bpf-next 02/25] x86: implement per-function metadata storage for x86
` [PATCH bpf-next 03/25] arm64: implement per-function metadata storage for arm64
` [PATCH bpf-next 04/25] bpf: make kfunc_md support global trampoline link
` [PATCH bpf-next 05/25] x86,bpf: add bpf_global_caller for global trampoline
` [PATCH bpf-next 06/25] ftrace: factor out ftrace_direct_update from register_ftrace_direct
` [PATCH bpf-next 07/25] ftrace: add reset_ftrace_direct_ips
` [PATCH bpf-next 08/25] bpf: introduce bpf_gtramp_link
` [PATCH bpf-next 09/25] bpf: tracing: add support to record and check the accessed args
` [PATCH bpf-next 10/25] bpf: refactor the modules_array to ptr_array
` [PATCH bpf-next 11/25] bpf: verifier: add btf to the function args of bpf_check_attach_target
` [PATCH bpf-next 12/25] bpf: verifier: move btf_id_deny to bpf_check_attach_target
` [PATCH bpf-next 13/25] x86,bpf: factor out __arch_get_bpf_regs_nr
` [PATCH bpf-next 14/25] bpf: tracing: add multi-link support
` [PATCH bpf-next 15/25] ftrace: factor out __unregister_ftrace_direct
` [PATCH bpf-next 16/25] ftrace: supporting replace direct ftrace_ops
` [PATCH bpf-next 17/25] bpf: make trampoline compatible with global trampoline
` [PATCH bpf-next 18/25] libbpf: don't free btf if tracing_multi progs existing
` [PATCH bpf-next 19/25] libbpf: support tracing_multi
` [PATCH bpf-next 20/25] libbpf: add btf type hash lookup support
` [PATCH bpf-next 21/25] libbpf: add skip_invalid and attach_tracing for tracing_multi
` [PATCH bpf-next 22/25] selftests/bpf: use the glob_match() from libbpf in test_progs.c
` [PATCH bpf-next 23/25] selftests/bpf: add get_ksyms and get_addrs to test_progs.c
` [PATCH bpf-next 24/25] selftests/bpf: add testcases for multi-link of tracing
` [PATCH bpf-next 25/25] selftests/bpf: add performance bench test for trace prog
linux-next: manual merge of the tip tree with the pm tree
2025-05-28 3:50 UTC (3+ messages)
[PATCH 1/2] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots
2025-05-28 3:50 UTC (4+ messages)
` [PATCH 2/2] arm64: dts: renesas: r8a779g3: Describe split PCIe clock on V4H Sparrow Hawk
[PATCH] x86/tdx: Always inline tdx_tdvpr_pa()
2025-05-28 3:49 UTC (2+ messages)
linux-next: manual merge of the tip tree with the pci tree
2025-05-28 3:48 UTC (2+ messages)
[PATCH 00/18] Split netmem from struct page
2025-05-28 3:47 UTC (16+ messages)
` [PATCH 01/18] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH 06/18] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH 18/18] mm, netmem: remove the page pool members in struct page
[v3 PATCH 0/6] arm64: support FEAT_BBM level 2 and large block mapping when rodata=full
2025-05-28 3:47 UTC (13+ messages)
linux-next: manual merge of the tip tree with the pci tree
2025-05-28 3:47 UTC (2+ messages)
linux-next: build failure after merge of the drm-misc tree
2025-05-28 3:42 UTC
[PATCH wireless-next] wifi: ieee80211: add Radio Measurement action fields
2025-05-28 3:39 UTC
[PATCH v2 00/16] Split netmem from struct page
2025-05-28 3:39 UTC (28+ messages)
` [PATCH v2 01/16] netmem: introduce struct netmem_desc struct_group_tagged()'ed on struct net_iov
` [PATCH v2 02/16] netmem: introduce netmem alloc APIs to wrap page alloc APIs
` [PATCH v2 03/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_page_order()
` [PATCH v2 04/16] page_pool: rename __page_pool_alloc_page_order() to __page_pool_alloc_large_netmem()
` [PATCH v2 05/16] page_pool: use netmem alloc/put APIs in __page_pool_alloc_pages_slow()
` [PATCH v2 06/16] page_pool: rename page_pool_return_page() to page_pool_return_netmem()
` [PATCH v2 07/16] page_pool: use netmem put API in page_pool_return_netmem()
` [PATCH v2 08/16] page_pool: rename __page_pool_release_page_dma() to __page_pool_release_netmem_dma()
` [PATCH v2 09/16] page_pool: rename __page_pool_put_page() to __page_pool_put_netmem()
` [PATCH v2 10/16] page_pool: rename __page_pool_alloc_pages_slow() to __page_pool_alloc_netmems_slow()
` [PATCH v2 11/16] mlx4: use netmem descriptor and APIs for page pool
` [PATCH v2 12/16] netmem: use _Generic to cover const casting for page_to_netmem()
` [PATCH v2 13/16] netmem: remove __netmem_get_pp()
` [PATCH v2 14/16] page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_netmem()
` [PATCH v2 15/16] netdevsim: use netmem descriptor and APIs for page pool
` [PATCH v2 16/16] mt76: "
[PATCH wireless-next] wifi: mac80211: consider links for validating SCAN_FLAG_AP in scan request during MLO
2025-05-28 3:32 UTC
[PATCH v6 1/4] serial: 8250: fix panic due to PSLVERR
2025-05-28 3:29 UTC (4+ messages)
` [PATCH v6 2/4] serial: 8250: avoid potential PSLVERR issue
` [External] "
[PATCH] acpi-cpufreq: Fix max-frequency computation
2025-05-28 3:24 UTC (2+ messages)
[RFC PATCH v2 00/51] 1G page support for guest_memfd
2025-05-28 3:16 UTC (3+ messages)
` [RFC PATCH v2 04/51] KVM: guest_memfd: Introduce KVM_GMEM_CONVERT_SHARED/PRIVATE ioctls
[PATCH] dt-bindings: power: Add SiFive Domain Management controllers
2025-05-28 3:15 UTC (5+ messages)
[PATCH] devres: Move remaining devm_alloc_percpu and devm_device_add_group to devres.h
2025-05-28 3:07 UTC (5+ messages)
[RFC PATCH 00/11] VC8000E H.264 V4L2 Stateless Encoder
2025-05-28 3:05 UTC (7+ messages)
` [RFC PATCH 05/11] arm64: dts: imx8mp: drop gpcv2 vpu power-domains and clocks
` [RFC PATCH 07/11] arm64: dts: imx8mp: fix VPU_BUS clock setting
[GIT PULL] Crypto Fixes for 6.16
2025-05-28 3:03 UTC
[PATCH] arm64: dts: qcom: qcs615: disable the CTI device of the camera block
2025-05-28 3:02 UTC (5+ messages)
[PATCH V2] mm/hugetlb: remove unnecessary holding of hugetlb_lock
2025-05-28 2:45 UTC (2+ messages)
[PATCH v3] mm/hugetlb: fix a deadlock with pagecache_folio and hugetlb_fault_mutex_table
2025-05-28 2:33 UTC
[PATCH] binder: fix yet another UAF in binder_devices
2025-05-28 2:31 UTC (2+ messages)
[PATCH net-next v2 0/8] Devmem TCP minor cleanups and ksft improvements
2025-05-28 2:30 UTC (2+ messages)
[PATCH net v2] net: phy: mscc: Fix memory leak when using one step timestamping
2025-05-28 2:30 UTC (2+ messages)
[PATCH] dt-bindings: serial: 8250: Make clocks and clock-frequency exclusive
2025-05-28 2:25 UTC (3+ messages)
[PATCH v3 0/3] Implement numa node notifier
2025-05-28 2:23 UTC (4+ messages)
` [PATCH v3 2/3] mm,memory_hotplug: "
[PATCH v1 0/2] dmaengine: idxd: minor fixes for idxd driver
2025-05-28 2:21 UTC (7+ messages)
` [PATCH v1 1/2] dmaengine: idxd: Fix race condition between WQ enable and reset paths
[PATCH v3 0/4] Add UFS support for SM8750
2025-05-28 2:20 UTC (2+ messages)
` (subset) "
[PATCH] scsi: ufs: mcq: delete ufshcd_release_scsi_cmd in ufshcd_mcq_abort
2025-05-28 2:20 UTC (2+ messages)
[PATCH] scsi: hisi_sas: Fix warning detected by sparse
2025-05-28 2:20 UTC (2+ messages)
[PATCH] scsi: sg: Remove unnecessary NULL check before unregister_sysctl_table()
2025-05-28 2:20 UTC (2+ messages)
[PATCH] scsi: fnic: Replace memset with eth_zero_addr
2025-05-28 2:20 UTC (2+ messages)
[PATCH 1/2] scsi: target: core: Constify enabled() in struct target_opcode_descriptor
2025-05-28 2:20 UTC (2+ messages)
[PATCH] scsi: mvsas: fix typos in SAS/SATA VSP register comments
2025-05-28 2:20 UTC (2+ messages)
[PATCH] ring-buffer: Do not trigger WARN_ON() due to a commit_overrun
2025-05-28 2:17 UTC (5+ messages)
[PATCH net-next v2] net: arp: use kfree_skb_reason() in arp_rcv()
2025-05-28 2:17 UTC (2+ messages)
[PATCH net-next v9] selftests/vsock: add initial vmtest.sh for vsock
2025-05-28 2:16 UTC (2+ messages)
[PATCH V6 00/10] Refactor ufs phy powerup sequence
2025-05-28 2:15 UTC (2+ messages)
[PATCH v9 0/2] sched: Fix missing irq time when CONFIG_IRQ_TIME_ACCOUNTING is enabled
2025-05-28 2:13 UTC (7+ messages)
` [PATCH v9 1/2] sched: Fix cgroup irq time for CONFIG_IRQ_TIME_ACCOUNTING
` [PATCH v9 2/2] sched: Annotate sched_clock_irqtime with __read_mostly
[PATCH net-next v3 0/8] gve: Add Rx HW timestamping support
2025-05-28 2:12 UTC (3+ messages)
` [PATCH net-next v3 5/8] gve: Add support to query the nic clock
[PATCH v4 0/4] Let unmap_hugepage_range() and several related functions to take folio instead of page
2025-05-28 2:08 UTC (4+ messages)
` [PATCH v4 2/4] mm/hugetlb: Refactor unmap_hugepage_range() "
[PATCH v3] drm/rockchip: cdn-dp: Convert to drm bridge
2025-05-28 1:56 UTC (3+ messages)
[PATCH v2 0/6] arm64: dts: imx943: Add sound card support
2025-05-28 1:58 UTC (7+ messages)
` [PATCH v2 1/6] arm64: dts: imx94: Add micfil and mqs device nodes
` [PATCH v2 2/6] arm64: dts: imx943-evk: add lpi2c support
` [PATCH v2 3/6] arm64: dts: imx943-evk: add i2c io expander support
` [PATCH v2 4/6] arm64: dts: imx943-evk: add sound-wm8962 support
` [PATCH v2 5/6] arm64: dts: imx943-evk: add bt-sco sound card support
` [PATCH v2 6/6] arm64: dts: imx943-evk: Add PDM microphone "
[PATCH v4] scsi: ufs: core: Don't perform UFS clkscale if host asyn scan in progress
2025-05-28 1:58 UTC (2+ messages)
[PATCH 0/5] eDP driver for mt8196
2025-05-28 1:52 UTC (3+ messages)
` [PATCH 5/5] drm/mediatek: Add eDP phy "
[PATCH] i2c: imx: fix emulated smbus block read
2025-05-28 1:50 UTC (4+ messages)
[net 0/4] net: ftgmac100: Add SoC reset support for RMII mode
2025-05-28 1:49 UTC (6+ messages)
` [net 1/4] dt-bindings: net: ftgmac100: Add resets property
` 回覆: "
[GIT PULL] IPE update for 6.16
2025-05-28 1:41 UTC
[PATCH v1 net-next] net: lan743x: Modify the EEPROM and OTP size for PCI1xxxx devices
2025-05-28 1:40 UTC (2+ messages)
[PATCH v2 1/3] hfsplus: fix to update ctime after rename
2025-05-28 1:37 UTC (4+ messages)
` [PATCH v2 3/3] hfs: "
[PATCH net v2] net: tipc: fix refcount warning in tipc_aead_encrypt
2025-05-28 1:30 UTC (2+ messages)
[PATCH net-next 1/3] net: devmem: support single IOV with sendmsg
2025-05-28 1:30 UTC (2+ messages)
[PATCH v2] md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAIT
2025-05-28 1:28 UTC (3+ messages)
linux-next: manual merge of the tip tree with the loongarch tree
2025-05-28 1:23 UTC (2+ messages)
[PATCH net-next] net: phy: fix up const issues in to_mdio_device() and to_phy_device()
2025-05-28 1:20 UTC (2+ messages)
[PATCH net-next] net/mlx5: HWS, Fix an error code in mlx5hws_bwc_rule_create_complex()
2025-05-28 1:20 UTC (2+ messages)
[PATCH net-next] mlxsw: core_thermal: Constify struct thermal_zone_device_ops
2025-05-28 1:20 UTC (2+ messages)
[PATCH net-next] cxgb4: Constify struct thermal_zone_device_ops
2025-05-28 1:20 UTC (2+ messages)
[PATCH] tipc: use kfree_sensitive() for aead cleanup
2025-05-28 1:20 UTC (2+ messages)
[PATCH net-next V2 00/11] net/mlx5e: Add support for devmem and io_uring TCP zero-copy
2025-05-28 1:20 UTC (3+ messages)
[net-next PATCH 0/3] net: dsa: mt7530: Add AN7583 support + PHY
2025-05-28 1:20 UTC (2+ messages)
[PATCH] selftests: net: fix spelling and grammar mistakes
2025-05-28 1:18 UTC (3+ messages)
` [PATCH v2] "
[PATCH net-next v2] net: dlink: enable RMON MMIO access on supported devices
2025-05-28 1:13 UTC (2+ messages)
[PATCH linux next v2] net: neigh: use kfree_skb_reason() in neigh_resolve_output() and neigh_connected_output()
2025-05-28 1:09 UTC (2+ messages)
[PATCH] selftests/seccomp: report errno and add hints on failure
2025-05-28 1:08 UTC (2+ messages)
` [PATCH v2] selftests/seccomp: Improve error logging in get_proc_stat()
[PATCH v2 net 0/2] Refactor PHY reset handling and
2025-05-28 1:00 UTC (2+ messages)
[PATCH 5.15 00/59] 5.15.184-rc1 review
2025-05-28 0:55 UTC (4+ messages)
[PATCH v2] scsi: mpt3sas: fix uaf in _scsih_fw_event_cleanup_queue() during hard reset
2025-05-28 0:49 UTC
[PATCH net v5] net/mlx5: Add error handling in mlx5_query_nic_vport_node_guid()
2025-05-28 0:50 UTC (2+ messages)
[PATCH v2 net] net: phy: clear phydev->devlink when the link is deleted
2025-05-28 0:50 UTC (2+ messages)
[PATCH] net: macb: Check return value of dma_set_mask_and_coherent()
2025-05-28 0:50 UTC (2+ messages)
[PATCH v4 net] net: airoha: Fix an error handling path in airoha_alloc_gdm_port()
2025-05-28 0:50 UTC (2+ messages)
[PATCH 0/5] clk: add support for Airoha AN7583 clock
2025-05-28 0:49 UTC (6+ messages)
` [PATCH 1/5] clk: en7523: convert driver to regmap API
` [PATCH 2/5] clk: en7523: generalize register clocks function
` [PATCH 3/5] dt-bindings: reset: add binding for Airoha AN7583 SoC reset
` [PATCH 4/5] dt-bindings: clock: airoha: Document support for AN7583 clock
` [PATCH 5/5] clk: en7523: add support for Airoha "
[PATCH net-next 0/2] net/mlx5: misc changes 2025-05-25
2025-05-28 0:49 UTC (3+ messages)
` [PATCH net-next 2/2] net/mlx5e: Log error messages when extack is not present
[PATCH] ring-buffer: Removed unnecessary if() goto out where out is the next line
2025-05-28 0:34 UTC (2+ messages)
linux-next: manual merge of the tip tree with the perf tree
2025-05-28 0:34 UTC (2+ messages)
[PATCH] ring-buffer: Remove jump to out label in ring_buffer_swap_cpu()
2025-05-28 0:32 UTC (2+ messages)
[PATCH] iommu/arm-smmu-qcom: Add SM6115 MDSS compatible
2025-05-28 0:31 UTC
[PATCH] ring-buffer: Simplify ring_buffer_read_page() with guard()
2025-05-28 0:31 UTC (2+ messages)
[PATCH] ring-buffer: Simplify reset_disabled_cpu_buffer() with use of guard()
2025-05-28 0:30 UTC (2+ messages)
[GIT PULL] regulator updates for v6.16
2025-05-28 0:30 UTC (3+ messages)
[GIT PULL] regmap updates for v6.16
2025-05-28 0:30 UTC (3+ messages)
[GIT PULL] MMC updates for v6.16
2025-05-28 0:30 UTC (2+ messages)
[GIT PULL] SPI updates for v6.16
2025-05-28 0:29 UTC (2+ messages)
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).