All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-22 21:49:34 to 2026-05-22 22:20:01 UTC [more...]

[iproute2-next] netshaper: Fix man page accuracy and formatting issues
 2026-05-22 22:20 UTC  (2+ messages)

[PATCH iproute2-next] ll_map: add RTEXT_FILTER_NAME_ONLY to ll_link_get() and ll_init_map()
 2026-05-22 22:20 UTC  (2+ messages)

[PATCH v2 0/2] fixes to DRM doc & parameter's print
 2026-05-22 22:19 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for fixes to DRM doc & parameter's print (rev2)

[patch V4 00/14] futex: Address the robust futex unlock race for real
 2026-05-22 22:16 UTC  (3+ messages)
` [PATCH 15/14] selftests: futex: Add tests for robust unlock within the critical section

[git pull] drm fixes for 7.1-rc5
 2026-05-22 22:16 UTC 

[PATCH RFC v3 0/4] exec: introduce task_exec_state for exec-time metadata
 2026-05-22 22:14 UTC  (3+ messages)
` [PATCH RFC v3 1/4] sched/coredump: introduce enum task_dumpable

[PATCH iproute2-next] tc/netem: display per-impairment xstats counters
 2026-05-22 22:13 UTC  (2+ messages)

[PATCH v8 00/58] perf: Reorganize scripting support
 2026-05-22 22:13 UTC  (26+ messages)
` [PATCH v9 00/23] perf python: Modernize and extend Python API (Phase 1)
  ` [PATCH v9 01/23] perf arch arm: Sort includes and add missed explicit dependencies
  ` [PATCH v9 02/23] perf arch x86: "
  ` [PATCH v9 03/23] perf tests: "
  ` [PATCH v9 04/23] perf script: "
  ` [PATCH v9 05/23] perf util: "
  ` [PATCH v9 06/23] perf python: Add "
  ` [PATCH v9 07/23] perf evsel/evlist: Avoid unnecessary #includes
  ` [PATCH v9 08/23] perf data: Add open flag
  ` [PATCH v9 09/23] perf evlist: Add reference count
  ` [PATCH v9 10/23] perf evsel: "
  ` [PATCH v9 11/23] perf evlist: Add reference count checking
  ` [PATCH v9 12/23] perf python: Use evsel in sample in pyrf_event
  ` [PATCH v9 13/23] perf python: Add wrapper for perf_data file abstraction
  ` [PATCH v9 14/23] perf python: Add python session abstraction wrapping perf's session
  ` [PATCH v9 15/23] perf python: Refactor and add accessors to sample event
  ` [PATCH v9 16/23] perf python: Add mmap2 event
  ` [PATCH v9 17/23] perf python: Add callchain support
  ` [PATCH v9 18/23] perf python: Extend API for stat events in python.c
  ` [PATCH v9 19/23] perf python: Expose brstack in sample event
  ` [PATCH v9 20/23] perf python: Add syscall name/id to convert syscall number and name
  ` [PATCH v9 21/23] perf python: Add config file access
  ` [PATCH v9 22/23] perf python: Add perf.pyi stubs file
  ` [PATCH v9 23/23] perf python: Add LiveSession helper

[PATCH 0/3] tools/nolibc: add support for ftruncate()
 2026-05-22 22:12 UTC  (4+ messages)

[PATCH RFC v2 0/2] arm64: vdso: Implement __vdso_futex_robust_try_unlock()
 2026-05-22 22:11 UTC  (3+ messages)

[PATCH v7 00/64] target/arm: Implement FEAT_FP8
 2026-05-22 22:03 UTC  (65+ messages)
