All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-23 17:30:50 to 2026-04-23 18:19:00 UTC [more...]

[PATCH v3 0/4] cleanup block-style layouts exports
 2026-04-23 18:18 UTC 

[PATCH 00/22] Extend device support for AD5686 driver
 2026-04-23 18:18 UTC  (25+ messages)
` [PATCH 01/22] dt-bindings: iio: dac: ad5696: extend device support
` [PATCH 02/22] dt-bindings: iio: dac: ad5696: add reset/ldac/gain gpio support
` [PATCH 03/22] dt-bindings: iio: dac: ad5696: rework on power supplies
` [PATCH 04/22] dt-bindings: iio: dac: ad5686: extend device support
` [PATCH 05/22] dt-bindings: iio: dac: ad5686: add reset/ldac/gain gpio support
` [PATCH 06/22] dt-bindings: iio: dac: ad5686: rework on power supplies
` [PATCH 11/22] iio: dac: ad5686: fix ref bit initialization for single-channel parts
` [PATCH 12/22] iio: dac: ad5686: fix powerdown control
` [PATCH 13/22] iio: dac: ad5686: fix input raw value check
` [PATCH 14/22] iio: dac: ad5686: add support for missing power supplies
` [PATCH 15/22] iio: dac: ad5686: create bus ops struct
` [PATCH 20/22] iio: dac: ad5686: implement new sync() op for the spi bus

10x I/O await times in 6.12
 2026-04-23 18:18 UTC  (3+ messages)

[PATCH 0/4] cleanup block-style layouts exports v3
 2026-04-23 18:18 UTC  (8+ messages)
` [PATCH 1/4] nfsd/blocklayout: always ignore loca_time_modify
` [PATCH] NFSD: Put cache get-reqs dump attrs under reply
` [PATCH 2/4] exportfs: split out the ops for layout-based block device access
` [PATCH 3/4] exportfs: don't pass struct iattr to ->commit_blocks
` [PATCH 4/4] exportfs,nfsd: rework checking for layout-based block device access support

[PATCH v8 0/2] firmware_loader: allow firmware_class.path to take multiple paths
 2026-04-23 18:16 UTC  (3+ messages)
` [PATCH v8 1/2] firmware_loader: add search_path= module option for multi-path firmware lookup
` [PATCH v8 2/2] selftests/firmware: add search path test for firmware_class.search_path=

[PATCH] mshv: add a missing padding field
 2026-04-23 18:16 UTC  (5+ messages)

[PATCH] media: atomisp: Use negation to check for NULL
 2026-04-23 18:14 UTC 

+ mm-vmscan-unify-writeback-reclaim-statistic-and-throttling.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-vmscan-remove-sc-unqueued_dirty.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-vmscan-remove-sc-file_taken.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-remove-no-longer-used-reclaim-argument-for-folio-protection.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-simplify-and-improve-dirty-writeback-handling.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-use-the-common-routine-for-dirty-writeback-reactivation.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-remove-redundant-swap-constrained-check-upon-isolation.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-dont-abort-scan-immediately-right-after-aging.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-use-a-smaller-batch-for-reclaim.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-scan-and-count-the-exact-number-of-folios.patch added to mm-new branch
 2026-04-23 18:14 UTC 

[PATCH 0/1] migration/multifd: fix channel count TOCTOU race on cancel and retry
 2026-04-23 18:13 UTC  (5+ messages)
` [PATCH 1/1] "

+ mm-mglru-restructure-the-reclaim-loop.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-relocate-the-lru-scan-batch-limit-to-callers.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-rename-variables-related-to-aging-and-rotation.patch added to mm-new branch
 2026-04-23 18:14 UTC 

+ mm-mglru-consolidate-common-code-for-retrieving-evictable-size.patch added to mm-new branch
 2026-04-23 18:14 UTC 

[PATCH v2 0/4] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-04-23 18:14 UTC  (5+ messages)
` [PATCH v2 1/4] perf/x86/intel: Don't write PEBS_ENABLED on host<=>guest xfers if CPU has isolation
` [PATCH v2 4/4] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data

[PATCH v6 00/14] mm/mglru: improve reclaim loop and dirty folio handling
 2026-04-23 18:14 UTC  (31+ messages)
