All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-25 14:17:37 to 2026-06-25 14:55:18 UTC [more...]

[PATCH 0/6 v3] sched/eevdf: Improve scheduling latency of short slice task
 2026-06-25 14:55 UTC  (5+ messages)
` [PATCH 6/6 v3] sched/eevdf: Speedup short slice task scheduling

[PATCH] usb: gadget: tegra-xudc: drain EP pipeline before DMA unmap
 2026-06-25 14:53 UTC 

[PATCH v2 0/6] Implement FEAT_FPRCVT in cpu_max
 2026-06-25 14:53 UTC  (4+ messages)
` [PATCH v2 6/6] tests/tcg/arm: Tests for new FPRCVT instructions

[PATCH v2 0/5] media: Add fdinfo support for v4l2 drivers
 2026-06-25 14:53 UTC  (10+ messages)
` [PATCH v2 2/5] docs: media: add documentation for media client usage stats
` [PATCH v2 3/5] media: v4l2-core: Add v4l2-stats interface

[PATCH] USB: misc: uss720: fix refcount leak in submit_async_request()
 2026-06-25 14:51 UTC  (2+ messages)

[PATCH v3 0/2] system/memory: Make ram device region directly accessible
 2026-06-25 14:52 UTC  (8+ messages)
` [PATCH v3 1/2] system/memory: Use qemu_ram_{copy, move}() in ram device region accessors

[PATCH v4 0/4] iio: adc: Add support for LTC2378 and similar ADCs
 2026-06-25 14:52 UTC  (8+ messages)
` [PATCH v4 1/4] dt-bindings: iio: adc: Add ltc2378
` [PATCH v4 2/4] iio: adc: ltc2378: Add support for LTC2378-20 and similar ADCs
` [PATCH v4 3/4] iio: adc: ltc2378: Enable high-speed data capture
` [PATCH v4 4/4] iio: adc: ltc2378: Enable triggered buffer "

[PULL v3 00/76] hex queue
 2026-06-25 14:16 UTC  (74+ messages)
` [PULL v3 02/76] target/hexagon: use cmd_array() instead of get_id()
` [PULL v3 03/76] target/hexagon/idef-parser: open input file in binary mode
` [PULL v3 05/76] docs/system: Add hexagon CPU emulation
` [PULL v3 07/76] target/hexagon: Add missing A_CALL attr, hintjumpr to multi_cof
` [PULL v3 08/76] target/hexagon: Handle system/guest registers in gen_analyze_funcs.py and hex_common.py
` [PULL v3 09/76] target/hexagon: Suppress unused-variable warnings for sysemu source regs
` [PULL v3 10/76] target/hexagon: Switch to tag_ignore(), generate via get_{user, sys}_tags()
` [PULL v3 11/76] target/hexagon: Add privilege check, use tag_ignore()
` [PULL v3 12/76] target/hexagon: Add a placeholder fp exception
` [PULL v3 13/76] target/hexagon: Add guest, system reg number defs
` [PULL v3 14/76] target/hexagon: Add guest, system reg number state
` [PULL v3 15/76] target/hexagon: Add TCG values for sreg, greg
` [PULL v3 16/76] target/hexagon: Add guest/sys reg writes to DisasContext
` [PULL v3 17/76] target/hexagon: Add imported macro, attr defs for sysemu
` [PULL v3 18/76] target/hexagon: Add new macro definitions "
` [PULL v3 19/76] target/hexagon: Add handlers for guest/sysreg r/w
` [PULL v3 20/76] target/hexagon: Add placeholder greg/sreg r/w helpers
` [PULL v3 21/76] target/hexagon: Add vmstate representation
` [PULL v3 22/76] target/hexagon: Make A_PRIV, "J2_trap*" insts need_env()
` [PULL v3 23/76] target/hexagon: Define register fields for system regs
` [PULL v3 24/76] target/hexagon: Implement do_raise_exception()
` [PULL v3 25/76] target/hexagon: Add system reg insns
` [PULL v3 26/76] target/hexagon: Add sysemu TCG overrides
` [PULL v3 27/76] target/hexagon: Add implicit attributes to sysemu macros
` [PULL v3 28/76] target/hexagon: Add TCG overrides for int handler insts
` [PULL v3 29/76] target/hexagon: Add TCG overrides for thread ctl
` [PULL v3 30/76] target/hexagon: Add TCG overrides for rte, nmi
` [PULL v3 31/76] target/hexagon: Add sreg_{read,write} helpers
` [PULL v3 32/76] target/hexagon: Add representation to count cycles
` [PULL v3 33/76] target/hexagon: Add implementation of cycle counters
` [PULL v3 34/76] target/hexagon: Add pcycle setting functionality
` [PULL v3 35/76] target/hexagon: Add cpu modes, mmu indices, next_PC to state
` [PULL v3 36/76] hw/hexagon: Declare hexagon TLB device interface
` [PULL v3 37/76] target/hexagon: Update TARGET_PAGE_BITS, stubs for modify_ssr/get_exe_mode
` [PULL v3 38/76] target/hexagon: Define f{S,G}ET_FIELD macros
` [PULL v3 39/76] target/hexagon: Add hex_interrupts support
` [PULL v3 40/76] target/hexagon: Implement {c,}swi helpers
` [PULL v3 41/76] target/hexagon: Implement iassign{r,w} helpers
` [PULL v3 42/76] target/hexagon: Implement start/stop helpers, soft reset
` [PULL v3 43/76] target/hexagon: Implement {g,s}etimask helpers
` [PULL v3 44/76] target/hexagon: Implement wait helper
` [PULL v3 45/76] target/hexagon: Implement get_exe_mode()
` [PULL v3 46/76] target/hexagon: Implement hex_tlb_entry_get_perm()
` [PULL v3 47/76] target/hexagon: Implement software interrupt
` [PULL v3 48/76] target/hexagon: Implement stack overflow exception
` [PULL v3 49/76] target/hexagon: Implement exec_interrupt, set_irq
` [PULL v3 50/76] target/hexagon: add simple cpu_exec_reset and pointer_wrap
` [PULL v3 51/76] target/hexagon: Implement hexagon_tlb_fill()
` [PULL v3 52/76] target/hexagon: Implement siad inst
` [PULL v3 53/76] target/hexagon: Implement hexagon_resume_threads()
` [PULL v3 54/76] target/hexagon: Implement setprio, resched
` [PULL v3 55/76] target/hexagon: Add sysemu_ops, cpu_get_phys_page_debug()
` [PULL v3 56/76] target/hexagon: extend hexagon_cpu_mmu_index() for sysemu
` [PULL v3 57/76] target/hexagon: Decode trap1, rte as COF
` [PULL v3 58/76] target/hexagon: Implement modify_ssr, resched, pending_interrupt
` [PULL v3 59/76] target/hexagon: Add pkt_ends_tb to translation
` [PULL v3 60/76] target/hexagon: Add next_PC, {s,g}reg writes
` [PULL v3 61/76] target/hexagon: Add implicit sysreg writes
` [PULL v3 62/76] target/hexagon: Define system, guest reg names
` [PULL v3 63/76] target/hexagon: Add k0 {un,}lock
` [PULL v3 64/76] target/hexagon: Add PC to raise_exception, use fTRAP() helper
` [PULL v3 65/76] target/hexagon: Add TCG overrides for transfer insts
` [PULL v3 66/76] target/hexagon: Add support for loadw_phys
` [PULL v3 67/76] target/hexagon: Add guest reg reading functionality
` [PULL v3 68/76] hw/hexagon: Add globalreg model
` [PULL v3 69/76] hw/hexagon: Add global register tracing
` [PULL v3 70/76] hw/hexagon: Add hexagon TLB device implementation
` [PULL v3 71/76] hw/hexagon: Add machine configs for sysemu
` [PULL v3 72/76] hw/hexagon: Add v68, sa8775-cdsp0 defs
` [PULL v3 73/76] hw/hexagon: Add support for cfgbase
` [PULL v3 74/76] target/hexagon: add build config for softmmu
` [PULL v3 75/76] hw/hexagon: Define hexagon "virt" machine
` [PULL v3 76/76] tests/qtest: Add hexagon boot-serial-test