` [PATCH v7 01/64] target/arm: Implement ID_AA64ISAR3
` [PATCH v7 02/64] target/arm: Implement FEAT_FAMINMAX for AdvSIMD
` [PATCH v7 03/64] target/arm: Implement FEAT_FAMINMAX for SME
` [PATCH v7 04/64] target/arm: Implement FEAT_FAMINMAX for SVE
` [PATCH v7 05/64] target/arm: Enable FEAT_FAMINMAX for -cpu max
` [PATCH v7 06/64] target/arm: Update SCR bits for Arm ARM M.a.a
` [PATCH v7 07/64] target/arm: Update HCRX "
` [PATCH v7 08/64] target/arm: Introduce FPMR
` [PATCH v7 09/64] target/arm: Update SCTLR bits for FEAT_FPMR
` [PATCH v7 10/64] target/arm: Enable EnFPM "
` [PATCH v7 11/64] target/arm: Clear FPMR on ResetSVEState
` [PATCH v7 12/64] target/arm: Add FPMR_EL to TBFLAGS
` [PATCH v7 13/64] target/arm: Trap direct acceses to FPMR
` [PATCH v7 14/64] tests/functional/aarch64/rme: update images to support FEAT_FP8
` [PATCH v7 15/64] target/arm: Dump FPMR when present
` [PATCH v7 16/64] linux-user/aarch64: Implement FPMR signal frames
` [PATCH v7 17/64] target/arm: Enable FEAT_FPMR for -cpu max
` [PATCH v7 18/64] target/arm: Implement ID_AA64FPFR0
` [PATCH v7 19/64] target/arm: Add isar_feature_aa64_f8cvt
` [PATCH v7 20/64] target/arm: Implement FSCALE for AdvSIMD
` [PATCH v7 21/64] target/arm: Implement FSCALE for SME
` [PATCH v7 22/64] target/arm: Split vector-type.h from cpu.h
` [PATCH v7 23/64] target/arm: Move vectors_overlap to vec_internal.h
` [PATCH v7 24/64] target/arm: Introduce arm_init_fp_status
` [PATCH v7 25/64] target/arm: Set e4m3_nan_is_snan
` [PATCH v7 26/64] target/arm: Implement BF1CVTL, BF1CVTL2, BF2CVTL, BF2CVTL2 for AdvSIMD
` [PATCH v7 27/64] target/arm: Implement BF1CVT, BF1CVTLT, BF2CVT, BF2CVTLT for SVE
` [PATCH v7 28/64] target/arm: Rename SME BFCVT patterns to BFCVT_hs
` [PATCH v7 29/64] target/arm: Implement BF1CVT, BF1CVTL, BF2CVT, BF2CVTL for SME
` [PATCH v7 30/64] target/arm: Implement F1CVTL, F1CVTL2, F2CVTL, F2CVTL2 for AdvSIMD
` [PATCH v7 31/64] target/arm: Implement F1CVT, F1CVTLT, F2CVT, F2CVTLT for SVE
` [PATCH v7 32/64] target/arm: Implement F1CVT, F1CVTL, F2CVT, F2CVTL for SME
` [PATCH v7 33/64] target/arm: Implement BFCVTN for SVE
` [PATCH v7 34/64] target/arm: Implement FCVTN (16- to 8-bit fp) for AdvSIMD
` [PATCH v7 35/64] target/arm: Implement FCVTN, FCVTN2 (32- "
` [PATCH v7 36/64] target/arm: Implement FCVTN (16- to 8-bit fp) for SVE
` [PATCH v7 37/64] target/arm: Implement FCVTNB, FCVTNT "
` [PATCH v7 38/64] target/arm: Implement FCVT (FP16 to FP8) for SME
` [PATCH v7 39/64] target/arm: Implement FCVT, FCVTN (FP32 "
` [PATCH v7 40/64] target/arm: Implement LUTI2, LUTI4 for AdvSIMD
` [PATCH v7 41/64] target/arm: Implement LUTI2, LUTI4 for SVE
` [PATCH v7 42/64] target/arm: Enable FEAT_LUT for -cpu max
` [PATCH v7 43/64] target/arm: Enable FEAT_FP8 "
` [PATCH v7 44/64] target/arm: Update ID_AA64SMFR0_EL1 fields to ARM M.b
` [PATCH v7 45/64] target/arm: Implement MOVT (vector to table)
` [PATCH v7 46/64] target/arm: Implement LUTI4 (four registers, 8-bit)
` [PATCH v7 47/64] target/arm: Enable FEAT_SME_LUTv2 for -cpu max
` [PATCH v7 48/64] target/arm: Implement FMLALB, FMLALT for AdvSIMD
` [PATCH v7 49/64] target/arm: Implement FMLALB, FMLALT (FP8 to FP16) for SVE
` [PATCH v7 50/64] target/arm: Implement FMLALL{BB, BT, TB, TT} for AdvSIMD
` [PATCH v7 51/64] target/arm: Implement FMLALL{BB,BT,TB,TT} for SVE
` [PATCH v7 52/64] target/arm: Enable FEAT_FP8FMA, FEAT_SSVE_FP8FMA for -cpu max
` [PATCH v7 53/64] target/arm: Implement FDOT (FP8 to FP32) for AdvSIMD
` [PATCH v7 54/64] target/arm: Implement FDOT (FP8 to FP32) for SVE
` [PATCH v7 55/64] target/arm: Enable FEAT_FP8DOT4, FEAT_SSVE_FP8DOT4 for -cpu max
` [PATCH v7 56/64] target/arm: Implement FDOT (FP8 to FP16) for AdvSIMD
` [PATCH v7 57/64] target/arm: Implement FDOT (FP8 to FP16) for SVE
` [PATCH v7 58/64] target/arm: Enable FEAT_FP8DOT2, FEAT_SSVE_FP8DOT2 for -cpu max
` [PATCH v7 59/64] target/arm: Implement FMMLA (FP8 to FP32) for AdvSIMD
` [PATCH v7 60/64] target/arm: Implement FMMLA (FP8 to FP32) for SVE
` [PATCH v7 61/64] target/arm: Enable FEAT_F8F32MM for -cpu max
` [PATCH v7 62/64] target/arm: Implement FMMLA (FP8 to FP16) for AdvSIMD
` [PATCH v7 63/64] target/arm: Implement FMMLA (FP8 to FP16) for SVE
` [PATCH v7 64/64] target/arm: Enable FEAT_F8F16MM for -cpu max

