All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-17 17:58:24 to 2025-11-17 18:55:41 UTC [more...]

[PATCH 0/13] rtla: Code robustness and maintainability improvements
 2025-11-17 18:41 UTC  (7+ messages)
` [rtla 01/13] rtla: Check for memory allocation failures
` [rtla 02/13] rtla: Use strdup() to simplify code
` [rtla 03/13] rtla: Introduce for_each_action() helper
` [rtla 04/13] rtla: Replace atoi() with a robust strtoi()
` [rtla 05/13] rtla: Simplify argument parsing
` [rtla 06/13] rtla: Use strncmp_static() in more places

[PATCH 00/22] python: drop qemu.qmp from qemu.git tree
 2025-11-17 18:51 UTC  (12+ messages)
` [PATCH 01/22] python/mkvenv: ensure HAVE_LIB variables are actually constants
` [PATCH 02/22] python/qapi: add an ignore for Pylint 4.x
` [PATCH 03/22] python/qapi: delint import statements
` [PATCH 04/22] python/mkvenv: create timestamp file for each group "ensured"
` [PATCH 05/22] python/mkvenv: bump 'qemu.qmp' dependency for testdeps
` [PATCH 06/22] python/mkvenv: rename 'testdeps' to 'functests'
` [PATCH 07/22] python/mkvenv: add "checktests" dependency group
` [PATCH 08/22] meson, mkvenv: add checktests and functests custom targets
` [PATCH 10/22] tests/iotests: use "make check-venv" to prepare for running iotests
` [PATCH 11/22] python: add vendored qemu.qmp package
` [PATCH 15/22] mtest2make: do not repeat the same speed over and over

[RFC 00/10] mm: thp: always enable mTHP support
 2025-11-17 18:55 UTC  (4+ messages)
` [RFC 04/10] drivers: i915 selftest: use pgtable_has_pmd_leaves()

[PATCH v4] sched/fair: Skip sched_balance_running cmpxchg when balance is not due
 2025-11-17 18:55 UTC  (4+ messages)
` [tip: sched/core] "

[PATCH v2 1/2] objtool: fix the check for dead_end function with multiple sibliing calls
 2025-11-17 18:54 UTC  (3+ messages)
` [PATCH v2 2/2] objtool: dead_end function change for split functions

[PATCH] MAINTAINERS: sync omap devicetree maintainers with omap platform
 2025-11-17 18:53 UTC  (3+ messages)

[syzbot] UBSAN: shift-out-of-bounds in minix_statfs
 2025-11-17 18:53 UTC  (2+ messages)
` Forwarded:

[PATCH] rtl8187: Fix potential buffer underflow in rtl8187_rx_cb()
 2025-11-17 18:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v13 00/32] x86,fs/resctrl telemetry monitoring
 2025-11-17 18:52 UTC  (8+ messages)
` [PATCH v13 25/32] x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKG

[PATCH net v4 0/5] net: dsa: microchip: Fix resource releases in error path
 2025-11-17 18:51 UTC  (4+ messages)
` [PATCH net v4 4/5] net: dsa: microchip: Free previously initialized ports on init failures

[PATCH] drm/amdgpu: Don't send warning when close drm obj if drm device has been unplug
 2025-11-17 18:52 UTC 

[PATCH v6 0/7] Cache coherency management subsystem
 2025-11-17 18:51 UTC  (3+ messages)
` [PATCH v6 3/7] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION

[PATCH V2] hwmon: (k10temp) Add AMD Steam Deck APU ID
 2025-11-17 18:50 UTC 

[PATCH v5 00/27] KVM: arm64: SMMUv3 driver for pKVM (trap and emulate)
 2025-11-17 18:48 UTC  (28+ messages)