[PATCH v4 0/5] lib/vsprintf: Validate spinlock context during restricted pointer formatting
 2026-06-25 14:51 UTC  (4+ messages)
` [PATCH v4 5/5] "

[PATCH v4 00/16] rust: drm: Higher-Ranked Lifetime private data
 2026-06-25 14:51 UTC  (3+ messages)
` [PATCH v4 01/16] rust: drm: ioctl: fix unbounded lifetimes in ioctl handler arguments

[PATCH v6 0/7] hw/arm/sabrelite: Add FlexCAN support
 2026-06-25 14:49 UTC  (2+ messages)

Please backport bridge multicast exponential field encoding fix series to stable kernels
 2026-06-25 14:50 UTC  (3+ messages)

[PATCH v2 0/2] ksmbd: harden DACL/ACE parsing against malformed SDs
 2026-06-25 14:48 UTC  (3+ messages)
` [PATCH v2 resend 1/2] ksmbd: validate num_subauth when copying ACE in set_ntacl_dacl
` [PATCH v2 resend 2/2] ksmbd: reject undersized DACLs before parsing ACEs

[PATCH v2 0/2] KVM: arm64: Fix and test MMIO sign-extending loads
 2026-06-25 14:48 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: arm64: Fix sign-extension of MMIO loads