[PATCH v3 0/2] perf tool_pmu: Support enable/disable for tool PMU events
 2026-05-22 22:10 UTC  (3+ messages)
` [PATCH v4 "

[PATCH v3] mm: process_mrelease: introduce PROCESS_MRELEASE_REAP_KILL flag
 2026-05-22 22:09 UTC  (10+ messages)

[PATCHv3] blk-mq: pop cached request if it is usable
 2026-05-22 22:08 UTC  (5+ messages)

[PATCH 0/3] Three folio-related btrfs fixes
 2026-05-22 22:07 UTC  (4+ messages)

[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
 2026-05-22 22:07 UTC  (3+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs

[PATCH V3 0/4] KVM: X86: Correctly populate nested page fault injection error information
 2026-05-22 22:07 UTC  (5+ messages)
` [PATCH V3 2/4] KVM: SVM: Fix nested NPF injection to set PFERR_GUEST_{PAGE,FINAL}_MASK
` [PATCH V3 3/4] KVM: VMX: Fix nested EPT violation injection of GVA_IS_VALID/GVA_TRANSLATED bits

[PATCH] target/arm: Enable REVD for SVE2.1
 2026-05-22 22:04 UTC 

[PATCH 0/7 v2] mm/memcontrol, page_counter: move stock from mem_cgroup to page_counter
 2026-05-22 22:06 UTC  (8+ messages)
` [PATCH 1/7 v2] mm/page_counter: introduce per-page_counter stock
` [PATCH 2/7 v2] mm/page_counter: use page_counter_stock in page_counter_try_charge
` [PATCH 3/7 v2] mm/page_counter: introduce stock drain APIs
` [PATCH 4/7 v2] mm/memcontrol: convert memcg to use page_counter_stock
` [PATCH 5/7 v2] mm/memcontrol: optimize memsw stock for cgroup v1
` [PATCH 6/7 v2] mm/memcontrol: optimize stock usage for cgroup v2
` [PATCH 7/7 v2] mm/memcontrol: remove unused memcg_stock code

[PATCH v2 0/2] gen_loader fixes
 2026-05-22 22:05 UTC  (4+ messages)
` [PATCH v2 2/2] bpf, libbpf: reject non-exclusive metadata maps in the signed loader

[PATCH v4 1/1] leds: Introduce the multi_max_intensity sysfs attribute
 2026-05-22 22:05 UTC  (3+ messages)
` (subset) "

[PATCH] ARM: mach-rpc: fix zImage build after recent font-related changes
 2026-05-22 22:03 UTC  (6+ messages)

[PATCH v3 0/8] platform/x86: uniwill-laptop: Charging-related improvements
 2026-05-22 22:01 UTC  (3+ messages)

[PATCH] block: skip sync_blockdev() on surprise removal in bdev_mark_dead()
 2026-05-22 22:00 UTC 

[PATCH v2 1/2] dmaengine: idxd: Do not call destroy_workqueue with null idxd->wq
 2026-05-22 21:59 UTC  (2+ messages)

[PATCH mm-hotfixes-unstable v18 00/14] khugepaged: add mTHP collapse support
 2026-05-22 21:58 UTC  (5+ messages)