` [PATCH v5 01/27] KVM: arm64: Add a new function to donate memory with prot
` [PATCH v5 02/27] KVM: arm64: Donate MMIO to the hypervisor
` [PATCH v5 03/27] KVM: arm64: pkvm: Add pkvm_time_get()
` [PATCH v5 04/27] iommu/io-pgtable-arm: Factor kernel specific code out
` [PATCH v5 05/27] iommu/arm-smmu-v3: Split code with hyp
` [PATCH v5 06/27] iommu/arm-smmu-v3: Move TLB range invalidation into common code
` [PATCH v5 07/27] iommu/arm-smmu-v3: Move IDR parsing to common functions
` [PATCH v5 08/27] KVM: arm64: iommu: Introduce IOMMU driver infrastructure
` [PATCH v5 09/27] KVM: arm64: iommu: Shadow host stage-2 page table
` [PATCH v5 10/27] KVM: arm64: iommu: Add memory pool
` [PATCH v5 11/27] KVM: arm64: iommu: Support DABT for IOMMU
` [PATCH v5 12/27] iommu/arm-smmu-v3-kvm: Add SMMUv3 driver
` [PATCH v5 13/27] iommu/arm-smmu-v3-kvm: Add the kernel driver
` [PATCH v5 14/27] iommu/arm-smmu-v3: Support probing KVM emulated devices
` [PATCH v5 15/27] iommu/arm-smmu-v3-kvm: Create array for hyp SMMUv3
` [PATCH v5 16/27] iommu/arm-smmu-v3-kvm: Take over SMMUs
` [PATCH v5 17/27] iommu/arm-smmu-v3-kvm: Probe SMMU HW
` [PATCH v5 18/27] iommu/arm-smmu-v3-kvm: Add MMIO emulation
` [PATCH v5 19/27] iommu/arm-smmu-v3-kvm: Shadow the command queue
` [PATCH v5 20/27] iommu/arm-smmu-v3-kvm: Add CMDQ functions
` [PATCH v5 21/27] iommu/arm-smmu-v3-kvm: Emulate CMDQ for host
` [PATCH v5 22/27] iommu/arm-smmu-v3-kvm: Shadow stream table
` [PATCH v5 23/27] iommu/arm-smmu-v3-kvm: Shadow STEs
` [PATCH v5 24/27] iommu/arm-smmu-v3-kvm: Emulate GBPA
` [PATCH v5 25/27] iommu/arm-smmu-v3-kvm: Support io-pgtable
` [PATCH v5 26/27] iommu/arm-smmu-v3-kvm: Shadow the CPU stage-2 page table
` [PATCH v5 27/27] iommu/arm-smmu-v3-kvm: Enable nesting

[PATCH] repo: add --all to git-repo-info
 2025-11-17 18:48 UTC  (5+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] repo: factor out field printing to dedicated function

[PATCH] platform/x86: asus-armoury: remove unsafe CPU cores unsafe interface
 2025-11-17 18:47 UTC  (3+ messages)

[PATCH v6 00/20] Live Update Orchestrator
 2025-11-17 18:45 UTC  (21+ messages)
` [PATCH v6 02/20] liveupdate: luo_core: integrate with KHO
` [PATCH v6 10/20] MAINTAINERS: add liveupdate entry
` [PATCH v6 11/20] mm: shmem: use SHMEM_F_* flags instead of VM_* flags
` [PATCH v6 13/20] mm: shmem: export some functions to internal.h
` [PATCH v6 14/20] liveupdate: luo_file: add private argument to store runtime state
` [PATCH v6 18/20] selftests/liveupdate: Add kexec-based selftest for session lifecycle

[PATCH] mm/filemap: fix NULL pointer dereference in do_read_cache_folio()
 2025-11-17 18:45 UTC  (9+ messages)

[PATCH] Documentation/hwmon: Fix broken datasheet links for zl6100
 2025-11-17 18:44 UTC  (2+ messages)

[PATCH] hwmon: (k10temp) Add AMD Steam Deck APU ID
 2025-11-17 18:44 UTC  (3+ messages)

+ zram-drop-wb_limit_lock.patch added to mm-unstable branch
 2025-11-17 18:44 UTC 

+ zram-take-write-lock-in-wb-limit-store-handlers.patch added to mm-unstable branch
 2025-11-17 18:44 UTC 

+ zram-add-writeback-batch-size-device-attr.patch added to mm-unstable branch
 2025-11-17 18:44 UTC 

+ zram-introduce-writeback-bio-batching-support.patch added to mm-unstable branch
 2025-11-17 18:44 UTC 

[PATCH v6 00/18] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-11-17 18:43 UTC  (16+ messages)
` [PATCH v6 03/18] kasan: sw_tags: Use arithmetic shift for shadow computation
` [PATCH v6 04/18] kasan: sw_tags: Support tag widths less than 8 bits
` [PATCH v6 06/18] x86/kasan: Add arch specific kasan functions
` [PATCH v6 09/18] mm/execmem: Untag addresses in EXECMEM_ROX related pointer arithmetic
` [PATCH v6 17/18] x86/kasan: Logical bit shift for kasan_mem_to_shadow

[bitbake-devel][PATCH 2/2] bitbake-setup: Tell the user what to do if they don't like the top dir
 2025-11-17 18:43 UTC  (3+ messages)