` [PATCH v6 01/14] mm/mglru: consolidate common code for retrieving evictable size
` [PATCH v6 02/14] mm/mglru: rename variables related to aging and rotation
` [PATCH v6 03/14] mm/mglru: relocate the LRU scan batch limit to callers
` [PATCH v6 04/14] mm/mglru: restructure the reclaim loop
` [PATCH v6 05/14] mm/mglru: scan and count the exact number of folios
` [PATCH v6 06/14] mm/mglru: use a smaller batch for reclaim
` [PATCH v6 07/14] mm/mglru: don't abort scan immediately right after aging
` [PATCH v6 08/14] mm/mglru: remove redundant swap constrained check upon isolation
` [PATCH v6 09/14] mm/mglru: use the common routine for dirty/writeback reactivation
` [PATCH v6 10/14] mm/mglru: simplify and improve dirty writeback handling
` [PATCH v6 11/14] mm/mglru: remove no longer used reclaim argument for folio protection
` [PATCH v6 12/14] mm/vmscan: remove sc->file_taken
` [PATCH v6 13/14] mm/vmscan: remove sc->unqueued_dirty
` [PATCH v6 14/14] mm/vmscan: unify writeback reclaim statistic and throttling

[PATCH 0/2] liveupdate: FLB refcounting improvements
 2026-04-23 18:13 UTC  (5+ messages)
` [PATCH 1/2] liveupdate: Use refcount_t for FLB reference counts
` [PATCH 2/2] liveupdate: Reference count incoming FLB data

[RFC PATCH v2 1/4] security: ima: call ima_init() again at late_initcall_sync for defered TPM
 2026-04-23 18:13 UTC  (13+ messages)

[GIT PULL] PCMCIA bugfixes and cleanups
 2026-04-23 18:11 UTC 

[scarthgap][PATCH] oeqa/sdk: build libhandy instead of galculator
 2026-04-23 18:11 UTC 

[PATCH net v2] nfp: fix swapped arguments in nfp_encode_basic_qdr() calls
 2026-04-23 18:10 UTC  (2+ messages)

[PATCH net] virtio_net: sync rss_trailer.max_tx_vq on queue_pairs change via VQ_PAIRS_SET
 2026-04-23 18:10 UTC  (2+ messages)

[PATCH 00/11] VCE1 fixes (v2)
 2026-04-23 18:10 UTC  (3+ messages)
` [PATCH 09/11] drm/amdgpu/vce2: Fix VCE 2 firmware size and offsets

[PATCH net v2] hv_sock: Return -EIO for malformed/short packets
 2026-04-23 18:10 UTC  (2+ messages)

[PATCH net 1/1] net/smc: avoid early lgr access in smc_clc_wait_msg
 2026-04-23 18:10 UTC  (2+ messages)

[RFC PATCH 00/12] dax: Add DAX to guest memfd support for KVM
 2026-04-23 18:08 UTC  (3+ messages)

[PATCH i-g-t 0/4] tests/intel/xe_madvise: Add atomic madvise subtests
 2026-04-23 18:07 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v6 0/3] x86: Simplifying LAM
 2026-04-23 18:07 UTC  (5+ messages)
` [PATCH v6 1/3] x86/process: Shorten the LAM tag width

[RFC, PATCH 00/12] userfaultfd: working set tracking for VM guest memory
 2026-04-23 18:08 UTC  (11+ messages)

[PATCH v2 1/2] mm: drop page refcount zero state semantics
 2026-04-23 18:07 UTC  (2+ messages)

[PATCH v4 0/3] hvf: map granule abstraction, configurable IPA, and MAP_FIXED alignment fix
 2026-04-23 18:05 UTC  (5+ messages)
` [PATCH v4 1/3] virtio-gpu: validate host page alignment for MAP_FIXED blobs
` [PATCH v4 2/3] accel/hvf: introduce map granule abstraction and IPA property

[PATCH] tools/hv: fix parse_ip_val_buffer out-of-bounds write
 2026-04-23 18:06 UTC 

[PATCH] tools/hv: fix parse_ip_val_buffer out-of-bounds write
 2026-04-23 18:06 UTC 

[PATCH v2] usb: usbtmc: reject invalid interrupt endpoints
 2026-04-23 18:04 UTC 

