All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-13 12:44:40 to 2026-07-13 16:45:19 UTC [more...]

[PATCHSET v5 sched_ext/for-7.3] sched: Make proxy execution compatible with sched_ext
 2026-07-13 16:45 UTC  (15+ messages)
` [PATCH 01/10] sched: Add helper to block retained proxy donors
` [PATCH 02/10] sched_ext: Block proxy donors across scheduler transitions
` [PATCH 03/10] sched_ext: Fix ops.running/stopping() pairing for proxy-exec donors
` [PATCH 04/10] sched_ext: Split curr|donor references properly
` [PATCH 05/10] sched_ext: Fix TOCTOU race in consume_remote_task()
` [PATCH 06/10] sched_ext: Handle blocked donor migration with proxy execution
` [PATCH 07/10] sched_ext: Delegate proxy donor admission to BPF schedulers
` [PATCH 08/10] sched_ext: Add selftest for blocked donor admission
` [PATCH 09/10] sched_ext: scx_qmap: Add proxy execution support
` [PATCH 10/10] sched: Allow enabling proxy exec with sched_ext

[akpm-mm:mm-new 344/369] mm/alloc_tag.c:356:58: error: implicit declaration of function 'compat_ptr'
 2026-07-13 16:43 UTC  (3+ messages)

[PATCH RFC] jfs: replace BUG() with error return in txLock()
 2026-07-13 16:43 UTC  (2+ messages)

[PATCH v12 nf-next 0/7] netfilter: Add bridge-fastpath
 2026-07-13 16:37 UTC  (7+ messages)
` [PATCH v12 nf-next 3/7] netfilter: nf_flow_table_offload: Add nf_flow_rule_bridge()

[RFC PATCH 000/134] qom: Make composition-tree parenting mandatory
 2026-07-13 16:35 UTC  (3+ messages)
` [RFC PATCH 129/134] hw: Parent board-created CPUs under the machine

[meta-multimedia][PATCH] libcamera: add libdrm dependency
 2026-07-13 16:36 UTC  (4+ messages)
  ` [oe] "

[PATCH nf-next v3] netfilter: ipset: skip extension destroy on hash resize replay
 2026-07-13 16:33 UTC 

[PATCH] rust: drm: Fix typo in FEAT_RENDER documentation
 2026-07-13 16:33 UTC  (2+ messages)

[PATCH 1/4] files/fs-perms.txt: Replace /srv by $servicedir
 2026-07-13 16:29 UTC  (3+ messages)
` [PATCH 3/4] base-files: Install /etc/mtab in a systemd-friendly way
  ` [OE-core] "

[RFC PATCH 00/34] mm: optimize unnecessary loads due to ptep_get() and friends out
 2026-07-13 16:26 UTC  (47+ 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()
` [RFC PATCH 18/34] riscv: mm: use proper set_pXd() for generic compile-time folded patable in setup_vm_final()
` [RFC PATCH 19/34] x86: power: use proper set_pXd() for generic compile-time folded patable in resume_one_md_table_init()
` [RFC PATCH 20/34] x86: kexec: use proper set_pXd() for generic compile-time folded patable in machine_kexec_page_table_set_one()
` [RFC PATCH 21/34] x86: platform: use proper set_pXd() for generic compile-time folded patable in setup_olpc_ofw_pgd()
` [RFC PATCH 22/34] x86: mm: use proper set_pXd() for generic compile-time folded patable in one_md_table_init()
` [RFC PATCH 23/34] x86: mm: skip pud setup when using generic compile-time folded pagetable
` [RFC PATCH 24/34] x86: mm: call try_to_free_pmd_page() when CONFIG_PGTABLE_LEVELS > 2
` [RFC PATCH 25/34] x86: mm: remove usage of pgd_page_vaddr() for CONFIG_x86_PAE
` [RFC PATCH 26/34] x86: mm: define pudp_set_access_flags() when CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD is enabled only
` [RFC PATCH 27/34] m68k: mm: remove usage of pgd_page_vaddr() for CONFIG_PGTABLE_LEVELS=3
` [RFC PATCH 28/34] arm: mm: use proper pgtable APIs for generic compile-time folded patable in kasan_init()
` [RFC PATCH 29/34] mm/pgtable: disallow calling folded set_pgd/set_p4d/set_pud
` [RFC PATCH 30/34] mm/pgtable: disallow calling folded (pgd|p4d|pud)_page, pgd_page_vaddr() and (p4d|pud)_pgtable
` [RFC PATCH 31/34] mm/pgtable: optimize pmdp_get() and friends for folded pagetable levels
` [RFC PATCH 32/34] openrisc/pgtable: drop __pmd_offset()
` [RFC PATCH 33/34] mm/pgtable: catch abuse of folded dummy pgd_t/p4d_t/pud_t
` [RFC PATCH 34/34] arm64: pgtable: convert pte_present() from macro to static inline

