All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-13 13:31:17 to 2026-07-13 14:00:07 UTC [more...]

[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-13 13:55 UTC  (52+ messages)
` [RFC PATCH 01/34] ARM: mm: make nommu pgd_t a scalar
` [RFC PATCH 02/34] ARM: mm: make 2-level "
` [RFC PATCH 03/34] ARM: mm: remove custom pgdp_get()
` [RFC PATCH 04/34] LoongArch: mm: define pud_leaf() only when PUD exists
` [RFC PATCH 05/34] MIPS: "
` [RFC PATCH 06/34] mm/pgtable: define (pgd|p4d|pud)_leaf() for folded page tables
` [RFC PATCH 07/34] mm/pgtable: define (pgd|p4d|pud)_offset_lockless() "
` [RFC PATCH 08/34] loongarch: kvm: remove stack copy address of pXd in pXd_offset()
` [RFC PATCH 09/34] riscv: "
` [RFC PATCH 10/34] x86: mm: carve out the generic compile-time folded pgtable case in effective_prot()
` [RFC PATCH 11/34] mm: vmscan: remove stack copy address of pud pass in wallk_pud_range()
` [RFC PATCH 12/34] arm64: mm: use proper set_pXd() for generic compile-time folded patable in kasan_early_init()
` [RFC PATCH 13/34] arm64: mm: define pud_set_huge() when __PGTABLE_PMD_FOLDED not defined
` [RFC PATCH 14/34] csky: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()
` [RFC PATCH 15/34] mips: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault path
` [RFC PATCH 16/34] nios2: "
` [RFC PATCH 17/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in vmalloc_fault()

[PATCH v2] qdev: Clarify instantiation and realization
 2026-07-13 13:58 UTC  (6+ messages)

[PATCH] drm/amd/display: Set native cursor mode for disabled CRTCs
 2026-07-13 13:58 UTC  (2+ messages)

[RFC PATCH v1.2 0/5] mm/damon: unurgent fixes for infinite loop, NULL de-ref and races
 2026-07-13 13:58 UTC  (6+ messages)
` [RFC PATCH v1.2 1/5] mm/damon/core: avoid infinite kdamond_merge_regions() internal loop
` [RFC PATCH v1.2 2/5] mm/damon/tests/core-kunit: catch test failure in test_merge_regions_of()
` [RFC PATCH v1.2 3/5] mm/damon/vaddr: drop last same folio access check optimization
` [RFC PATCH v1.2 4/5] mm/damon/paddr: drop last same folio access check reuse optimization
` [RFC PATCH v1.2 5/5] mm/damon/sysfs: read ops_id only once

[PATCH v3] hardening: Default randstruct off with rust for better allmodconfig support
 2026-07-13 13:58 UTC  (4+ messages)

[PATCH v6 0/5] i3c: Improve CCC reliability with actual_len, validation, and Direct GET retry
 2026-07-13 13:58 UTC  (3+ messages)

what is qemu_system_guest_panicked() for?
 2026-07-13 13:57 UTC  (10+ messages)

[PATCH v2 00/11] Enable CMRR in fixed-RR VRR path
 2026-07-13 13:57 UTC  (4+ messages)
` [PATCH v2 02/11] drm/i915/vrr: compute CMRR fractional timings generically

[PATCH] drm/amd/pm/ci: Don't disable MCLK DPM on Bonaire 0x6658 (R7 260X)
 2026-07-13 13:57 UTC  (2+ messages)

[GIT PULL] NFSD fix for v7.2-rc
 2026-07-13 13:57 UTC 

[PATCH v2 0/2] ASoC: codecs: add Texas Instruments TAS2557 smart amplifier driver
 2026-07-13 13:56 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: sound: add Texas Instruments TAS2557
` [PATCH v2 2/2] ASoC: codecs: add TAS2557 mono smart amplifier driver

[PATCH 7/8] mm/khugepaged: clarify a comment regarding max_ptes_none check
 2026-07-13 13:58 UTC  (3+ messages)

[PATCH v4 0/5] pinctrl: renesas: rzg2l: Add support for RZ/G3S I3C
 2026-07-13 13:56 UTC  (5+ messages)
` [PATCH v4 4/5] pinctrl: renesas: rzg2l: Add RZ/G3S support for selecting the I3C power source

[PATCH v7 00/22] dma-mapping: Track shared DMA state through direct, pool and swiotlb paths
 2026-07-13 13:56 UTC  (10+ messages)
` [PATCH v7 16/22] dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHARED

[PATCH v3] drm/mediatek: mtk_hdmi: Fix DDC adapter double put in v2
 2026-07-13 13:56 UTC  (2+ messages)

[PATCH net-next v2] mptcp: sockopt: implement IPV6_TCLASS
 2026-07-13 13:51 UTC 

[PATCH libnflog] utils: add minimal nfnlog test case
 2026-07-13 13:55 UTC 

[PATCH v8 0/4] xenguest optimisations
 2026-07-13 13:55 UTC  (3+ messages)
` [PATCH v8 2/4] libs/guest: move batch_pfns into a separate structure

[PATCH] usb: serial: fix slab out-of-bounds read in interrupt URB callback
 2026-07-13 13:55 UTC  (5+ messages)

[PATCH v1] mm/slub: add comment explaining intentional kobject handling in sysfs_slab_add
 2026-07-13 13:54 UTC  (2+ messages)

[PATCH] drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT
 2026-07-13 13:54 UTC  (2+ messages)
` [PATCH v5] drm/xe: Add debugfs knob to control GPGPU preemption granularity

[PATCH i-g-t] tests/intel/xe_sriov_scheduling: Disable VFs before resetting sched params
 2026-07-13 13:54 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[RFC PATCH 0/4] rust: usb: add usb request block abstractions and a user
 2026-07-13 13:53 UTC  (2+ messages)

[PATCH v2] drm/amd/display: fix __udivdi3 link error
 2026-07-13 13:54 UTC  (2+ messages)

[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
 2026-07-13 13:53 UTC  (2+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep

[PATCHv2] nvmetcli: store DHCHAP attributes
 2026-07-13 13:53 UTC 

[PATCH v3 0/3] LoongArch: add KHO support and selftests
 2026-07-13 13:53 UTC  (3+ messages)
` [PATCH v3 1/3] LoongArch: kexec: add KHO support for FDT-based

[PATCH 1/2] drm/amdgpu: Print vmid, pasid and more task info in devcoredump
 2026-07-13 13:53 UTC  (3+ messages)

[PATCH] xfs/083: redirect populate stderr to avoid spurious attr restore warnings
 2026-07-13 13:52 UTC  (2+ messages)
` [PATCH v2] common: strip attr 2.6.0 --restore safety warnings

[PATCH v3 0/6] mtd: rawnand: zynq: Fixes and software ECC support
 2026-07-13 13:52 UTC  (5+ messages)

[PATCH v2 1/2] mm/mm_slot.h: add a helper function mm_slot_remove
 2026-07-13 13:51 UTC  (2+ messages)

[PATCH for-4.22 0/2] xen/arm: Fix eSPI IRQ indexing issues
 2026-07-13 13:51 UTC  (8+ messages)
` [PATCH for-4.22 1/2] xen/arm: validate IRQs before descriptor lookup

[PATCH v6 0/3] x86/tdx: Fix port I/O handling bugs
 2026-07-13 13:51 UTC  (6+ messages)
` [PATCH v6 1/3] x86/tdx: Fix off-by-one in port I/O handling
` [PATCH v6 2/3] x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()
` [PATCH v6 3/3] x86/tdx: Fix zero-extension for 32-bit port I/O

[PATCH v2 00/12] ASoC: cleanup simple-card/audio-graph-card1/2
 2026-07-13 13:51 UTC  (2+ messages)

[PATCH v3] iommu/iommufd: avoid selftest dirty bitmap size wrap
 2026-07-13 13:50 UTC  (2+ messages)

[PATCH BlueZ 1/4] tools/sco-tester: fix missing clear of io_id in callbacks
 2026-07-13 13:50 UTC  (4+ messages)
` [PATCH BlueZ 2/4] tools/6lowpan-tester: fix race in Client Connect - Disable
` [PATCH BlueZ 3/4] tools/6lowpan-tester: add test for VHCI teardown without disable
` [PATCH BlueZ 4/4] tools/l2cap-tester: fix Set PHY test spurious failures

[PATCH v5 00/17] i3c: renesas: Suspend to RAM with power loss and runtime PM
 2026-07-13 13:50 UTC  (9+ messages)
` [PATCH v5 05/17] i3c: renesas: Reset the controller on resume
` [PATCH v5 06/17] i3c: renesas: Perform Dynamic Address Assignment "
` [PATCH v5 07/17] i3c: renesas: Clean DATBAS register on detach
` [PATCH v5 08/17] i3c: renesas: Fix out-of-bounds access for newdevs mask

[PATCH net-next] mptcp: sockopt: implement IPV6_TCLASS
 2026-07-13 13:49 UTC  (3+ messages)

[PATCHSET v2] sched/psi: Fix psimon fork deadlock and rtpoll_timer UAF
 2026-07-13 13:49 UTC  (6+ messages)
` [PATCH 1/2] sched/psi: Create the psimon kthread outside of cgroup_mutex
` [PATCH 2/2] sched/psi: Shut down rtpoll_timer in psi_cgroup_free()

Question regarding CC list for pt_BR translation patches
 2026-07-13 13:49 UTC  (2+ messages)

[PATCH] dt-bindings: fix typos and brackets
 2026-07-13 13:47 UTC 

[PATCH v6 0/6] mm/vmalloc: Speed up ioremap, vmalloc and vmap with contiguous memory
 2026-07-13 13:49 UTC  (3+ messages)
` [PATCH v6 4/6] mm/vmalloc: Extend page table walk to support larger page_shift sizes and eliminate page table rewalk

[PATCH] dm thin metadata: fix superblock refcount leak on snapshot shadow failure
 2026-07-13 13:49 UTC  (3+ messages)

[PATCH] fpga: zynq-fpga: Remove redundant dev_err()
 2026-07-13 13:48 UTC  (2+ messages)

[RFC PATCH 0/3] KVM: Dirty page logging for guest_memfd-only memslots
 2026-07-13 13:48 UTC  (10+ messages)
` [RFC PATCH 1/3] KVM: guest_memfd: Use memslot id to keep track of associated memslots

[PATCH RFC] usb: adutux: fix unlocked read_buffer_length write in adu_open() (data race)
 2026-07-13 13:48 UTC  (4+ messages)
` [PATCH v2] usb: adutux: take buflock when resetting read_buffer_length in adu_open()

[PATCH] powerpc/ps3: Fix map failure path in dma_ioc0_map_pages()
 2026-07-13 12:38 UTC  (2+ messages)

[PATCH v10] drm/xe: Consolidate debugfs fault injection functions
 2026-07-13 13:46 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: Consolidate debugfs fault injection functions. (rev4)

[PATCH] tracing: Add mutex to trace_parser to fix concurrent write races
 2026-07-13 13:46 UTC 

[PATCH 0/2] mm/page_alloc: couple of followups for recent cleanups
 2026-07-13 13:46 UTC  (6+ messages)
` [PATCH 2/2] mm/page_alloc: rename FPI_TRYLOCK -> FPI_NOLOCK

[PATCH net v2] tipc: fix NULL deref in tipc_named_node_up() on empty publication list
 2026-07-13 13:46 UTC  (3+ messages)

[PATCH 00/10] arm64: dts: st: Add support for DH electronics STM32MP23xx/STM32MP25xx DHCOS SoM and Breakout Board and DHSBC
 2026-07-13 13:45 UTC  (5+ messages)
` [PATCH 10/10] MAINTAINERS: Add DH electronics DHCOS SoM entry and fix email address

[Buildroot] [PATCH 1/1] package/libffi: bump version to 3.7.1
 2026-07-13 13:44 UTC  (2+ messages)

[PATCH] nvmetcli: store DHCHAP attributes
 2026-07-13 13:44 UTC  (3+ messages)

[Buildroot] [git commit] package/libffi: bump version to 3.7.1
 2026-07-13 13:22 UTC 

[PATCH v6 00/11] lib/genxml: Introduce Mesa genxml infrastructure to IGT
 2026-07-13 13:37 UTC  (10+ messages)
` [PATCH v6 01/11] lib/intel/genxml: Add genxml generators, headers, and build integration
` [PATCH v6 04/11] lib/intel/genxml: Import Xe2/Xe3/Xe3p XML hardware definitions from Mesa
` [PATCH v6 05/11] lib/intel_bufops: Add intel_buf_mocs() helper
` [PATCH v6 06/11] lib/mocs: Add packed MOCS helpers
` [PATCH v6 07/11] lib/rendercopy: Convert surface state and sampler setup to genxml
` [PATCH v6 08/11] lib/rendercopy: Convert vertex data and CC state "
` [PATCH v6 09/11] lib/rendercopy: Convert pipeline emit commands "
` [PATCH v6 10/11] lib/rendercopy: Convert render op and entry points "
` [PATCH v6 11/11] lib: Add genxml annotated batch buffer decode

[PATCH] CHANGELOG: add Arm and RISC-V entries for 4.22
 2026-07-13 13:43 UTC 

[PATCH] regcache: disable cache_only before rewriting paging registers
 2026-07-13 13:43 UTC  (4+ messages)

[PATCH 0/4] HID: Remove redundant error messages on IRQ request failure
 2026-07-13 13:43 UTC  (7+ messages)
` [PATCH 1/4] HID: amd_sfh: Remove redundant dev_err()
` [PATCH 3/4] HID: intel-ish-hid: ipc: "
` [PATCH 4/4] HID: Intel-thc-hid: Intel-quickspi: "

[PATCH 00/11] sequencer: do not record dropped commits as rewritten
 2026-07-13 13:43 UTC  (4+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] t3400: restore coverage for note copying with apply backend

[PATCH] rtc: msc313: Select by default on MSTARV7
 2026-07-13 13:42 UTC  (2+ messages)

Refcounting dma_resv and using that for drm_exec support in TTM
 2026-07-13 13:40 UTC  (9+ messages)
` [PATCH 04/12] drm/ttm: Switch LRU cursor to track dma_resv instead of buffer objects
` [PATCH 10/12] drm/exec: add drm_exec_lock_resv function

[PATCH 0/8] ACPI: LoongArch: Add IOVT table support
 2026-07-13 13:40 UTC  (3+ messages)

[PATCH v4 0/6] Support the FEAT_HDBSS introduced in Armv9.5
 2026-07-13 13:39 UTC  (3+ messages)
` [PATCH v4 4/6] KVM: arm64: Add HDBSS per-vCPU buffer management

[f2fs-dev] [RFC PATCH v2 0/5] f2fs: introduce inline extent mapping for inode data blocks
 2026-07-13 13:39 UTC  (4+ messages)

b4 review animates scrolling slowly
 2026-07-13 13:39 UTC 

[PATCH v3 00/17] nfsd: refactor nfs4_create_file()
 2026-07-13 13:38 UTC  (3+ messages)
` [PATCH v3 02/17] nfsd: correctly handle CREATE of mounted-on files

[PATCH v2 0/3] powerpc/crash: protect kdump from active watchdogs
 2026-07-13 13:37 UTC  (4+ messages)
` [PATCH v2 3/3] powerpc/crash: stop watchdogs before booting kdump kernel

[PATCH v2] HID: bpf: Fix signedness bug in hid_bpf_hw_request
 2026-07-13 13:38 UTC  (2+ messages)

[PATCH v4 00/11] mm: PMD-level swap entries for anonymous THPs
 2026-07-13 13:35 UTC  (12+ messages)
` [PATCH v4 01/11] mm: add PMD swap entry detection support
` [PATCH v4 02/11] mm: add PMD swap entry splitting support
` [PATCH v4 03/11] mm: handle PMD swap entries in fork path
` [PATCH v4 04/11] mm: zswap: add range lookup for large-folio swapin
` [PATCH v4 05/11] mm: swap in PMD swap entries as whole THPs during swapoff
` [PATCH v4 06/11] mm: handle PMD swap entries in non-present PMD walkers
` [PATCH v4 07/11] mm: handle PMD swap entries in MADV_WILLNEED
` [PATCH v4 08/11] mm: handle PMD swap entries in UFFDIO_MOVE
` [PATCH v4 09/11] mm: handle PMD swap entry faults on swap-in
` [PATCH v4 10/11] mm: install PMD swap entries on swap-out
` [PATCH v4 11/11] selftests/mm: add PMD swap entry tests

[PATCH 1/2] NFS: Pin the 'struct nfs_server' during a FREE_STATEID call
 2026-07-13 13:36 UTC  (2+ messages)

[PATCH] Gitlab CI: Switch to git.u-boot-project.org
 2026-07-13 13:36 UTC  (2+ messages)

[PATCH] libbpf: reject linker STT_SECTION symbols with out-of-range st_shndx
 2026-07-13 13:35 UTC  (2+ messages)

[PATCH v3 0/2] drm/tiny: add support for PIXPAPER 4.26 monochrome e-ink panel
 2026-07-13 13:35 UTC  (7+ messages)
` [PATCH v3 2/2] "

[PATCH v2 0/5] mmc: misc fixes across MMC/SDHCI/RPMB
 2026-07-13 13:32 UTC  (6+ messages)
` [PATCH v2 1/5] mmc: fix mmc_poll_for_busy() false timeout when card is ready
` [PATCH v2 2/5] mmc: rpmb: fix tautological condition in RPMB_REQ_READ_DATA validation
` [PATCH v2 3/5] mmc: sdhci: fix align_buffer memory leak on re-initialization
` [PATCH v2 4/5] mmc: fix mmc_bwrite() ignoring host get_b_max() callback
` [PATCH v2 5/5] mmc: fix mmc_deinit regression when card is at 1.8V signaling

[PATCH ipset 0/7] test updates
 2026-07-13 13:35 UTC  (2+ messages)

[PATCH net-next v4 00/15][pull request] Introduce iXD driver
 2026-07-13 13:34 UTC  (3+ messages)
` [PATCH net-next v4 13/15] ixd: add reset checks and initialize the mailbox

[PATCH rdma-next 00/13] RDMA: Make device names unique per net namespace
 2026-07-13 13:35 UTC  (4+ messages)
` [PATCH rdma-next 13/13] RDMA/selftests: Add rxe_netns_names test

[PATCH v2] generic/795: add unaligned boundary test cases for WRITE_ZEROES
 2026-07-13 13:34 UTC  (5+ messages)

[PATCH net] tipc: cap number of nodes per net namespace
 2026-07-13 13:34 UTC  (2+ messages)

[PATCH] drm/amd/pm: add jpeg/vcn busy to smu_v15_0_8 gpu metrics
 2026-07-13 13:33 UTC  (2+ messages)

[PATCH 1/2] drm/amd/display: Shorten name of FRL polling workqueue
 2026-07-13 13:33 UTC  (3+ messages)

[PATCH v1 00/17] ACPI: processor: idle/intel_idle: Add ACPI _LPI support to intel_idle
 2026-07-13 13:33 UTC  (5+ messages)
` [PATCH v1 13/17] ACPI: processor: idle: Introduce acpi_processor_extract_lpi_info()
` [PATCH v1 15/17] ACPI: processor: idle: Add switch for strict _LPI processing

[PATCH v2 0/4] xfs: consolidate metadir creation code
 2026-07-13 13:32 UTC  (5+ messages)
` [PATCH v2 1/4] xfs: add xfs_metadir_create_file helper
` [PATCH v2 4/4] xfs: mark internal metadir file creation helpers static

[PATCH mm-hotfixes v2 0/4] mm: fix UAF caused by race between ptdump and vmap pgtable freeing
 2026-07-13 13:32 UTC  (2+ messages)

[PATCH v2 0/4] arm64: dts: am62p5-var-som-symphony: align DTS with hardware revision
 2026-07-13 13:32 UTC  (4+ messages)
` [PATCH v2 1/4] arm64: dts: ti: var-som-am62p: fix Ethernet PHY configuration

[PATCH 0/6] TQMa6: Prepares for the switch to using SPL
 2026-07-13 13:01 UTC  (5+ messages)
` [PATCH 2/6] ARM: dts: tqma6: add boot phase properties
` [PATCH 4/6] board: tqma6: use runtime SoC detection in enet setup
` [PATCH 5/6] board: tqma6: implement ENET errata workaround detection
` [PATCH 6/6] board: tqma6: add kernel device tree handling for environment

[PATCH v2] gpu: buddy: avoid repeated builds of root dfs when alloc range
 2026-07-13 13:31 UTC  (2+ messages)


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.