` [PATCH mm-unstable v18 07/14] mm/khugepaged: skip collapsing mTHP to smaller orders
` [PATCH mm-unstable v18 14/14] Documentation: mm: update the admin guide for mTHP collapse

[PATCH v3] platform/x86/lenovo: Add Yoga Book 9 keyboard dock detection driver
 2026-05-22 21:59 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] target/arm: SME BFCVT, BFCVTN have "Alternate BFloat16 behaviors"
 2026-05-22 21:57 UTC  (2+ messages)

[Stable-10.2.3 v2 000/149] Patch Round-up for stable 10.2.3, freeze on 2026-05-22 (frozen)
 2026-05-22 21:49 UTC  (51+ messages)
` [Stable-10.2.3 100/149] linux-user: Flush errors by using exit() instead of _exit() in error path
` [Stable-10.2.3 101/149] linux-user: Allow getsockopt() with NULL optval address
` [Stable-10.2.3 102/149] linux-user: Translate errno in IP_RECVERR and IPV6_RECVERR
` [Stable-10.2.3 103/149] hw/intc/xics: Add a check for an invalid server id
` [Stable-10.2.3 104/149] tests/rcutorture: Fix build error
` [Stable-10.2.3 105/149] hw/ppc/e500: fix bus-frequency property hardcoded to zero in CPU FDT node
` [Stable-10.2.3 106/149] hw/net/allwinner-sun8i-emac: Flush queued packets when rx is enabled
` [Stable-10.2.3 107/149] hw/intc/arm_gicv3: Fix NS write to ICC_AP1Rn_EL1 when prebits < 7
` [Stable-10.2.3 108/149] migration: Fix low possibility downtime violation
` [Stable-10.2.3 109/149] target/microblaze: Fix endianness used to disassemble
` [Stable-10.2.3 110/149] target/arm: Report IL=0 for Thumb 16-bit BKPT insn
` [Stable-10.2.3 111/149] hw/misc/bcm2835_rng: Specify valid memory access sizes
` [Stable-10.2.3 112/149] hw/uefi: fix buffer overruns
` [Stable-10.2.3 113/149] hw/uefi: verify pio_xfer_offset before calculating buffer checksum
` [Stable-10.2.3 114/149] hw/uefi: fix ucs2 string helper functions
` [Stable-10.2.3 115/149] hw/uefi: add name_size check to uefi_vars_mm_lock_variable()
` [Stable-10.2.3 116/149] hw/uefi: verify data size before accessing it in wrap_pkcs7
` [Stable-10.2.3 117/149] hw/uefi: avoid possibly unaligned variable_auth_2 struct field access
` [Stable-10.2.3 118/149] hw/uefi: check auth.hdr_length minimum size
` [Stable-10.2.3 119/149] hw/ufs: Validate MCQ SQ references before use
` [Stable-10.2.3 120/149] hw/ufs: Guard MCQ CQ accesses against missing queues
` [Stable-10.2.3 121/149] hw/ufs: Reject zero-depth MCQ queues
` [Stable-10.2.3 122/149] hw/ufs: Keep MCQ SQs alive while requests are outstanding
` [Stable-10.2.3 123/149] hw/ufs: Zero reserved bytes in REPORT LUNS response header
` [Stable-10.2.3 124/149] hw/display/cirrus_vga: Fix packed-24 color-expansion transparent pattern fills
` [Stable-10.2.3 125/149] hw/display/cirrus_vga: Fix packed-24 color-expansion transparent copies
` [Stable-10.2.3 126/149] hw/misc/aspeed_sbc: Add bounds checking for OTP write operations
` [Stable-10.2.3 127/149] aspeed/hace: Fix out-of-bounds read in has_padding()
` [Stable-10.2.3 128/149] aspeed/hace: Prevent total_req_len overflow
` [Stable-10.2.3 129/149] hw/i2c/microbit_i2c: Don't index off end of twi_read_sequence[]
` [Stable-10.2.3 130/149] meson.build: Add -fzero-init-padding-bits=all
` [Stable-10.2.3 131/149] tests/functional/qemu_test/asset.py: Don't use setxattr when it doesn't exist
` [Stable-10.2.3 132/149] hw/nvme: fix admin cq msix setup
` [Stable-10.2.3 133/149] linux-user: Fix AT_EXECFN in AUXV for symlinked programs
` [Stable-10.2.3 134/149] linux-user/sh4: Fix target_ucontext tuc_link field type
` [Stable-10.2.3 135/149] linux-user/sh4: Fix setup_sigtramp to match Linux kernel trampoline pattern
` [Stable-10.2.3 136/149] blkdebug: Add 'delay-ns' option
` [Stable-10.2.3 137/149] block: Add blk_co_start/end_request() and BDRV_REQ_NO_QUEUE
` [Stable-10.2.3 138/149] block: Add flags parameter to blk_*_pdiscard()
` [Stable-10.2.3 139/149] ide: Minimal fix for deadlock between TRIM and drain
` [Stable-10.2.3 140/149] ide: Clean up ide_trim_co_entry() to be idiomatic coroutine code
` [Stable-10.2.3 141/149] ide-test: Factor out wait_dma_completion()
` [Stable-10.2.3 142/149] ide-test: Test reset during TRIM
` [Stable-10.2.3 143/149] block: Create DEFAULT_BLOCK_CONF macro
` [Stable-10.2.3 144/149] block: Add more defaults to DEFAULT_BLOCK_CONF
` [Stable-10.2.3 145/149] commit: Drain nodes across all of bdrv_commit()
` [Stable-10.2.3 146/149] qemu-io: Add 'aio_discard' command
` [Stable-10.2.3 147/149] qcow2: Fix corruption on discard during write with COW
` [Stable-10.2.3 148/149] iotests/046: Test that discard/write_zeroes wait for dependencies
` [Stable-10.2.3 149/149] block/graph-lock: fix missed wakeup in bdrv_graph_co_rdunlock()