[PATCH 1/4] python3-cryptography: set CVE_PRODUCT
 2026-07-13 16:24 UTC  (3+ messages)
` [PATCH 2/4] python3-ply: set CVE_PRODUCT and CVE_STATUS for CVE-2025-56005 as disputed
  ` [OE-core] "

[PATCH] hw/usb/hcd-ohci: Make sure that ohci_service_ed_list() cannot loop forever
 2026-07-13 16:23 UTC  (2+ messages)

[PATCH v1] uftrace: riscv privilege level
 2026-07-13 16:21 UTC  (3+ messages)

[PATCH v6 0/7] Qualcomm Sahara protocol enhancements
 2026-07-13 16:19 UTC  (5+ messages)
` [PATCH v6 4/7] bus: mhi: Add QDU100 Sahara variant and firmware fallback

[PATCH v4 0/3] Rework FIXMEs and fprintfs in hcd-xhci.c
 2026-07-13 16:18 UTC  (5+ messages)
` [PATCH v4 1/3] hw/usb/hcd-xhci: Turn guest-triggerable abort() into qemu_log_mask()
` [PATCH v4 2/3] hw/usb/hcd-xhci: Remove the FIXME macro
` [PATCH v4 3/3] hw/usb/hcd-xhci: Use qemu_log_mask() instead of fprintf() statement

[PATCH nf] netfilter: ipset: skip extension destroy on hash resize replay
 2026-07-13 16:18 UTC  (3+ messages)

[PATCH nf-next v2] netfilter: ipset: skip extension destroy on hash resize replay
 2026-07-13 16:15 UTC 

[PATCH nf-next 1/2] netfilter: conntrack_helper: pass master conntrack to helper functions
 2026-07-13 16:06 UTC  (2+ messages)
` [PATCH nf-next 2/2] netfilter: nf_conntrack_expect: store event cache in expectation

[PATCH v4 0/2] rust: drm: gpuvm: implement Send and Sync for refcounted handles
 2026-07-13 16:00 UTC  (2+ messages)

[PATCH RFC 0/3] RFC: Fixing rust segfault (#16058) to support Ubuntu 26.04 on Scarthgap
 2026-07-13 16:00 UTC  (8+ messages)
            ` [OE-core] "

[PATCH net v2] nfc: llcp: reject PDUs shorter than the LLCP header
 2026-07-13 15:58 UTC 

[PATCH] tests/functional/riscv64: sifive_u: Fix kernel command line
 2026-07-13 15:48 UTC  (2+ messages)

[PATCH v7 0/4] driver core: unify the release path for dynamically allocated platform devices
 2026-07-13 15:37 UTC  (6+ messages)
` [PATCH v7 1/4] platform/surface: gpe: use platform_device_register_full()
` [PATCH v7 2/4] drm/xe/i2c: use device_create_managed_software_node()
` [PATCH v7 3/4] driver core: platform: unify release path
` [PATCH v7 4/4] driver core: platform: tests: add test cases for correct swnode removal

[PATCH v2] rust: drm: fix GEM object pointer safety docs
 2026-07-13 15:35 UTC  (2+ messages)

pull-request: ath-current-20260713
 2026-07-13 15:35 UTC 

[PATCH] fs/super: skip non-memcg-aware nr_cached_objects in memcg slab shrink
 2026-07-13 15:34 UTC  (3+ messages)

[PATCH net] nfc: llcp: bound the remaining LLCP TLV parsers to their buffers
 2026-07-13 15:34 UTC  (4+ messages)