[PATCH] ceph: bound encrypted snapshot suffix formatting
 2026-04-23 18:04 UTC  (9+ messages)
` [PATCH v2] "
  ` [PATCH v3] "
    ` [PATCH v4] "

Handling sysroots
 2026-04-23 18:04 UTC 

[PATCH v5 0/4] virtio-gpu: enable Venus/Vulkan without OpenGL display
 2026-04-23 18:03 UTC  (2+ messages)

[PATCH v6 0/6] target/arm: ISV=0 data abort emulation library
 2026-04-23 18:03 UTC  (2+ messages)

[PATCH v3 0/6] block: fix integrity offset/length conversions
 2026-04-23 18:02 UTC  (5+ messages)

[PATCH] virtio: rtc: tear down old virtqueues before restore
 2026-04-23 18:02 UTC  (2+ messages)

[PATCH] Input: elan_i2c - Add ic type 0x19
 2026-04-23 18:02 UTC  (2+ messages)

[PATCH] wifi: ath10k: snoc: select POWER_SEQUENCING
 2026-04-23 18:00 UTC  (2+ messages)

[PATCH v3] wifi: ath12k: use lockdep_assert_in_rcu_read_lock() for RCU assertions
 2026-04-23 18:01 UTC  (2+ messages)

[PATCH ath-current] wifi: ath12k: prepare REO update element only for primary link
 2026-04-23 18:00 UTC  (2+ messages)

[PATCH ath-next] wifi: ath12k: fix OF node refcount imbalance in WSI graph traversal
 2026-04-23 18:00 UTC  (2+ messages)

[PATCH v2 00/41] drm/display: bridge-connector: attach encoder to the connector
 2026-04-23 17:59 UTC  (4+ messages)
` [PATCH v2 10/41] drm/ingenic: remove now-redundant call to drm_connector_attach_encoder()

[PATCH] libceph: switch ceph-msgr workqueue from WQ_PERCPU to WQ_UNBOUND
 2026-04-23 17:59 UTC  (3+ messages)

[PATCH 0/2] remoteproc: xlnx: add auto-boot support
 2026-04-23 17:59 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: remoteproc: xlnx: add auto boot feature

[PATCH v4 0/3] clocksource/drivers/timer-ti-dm: Add clocksource and clockevent support
 2026-04-23 17:58 UTC  (3+ messages)

[PATCH v3 00/58] perf: Reorganize scripting support
 2026-04-23 17:58 UTC  (3+ messages)
` [PATCH v4 "

[PATCH] NFSD: Put cache get-reqs dump attrs under reply
 2026-04-23 17:57 UTC  (5+ messages)

[PATCH net v2 0/6] rxrpc: Miscellaneous fixes
 2026-04-23 17:56 UTC  (2+ messages)

[PATCH 7.2 v9 0/2] skip redundant sync IPIs when TLB flush sent them
 2026-04-23 17:56 UTC  (3+ messages)
` [PATCH 7.2 v9 2/2] x86/tlb: skip redundant sync IPIs for native TLB flush

[PATCH V2 0/4] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-04-23 17:46 UTC  (5+ messages)
` [PATCH V2 1/4] KVM: x86/pmu: Do not map fixed counters >= 3 to generic perf events
` [PATCH V2 2/4] KVM: x86/pmu: Support Intel fixed counter 3 on mediated vPMU
` [PATCH V2 3/4] KVM: x86/pmu: Support PERF_METRICS MSR in "
` [PATCH V2 4/4] KVM: selftests: Add perf_metrics and fixed counter 3 tests

[PATCH v2 0/2] drm/xe: Add support for GPU health indicator
 2026-04-23 17:54 UTC  (5+ messages)
` [PATCH v2 1/2] drm/xe/xe_ras: Add types and commands for RAS "
` [PATCH v2 2/2] drm/xe/xe_ras: Add RAS support for "
` ✗ CI.checkpatch: warning for drm/xe: Add "
` ✓ CI.KUnit: success "

[RFC PATCH v4 0/6] xl: Allow PCI devices to be passthrough'd via Qemu command line
 2026-04-23 17:52 UTC  (3+ messages)

[PATCH 1/1] NFS: fix eof updates after NFSv4.2 fallocate/zero-range
 2026-04-23 17:52 UTC 