[PATCH net-next v8 0/2] tcp: rehash onto different local ECMP path on retransmit timeout
 2026-05-22 21:57 UTC  (3+ messages)
` [PATCH net-next v8 1/2] "
` [PATCH net-next v8 2/2] selftests: net: add local ECMP rehash test

[PATCH 0/3] target/arm: Fix some FEAT_AFP corner cases
 2026-05-22 21:54 UTC  (5+ messages)
` [PATCH 2/3] target/arm: Use FPST_A64_F16 for SVE FCVTLT_hs
` [PATCH 3/3] target/arm: Set correct fp flags for FLOGB when FPCR.AH = 1

[PATCH 2/3] KVM: guest_memfd: Fix possible signed integer overflow
 2026-05-22 21:54 UTC  (2+ messages)

[PATCH net-next v1 0/3] selftests: rds: ROCE support follow ups
 2026-05-22 21:54 UTC  (4+ messages)
` [PATCH net-next v1 1/3] selftests: rds: add per-transport run wrappers
` [PATCH net-next v1 2/3] selftests: rds: pin RDS sockets to their intended transport
` [PATCH net-next v1 3/3] selftests: rds: support RDS built as loadable modules

[PATCH bpf v3 0/2] gen_loader fixes
 2026-05-22 21:53 UTC  (3+ messages)
` [PATCH bpf v3 1/2] libbpf: fix off-by-one in emit_signature_match jump offset
` [PATCH bpf v3 2/2] bpf, libbpf: reject non-exclusive metadata maps in the signed loader

[PATCH net-next] net: e100: replace silent 'hope for the best' with debug message
 2026-05-22 21:52 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v6 09/12] PCI: liveupdate: Inherit ARI Forwarding Enable on preserved bridges
 2026-05-22 21:51 UTC  (2+ messages)

[PATCH v3 00/10] fuse: add io-uring buffer pools and zero-copy
 2026-05-22 21:51 UTC  (3+ messages)

[PATCH v2 0/1] add Acer battery control driver
 2026-05-22 21:50 UTC  (7+ messages)
` [PATCH v2 1/1] platform/x86: "

[PATCH] exec: free the old mm outside the exec locks
 2026-05-22 21:49 UTC  (4+ messages)

[PATCH] nfsd: sample writeback error cursor before async COPY loop
 2026-05-22 21:49 UTC  (2+ messages)

Unclaimed LEN0100 / LEN0111 / LEN0112 ACPI devices on ThinkPad X1 Carbon Gen 13
 2026-05-22 21:49 UTC  (2+ messages)

arch/powerpc/boot/dts/turris1x.dtb: power@e0070 (fsl,mpc8548-pmc): 'soc-clk@24', 'soc-clk@25', 'soc-clk@26' do not match any of the regexes: '^pinctrl-[0-9]+$'
 2026-05-22 21:48 UTC 


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.