messages from 2025-08-28 00:34:57 to 2025-08-28 04:27:44 UTC [more...]
[PATCH v1 00/36] mm: remove nth_page()
2025-08-28 4:24 UTC (9+ messages)
` [PATCH v1 08/36] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH v1 15/36] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH v1 15/36] "
` [PATCH v1 16/36] fs: hugetlbfs: cleanup "
` [PATCH v1 16/36] "
` [PATCH v1 24/36] ata: libata-eh: drop nth_page() usage within SG entry
[PATCH v2] Documentation: management-style: Reword "had better known the details" phrase
2025-08-28 4:18 UTC (5+ messages)
[PATCH] mm/mremap: fix regression in vrm->new_addr check
2025-08-28 4:16 UTC (4+ messages)
[PATCH v6 md-6.18 00/11] md/llbitmap: md/md-llbitmap: introduce a new lockless bitmap
2025-08-28 4:15 UTC (3+ messages)
` [PATCH v6 md-6.18 11/11] md/md-llbitmap: introduce "
[PATCH] init/main.c: fix boot time tracing crash
2025-08-28 4:10 UTC (3+ messages)
[PATCH v2 0/8] gpu: nova-core: process and prepare more firmwares to boot GSP
2025-08-28 4:08 UTC (9+ messages)
` [PATCH v2 4/8] gpu: nova-core: firmware: process the GSP bootloader
` [PATCH v2 5/8] gpu: nova-core: firmware: process and prepare the GSP firmware
` [PATCH v2 6/8] gpu: nova-core: firmware: use 570.144 firmware
` [PATCH v2 7/8] gpu: nova-core: Add base files for r570.144 firmware bindings
[PATCH v2 0/3] Add ITE IT61620 MIPI DSI to HDMI bridge driver
2025-08-28 4:01 UTC (4+ messages)
` [PATCH v2 1/3] dt-binding: display: Add ITE IT61620 MIPI DSI to HDMI bridge
` [PATCH v2 2/3] drm/bridge: Add ITE IT61620 MIPI DSI to HDMI bridge driver
` [PATCH v2 3/3] MAINTAINERS: Add entry for ITE IT61620 MIPI "
[PATCH v3 0/5] Defer throttle when task exits to user
2025-08-28 3:50 UTC (6+ messages)
` [PATCH v3 3/5] sched/fair: Switch to task based throttle model
[PATCH 0/3] kexec: Fix invalid field access
2025-08-28 3:49 UTC (2+ messages)
[RFC PATCH] PM: Add configurable sync timeout to prevent suspend hang
2025-08-28 3:46 UTC
[PATCH 0/9] mm, swap: introduce swap table as swap cache (phase I)
2025-08-28 3:41 UTC (7+ messages)
` [PATCH 1/9] mm, swap: use unified helper for swap cache look up
` [PATCH 2/9] mm, swap: always lock and check the swap cache folio before use
[PATCH v2] accel/amdxdna: Use int instead of u32 to store error codes
2025-08-28 3:39 UTC
[PATCH v2 0/2] ASoC: spacemit: add i2s support to K1 SoC
2025-08-28 3:37 UTC (3+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: Add bindings for SpacemiT K1
` [PATCH v2 2/2] ASoC: spacemit: add i2s support for K1 SoC
[syzbot] [mm?] INFO: rcu detected stall in sys_munmap (2)
2025-08-28 3:35 UTC (10+ messages)
[PATCH RESEND] lib: parser: Fix match_wildcard to correctly handle trailing stars
2025-08-28 3:34 UTC
[PATCH v1] dt-bindings: cache: ax45mp: add 2048 as a supported cache-sets value
2025-08-28 3:03 UTC (2+ messages)
[PATCH 2/2] io_uring/kbuf: fix infinite loop in io_kbuf_inc_commit()
2025-08-28 3:27 UTC (7+ messages)
[PATCH] f2fs: allocate HOT_DATA for IPU writes
2025-08-28 3:31 UTC (2+ messages)
` [f2fs-dev] "
[PATCH] PM: hibernate: make compression threads configurable via kernel parameter
2025-08-28 3:29 UTC (3+ messages)
[PATCH] Revert "hugetlb: make hugetlb depends on SYSFS or SYSCTL"
2025-08-28 3:29 UTC (5+ messages)
[PATCH 4/4 v2] Docs/zh_CN: Translate timestamping.rst to Simplified Chinese
2025-08-28 3:27 UTC (2+ messages)
[PATCH 3/4 v2] Docs/zh_CN: Translate generic-hdlc.rst to Simplified Chinese
2025-08-28 3:25 UTC (2+ messages)
` 答复: "
[PATCH 2/4 v2] Docs/zh_CN: Translate skbuff.rst to Simplified Chinese
2025-08-28 3:23 UTC (2+ messages)
[PATCH v2 03/11] mm/damon/paddr: support addr_unit for DAMOS_PAGEOUT
2025-08-28 3:22 UTC (3+ messages)
[PATCH 1/4 v2] Docs/zh_CN: Translate mptcp-sysctl.rst to Simplified Chinese
2025-08-28 3:21 UTC (2+ messages)
` 答复: "
[f2fs-dev] [PATCH] f2fs: reduce nat_tree_lock hold time when flush nat entries
2025-08-28 3:20 UTC (3+ messages)
[PATCH v6 9/9] ovl: Support mounting case-insensitive enabled layers
2025-08-28 3:15 UTC (3+ messages)
[RFC PATCH 00/12] KVM: x86/mmu: TDX post-populate cleanups
2025-08-28 3:13 UTC (27+ messages)
` [RFC PATCH 01/12] KVM: TDX: Drop PROVE_MMU=y sanity check on to-be-populated mappings
` [RFC PATCH 02/12] KVM: x86/mmu: Add dedicated API to map guest_memfd pfn into TDP MMU
` [RFC PATCH 04/12] KVM: x86/mmu: Rename kvm_tdp_map_page() to kvm_tdp_prefault_page()
` [RFC PATCH 05/12] KVM: TDX: Drop superfluous page pinning in S-EPT management
` [RFC PATCH 06/12] KVM: TDX: Return -EIO, not -EINVAL, on a KVM_BUG_ON() condition
` [RFC PATCH 07/12] KVM: TDX: Avoid a double-KVM_BUG_ON() in tdx_sept_zap_private_spte()
` [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 RFC] mm: Use pr_warn_once() for min_free_kbytes warning
2025-08-28 3:06 UTC
[PATCH] irqchip/gic-v3-its: Fix invalid wait context lockdep report
2025-08-28 3:09 UTC (3+ messages)
[PATCH v2] PCI/MSI: Check MSI_FLAG_PCI_MSI_MASK_PARENT in cond_[startup|shutdown]_parent()
2025-08-28 3:07 UTC (3+ messages)
[PATCH] cgroup/dmem: Fix spelling error in dmem.c
2025-08-28 3:02 UTC
[PATCH bpf-next] bpf/helpers: bpf_strnstr: Exact match length
2025-08-28 2:56 UTC (3+ messages)
[PATCH v2 0/3] iommu/apple-dart: Four level page table support
2025-08-28 2:58 UTC (2+ messages)
[bpf-next v2 0/2] bpf/helpers: Fix bpf_strnstr len error
2025-08-28 2:52 UTC
[bpf-next v2 1/2] bpf/helpers: bpf_strnstr: Exact match length
2025-08-28 2:53 UTC (2+ messages)
` [bpf-next v2 2/2] selftests/bpf: Add tests for bpf_strnstr
[PATCH] tracing: Fix missing errno when zero parser->idx in trace_pid_write
2025-08-28 2:58 UTC (3+ messages)
[PATCH v7 0/2] Add display support for QCS615 platform
2025-08-28 2:57 UTC (4+ messages)
` [PATCH v7 2/2] arm64: dts: qcom: Add display support for QCS615 RIDE board
[PATCH net-next v9 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-28 2:55 UTC (6+ messages)
` [PATCH net-next v9 1/5] net: rnpgbe: Add build support for rnpgbe
` [PATCH net-next v9 2/5] net: rnpgbe: Add n500/n210 chip support
` [PATCH net-next v9 3/5] net: rnpgbe: Add basic mbx ops support
` [PATCH net-next v9 4/5] net: rnpgbe: Add basic mbx_fw support
` [PATCH net-next v9 5/5] net: rnpgbe: Add register_netdev
[PATCH v2 0/5] Apple device tree sync from downstream kernel
2025-08-28 2:55 UTC (2+ messages)
[PATCH v4] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
2025-08-28 2:46 UTC
[PATCH v3] mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory
2025-08-28 2:53 UTC (3+ messages)
[PATCH v2 00/11] mfd: macsmc: add rtc, hwmon and hid subdevices
2025-08-28 2:50 UTC (4+ messages)
[PATCH net-next] net/mlx4: Remove redundant ternary operators
2025-08-28 2:46 UTC (2+ messages)
[PATCH] mm: add `const` to lots of pointer parameters
2025-08-28 2:47 UTC (4+ messages)
[PATCH v2 0/3] vhost_task: Fix a bug where KVM wakes an exited task
2025-08-28 2:42 UTC (3+ messages)
[PATCH v3 00/14] Add DisplayPort support for QCS615 platform
2025-08-28 2:37 UTC (13+ messages)
` [PATCH v3 07/14] phy: qcom: qmp-usbc: Move reset and regulator config into PHY cfg
` [PATCH v3 11/14] phy: qcom: qmp-usbc: Finalize USB/DP switchable PHY support
[PATCH 0/5] Introduce Panfrost JM contexts
2025-08-28 2:34 UTC (6+ messages)
` [PATCH 1/5] drm/panfrost: Add job slot register defs for affinity
` [PATCH 2/5] drm/panfrost: Introduce uAPI for JM context creation
` [PATCH 3/5] drm/panfrost: Introduce JM context for manging job resources
` [PATCH 4/5] drm/panfrost: Expose JM context IOCTLs to UM
` [PATCH 5/5] drm/panfrost: Display list of device JM contexts over debugfs
[PATCH RESEND] PCI: endpoint: Avoid creating sub-groups asynchronously
2025-08-28 2:33 UTC (2+ messages)
[PATCH v2 00/18] cpufreq: use __free() for all cpufreq_cpu_get() references
2025-08-28 2:32 UTC (7+ messages)
` [PATCH v2 01/18] arm64: topology: Use __free(put_cpufreq_policy) for policy reference
` [PATCH v2 02/18] KVM: x86: "
[PATCH net-next v3 0/2] net: stmmac: allow generation of flexible PPS relative to MAC time
2025-08-28 2:31 UTC (3+ messages)
` [PATCH net-next v3 1/2] drivers: net: stmmac: handle start time set in the past for flexible PPS
linux-next: build warning after merge of the vfio tree
2025-08-28 2:30 UTC
[GIT PULL] perf-tools fixes for v6.17-rc4
2025-08-28 2:30 UTC (2+ messages)
[RFC 0/3] arm64/ptdump: Add ARM64_PTDUMP_CONSOLE
2025-08-28 2:22 UTC (4+ messages)
` [RFC 3/3] "
[PATCH 0/3] vhost_task: KVM: Fix a race where KVM wakes an exited task
2025-08-28 2:19 UTC (2+ messages)
[PATCH 0/5] Add PCIe support to Sophgo SG2042 SoC
2025-08-28 2:18 UTC (6+ messages)
` [PATCH 1/5] dt-bindings: pci: Add Sophgo SG2042 PCIe host
` [PATCH 2/5] PCI: cadence: Fix NULL pointer error for ops
` [PATCH 3/5] PCI: sg2042: Add Sophgo SG2042 PCIe driver
` [PATCH 4/5] riscv: sophgo: dts: add pcie controllers for SG2042
` [PATCH 5/5] riscv: sophgo: dts: enable pcie for PioneerBox
[PATCH 0/5] staging: Destage VCHIQ interface and MMAL
2025-08-28 2:17 UTC (6+ messages)
` [PATCH 1/5] include: linux: Destage VCHIQ interface headers
[PATCH] accel/amdxdna: Use int instead of u32 to store error codes
2025-08-28 2:16 UTC (5+ messages)
[tip:master] BUILD SUCCESS cab48e960d35f35ff799f7aafce7a7bf7c56d8e3
2025-08-28 2:15 UTC
[PATCH v3] f2fs: Use allocate_section_policy to control write priority in multi-devices setups
2025-08-28 2:10 UTC (2+ messages)
[PATCH v6 net-next 00/17] Add NETC Timer PTP driver and add PTP support for i.MX95
2025-08-28 2:10 UTC (6+ messages)
` [PATCH v6 net-next 04/17] ptp: add debugfs interfaces to loop back the periodic output signal
[PATCH v2 1/2] hid: intel-thc-hid: intel-quicki2c: Add WCL Device IDs
2025-08-28 2:09 UTC (2+ messages)
` [PATCH v2 2/2] hid: intel-thc-hid: intel-quickspi: "
[PATCH 0/5] media: use int type to store negative error codes
2025-08-28 2:08 UTC (6+ messages)
` [PATCH 2/5] media: i2c: mt9v111: fix incorrect type for ret
[iwl-net] ixgbe: fix too early devlink_free() in ixgbe_remove()
2025-08-28 2:05 UTC
[PATCH] atomic: Specify natural alignment for atomic_t
2025-08-28 2:05 UTC (11+ messages)
[PATCH net-next v7 0/5] Add driver for 1Gbe network chips from MUCSE
2025-08-28 2:02 UTC (10+ messages)
` [PATCH net-next v7 4/5] net: rnpgbe: Add basic mbx_fw support
[PATCH] selftests: net: avoid memory leak
2025-08-28 2:02 UTC (2+ messages)
` [PATCH v2] "
[PATCH v2 bpf-next] selftests/bpf: Fix the invalid operand for instruction issue
2025-08-28 2:01 UTC
[RFC PATCH 0/2] Fix objtool warnings if LTO is enabled for LoongArch (Part 2)
2025-08-28 2:01 UTC (12+ messages)
` [RFC PATCH 1/2] objtool/LoongArch: Fix fall through warning about efi_boot_kernel()
` [RFC PATCH 2/2] objtool/LoongArch: Fix unreachable instruction warnings about head.S
[PATCH net v3] TUN/TAP: Improving throughput and latency by avoiding SKB drops
2025-08-28 1:56 UTC (4+ messages)
[PATCH v2] x86/kvm: Force legacy PCI hole to UC when overriding MTRRs for TDX/SNP
2025-08-28 1:53 UTC (2+ messages)
linux-next: manual merge of the kvm tree with the tip tree
2025-08-28 1:51 UTC
[PATCH v9 0/6] Add i.MX91 platform support
2025-08-28 1:51 UTC (4+ messages)
` [PATCH v9 2/6] arm64: dts: freescale: rename imx93.dtsi to imx91_93_common.dtsi and modify them
` [EXT] "
[PATCH v10 00/11] unwind_deferred: Implement sframe handling
2025-08-28 1:46 UTC (3+ messages)
` [PATCH v10 02/11] unwind_user/sframe: Store sframe section data in per-mm maple tree
[PATCH v2] iio: light: ltr390: Implement runtime PM support
2025-08-28 1:46 UTC (2+ messages)
[Patch v7 00/12] arch-PEBS enabling for Intel platforms
2025-08-28 1:34 UTC (13+ messages)
` [Patch v7 01/12] perf/x86: Remove redundant is_x86_event() prototype
` [Patch v7 02/12] perf/x86/intel: Fix NULL event access and potential PEBS record loss
` [Patch v7 03/12] perf/x86/intel: Replace x86_pmu.drain_pebs calling with static call
` [Patch v7 04/12] perf/x86/intel: Correct large PEBS flag check
` [Patch v7 05/12] perf/x86/intel: Initialize architectural PEBS
` [Patch v7 06/12] perf/x86/intel/ds: Factor out PEBS record processing code to functions
` [Patch v7 07/12] perf/x86/intel/ds: Factor out PEBS group "
` [Patch v7 08/12] perf/x86/intel: Process arch-PEBS records or record fragments
` [Patch v7 09/12] perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSR
` [Patch v7 10/12] perf/x86/intel: Update dyn_constranit base on PEBS event precise level
` [Patch v7 11/12] perf/x86/intel: Setup PEBS data configuration and enable legacy groups
` [Patch v7 12/12] perf/x86/intel: Add counter group support for arch-PEBS
[PATCH net-next v7 0/5] Add Ethernet MAC support for SpacemiT K1
2025-08-28 1:33 UTC (3+ messages)
` [PATCH net-next v7 2/5] net: spacemit: Add K1 Ethernet MAC
[PATCH] net: wwan: iosm: use int type to store negative error codes
2025-08-28 1:30 UTC (2+ messages)
[PATCH 00/33] arm_mpam: Add basic mpam driver
2025-08-28 1:29 UTC (5+ messages)
` [PATCH 12/33] arm_mpam: Add the class and component structures for ris firmware described
` [PATCH 28/33] arm_mpam: Track bandwidth counter state for overflow and power management
[PATCH net-next v3 1/2] pppoe: remove rwlock usage
2025-08-28 1:20 UTC (2+ messages)
` [PATCH net-next v3 2/2] pppoe: drop sock reference counting on fast path
[PATCH net-next] net: xilinx: axienet: Add error handling for RX metadata pointer retrieval
2025-08-28 1:16 UTC (2+ messages)
[PATCH] Documentation: ocfs2: Properly reindent filecheck operations list
2025-08-28 1:10 UTC (2+ messages)
[PATCH] amd-xgbe: Use int type to store negative error codes
2025-08-28 1:10 UTC (2+ messages)
[PATCH hyperv-next v5 00/16] Confidential VMBus
2025-08-28 1:05 UTC (17+ messages)
` [PATCH hyperv-next v5 01/16] Documentation: hyperv: "
` [PATCH hyperv-next v5 02/16] drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v5 03/16] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v5 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v5 05/16] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v5 06/16] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v5 07/16] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v5 08/16] Drivers: hv: remove stale comment
` [PATCH hyperv-next v5 09/16] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v5 10/16] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v5 11/16] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v5 12/16] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v5 13/16] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v5 14/16] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v5 15/16] Drivers: hv: Set the default VMBus version to 6.0
` [PATCH hyperv-next v5 16/16] Drivers: hv: Support establishing the confidential VMBus connection
[PATCH 0/3] tools: testing: Use existing atomic.h for vma/radix-tree tests
2025-08-28 1:05 UTC (7+ messages)
` [PATCH 1/3] tools: testing: Allow importing arch headers in shared.mk
` [PATCH 2/3] tools: testing: Use existing atomic.h for vma/radix-tree tests
` [PATCH 3/3] tools: testing: Support EXTRA_CFLAGS in shared.mk
[PATCH bpf-next] bpf: remove unnecessary rcu_read_lock in kprobe_multi_link_prog_run
2025-08-28 1:03 UTC (3+ messages)
[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
2025-08-28 1:00 UTC (2+ messages)
[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-08-28 0:59 UTC (3+ messages)
` [PATCH V0 1/2] hyper-v: Add CONFIG_HYPERV_VMBUS option
` [PATCH V0 2/2] hyper-v: Make CONFIG_HYPERV bool
[PATCH] tools/testing/vma: Clean up stubs in vma_internal.h
2025-08-28 0:55 UTC (2+ messages)
[RFC PATCH v1 0/2] Add O_DENY_WRITE (complement AT_EXECVE_CHECK)
2025-08-28 0:52 UTC (6+ messages)
[PATCH net-next] net: stmmac: sun8i: drop unneeded default syscon value
2025-08-28 0:50 UTC (2+ messages)
[PATCH net-next v3 0/2] net: phy: micrel: Add PTP support for lan8842
2025-08-28 0:49 UTC (5+ messages)
` [PATCH net-next v3 1/2] net: phy: micrel: Introduce function __lan8814_ptp_probe_once
` [PATCH net-next v3 2/2] net: phy: micrel: Add PTP support for lan8842
[RFC PATCH v3 0/5] rust: miscdevice: abstraction for uring_cmd
2025-08-28 0:48 UTC (5+ messages)
` [RFC PATCH v3 3/5] rust: io_uring: introduce rust abstraction for io-uring cmd
` [RFC PATCH v3 5/5] samples: rust: Add `uring_cmd` example to `rust_misc_device`
[PATCH v5 2/2] mm/oom_kill: Have the OOM reaper and exit_mmap() traverse the maple tree in opposite order
2025-08-28 0:38 UTC (4+ messages)
[PATCH 0/8] iommu/amd: Introduce Nested Translation support
2025-08-28 0:36 UTC (4+ messages)
` [PATCH 8/8] iommu/amd: Add support for nested domain attach/detach
[PATCH v3 0/3] xen/events: Fix Global and Domain VIRQ tracking
2025-08-28 0:36 UTC (2+ messages)
` [PATCH v3 3/3] xen/events: Update virq_to_irq on migration
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).