` [bitbake-devel][PATCH v2] "

[PATCH v2] cpuset: relax the overlap check for cgroup-v2
 2025-11-17 18:43 UTC  (3+ messages)

[net-next v1] dt-bindings: can: mpfs: document resets
 2025-11-17 18:41 UTC  (7+ messages)

[PATCH 0/3] Synchronize DTC to 1.7.2
 2025-11-17 18:40 UTC  (8+ messages)

[melver:ctx-analysis/dev 23/35] drivers/s390/char/con3215.c:871 con3215_notify() error: uninitialized symbol 'flags'
 2025-11-17 18:39 UTC 

ls input/output error ("NFS: readdir(/) returns -5") on krb5 NFSv4 client using SHA2
 2025-11-17 18:38 UTC  (9+ messages)

[PATCH] crypto/openssl: support AES-XTS operations
 2025-11-17 18:38 UTC  (2+ messages)
` [EXTERNAL] "

[PATCH] KVM: SVM: Fix redundant updates of LBR MSR intercepts
 2025-11-17 18:38 UTC  (4+ messages)

[v3 2/2] test/crypto: add QAT AES-CCM test case
 2025-11-17 18:36 UTC  (3+ messages)
` [v4] test/crypto: add AES-CCM test case with 32-byte AAD
  ` [EXTERNAL] "

[PATCH v2 bpf-next 0/4] Replace BPF memory allocator with kmalloc_nolock() in local storage
 2025-11-17 18:36 UTC  (7+ messages)
` [PATCH v2 bpf-next 1/4] bpf: Always charge/uncharge memory when allocating/unlinking storage elements
` [PATCH v2 bpf-next 2/4] bpf: Remove smap argument from bpf_selem_free()
` [PATCH v2 bpf-next 3/4] bpf: Save memory alloction info in bpf_local_storage

[PATCH 0/4] Clean up end-of-instruction processing
 2025-11-17 18:35 UTC  (4+ messages)

[PATCH v2 0/2] Add support for Pixel 3 and Pixel 3 XL
 2025-11-17 18:35 UTC  (6+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: "

[PATCH 0/4] KVM: x86: Cleanup #MC and XCR0/XSS/PKRU handling
 2025-11-17 18:35 UTC  (3+ messages)

[PATCH v5] crash: export crashkernel CMA reservation to userspace
 2025-11-17 18:33 UTC  (3+ messages)

[PATCH] block: rate-limit capacity change info log
 2025-11-17 18:30 UTC  (3+ messages)

[PATCH v2] KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
 2025-11-17 18:30 UTC  (2+ messages)

[PATCH v12 0/8] x86: Enable base Linear Address Space Separation support
 2025-11-17 18:29 UTC  (5+ messages)
` [PATCH v12 6/8] x86/traps: Communicate a LASS violation in #GP message

[PATCH] Gitlab: Add a "sage-lab" stage to access a board farm
 2025-11-17 18:30 UTC  (7+ messages)

[PATCH V3 00/27] ublk: add UBLK_F_BATCH_IO
 2025-11-17 18:29 UTC  (5+ messages)