[PATCHSET v2] sched/psi: Fix psimon fork deadlock and rtpoll_timer UAF
 2026-07-13 15:19 UTC  (10+ 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()

Refcounting dma_resv and using that for drm_exec support in TTM
 2026-07-13 15:15 UTC  (21+ messages)
` [PATCH 01/12] dma-buf: Add reference counting to dma_resv
` [PATCH 04/12] drm/ttm: Switch LRU cursor to track dma_resv instead of buffer objects
` [PATCH 09/12] drm/ttm: nuke buffer refcounting
` [PATCH 10/12] drm/exec: add drm_exec_lock_resv function

[PATCH v3 1/3] platform/x86: asus-wireless: Check ACPI_COMPANION() against NULL
 2026-07-13 15:14 UTC  (3+ messages)
` [PATCH v3 2/3] platform/x86: topstar-laptop: "
` [PATCH v3 3/3] platform/x86: hsmp: "

[PATCH] powerpc/ps3: Fix map failure path in dma_ioc0_map_pages()
 2026-07-13 15:08 UTC  (3+ messages)

[PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-07-13 15:06 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] riscv: dts: spacemit: k3: Add USB/PCIe devices
 2026-07-13 15:04 UTC  (5+ messages)
` [PATCH 2/2] riscv: dts: spacemit: k3: Add PCIe device node

[AUH] pkgconf: upgrading to 3.0.1 SUCCEEDED
 2026-07-13 15:00 UTC 

[PATCH 1/2] wifi: ath11k: implement custom wake_tx_queue with flow control
 2026-07-13 15:01 UTC  (2+ messages)

[PATCH] memory-control: fix build failure on non-systemd distros
 2026-07-13 15:01 UTC 

[PATCH 00/13 RFC net-next] Allow compiling an IPv6-only kernel network stack
 2026-07-13 14:57 UTC  (6+ messages)
` [PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack

[PATCH 0/3] Add UFS Host driver support for SpacemiT K3 SoC
 2026-07-13 14:56 UTC  (4+ messages)

[PATCH net-next v2] mptcp: sockopt: implement IPV6_TCLASS
 2026-07-13 14:53 UTC  (2+ messages)

[PATCH] xfs: don't hold buffer locks across sync transaction commit in xfs_sync_sb_buf
 2026-07-13 14:50 UTC 

[RFC PATCH 0/4] rust: usb: add usb request block abstractions and a user
 2026-07-13 14:44 UTC  (7+ messages)
` [RFC PATCH 2/4] rust: usb: add usb host interface and endpoint abstractions
` [RFC PATCH 4/4] media: add gv-usb2 audio capture driver

[PATCH v3 02/12] LoongArch: Mark special sections for KLP support
 2026-07-13 14:33 UTC  (2+ messages)

xfsprogs_6.13.0-2+deb13u1_source.changes ACCEPTED into proposed-updates
 2026-07-13 14:32 UTC 

[PATCH v12 0/2] Lenovo Yoga Book 9 keyboard dock detection
 2026-07-13 14:31 UTC  (3+ messages)
` [PATCH v12 1/2] platform/x86/lenovo: lenovo-ymc: Suppress probe on Yoga Book 9 14IAH10
` [PATCH v12 2/2] platform/x86/lenovo: Add Yoga Book 9 keyboard dock detection driver

[PATCH ipset 0/7] test updates
 2026-07-13 14:25 UTC  (4+ messages)

[PATCH] drm/amd/display: Shorten KUnit exported symbol names
 2026-07-13 14:20 UTC  (2+ messages)

[PATCH nf,v3] netfilter: nf_conntrack_expect: add and use nf_ct_expect_related_pair()
 2026-07-13 14:19 UTC 

[PATCH net-next] mptcp: sockopt: implement IPV6_TCLASS
 2026-07-13 14:17 UTC  (4+ messages)

[PATCH v3 0/5] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-07-13 14:14 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH] checkpolicy: fix double free of fstype in define_genfs_context_helper
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH v3 0/3] wifi: carl9170: firmware trust boundary hardening
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH v3 0/3] wifi: ath6kl: firmware trust boundary hardening
 2026-07-13 14:05 UTC  (2+ messages)