` [PATCH v2 2/2] KVM: arm64: selftests: Add MMIO sign-extending load test

[PATCH net-next] selftests/xsk: preserve UMEM view in bidi test
 2026-06-25 14:47 UTC  (5+ messages)

[PATCH 7.1 00/21] 7.1.2-rc1 review
 2026-06-25 14:47 UTC 

[PATCH v4 1/9] x86/vioapic: Add ioapic_check() to validate IO-APIC state before restore
 2026-06-25 14:46 UTC  (2+ messages)

[PATCH] KVM: SVM: handle wraparound of asid_generation
 2026-06-25 14:47 UTC  (3+ messages)

[PATCH v2 0/4] add versioned symbols for recently stabilized APIs
 2026-06-25 14:45 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/4] build: support function versioning for drivers

[PATCH 0/2] mm: drop "sub" prefix from various places
 2026-06-25 14:44 UTC  (3+ messages)
` [PATCH 1/2] mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap

[PATCH v2 1/4] sys_info: add helper for callers that handle all_bt
 2026-06-25 14:43 UTC  (3+ messages)

[PATCH v1 0/8] Introducing guest driven VM launch update mechanism (BYOF interface)
 2026-06-25 14:41 UTC  (4+ messages)
` [PATCH v1 4/8] hw/misc/vmlaunchupdate: Introduce hypervisor fw-cfg interface support

[PATCH v2] smp: Use release stores for csd_lock_record() state
 2026-06-25 14:42 UTC  (2+ messages)

[PATCH v2 0/4] mm: drop redundant lru_add_drain in anon folio reuse paths
 2026-06-25 14:40 UTC  (5+ messages)
` [PATCH v2 4/4] mm: try to free swapcache for non-LRU folios

