messages from 2026-05-01 19:41:54 to 2026-05-01 21:33:31 UTC [more...]
[PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
2026-05-01 21:10 UTC (6+ messages)
` [PATCH v4 2/6] mm: Introduce zone_maybe_fragmented_in_shrinker()
` PATCH v4 0/6] mm, drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
[PATCH] wifi: rtw88: increase TX report timeout to fix race condition
2026-05-01 21:33 UTC (5+ messages)
[PATCH 5.10 000/491] 5.10.253-rc1 review
2026-05-01 21:33 UTC (5+ messages)
` [PATCH 5.10 491/491] io_uring/poll: correctly handle io_poll_add() return value on update
Toybox make root no longer works as expected
2026-05-01 21:27 UTC (7+ messages)
[PATCH v3] perf/arm_pmu: Skip PMCCNTR_EL0 on NVIDIA Olympus
2026-05-01 21:25 UTC (3+ messages)
[PATCH] platform/x86/intel/vsec: allocate res with intel_vsec_dev
2026-05-01 21:24 UTC (2+ messages)
[PATCH] perf tools: Ensure event leader stays at head of evlist after sorting
2026-05-01 21:23 UTC (2+ messages)
[PATCH net-next 1/5] dt-bindings: net: add onsemi's TS2500/NCN26010 10BASE-T1S MACPHY
2026-05-01 21:21 UTC (3+ messages)
[PATCH net-next 0/3] net: Convert AF_NETLINK and AF_VSOCK to getsockopt_iter API
2026-05-01 21:21 UTC (4+ messages)
` [PATCH net-next 2/3] vsock: convert to getsockopt_iter
[PATCH 2/2] hwmon: (lm75) Support active-high alert polarity
2026-05-01 21:19 UTC (7+ messages)
` AW: "
` AW: "
[PATCH v2] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
2026-05-01 21:17 UTC (3+ messages)
Understanding and resolving super mismatch error
2026-05-01 21:17 UTC
[PATCH] accel/qaic: fix incorrect counter check in RAS message decode
2026-05-01 21:17 UTC (2+ messages)
[PATCH v2 0/5] Add RISC-V Smrnmi extension support
2026-05-01 21:16 UTC (6+ messages)
` [PATCH v2 1/5] include: sbi_scratch: Add tmp1 scratch space for RNMI context saving
` [PATCH v2 2/5] lib: sbi: Add Smrnmi extension macros for registers and bits
` [PATCH v2 3/5] firmware: Add RNMI handler infrastructure
` [PATCH v2 4/5] lib: sbi: Create a spot to place Smrnmi detection before traps and after DT is ready
` [PATCH v2 5/5] lib: sbi: hart: Detect and enable Smrnmi before trap-based feature detection
[RFC PATCH v4 0/7] KVM: pfncache: Add guest_memfd support to pfncache
2026-05-01 21:16 UTC (3+ messages)
` [RFC PATCH v4 6/7] KVM: selftests: Test pfncache with gmem-backed memory
[PATCH 5/6] lib: compile generic bitrev.c conditionally on GENERIC_BITREVERSE
2026-05-01 21:15 UTC (2+ messages)
[PATCH 4/6] arch/riscv: Add bitrev.h file to support rev8 and brev8
2026-05-01 21:15 UTC (2+ messages)
[PATCH 2/6] lib/bitrev: Introduce GENERIC_BITREVERSE and cleanup Kconfig
2026-05-01 21:15 UTC (2+ messages)
[PATCH 3/6] bitops: Define generic __bitrev8/16/32 for reuse
2026-05-01 21:15 UTC (2+ messages)
[PATCH 1/6] lib: include crc32.h conditionally on CONFIG_CRC32
2026-05-01 21:15 UTC (2+ messages)
[GIT PULL] arm64 fixes for 7.1-rc2
2026-05-01 21:15 UTC
[PATCH RFC 00/32] mm/mglru: MGLRU-FG and refault distance support
2026-05-01 21:04 UTC (66+ messages)
` [PATCH RFC 01/32] mm/memcontrol: make lru_zone_size atomic and simplify sanity check
` [PATCH RFC 02/32] mm/memcontrol: allow update of LRU statistic without holding LRU lock
` [PATCH RFC 03/32] mm/mglru: wrap all access to folio flags with accessor
` [PATCH RFC 04/32] mm/mglru: introduce and use helpers for updating lru_gen refs and gen
` [PATCH RFC 05/32] mm/mglru: make generation page counters atomic
` [PATCH RFC 06/32] mm/mglru: frequency guided workingset promotion (MGLRU-FG)
` [PATCH RFC 07/32] mm/mglru: don't reset folios LRU refs count on protection by default
` [PATCH RFC 08/32] mm: make folio lru referenced times count a generic API
` [PATCH RFC 09/32] mm: replace folio_set_workingset with folio_mark_workingset
` [PATCH RFC 10/32] mm: replace folio_test_workingset with folio_is_workingset
` [PATCH RFC 11/32] mm/smap: report workingset folios as referenced
` [PATCH RFC 12/32] mm/huge_memory: mark file folio as accessed more accurately on split
` [PATCH RFC 13/32] mm/khugepaged: consider workingset folios as referenced
` [PATCH RFC 14/32] mm: convert rest folio LRU referenced usages to new helpers
` [PATCH RFC 15/32] mm/gup: use new helpers for marking folios as referenced
` [PATCH RFC 16/32] mm: convert folio referenced flag usages to new bitwise identical helpers
` [PATCH RFC 17/32] mm/shmem: mark folio as referenced use new helper
` [PATCH RFC 18/32] mm/vmscan: convert to new bitwise identical helper
` [PATCH RFC 19/32] mm/madvise: convert to new lru refs API and better support for MGLRU
` [PATCH RFC 20/32] mm/damon: don't clear the lruref "
` [PATCH RFC 21/32] mm/swap: convert to new bitwise identical helper
` [PATCH RFC 22/32] mm/workingset: simplify and use a more intuitive model
` [PATCH RFC 23/32] mm/workingset: rename the nonresistence age counter
` [PATCH RFC 24/32] mm/workingset: use a single atomic operation for read and age
` [PATCH RFC 25/32] mm/workingset, lru_gen: simplify lru_gen recent
` [PATCH RFC 26/32] mm/workingset: properly define the format of a folio shadow
` [PATCH RFC 27/32] mm/workingset: move refault distance checking into a helper
` [PATCH RFC 28/32] mm/workingset: split lruvec retrieving and flush "
` [PATCH RFC 29/32] mm/mglru: convert avg_total and avg_refaulted to atomic
` [PATCH RFC 30/32] mm/mglru, workingset: apply refault-distance based re-activation
` [PATCH RFC 31/32] mm: remove PG_workingset
` [PATCH RFC 32/32] mm: remove PG_referenced
Upstreaming - how to deal with vendor fork
2026-05-01 21:13 UTC (4+ messages)
[PATCH iproute2-next 0/5] netshaper: Extend netshaper support
2026-05-01 21:13 UTC (3+ messages)
[PATCH] trace_printk: replace _______STR with __UNIQUE_ID(STR)
2026-05-01 21:13 UTC (4+ messages)
M-Audio FT C600 - driver missing control for disabling the Output Gain Knob
2026-05-01 21:11 UTC (2+ messages)
[PATCH 6.12.y] perf annotate: Use jump__delete when freeing LoongArch jumps
2026-05-01 21:11 UTC (2+ messages)
[PATCH 6.18.y] perf annotate: Use jump__delete when freeing LoongArch jumps
2026-05-01 21:10 UTC (2+ messages)
[PATCH net-next 00/12] net: enable TC956x support
2026-05-01 21:09 UTC (9+ messages)
` [PATCH net-next 04/12] net: stmmac: dma: create a separate dma_device pointer
` [PATCH net-next 11/12] misc: tc956x_pci: add TC956x/QPS615 support
` [PATCH net-next 12/12] arm64: dts: qcom: qcs6490-rb3gen2: enable TC9564 with a single QCS8081 phy
[bluez/bluez]
2026-05-01 21:07 UTC
FAILED: patch "[PATCH] media: rc: igorplugusb: heed coherency rules" failed to apply to 6.6-stable tree
2026-05-01 21:06 UTC (2+ messages)
` [PATCH 6.6.y] media: rc: igorplugusb: heed coherency rules
[PATCH] Revert "x86/fpu: Refine and simplify the magic number check during signal return"
2026-05-01 21:04 UTC (6+ messages)
[PATCH] nfs-utils: add option to display throughput in MB/s
2026-05-01 20:56 UTC
[PATCH] tests/functional/qemu_test/asset.py: Don't use setxattr when it doesn't exist
2026-05-01 21:01 UTC (2+ messages)
[PATCH net-next v2 1/2] mv88e6xxx: Refactor 6352's serdes functions
2026-05-01 21:00 UTC (2+ messages)
` "
[PATCH v1 0/7] gpu: nova-core: add INTR_CTRL interrupt controller and CPU doorbell self-test
2026-05-01 20:58 UTC (8+ messages)
` [PATCH v1 1/7] rust: sync: completion: add wait_for_completion_timeout()
` [PATCH v1 2/7] gpu: nova-core: allocate PCI MSI vector during probe
` [PATCH v1 3/7] gpu: nova-core: add interrupt controller register definitions
` [PATCH v1 4/7] gpu: nova-core: add Architecture::is_pre_hopper() helper
` [PATCH v1 5/7] gpu: nova-core: add INTR_CTRL interrupt controller API
` [PATCH v1 6/7] gpu: nova-core: add CPU doorbell IRQ self-test
` [PATCH v1 7/7] gpu: nova-core: document INTR_CTRL interrupt tree
[PATCH v2 0/2] tests/intel/xe_exec_multi_queue: Replace sleep with deterministic wait
2026-05-01 20:57 UTC (5+ messages)
` [PATCH v2 1/2] tests/intel/xe_exec_multi_queue: use timestamp to check job start
` [PATCH v2 2/2] tests/intel/xe_exec_multi_queue: replace sleep with barrier queue
[PATCH v2 0/2] Two semi-related perf throttling fixes
2026-05-01 20:54 UTC (3+ messages)
` [PATCH v2 2/2] perf: Don't throttle based on NMI watchdog events
[PATCH v3] coreboot_table: skip failing entries instead of aborting populate
2026-05-01 20:54 UTC (2+ messages)
[PATCH] staging: rtl8723bs: fix unbalanced braces in if/else statements
2026-05-01 20:53 UTC
[PATCH net v1 0/3] af_packet/tcp: fix late hardware timestamp handling
2026-05-01 20:25 UTC (3+ messages)
` [PATCH net v1 1/3] net: introduce helper to resolve hardware timestamps from skb
[PATCH v3 0/5] rust: add `bitfield!` macro
2026-05-01 20:41 UTC (5+ messages)
` [PATCH v3 3/5] rust: io: use the `bitfield!` macro in `register!`
[PATCH 0/2] netfilter: fix NULL ops race in iptable lazy init
2026-05-01 20:41 UTC (7+ messages)
` [PATCH v2 0/2] netfilter: fix NULL ops dereference "
` [PATCH v2 1/2] netfilter: ip_tables: guard ipt_unregister_table_pre_exit against NULL ops
[PATCH 0/2] x86/kvm/vmx: Fix VMX interrupt injection vs hrtimer_rearm_deferred()
2026-05-01 20:37 UTC (6+ messages)
` [PATCH 1/2] x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 core
` [PATCH v2 "
[PATCH v3] drm/gpusvm: Drop redundant @flags.* kernel-doc on struct drm_gpusvm_pages
2026-05-01 20:36 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/gpusvm: Drop redundant @flags.* kernel-doc on struct drm_gpusvm_pages (rev3)
[PATCH net-next 5/5] selftests: net: add veth BQL stress test
2026-05-01 20:35 UTC (5+ messages)
[PATCH v2 0/6] KVM: SEV: sev_dbg_crypt() fix and overhaul
2026-05-01 20:35 UTC (7+ messages)
` [PATCH v2 1/6] KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT path
` [PATCH v2 2/6] KVM: selftests: Add a test to verify SEV {en,de}crypt debug ioctls
` [PATCH v2 3/6] KVM: SEV: Explicitly validate the dst buffer for debug operations
` [PATCH v2 4/6] KVM: SEV: Add helper function to pin/unpin a single page
` [PATCH v2 5/6] KVM: SEV: Rewrite logic to {de,en}crypt memory for debug
` [PATCH v2 6/6] KVM: SEV: Allocate only as many bytes as needed for temp crypt buffers
[PATCH v1] docs: Remove icn= ISDN parameter
2026-05-01 20:34 UTC (2+ messages)
[PATCH v4] mm/alloc_tag: replace fixed-size early PFN array with dynamic linked list
2026-05-01 20:32 UTC (2+ messages)
[PATCH 0/2] staging: rtl8723bs: add braces to if/else statements
2026-05-01 20:31 UTC (3+ messages)
` [PATCH 1/2] staging: rtl8723bs: add braces to if/else arms in rtw_efuse.c
` [PATCH 2/2] staging: rtl8723bs: add braces to if/else arms in HalBtc8723b1Ant.c
[PATCH] i2c: sun6i-p2wi: Fix device node reference leak in p2wi_probe()
2026-05-01 20:30 UTC (2+ messages)
` [PATCH v2] i2c: sun6i-p2wi: fix of_node reference leak in probe
[bvanassche:copy-offloading 6/15] Warning: block/blk-copy.c:10 This comment starts with '/**', but isn't a kernel-doc comment. Refer to Documentation/doc-guide/kernel-doc.rst
2026-05-01 20:29 UTC
[isilence:rw-dmabuf-v3 15/17] io_uring/rsrc.c:49:26: warning: cast from pointer to integer of different size
2026-05-01 20:29 UTC
[PATCH] media: v4l2-ctrls-request: add NULL check in, v4l2_ctrl_request_complete()
2026-05-01 20:28 UTC
[PATCH] PCI: brcmstb: Assign pcie->gen from pcie_get_link_speed()
2026-05-01 20:24 UTC
[syzbot] [jfs?] INFO: task hung in jfs_flush_journal (5)
2026-05-01 20:24 UTC
[GIT PULL] s390 updates for 7.1-rc2
2026-05-01 20:22 UTC (2+ messages)
[GIT PULL] ksmbd server fixes
2026-05-01 20:22 UTC (2+ messages)
[GIT PULL] selinux/selinux-pr-20260501
2026-05-01 20:22 UTC (2+ messages)
IMA: Avoid redundant rehashing on stacked filesystems backed by structurally immutable filesystems
2026-05-01 20:22 UTC (8+ messages)
[PATCH net-next 4/5] onsemi: ncn260xx: Add driver support for NCN26010 and TS2500 MAC-PHY
2026-05-01 20:22 UTC (2+ messages)
[PATCH] btrfs-progs: docs: update the qgroup performance hit
2026-05-01 20:21 UTC (2+ messages)
Breakage in ktls-utils with nfs keyring?
2026-05-01 20:19 UTC (4+ messages)
` [PATCH] tlshd: fix keyring cert retrieval
[PATCH v2 0/6] media: Fix new smatch warnings
2026-05-01 20:19 UTC (3+ messages)
` [PATCH v2 2/6] media: i2c: mt9p031: Rewrite a bitwise mask
[oss-security] CVE-2026-31431: CopyFail: linux local privilege scalation
2026-05-01 20:18 UTC (2+ messages)
[PATCH v1 0/3] vfio-pci/zdev: Improved zPCI Function Measurement Support
2026-05-01 20:17 UTC (2+ messages)
[PATCH] firmware: smccc: Fix Arm SMCCC SOC_ID name call
2026-05-01 20:14 UTC (7+ messages)
[PATCH] futex: Drop CLONE_THREAD requirement for private default hash alloc
2026-05-01 20:13 UTC (4+ messages)
[PATCH v7 4/4] perf symbol: Lazily compute idle and use a global lock for updates
2026-05-01 20:13 UTC (2+ messages)
[PATCH] ieee802154: ca8210: fix cas_ctl leak on spi_async failure
2026-05-01 20:08 UTC
[linux-next:master 7160/13385] arch/powerpc/mm/book3s64/hash_tlb.c:45:42: sparse: sparse: incorrect type in initializer (different address spaces)
2026-05-01 20:07 UTC
[PATCH v3 0/3] counter: add GPIO-based quadrature encoder driver
2026-05-01 20:07 UTC (4+ messages)
` [PATCH v3 1/3] dt-bindings: counter: add gpio-quadrature-encoder binding
` [PATCH v3 2/3] counter: add GPIO-based quadrature encoder driver
` [PATCH v3 3/3] MAINTAINERS: add entry for GPIO quadrature encoder counter driver
[PATCH v3] docs/ja_JP: translate more of submitting-patches.rst
2026-05-01 19:11 UTC
[PATCH 0/3] drm/ttm, drm/xe: Avoid reclaim/eviction loops under fragmentation
2026-05-01 20:04 UTC (6+ messages)
` [PATCH 1/3] drm/ttm: Issue direct reclaim at beneficial_order
[RFC PATCH v1 0/5] s390x/pci: Improved zPCI Function Measurement Support
2026-05-01 20:00 UTC (6+ messages)
` [RFC PATCH v1 1/5] [do-not-merge] linux-headers: Add definitions for VFIO zPCI FMB passthrough
` [RFC PATCH v1 2/5] hw/s390x: Clarified FMB format for emulated and passthrough devices
` [RFC PATCH v1 3/5] hw/virtio: Add DMA counters for virtio-pci devices
` [RFC PATCH v1 4/5] hw/s390x: Internal support for FMB passthrough
` [RFC PATCH v1 5/5] hw/s390x: Report FMB passthrough and/or FMB DMA counters to the guest
[PATCH net-next 0/6] pds_core: Add PLDM firmware update and host backed memory support
2026-05-01 20:03 UTC (4+ messages)
` [PATCH net-next 3/6] pds_core: add PLDM firmware update support via devlink flash
[PATCH net-next 3/5] net: ethernet: oa_tc6: hardware timestamp support added
2026-05-01 19:56 UTC (2+ messages)
[dwmw2:kvmclock4 16/30] arch/x86/kvm/x86.c:3386:8: error: call to undeclared function 'kvm_get_time_and_clockread'; ISO C99 and later do not support implicit function declarations
2026-05-01 19:54 UTC
[PATCH] PCI: Update saved_config_space upon resource assignment
2026-05-01 19:51 UTC (2+ messages)
[PATCH net-next 2/5] net: phy: ncn26000: add support for TS2500 internal PHY
2026-05-01 19:50 UTC (2+ messages)
[PATCH v1] EDAC/altera: Fix SDMMC PortB OF node reference leak
2026-05-01 19:48 UTC
[PATCH v2] drm/gpusvm: Drop redundant @flags.* kernel-doc on struct drm_gpusvm_pages
2026-05-01 19:48 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/gpusvm: Drop redundant @flags.* kernel-doc on struct drm_gpusvm_pages (rev2)
[LSF/MM/BPF TOPIC] A block level, active-active replication solution
2026-05-01 19:47 UTC (2+ messages)
` [Lsf-pc] "
How to show method entry/exit in Trace Compass?
2026-05-01 19:31 UTC (2+ messages)
[PATCH v4] iio: gyro: adxrs290: Use guard(mutex) in lieu of manual lock+unlock
2026-05-01 19:46 UTC (6+ messages)
[PATCH v7 3/4] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
2026-05-01 19:42 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.