` [PATCH V3 06/27] ublk: add helper of __ublk_fetch()

[PATCH v2 0/2] Improve CCS save/restore series (cont...)
 2025-11-17 18:29 UTC  (5+ messages)
` [PATCH v2 1/2] drm/xe/sa: Shadow buffer support in the sub-allocator pool
` [PATCH v2 2/2] drm/xe/vf: Shadow buffer management for CCS read/write operations

[PATCH] ci(dockerized): do show the result of failing tests again
 2025-11-17 18:28 UTC  (2+ messages)

[PATCH 0/2] make VM_SOFTDIRTY a sticky VMA flag
 2025-11-17 18:26 UTC  (4+ messages)

[PATCH] NFS: ensure nfs_safe_remove() atomic nlink drop
 2025-11-17 18:24 UTC  (2+ messages)

Linux 6.18-rc6
 2025-11-17 18:24 UTC  (12+ messages)

[PATCH v5 0/2] blame: make diff algorithm configurable
 2025-11-17 18:24 UTC  (3+ messages)
` [PATCH v6 "

+ mm-page_alloc-optimize-lowmem_reserve-max-lookup-using-its-semantic-monotonicity.patch added to mm-new branch
 2025-11-17 18:22 UTC 

[Patch v4 0/3] NFSD: Fix server hang when there are multiple layout conflicts
 2025-11-17 18:21 UTC  (5+ messages)
` [PATCH v4 1/3] locks: Introduce lm_breaker_timedout operation to lease_manager_operations
` [PATCH v4 2/3] locks: Threads with layout conflict must wait until client was fenced

[PATCH 00/13] staging: greybus: cleanup, FIXME removals, and driver correctness fixes
 2025-11-17 18:18 UTC  (14+ messages)
` [PATCH 01/13] staging: greybus: Remove completed GPIO conversion TODO item
` [PATCH 02/13] staging: greybus: pwm: move activation into pwm apply and remove request()
` [PATCH 03/13] staging: greybus: remove empty TODO file
` [PATCH 04/13] staging: greybus: audio: remove obsolete INPUT_PROP_NO_DUMMY_RELEASE FIXME
` [PATCH 05/13] staging: greybus: audio: remove obsolete FIXME and document topology ownership
` [PATCH 06/13] staging: greybus: bootrom: remove obsolete FIXME about SVC parallel event handling
` [PATCH 07/13] staging: greybus: bootrom: remove obsolete FIXME around firmware filename logging
` [PATCH 08/13] staging: greybus: fw-core: remove obsolete S2 Loader runtime PM FIXME
` [PATCH 09/13] staging: greybus: loopback: remove incorrect FIXME about async wait
` [PATCH 10/13] staging: greybus: raw: handle disconnect while chardev is open
` [PATCH 11/13] staging: greybus: uart: clear unsupported termios bits
` [PATCH 12/13] staging: greybus: usb: validate hub control response length
` [PATCH 13/13] staging: greybus: usb: remove obsolete FIXME about bridged-PHY support

[PATCH] app/testpmd: fix flex item link parsing
 2025-11-17 18:20 UTC  (3+ messages)
` [PATCH v2] "

[PATCH rdma-next 9/9] RDMA/core: Add command to set pinned FRMR handles
 2025-11-17 18:18 UTC  (2+ messages)

[brgl:gpio/for-next 3/11] drivers/gpio/gpiolib-shared.c:62:1: warning: 'gpio_shared_find_entry' defined but not used
 2025-11-17 18:18 UTC 

[PATCH 0/2] Randomize PAT test subset
 2025-11-17 18:18 UTC  (4+ messages)
` [PATCH 1/2] tests/intel/xe_pat: switch PAT tests to igt_srandom()

[PATCH v12 mm-new 00/15] khugepaged: mTHP support
 2025-11-17 18:16 UTC  (4+ messages)
` [PATCH v12 mm-new 13/15] khugepaged: avoid unnecessary mTHP collapse attempts

[PATCH 0/9] CI: test qemu-riscv64_smode[_acpi]
 2025-11-17 18:16 UTC  (9+ messages)
` [PATCH 6/9] test: cmd/fdt: do not use fixed buffer addresses

[PATCH v2] Drivers: hv: ioctl for self targeted passthrough hvcalls
 2025-11-17 18:16 UTC  (2+ messages)

[PATCH 1/2] boot: android: Always use 8-byte aligned DT with libfdt
 2025-11-17 18:15 UTC  (12+ messages)

+ mm-huge_memoryc-introduce-folio_split_unmapped-v2.patch added to mm-new branch
 2025-11-17 18:16 UTC 

[PATCH V2] hwmon: (via-cputemp) Add Via CHA ID
 2025-11-17 18:15 UTC 

[PATCH] KVM: s390: Implement CHECK_STOP support and fix GET_MP_STATE
 2025-11-17 18:14 UTC  (2+ messages)

Analysis of Rust v1.91.0/1 build issues
 2025-11-17 18:14 UTC  (2+ messages)
` [OE-core] "

[PATCH v2] drm/amdkfd: FORWARD NULL
 2025-11-17 18:14 UTC 

[PATCH v8 0/3] SCM: Support latest version of waitq-aware firmware
 2025-11-17 18:13 UTC  (4+ messages)
` [PATCH v8 3/3] firmware: qcom_scm: Check for waitq state in wait_for_wq_completion()

[PATCH v4 1/4] net/dpaa2: fix duplicate calling of dpaa2 dev close
 2025-11-17 18:13 UTC  (6+ messages)
` [PATCH v5 "
  ` [PATCH v5 2/4] net/dpaa2: clear active VDQ state when freeing Rx queues

[PATCH] drm/amdkfd: FORWARD NULL
 2025-11-17 18:13 UTC  (4+ messages)

[PATCH v2 0/3] cxl/test: Add unit testing for extended linear cache
 2025-11-17 18:13 UTC  (2+ messages)

[PATCH 00/12] KVM: arm64: nv: Implement FEAT_XNX and FEAT_HAF
 2025-11-17 18:13 UTC  (4+ messages)
` [PATCH 09/12] KVM: arm64: Add helper for swapping guest descriptor

[PATCH 1/1] nvme-fabrics: add ENOKEY to no retry criteria for authentication failures
 2025-11-17 18:43 UTC 

[Intel-wired-lan] [PATCH v3] net: ethernet: fix uninitialized pointers with free attribute
 2025-11-17 18:11 UTC  (5+ messages)

[PATCH] x86emul: replace custom handling for SHLD/SHRD
 2025-11-17 18:10 UTC  (2+ messages)

[RFC v1 0/5] Fix some register offset as per RK3399 TRM part 2
 2025-11-17 18:10 UTC  (12+ messages)
` [RFC v1 1/5] PCI: rockchip: Fix Link Control register offset and enable ASPM/CLKREQ
` [RFC v1 2/5] PCI: rockchip: Fix Device Control register offset for Max payload size
` [RFC v1 3/5] PCI: rockchip: Fix Slot Capability Register offset for slot power limit
` [RFC v1 4/5] PCI: rockchip: Fix Link Control and Status Register 2 for target link speed
` [RFC v1 5/5] PCI: rockchip: Fix Linkwidth Control Register offset for Retrain Link

[PATCH V2 00/13] i3c: mipi-i3c-hci-pci: Add LTR support for Intel controllers
 2025-11-17 18:09 UTC  (8+ messages)
` [PATCH V2 12/13] "

[PATCH v6 00/22] wifi: nxpwifi: create nxpwifi to support iw61x
 2025-11-17 18:08 UTC  (3+ messages)

[PATCH v4 00/16] iommu/amd: Introduce Nested Translation support
 2025-11-17 18:08 UTC  (7+ messages)
` [PATCH v4 15/16] iommu/amd: Refactor logic to program the host page table in DTE

+ memcg-remove-__lruvec_stat_mod_folio.patch added to mm-new branch
 2025-11-17 18:07 UTC 

+ memcg-remove-__mod_lruvec_state.patch added to mm-new branch
 2025-11-17 18:07 UTC 

+ memcg-remove-__mod_lruvec_kmem_state.patch added to mm-new branch
 2025-11-17 18:07 UTC 

+ memcg-use-mod_node_page_state-to-update-stats.patch added to mm-new branch
 2025-11-17 18:07 UTC 

[PATCH v5 0/8] scripts/make_fit: Support ramdisks and faster operations
 2025-11-17 18:06 UTC  (4+ messages)
` [PATCH v5 4/8] scripts/make_fit: Provide a way to add built modules

[PATCH 0/2] reboot-mode: Expose sysfs for registered reboot modes
 2025-11-17 18:05 UTC  (3+ messages)

[PATCH 0/2] Fix misc. Coverity issues
 2025-11-17 18:05 UTC  (2+ messages)

[oe][meta-python][PATCH] python3-imageio: upgrade 2.37.0 -> 2.37.2
 2025-11-17 18:04 UTC  (4+ messages)
  ` 回复: "

[PATCH 0/3] MTD physmap: Adding reserved RAM support and fixing reserved_mem limitations
 2025-11-17 18:04 UTC  (7+ messages)
` [PATCH 1/3] of: reserved_mem: Support multiple 'reg' entries for memory-region
` [PATCH 2/3] dt-bindings: mtd: physmap: Allow using memory-region to access memory resources

[bitbake-devel] [PATCH] toaster: remove styhead
 2025-11-17 18:01 UTC 

[PATCH v2 1/1] net/mlx5: fix set port down if detect anomaly
 2025-11-17 18:01 UTC  (2+ messages)

[PATCH net-next] vhost: use "checked" versions of get_user() and put_user()
 2025-11-17 17:34 UTC  (5+ messages)

[PATCH v3 0/8] lib/xe/xe_query: implement few query helpers
 2025-11-17 18:00 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for lib/xe/xe_query: implement few query helpers (rev3)

[PATCH] iommu/omap: Fix error handling in omap_iommu_probe_device
 2025-11-17 18:00 UTC  (2+ messages)

[PATCH 2/2] net/mlx5: fix the masked value for a rule for sync API
 2025-11-17 17:59 UTC  (2+ messages)

[PATCH 0/2] MSM8917/MSM8953 Remove ALWAYS_ON flag from cpp_gdsc
 2025-11-17 17:58 UTC  (3+ messages)
` [PATCH 1/2] clk: qcom: gcc-msm8953: "
` [PATCH 2/2] clk: qcom: gcc-msm8917: "

[PATCH v2 1/2] net/mlx5: enhance socket file path
 2025-11-17 17:58 UTC  (3+ messages)
` [PATCH v3 1/2] net/mlx5: improve socket file path handling

[PATCH] Drivers: hv: ioctl for self targeted passthrough hvcalls
 2025-11-17 17:57 UTC  (5+ 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.