[PATCH v6 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-06-25 14:40 UTC  (7+ messages)
` [PATCH v6 01/10] rust: module: move module types into `module.rs`
` [PATCH v6 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v6 10/10] rust: module: update MAINTAINERS to cover module.rs

[PATCH v2] i3c: master: svc: bound IBI payload to the requested max_payload_len
 2026-06-25 14:38 UTC  (3+ messages)

[PATCH 0/8] MPFS: add hardware RNG support and fix RNG consumers
 2026-06-25 14:38 UTC  (5+ messages)
` [PATCH 1/8] cmd: rng: fix error handling for dm_rng_read()
` [PATCH 8/8] boot: fdt: downgrade KASLR RNG failure to warning

[RFC 0/7] qom: deprecate embedded objects and instance properties
 2026-06-25 14:37 UTC  (11+ messages)
` [RFC 4/7] system: add memory_region_new / memory_region_new_io

[PATCH net v3] tipc: fix out-of-bounds read in broadcast Gap ACK blocks
 2026-06-25 14:38 UTC 

[RFC PATCH v1.2 00/11] mm/damon: update, optimize, and clean up doc, tests, and code
 2026-06-25 14:37 UTC  (16+ messages)
` [RFC PATCH v1.2 01/11] Docs/mm/damon/design: update for DAMOS_QUOTA_NODE_ELIGIBLE_MEM_BP
` [RFC PATCH v1.2 02/11] Docs/ABI/damon: document probe files
` [RFC PATCH v1.2 03/11] mm/damon/tests/core-kunit: test damon_rand()
` [RFC PATCH v1.2 04/11] selftests/damon/sysfs.sh: test multiple probe dirs creation
` [RFC PATCH v1.2 05/11] selftests/damon/sysfs.sh: test {core,ops}_filters/ directories
` [RFC PATCH v1.2 06/11] selftests/damon/sysfs.sh: test dests dir
` [RFC PATCH v1.2 07/11] selftests/damon/sysfs.sh: test all files in quota goal dir
` [RFC PATCH v1.2 08/11] mm/damon/core: reduce range setup in damon_commit_target_regions()
` [RFC PATCH v1.2 09/11] mm/damon/sysfs: split probe setup function out
` [RFC PATCH v1.2 10/11] mm/damon/sysfs: split out filters setup function
` [RFC PATCH v1.2 11/11] mm/damon/sysfs: fix typos in probe_{add,rm}_dirs: s/attr/probe/

[PATCH] dmaengine: qcom: gpi: correct channel name in error path
 2026-06-25 14:38 UTC  (2+ messages)

Seeking guidance on detecting mount point inactivity
 2026-06-25 14:37 UTC 

[PATCH for-next] io_uring: remove redundant NULL check before kfree
 2026-06-25 14:37 UTC 

[PATCH] pinctrl: single: parse gpio-range as a raw array (O(N^2) -> O(N))
 2026-06-25 14:36 UTC  (2+ messages)

[PATCH v8 00/46] guest_memfd: In-place conversion support
 2026-06-25 14:36 UTC  (8+ messages)
` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default
            ` [PATCH v8 24/46] KVM: guest_memfd: Make in-place conversion the default\

[PATCH] i3c: master: renesas: reset xfer status before each wait
 2026-06-25 14:35 UTC  (5+ messages)

[PATCH v14 00/10] hw/mem: add sp-mem device for Specific Purpose Memory
 2026-06-25 14:34 UTC  (2+ messages)

[PATCH v6 00/12] PCI: liveupdate: PCI core support for Live Update
 2026-06-25 14:35 UTC  (5+ messages)
` [PATCH v6 03/12] PCI: liveupdate: Track incoming preserved PCI devices

[PATCH 1/1] cmd: mmc: fix help and parameter verification with MMC_SPEED_MODE_SET not set
 2026-06-25 14:34 UTC  (2+ messages)

[meta-security][PATCH 0/1] Fix broken URLs in meta-integrity and ccs-tools
 2026-06-25 14:34 UTC  (3+ messages)
` [meta-security][PATCH 1/1] README: fix "

[BUG] TCP connection deadlock under simultaneous bidirectional ICSK_ACK_NOMEM (OOM)
 2026-06-25 14:34 UTC  (4+ messages)

[PATCH 0/1] sdhci: fix SDMA boundary bug
 2026-06-25 14:28 UTC  (2+ messages)

[PATCH v4 0/6] Introduce MMIO-based CMT access for Enhanced RDT
 2026-06-25 14:33 UTC  (12+ messages)
` [PATCH v4 1/6] x86/resctrl: Parse ACPI ERDT table and map RMDD domains by L3 cache ID

[PATCH for-4.22] char/ns16550: bound execution time of ns16550_interrupt()
 2026-06-25 14:32 UTC  (10+ messages)

[PATCH net 1/2] net: dsa: mxl862xx: avoid unaligned 16-bit access in api_wrap
 2026-06-25 14:31 UTC  (5+ messages)

[PATCH v3 0/7] ForLt/CovariantForLt split, auxiliary closure API and DevresLt
 2026-06-25 14:31 UTC  (7+ messages)
` [PATCH v3 3/7] rust: auxiliary: add registration_data_with() for ForLt types
` [PATCH v3 4/7] rust: auxiliary: sample: demonstrate ForLt with invariant Mutex type
` [PATCH v3 5/7] rust: devres: add DevresLt for ForLt-aware device resource access

[PATCH] mm/page_vma_mapped: guard check_pmd() with CONFIG_TRANSPARENT_HUGEPAGE
 2026-06-25 14:30 UTC  (5+ messages)

[PATCH 0/3] drm/imagination: Maintainer updates
 2026-06-25 14:03 UTC  (4+ messages)
` [PATCH 1/3] MAINTAINERS: Update imagination details
` [PATCH 2/3] MAINTAINERS: Update imagination maintainers
` [PATCH 3/3] dt-bindings: gpu: img,powervr-*: Add maintainer entries

ntfs: RO->RW remount is broken - two bugs in the quota-marking path
 2026-06-25 14:30 UTC  (2+ messages)

[PATCH v2 0/3] drm/xe/i2c: alerts and controller enabling modifications
 2026-06-25 14:30 UTC  (3+ messages)
` [PATCH v2 1/3] i2c: designware: Global register definitions

[PATCH v2 1/3] bootm: fix flush_cache() with IH_TYPE_KERNEL_NOLOAD
 2026-06-25 14:29 UTC  (3+ messages)
` [PATCH v2 3/3] bootm: allow omitting entry point for IH_TYPE_KERNEL_NOLOAD

[PATCH 0/3] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-06-25 14:29 UTC  (3+ messages)
` [PATCH 1/3] drivers/iommu: Unroll unsuccessful mapping

[PATCH 0/4] nfs: NFSv4.2 client support for UNCACHEABLE_FILE_DATA
 2026-06-25 14:26 UTC  (3+ messages)
` [PATCH 1/4] nfs4.2: add nfs4_2.x to generate the UNCACHEABLE_FILE_DATA attribute

[PATCH] dma-fence: Fix dma_fence_timeline_name() to call get_timeline_name()
 2026-06-25 14:27 UTC  (2+ messages)

[PATCH] block: partitions: Use seq_buf_putc() in cmdline_partition()
 2026-06-25 14:27 UTC  (4+ messages)

[PATCH] ata: pata_pxa: Fix DMA channel leak on probe error
 2026-06-25 14:27 UTC  (2+ messages)

[PATCH v2] mm: annotate data-race in cpu_needs_drain() and need_mlock_drain()
 2026-06-25 14:27 UTC  (3+ messages)

[PATCH 0/5] allocate extent_buffer GFP_NOFAIL with unlocked retry
 2026-06-25 14:26 UTC  (3+ messages)
` [PATCH 1/5] btrfs: factor init_extent_buffer from __alloc_extent_buffer

[PULL] u-boot-usb/master
 2026-06-25 14:26 UTC 

[PATCH] drm/amdgpu: reject mapping info for unmapped BOs
 2026-06-25 14:26 UTC  (3+ messages)
` [PATCH v2] drm/amdgpu: reject mapping info when BO VA is gone

[PATCH v4 0/2] iio: imu: inv_icm42600: add hwfifo watermark attributes
 2026-06-25 14:26 UTC  (3+ messages)
` [PATCH v4 1/2] iio: imu: inv_icm42600: reorder all driver headers

[PATCH 0/6] Add support for IPQ5018 Bluetooth
 2026-06-25 14:24 UTC  (4+ messages)
` [PATCH 2/6] remoteproc: qcom: Add M0 BTSS secure PIL driver

[PATCH net v2] sctp: fix SCTP_RESET_STREAMS stream list length limit
 2026-06-25 14:23 UTC 

[PATCH bpf-next v3 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-06-25 14:23 UTC  (3+ messages)
` [PATCH "

[PATCH v2 0/4] Add support for AD3532R/AD3532
 2026-06-25 14:22 UTC  (6+ messages)
` [PATCH v2 4/4] iio: dac: ad3530r: "

[PATCH v4 00/24] bpf: test and fix issues in verifier
 2026-06-25 14:22 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 02/24] bpf: add format instruction function

[PATCH] drm/i915/mst: limit DP MST ESI service loop
 2026-06-25 14:22 UTC 

[PATCH v2] drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()
 2026-06-25 14:20 UTC  (2+ messages)

[PATCH 00/11] drm/panthor: Misc fixes for bugs found by shashiko
 2026-06-25 14:20 UTC  (3+ messages)
` [PATCH 03/11] drm/panthor: Fix UAF on works queued to panthor_cleanup_wq

[PATCH v1 1/1] ocp: Add I2C control support for Adva TimeCard
 2026-06-25 14:20 UTC  (2+ messages)

[PATCH v4 0/2] ima: measure write on securityfs policy file
 2026-06-25 14:17 UTC  (4+ messages)
` [PATCH v4 1/2] ima: measure loaded policy after "

[PATCH v3 0/4] media: add and use fwnode_graph_for_each_endpoint_scoped()
 2026-06-25 14:17 UTC  (10+ messages)
` [PATCH v3 1/4] device property: Introduce fwnode_graph_for_each_endpoint_scoped()
` [PATCH v3 2/4] media: mc: use fwnode_graph_for_each_endpoint_scoped() to simpilfy code
` [PATCH v3 3/4] media: rkisp1: use fwnode_graph_for_each_endpoint_scoped() to simplify code
` [PATCH v3 4/4] media: qcom: camss: "

[PATCH] mx6: ddr: Subtract half a cycle instead of three quarters of a cycle after DQS gating calibration
 2026-06-25 14:17 UTC 

[PATCH 1/2] usb: usb_onboard_hub: add support for TI TUSB8041
 2026-06-25 14:17 UTC  (3+ messages)
` [PATCH 2/2] usb: usb_onboard_hub: add support for USB2517 hub


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.