All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-27 16:17:01 to 2026-07-27 16:48:15 UTC [more...]

[PATCH v3 0/2] mm: folio conversion and refactoring in do_swap_page()
 2026-07-27 16:45 UTC  (2+ messages)

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-27 16:46 UTC  (5+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
` [PATCH RFC 02/11] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH RFC 03/11] mm: name pointers to copied PTE values ptentp
` [PATCH RFC 04/11] mm: use hw_pte_t for generic PTE table storage

[PATCH v8 0/3] ASoC: qcom: qdsp6: Add MI2S clock control
 2026-07-27 16:47 UTC  (2+ messages)

[PATCH 0/4] s390: Remove or replace cond_resched() calls
 2026-07-27 16:24 UTC  (5+ messages)
` [PATCH 1/4] s390/crypto: Replace cond_resched() with schedule()
` [PATCH 2/4] KVM: s390: Remove cond_resched() calls
` [PATCH 3/4] "
` [PATCH 4/4] s390/cio: "

[PATCH RFC] mm/zswap: reference the pool by index to shrink struct zswap_entry
 2026-07-27 16:46 UTC  (4+ messages)

[PATCH] drm/amdgpu: Consistently define pci_device_ids using named initializers
 2026-07-27 16:46 UTC  (4+ messages)

[PATCH net v2] net: devmem: prevent net-iov / page mixing
 2026-07-27 16:46 UTC  (4+ messages)

[PATCH net v3] pds_core: keep the health thread stopped during reset
 2026-07-27 16:45 UTC 

[PATCH v3 1/5] selftests/mm: skip COW tmpfile cases when fallocate() is unsupported
 2026-07-27 16:45 UTC  (2+ messages)

[REGRESSION] snd_hda_intel: 15s audio resume delay on AMD Conexant SN6140
 2026-07-27 16:45 UTC  (5+ messages)
` 回复: "
    ` 回复: "

[PATCH net 0/1] ipmr: only copy pktinfo to cache reports
 2026-07-27 16:44 UTC  (2+ messages)
` [PATCH net 1/1] "

[PATCH v3] of/address: Fix NULL bus dereference in of_pci_range_parser_one()
 2026-07-27 16:43 UTC  (4+ messages)

[westeri-thunderbolt:next 7/7] drivers/thunderbolt/pci.c:115:24: warning: unused variable 'dev'
 2026-07-27 16:42 UTC 

[PATCH net-next v4 0/3] net/sched: sch_fq_pie: add per-flow class statistics
 2026-07-27 16:40 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net/sched: sch_fq_pie: add per-flow statistics via class ops
` [PATCH net-next v4 2/3] selftests: tc-testing: add fq_pie per-flow class stats test
` [PATCH net-next v4 3/3] net/sched: pie: correct tc_pie_xstats field documentation

[liveupdate:selftests-lib] BUILD SUCCESS ccf287a39bd1288f534cf531f6bd4e57dbc716b7
 2026-07-27 16:41 UTC 

[PATCH v8 00/12] Fine grained fault locking, threaded prefetch, storm cache
 2026-07-27 16:41 UTC  (3+ messages)
` [PATCH v8 03/12] drm/xe: Thread prefetch of SVM ranges

[RFC PATCH v2 00/25] Optimize nSVM TLB flushes
 2026-07-27 16:41 UTC  (10+ messages)
` [RFC PATCH v2 22/25] KVM: x86/mmu: Refactor kvm_mmu_invlpg() to allow skipping the gva flush

[PATCH 2/2] vfio/migration: Parallelize device state transitions
 2026-07-27 16:40 UTC  (12+ messages)

[PATCH v11 0/3] Add support to read the watchdog bootstatus from IMEM
 2026-07-27 16:40 UTC  (4+ messages)
` [PATCH v11 3/3] arm64: dts: qcom: ipq5424: add support to get "

ASan crash on failed redirection in subshell
 2026-07-27 16:39 UTC  (2+ messages)
` ASan crash on failed eval with "

[PATCH v4 00/48] KVM: arm64: Add GICv5 IRS support
 2026-07-27 16:39 UTC  (4+ messages)
` [PATCH v4 10/48] KVM: arm64: gic-v5: Introduce guest IST alloc and management

[PATCH v3 00/10] KVM: selftests: Stress save+restore and #PF (ft. nested)
 2026-07-27 16:38 UTC  (9+ messages)
` [PATCH v3 10/10] KVM: selftests: Trigger L2->L1 exits stress save+restore and #PF test

Please provide help with how to fix
 2026-07-27 16:38 UTC  (5+ messages)

[RFC PATCH v2 00/45] arm64: Add support for FEAT_NMI
 2026-07-27 16:34 UTC  (43+ messages)
` [RFC PATCH v2 01/45] arm64: ptrace: Remove INIT_PSTATE_EL2
` [RFC PATCH v2 02/45] arm64: debug: don't mask DAIF for mdscr_write()
` [RFC PATCH v2 03/45] arm64: hibernate: mask DAIF before restoring hibernated kernel
` [RFC PATCH v2 04/45] arm64: hibernate: Restore DAIF state on error
` [RFC PATCH v2 05/45] arm64: suspend: rely on daif helpers to handle PMR
` [RFC PATCH v2 06/45] arm64: suspend: Initialize PMR on resume
` [RFC PATCH v2 07/45] arm64: entry: mask DAIF before returning from C EL1 handlers
` [RFC PATCH v2 08/45] irqchip/gic-v3: make the unmasking of pseudo-NMIs explicit when handling IRQs
` [RFC PATCH v2 09/45] arm64: entry: Avoid unnecessary local_irq_disable() on kernel exit
` [RFC PATCH v2 11/45] arm64: irqflags: save and use both DAIF and PMR
` [RFC PATCH v2 12/45] arm64: interrupts: Add common exception state helpers
` [RFC PATCH v2 13/45] arm64: process: Use helper to check exception state
` [RFC PATCH v2 14/45] arm64: entry: Introduce entry specific exception masking helpers
` [RFC PATCH v2 15/45] arm64: entry: replace DAIF helpers with entry helpers
` [RFC PATCH v2 16/45] arm64: interrupts: Introduce exception masking save/restore helpers
` [RFC PATCH v2 17/45] arm64: interrupts: introduce a helper for GIC priority initialization
` [RFC PATCH v2 18/45] arm64: replace local_daif helpers
` [RFC PATCH v2 19/45] arm64: cpuidle: use new helpers to bypass interrupt priority masking
` [RFC PATCH v2 20/45] arm64: remove daifflags.h
` [RFC PATCH v2 21/45] arm64: gicv3: remove GIC_PRIO_PSR_I_SET
` [RFC PATCH v2 22/45] arm64: cpufeature: Remove system_has_prio_mask_debugging()
` [RFC PATCH v2 23/45] arm64: irqflags: Switch to CONFIG_DEBUG_IRQFLAGS
` [RFC PATCH v2 24/45] arm64: Kconfig: Remove CONFIG_ARM64_DEBUG_PRIORITY_MASKING
` [RFC PATCH v2 25/45] efi/runtime-wrappers: Permit architectures to override IRQ flags checks
` [RFC PATCH v2 26/45] arm64/efi: Implement override for "
` [RFC PATCH v2 27/45] arm64: booting: Document boot requirements for FEAT_NMI
` [RFC PATCH v2 28/45] arm64: sysreg: Add definitions for immediate versions of MSR ALLINT
` [RFC PATCH v2 29/45] arm64: ptrace: Add PSR_ALLINT_BIT
` [RFC PATCH v2 30/45] arm64: idreg: Add an override for FEAT_NMI
` [RFC PATCH v2 31/45] arm64: cpufeature: Detect PE support "
` [RFC PATCH v2 32/45] arm64: nmi: Manage masking for superpriority interrupts
` [RFC PATCH v2 33/45] arm64: irq: Report FEAT_NMI masking local IRQs
` [RFC PATCH v2 34/45] arm64: nmi: Add handling of superpriority interrupts as NMIs
` [RFC PATCH v2 36/45] arm64/efi: Add ALLINT to IRQ flags checks
` [RFC PATCH v2 37/45] arm64: kprobes: Disable NMIs
` [RFC PATCH v2 38/45] arm64: smp: Abstract SGI and LPI operations
` [RFC PATCH v2 40/45] arm64: nmi: Add Kconfig for NMI
` [RFC PATCH v2 41/45] irqchip/gic-v3: Prepare for FEAT_GICv3_NMI support
` [RFC PATCH v2 42/45] irqchip/gic-v3: Implement "
` [RFC PATCH v2 43/45] arm64: smp: Add NMI support for LPI-backed IPIs
` [RFC PATCH v2 44/45] irqchip/gic-v5: Add NMI support for PPIs, SPIs and LPIs
` [RFC PATCH v2 45/45] irqchip/gic-v5: Add NMI support for IPIs

[PATCH] mm: mempolicy: fix automatic numa balancing for shmem
 2026-07-27 16:37 UTC  (7+ messages)

[PATCH] target/alpha: do not trap on Inf inputs to bare FP arithmetic
 2026-07-27 16:37 UTC  (4+ messages)

[PATCH v2 0/6] perf: Add support for memory region/range reporting
 2026-07-27 16:37 UTC  (4+ messages)
` [PATCH v2 3/6] perf tools: Show memory region in perf-c2c subcommand

[PATCH net-next v12 0/8] net: hinic3: PF initialization
 2026-07-27 16:37 UTC  (3+ messages)
` [PATCH net-next v12 2/8] hinic3: Fix loose success check in rx buffer filling

[PATCH v2 0/3] mm,kernfs,proc: Unmap mmaps of removed files via file->f_mapping
 2026-07-27 16:36 UTC  (3+ messages)
` [PATCH v2 1/3] mm: Add unmap_mapping_file() helper

[PATCH 1/4] ref-manual: Fix occurrences of omitted space with :prepend
 2026-07-27 16:35 UTC  (4+ messages)
` [PATCH 2/4] ref-manual: Prune superfluous space with :append
` [PATCH 3/4] dev-manual: Fix missing whitespace around '=' operator
` [PATCH 4/4] recipe-style-guide: Prune unicode from code example

[PATCH v5 0/3] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
 2026-07-27 16:35 UTC  (6+ messages)
` [PATCH v5 1/3] mm/vmstat, mm/memcontrol: add _monotonic vmstat readers
` [PATCH v5 2/3] mm/vmscan: add pgrotate_anon and pgrotate_file vmstat counters
` [PATCH v5 3/3] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost

[PATCHES 0/5 v1] perf tools auxtrace hardening series
 2026-07-27 16:35 UTC  (12+ messages)
` [PATCH 1/5] perf thread-stack: Fix heap buffer overflow on branch stack wrap copy
` [PATCH 2/5] perf auxtrace: Fix queue grow overflow and old array leak
` [PATCH 3/5] perf intel-pt: Fix off-by-one in auxtrace_info minimum size check
` [PATCH 4/5] perf intel-bts: "
` [PATCH 5/5] perf arm-spe: Reject zero nr_cpu in metadata to prevent division by zero

[PATCH] drm/mediatek: mtk_dsi: enable hs clock during pre-enable
 2026-07-27 16:34 UTC  (12+ messages)

[PATCH v2 0/9] arm64: dts: imx8ulp: Device tree updates for i.MX 8ULP EVK boards
 2026-07-27 16:34 UTC  (2+ messages)

[PATCH v2] linux-user: fix guards for the fsmount(2) syscall series
 2026-07-27 16:33 UTC  (2+ messages)

[PATCH] media: tegra-video: Use BIT macro in tegra20.c
 2026-07-27 16:33 UTC  (3+ messages)

[PATCH v3 00/10] KVM: s390: Misc fixes
 2026-07-27 16:33 UTC  (3+ messages)
` [PATCH v3 06/10] KVM: s390: Fix overclearing ESCA in case of error

[PATCH v5 00/27] Native SCSI Multipath support
 2026-07-27 16:33 UTC  (22+ messages)
` [PATCH v5 13/27] scsi-multipath: provide sysfs link from to scsi_device
` [PATCH v5 20/27] scsi-multipath: add scsi_mpath_{start,end}_request()
` [PATCH v5 21/27] scsi-multipath: add delayed disk removal support
` [PATCH v5 22/27] scsi: sd: add multipath disk class
` [PATCH v5 23/27] scsi: sd: add multipath disk attr groups
` [PATCH v5 24/27] scsi: sd: support multipath disk
` [PATCH v5 25/27] scsi: sd: add mpath_dev file

[PATCH v2 1/6] dt-bindings: bluetooth: qca: add QCC2072
 2026-07-27 16:32 UTC  (2+ messages)
` Bluetooth: qca: enable QCC2072 on RB3 Gen 2 Industrial

[PATCH] spi: spi-qpic-snand: write the feature value before executing SET_FEATURE
 2026-07-27 16:32 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: EA6300: fix USB3
 2026-07-27 16:32 UTC  (2+ messages)

[PATCH] ARM: dts: BCM5301X: EA9200: fix nvram size
 2026-07-27 16:32 UTC  (2+ messages)

[PATCH net v4 resend 0/1] tcp: bound SYN-ACK timers to reqsk timeout range
 2026-07-27 16:31 UTC  (2+ messages)
` [PATCH net v4 resend 1/1] "

[PATCH v2 0/2] mm: folio conversion and refactoring in do_swap_page()
 2026-07-27 16:30 UTC  (5+ messages)
` [PATCH v2 1/2] mm: Use a folio in the softleaf_is_device_private path
` [PATCH v2 2/2] mm: Extract non-swap page handling to do_non_swap_page()

[PATCH] ARM: dts: BCM5301X: R8000 add NVRAM with MAC address for WAN port
 2026-07-27 16:30 UTC  (2+ messages)

[rdma:wip/leon-for-next] BUILD REGRESSION a273210687f255b12c2f6baf8f25ff80cdbb29ed
 2026-07-27 16:30 UTC 

[PATCH] Add option to disable building tests
 2026-07-27 16:29 UTC  (9+ messages)

[PATCH 0/2] usbcore: Add quirk for 255-byte initial config read
 2026-07-27 16:29 UTC  (6+ messages)
` [PATCH 1/2] usbcore: Add quirk for 255-bytes "

[PATCH 0/6] PCI/pwrctrl: tc9563: Several fixes and improvements
 2026-07-27 16:29 UTC  (2+ messages)

[PATCH v8] arm64: dts: s32g: Add GPR syscon region
 2026-07-27 16:29 UTC  (2+ messages)

[PATCH 0/5] wifi: ath12k: fixes to improve MLO station stability
 2026-07-27 16:27 UTC  (6+ messages)
` [PATCH 1/5] wifi: ath12k: fix MLO station firmware crash recovery
` [PATCH 2/5] wifi: ath12k: prevent scan during firmware recovery
` [PATCH 3/5] wifi: ath12k: fix MLO dp_peer ID desync with firmware
` [PATCH 4/5] wifi: ath12k: fix MLO beacon handling using per-link addressing
` [PATCH 5/5] wifi: ath12k: skip connection_loss_work for MLO beacon miss

mt7921e: repeated driver own failures cause hanging
 2026-07-27 16:27 UTC  (3+ messages)

[PATCH 1/2] soundwire: qcom: set the bus mclk_freq property
 2026-07-27 16:27 UTC  (2+ messages)
` [PATCH 2/2] soundwire: honor clock_reg_supported in the clock scaling check

[PATCH v4 00/10] arm_mpam: Add MPAM-Fb firmware support
 2026-07-27 16:27 UTC  (3+ messages)
` [PATCH v4 10/10] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH net-next] net: dsa: b53: srab: propagate errors from init helpers
 2026-07-27 16:27 UTC  (2+ messages)

[PATCH RFC] power: sequencing: rename pwrseq_power_on/off() to pwrseq_vote_on/off()
 2026-07-27 16:26 UTC  (3+ messages)

[PATCH] KVM: arm64: nv: Don't skip VNCR invalidation when the TLB size is unknown
 2026-07-27 16:26 UTC 

[PATCH] nbd: reclassify u->iolock of AF_UNIX sockets
 2026-07-27 16:25 UTC  (3+ messages)

[PATCH] mmc: omap_hsmmc: use platform_get_irq_optional for wake IRQ
 2026-07-27 16:25 UTC  (2+ messages)

[PATCH 1/2] mmc: via-sdmmc: stop card-detect handling on probe failure
 2026-07-27 16:25 UTC  (4+ messages)
` [PATCH 2/2] mmc: via-sdmmc: cancel card-detect work on remove

[PATCH] mmc: host: Remove redundant dev_err()/dev_err_probe()
 2026-07-27 16:25 UTC  (3+ messages)

[PATCH] mmc: moxart: use platform helpers for resource and IRQ
 2026-07-27 16:25 UTC  (2+ messages)

[PATCH v5 00/11] mm: PMD-level swap entries for anonymous THPs
 2026-07-27 16:24 UTC  (7+ messages)
` [PATCH v5 04/11] mm: zswap: add range lookup for large-folio swapin

[PATCH] ublk: remove WARN_ON_ONCE() in ublk_unmap_io()
 2026-07-27 16:24 UTC 

[PATCH] staging: media: tegra-video: fix of_node_put() on VIP parse errors
 2026-07-27 16:24 UTC  (2+ messages)

[PATCH] drm/amdgpu: reset VI ASIC on MacBookPro15,1
 2026-07-27 16:23 UTC  (2+ messages)

[PATCH v2 0/3] usb: typec: tipd: Add sn201202x (ACE3) support
 2026-07-27 16:23 UTC  (5+ messages)
` [PATCH v2 2/3] usb: typec: tipd: Factor out i2c specifics
` [PATCH v2 3/3] usb: typec: tipd: Add sn201202x support

[PATCH net] inet_diag: make bytecode audit O(n) to prevent CPU DoS
 2026-07-27 16:23 UTC  (2+ messages)

[PATCH v3 00/11] arm64: dts: describe the Lynx 10G and 28G SerDes blocks for Layerscape SoCs
 2026-07-27 16:22 UTC  (2+ messages)

[LTP] [PATCH v2] listmount04: Detect EBADF behavior dynamically at runtime
 2026-07-27 16:22 UTC  (2+ messages)
` [LTP] "

[PATCH v8 0/2] hwmon: add Altera SoC FPGA hardware monitoring support
 2026-07-27 16:21 UTC  (5+ messages)
` [PATCH v8 1/2] firmware: stratix10-svc: add async HWMON read commands and register socfpga-hwmon device

[PATCH] drm/amdgpu: read TRUNCATE_COORD_MODE on gfx12
 2026-07-27 16:21 UTC  (2+ messages)

[PATCH] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
 2026-07-27 16:21 UTC  (2+ messages)

[PATCH] staging: media: tegra-video: vi: fix probe failure on skipped last port
 2026-07-27 16:21 UTC  (3+ messages)

[PATCH v45 0/7] MCTP over PCC
 2026-07-27 16:20 UTC  (2+ messages)

[PATCH] change utf8_strwidth() return type to size_t
 2026-07-27 16:20 UTC  (5+ messages)
` [PATCH v3] utf8: make utf8_strwidth() and utf8_strnwidth() return size_t

[Intel-wired-lan] [PATCH net 0/6] xsk: harden TX metadata validation against races
 2026-07-27 16:19 UTC  (14+ messages)
`  "
` [Intel-wired-lan] [PATCH net 1/6] xsk: require at least 16 bytes of TX metadata
  `  "
` [Intel-wired-lan] [PATCH net 2/6] xsk: pass TX metadata pointer by reference
  `  "
` [Intel-wired-lan] [PATCH net 3/6] xsk: clear metadata pointer when no timestamp is requested
  `  "
` [Intel-wired-lan] [PATCH net 4/6] xsk: validate launch-time metadata size
  `  "
` [Intel-wired-lan] [PATCH net 5/6] xsk: move xsk_tx_metadata_request() to xdp_sock_drv.h
  `  "
` [Intel-wired-lan] [PATCH net 6/6] xsk: validate metadata when processing requests
  `  "

[PATCH v2] drm/amd/display: use proper context for logging
 2026-07-27 16:19 UTC  (3+ messages)

[PATCH v6 08/12] i3c: dw-i3c-master: Add ACPI core clock frequency quirk
 2026-07-27 16:19 UTC  (4+ messages)

[PATCH] mmc: core: add MMC_QUIRK_BROKEN_WRITE_ZEROES for ESMT eMMC
 2026-07-27 16:19 UTC  (2+ messages)

[PATCH net v2 1/1] packet: synchronize pressure clearing with ring reconfiguration
 2026-07-27 16:19 UTC 

CVEs and the QEMU 11.1 release
 2026-07-27 16:18 UTC  (2+ messages)

[PATCH net-next v3 0/2] XDP metadata support for DQ RDA
 2026-07-27 16:18 UTC  (4+ messages)
` [PATCH net-next v3 1/2] gve: use xdp_build_skb methods for XDP_PASS case

[PATCH] Input: xpad - add out-of-bounds checks for xpadone
 2026-07-27 16:19 UTC  (2+ messages)

[PATCH 0/4] nolibc: syscall() and abs() fixes, plus a cleanup
 2026-07-27 16:18 UTC  (5+ messages)
` [PATCH 1/4] tools/nolibc: evaluate syscall() arguments before the arch macros

[PATCH v2 0/2] mm/zswap: Fixes and improves the zswap global shrinker
 2026-07-27 16:18 UTC  (14+ messages)
` [PATCH v2 2/2] mm/zswap: Support batch writeback in shrink_memcg()

[PATCH v8 0/5] PCI: Add support for resetting the Root Ports in a platform specific way
 2026-07-27 16:18 UTC  (4+ messages)
` [PATCH v8 1/5] PCI: dwc: ep: Clear MSI iATU mapping in dw_pcie_ep_cleanup()

[PATCH v3 0/5] powervr: MT8173 GPU support
 2026-07-27 16:16 UTC  (3+ messages)
` [PATCH v3 2/5] clk: mediatek: Add mt8173-mfgtop driver

x86 AMX/ACE with >8 tiles
 2026-07-27 16:16 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.