` (subset) "

[PATCH wireless v4 3/3] wifi: ath6kl: fix OOB read from firmware num_msg in TX complete handler
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH v5] wifi: ath6kl: fix OOB access from firmware ADDBA window size
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH v2] ath12k: fix NULL pointer dereference in rhash table destroy
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH ath-current] wifi: ath12k: Fix low MLO RX throughput on WCN7850
 2026-07-13 14:05 UTC  (2+ messages)

[PATCH v2] powerpc/ps3: Remove unused struct table in setup_areas()
 2026-07-13 14:03 UTC  (2+ messages)

[PATCH v2 0/3] SM8450 QoL changes (dispcc)
 2026-07-13 14:05 UTC  (4+ messages)
` [PATCH v2 2/3] clk: qcom: dispcc-sm8450: Migrate to qcom_cc_driver_data

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

[PATCH v1] gdbus: Skip BLE random-address devices and remove broad match rule
 2026-07-13 14:00 UTC  (4+ messages)

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

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

[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 libnflog] utils: add minimal nfnlog test case
 2026-07-13 13:55 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 0/8] ACPI: LoongArch: Add IOVT table support
 2026-07-13 13:40 UTC  (3+ messages)

[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] generic/795: add unaligned boundary test cases for WRITE_ZEROES
 2026-07-13 13:34 UTC  (5+ messages)

[PATCH v2 0/4] xfs: consolidate metadir creation code
 2026-07-13 13:32 UTC  (7+ messages)
` [PATCH v2 1/4] xfs: add xfs_metadir_create_file helper
` [PATCH v2 2/4] xfs: create quota metadir inodes using xfs_metadir_create_file
` [PATCH v2 3/4] xfs: create rtgroup "
` [PATCH v2 4/4] xfs: mark internal metadir file creation helpers static

[PATCH] xfs: restore nofs context unconditionally in xfs_trans_roll
 2026-07-13 13:28 UTC  (4+ messages)

[PATCH 0/2] devtool: fix finish for recipes using AUTOREV
 2026-07-13 13:22 UTC  (3+ messages)
` [PATCH 2/2] oeqa/selftest/devtool: add test for finishing a recipe "
  ` [OE-core] "

[PATCH nf] netfilter: ipset: do not update comments from kernel-side hash adds
 2026-07-13 13:12 UTC  (2+ messages)

[PATCH v2 0/4] powerpc/kdump: Support high crashkernel reservation
 2026-07-13 13:12 UTC  (4+ messages)
` [PATCH v2 1/4] powerpc/mmu: do MMU type discovery before "

[PATCH] os-release: set BUILD_ID vardepsexclude with weak assignment
 2026-07-13 13:04 UTC  (4+ messages)
` [OE-core] "

[PATCH v2 0/3] hw/riscv/riscv-iommu.c: additional PTE checks
 2026-07-13 13:00 UTC  (4+ messages)
` [PATCH v2 2/3] hw/riscv/riscv-iommu.c: fault when !PTE_U and no priv access

[PATCH] lib/oe/patch: avoid duplicated "From:" in generated patches
 2026-07-13 12:59 UTC  (2+ messages)
` [OE-core] "

[PATCH nf v2] selftests: netfilter: nft_flowtable.sh: fix offload counter verification for tunnel tests
 2026-07-13 12:53 UTC 

[PATCH 1/2] drm/amd/display: Fix preferred link rate for NUTMEG
 2026-07-13 12:44 UTC  (4+ messages)

[PATCH 0/2] bus: Remove redundant error messages on IRQ request failure
 2026-07-13 12:48 UTC  (3+ messages)
` [PATCH 1/2] bus: fsl-mc: Remove redundant dev_err()

[PATCH nf-next v6 0/6] Add IPv4 over IPv6 and SIT flowtable SW acceleration
 2026-07-13 12:46 UTC  (7+ messages)
` [PATCH nf-next v6 1/6] net: netfilter: add ether_type to net_device_path_ctx
` [PATCH nf-next v6 2/6] net: netfilter: add encap_proto to flow_offload_tunnel
` [PATCH nf-next v6 3/6] net: netfilter: add IPv4 over IPv6 tunnel flowtable acceleration
` [PATCH nf-next v6 4/6] selftests: netfilter: nft_flowtable.sh: add IPv4 over IPv6 flowtable selftest
` [PATCH nf-next v6 5/6] net: netfilter: add SIT tunnel flowtable acceleration
` [PATCH nf-next v6 6/6] selftests: netfilter: nft_flowtable.sh: add SIT flowtable selftest


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.