[PATCH v2 0/2] scan_work improvement
 2026-04-23 17:51 UTC  (4+ messages)
` [PATCH v2 2/2] nvme: initialize known effects to set ns_mgmt NCC and ns_attach NIC

[PATCH] powerpc/perf: Update check for PERF_SAMPLE_DATA_SRC marked events
 2026-04-23 17:50 UTC  (2+ messages)

[PULL 00/59] target-arm queue
 2026-04-23 17:49 UTC  (4+ messages)

[PATCH 0/9] target/microblaze: Compile it once
 2026-04-23 17:48 UTC  (2+ messages)

[PATCH v2] sched: topology: cleanup comments
 2026-04-23 17:48 UTC 

[REGRESSION] rseq: refactoring in v6.19 broke everyone on arm64 and tcmalloc everywhere
 2026-04-23 17:47 UTC  (9+ messages)

[PATCH] spi: sun6i: Set SPI mode in prepare_message
 2026-04-23 17:46 UTC  (5+ messages)

[PATCH] mm/vmscan: add balance_pgdat begin/end tracepoints
 2026-04-23 17:46 UTC  (2+ messages)

[BUG] 36-second boot delay due to by acpi_gpio_handle_deferred_request_irqs on ASUS ROG Strix G16 (2025)
 2026-04-23 17:46 UTC  (13+ messages)

KVM-PR no longer works when compiled with new GCC compilers
 2026-04-23 17:46 UTC  (4+ messages)

[PATCH v4 0/2] iio: adc: mcp320x: bitfield refactoring
 2026-04-23 17:46 UTC  (3+ messages)
` [PATCH v4 1/2] iio: adc: mcp320x: sort headers alphabetically

[syzbot] [block?] KASAN: slab-out-of-bounds Read in blk_mq_free_rqs
 2026-04-23 17:45 UTC 

[PATCH v7 0/3] pinctrl: aspeed: Add AST2700 SoC0 support
 2026-04-23 17:44 UTC  (7+ messages)
` [PATCH v7 1/3] dt-bindings: pinctrl: Add aspeed,ast2700-soc0-pinctrl

[PATCH v9 0/3] kho: add support for deferred struct page init
 2026-04-23 17:44 UTC  (5+ messages)
` [PATCH v9 1/3] kho: fix deferred initialization of scratch areas
` [PATCH v9 3/3] selftests: kho: test with deferred struct page init

[RFC] iio: magnetometer: mlx90393 - regmap vs command-based access
 2026-04-23 17:43 UTC  (3+ messages)

"Intent" of VFS lookups
 2026-04-23 17:43 UTC  (2+ messages)

[PATCH] iio: adc: qcom: Unify user-visible "Qualcomm" name
 2026-04-23 17:42 UTC  (2+ messages)

[PATCH] tcg: Remove unused tcg_gen_vec_*_tl() API
 2026-04-23 17:40 UTC  (2+ messages)

[syzbot] [net?] general protection fault in kernel_sock_shutdown (4)
 2026-04-23 17:41 UTC  (2+ messages)

[RFC PATCH v4 0/4] virtio: add noirq system sleep PM callbacks for virtio-mmio
 2026-04-23 17:40 UTC  (5+ messages)
` [RFC PATCH v4 1/4] virtio: separate PM restore and reset_done paths
` [RFC PATCH v4 2/4] virtio_ring: export virtqueue_reinit_vring() for noirq restore
` [RFC PATCH v4 3/4] virtio: add noirq system sleep PM infrastructure
` [RFC PATCH v4 4/4] virtio-mmio: wire up noirq system sleep PM callbacks

[PATCH v2 0/2] spi: sun6i: Fix chip select handling around autosuspend
 2026-04-23 17:40 UTC  (3+ messages)
` [PATCH v2 1/2] spi: sun6i: Honor CS setup delay on the first transfer with native CS
` [PATCH v2 2/2] spi: sun6i: Set SPI mode in prepare_message

[PATCH] Drivers: hv: vmbus: Improve the logc of reserving fb_mmio on Gen2 VMs
 2026-04-23 17:40 UTC  (2+ messages)

[PATCH v4 net 0/3] ECN offload handling for AccECN series
 2026-04-23 17:40 UTC  (5+ messages)
` [PATCH v4 net 2/3] net: mlx5e: fix CWR handling in drivers to preserve ACE signal

[PATCH v2] PCI: hv: Allocate MMIO from above 4GB for the config window
 2026-04-23 17:40 UTC  (6+ messages)

[PATCH net-next v5 00/10] enic: SR-IOV V2 admin channel and MBOX protocol
 2026-04-23 17:39 UTC  (2+ messages)

[Intel-wired-lan] [PATCH 6.6.y] i40e: Fix preempt count leak in napi poll tracepoint
 2026-04-23 17:38 UTC  (3+ messages)
  `  "

[PATCH net 0/1] pull request: fixes for ovpn 2026-04-22
 2026-04-23 17:38 UTC  (8+ messages)
` [PATCH net 1/1] ovpn: fix race between deleting interface and adding new peer

[PATCH 0/3] Batch prefetching
 2026-04-23 17:38 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] builtin/log: prefetch necessary blobs for `git cherry`

[BUG] ext4: KCSAN: lockless i_es_all_nr reads in es_shrinker_info
 2026-04-23 17:37 UTC 

[PATCH i-g-t v3 0/6] Enable and Add new tests for DC3CO
 2026-04-23 17:34 UTC  (7+ messages)
` [PATCH i-g-t v3 1/6] tests: s/check_dc_counter/assert_dc_counter
` [PATCH i-g-t v3 2/6] tests/intel/kms_pm_dc: Replace require with proper assertion
` [PATCH i-g-t v3 3/6] tests/intel/kms_pm_dc: Enable DC3CO test for PSR2/PR modes
` [PATCH i-g-t v3 4/6] tests/kms_vrr: Add new test for DC3CO validation with LOBF
` [PATCH i-g-t v3 5/6] tests/intel/kms_pm_dc: Add new test for dc3co framedrop validation
` [PATCH i-g-t v3 6/6] RFC: tests/intel/kms_pm_dc: Add new test for DC3CO recovery after DC6

[PATCH v11 0/5] mm/vmalloc: free unused pages on vrealloc() shrink
 2026-04-23 17:36 UTC  (3+ messages)
` [PATCH v11 1/5] mm/vmalloc: extract vm_area_free_pages() helper from vfree()

[PATCH v1] mediatek MT7925: update bluetooth firmware to 20260414153243
 2026-04-23 17:36 UTC  (2+ messages)

[PATCH] cpufreq: qcom: Unify user-visible "Qualcomm" name
 2026-04-23 17:36 UTC 

[PATCH] dmaengine: qcom: Unify user-visible "Qualcomm" name
 2026-04-23 17:36 UTC 

[PATCH] EDAC/qcom: Unify user-visible "Qualcomm" name
 2026-04-23 17:35 UTC 

[PATCH] gpio: qcom: Unify user-visible "Qualcomm" name
 2026-04-23 17:35 UTC 

[PATCH v2] perf/lock: enable end-timestamp accounting for cgroup aggregation
 2026-04-23 17:35 UTC 

[PATCH] i2c: qcom: Unify user-visible "Qualcomm" name
 2026-04-23 17:35 UTC 

[PATCH] linux-user: fix off-by-one in host_to_target_for_each_rtattr()
 2026-04-23 17:33 UTC  (6+ messages)

[PATCH] linux-firmware: update firmware for MT7925 WiFi device
 2026-04-23 17:34 UTC  (2+ messages)

Several QOM objects crash on introspection
 2026-04-23 17:31 UTC  (5+ messages)

[PATCH v2 0/3] driver core: remove software node from platform devices on device release
 2026-04-23 17:32 UTC  (3+ messages)
` [PATCH v2 1/3] driver core: platform: remove software node on release()

[PATCH v2] PCI/P2PDMA: Avoid returning a provider for non_mappable_bars
 2026-04-23 17:30 UTC 

[PATCH] tests: add test for json-streamer.c error recovery
 2026-04-23 17:30 UTC  (4+ messages)

[PATCH v5 0/2] Update designware pwm driver
 2026-04-23 17:30 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: pwm: dwc: add optional reset

[PATCH 17/23] sched/isolation: Extend housekeeping_dereference_check() to cover changes in nohz_full or manged_irqs cpumasks
 2026-04-23 17:30 UTC  (3+ 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.