All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-30 02:18:02 to 2026-07-30 03:12:11 UTC [more...]

[PATCH v2 00/50] Introduce helper-to-tcg
 2026-07-30  3:10 UTC  (47+ messages)
` [PATCH v2 01/50] accel/tcg: Add bitreverse and funnel-shift runtime helper functions
` [PATCH v2 02/50] accel/tcg: Add getpc helper
` [PATCH v2 03/50] tcg: Introduce tcg-global-mappings
` [PATCH v2 04/50] tcg: Increase maximum TB size
` [PATCH v2 05/50] tcg: Expose tcg_gen_ussub_sat()
` [PATCH v2 06/50] Add helper-to-tcg subproject
` [PATCH v2 07/50] helper-to-tcg: Introduce get-llvm-ir.py
` [PATCH v2 08/50] helper-to-tcg: Handle LLVM version compatibility
` [PATCH v2 09/50] helper-to-tcg: Introduce custom LLVM pipeline
` [PATCH v2 10/50] helper-to-tcg: Add pipeline --debug and --debug-only
` [PATCH v2 11/50] helper-to-tcg: Add simple error creation helper
` [PATCH v2 12/50] helper-to-tcg: Introduce PrepareForOptPass
` [PATCH v2 13/50] helper-to-tcg: PrepareForOptPass, demangle function names
` [PATCH v2 14/50] helper-to-tcg: PrepareForOptPass, map annotations
` [PATCH v2 15/50] helper-to-tcg: PrepareForOptPass, cull unused functions
` [PATCH v2 16/50] helper-to-tcg: PrepareForOptPass, undef llvm.returnaddress
` [PATCH v2 17/50] helper-to-tcg: PrepareForOptPass, fixup inline attributes
` [PATCH v2 18/50] helper-to-tcg: PrepareForOptPass, collect debuginfo
` [PATCH v2 19/50] helper-to-tcg: Pipeline, run optimization pass
` [PATCH v2 20/50] helper-to-tcg: Introduce pseudo instructions
` [PATCH v2 21/50] helper-to-tcg: Add guest vector layout description
` [PATCH v2 22/50] helper-to-tcg: Introduce PrepareForTcgPass
` [PATCH v2 23/50] helper-to-tcg: PrepareForTcgPass, remove functions with cycles
` [PATCH v2 24/50] helper-to-tcg: PrepareForTcgPass, demote PHI nodes
` [PATCH v2 25/50] helper-to-tcg: PrepareForTcgPass, map TCG globals
` [PATCH v2 26/50] helper-to-tcg: PrepareForTcgPass, transform GEPs
` [PATCH v2 27/50] helper-to-tcg: PrepareForTcgPass, canonicalize IR
` [PATCH v2 28/50] helper-to-tcg: PrepareForTcgPass, identity map trivial expressions
` [PATCH v2 29/50] helper-to-tcg: Introduce TcgV structure
` [PATCH v2 30/50] helper-to-tcg: Introduce TcgGenPass
` [PATCH v2 31/50] helper-to-tcg: TcgGenPass, linearize basic blocks
` [PATCH v2 32/50] helper-to-tcg: TcgGenPass, introduce Value <-> TcgV map
` [PATCH v2 33/50] helper-to-tcg: TcgGenPass, add structs for string emission
` [PATCH v2 34/50] helper-to-tcg: TcgGenPass, map arguments to TCG
` [PATCH v2 37/50] helper-to-tcg: TcgGenPass, emit TCG strings
` [PATCH v2 38/50] helper-to-tcg: Add README
` [PATCH v2 41/50] target/hexagon: Add get_tb_mmu_index()
` [PATCH v2 42/50] target/hexagon: Increase VECTOR_TEMPS_MAX
` [PATCH v2 43/50] target/hexagon: Provide env to tcg global mapping
` [PATCH v2 44/50] target/hexagon: Keep gen_slotval/check_noshuf for helper-to-tcg
` [PATCH v2 45/50] target/hexagon: Emit annotations for helpers
` [PATCH v2 46/50] target/hexagon: Split probe_and_commit helper
` [PATCH v2 47/50] target/hexagon: Use helper-to-tcg helper calls
` [PATCH v2 48/50] target/hexagon: Manually call generated HVX instructions
` [PATCH v2 49/50] target/hexagon: Use idef-parser as a fallback
` [PATCH v2 50/50] target/hexagon: Use helper-to-tcg

[RESEND PATCH ath-current 0/3] wifi: ath11k: fix QRTR readiness related WLAN initialization failures
 2026-07-30  3:09 UTC  (4+ messages)
` [RESEND PATCH ath-current 1/3] wifi: ath11k: fix sporadic "
` [RESEND PATCH ath-current 2/3] wifi: ath11k: fix NULL dereference in ahb remove when QMI init incomplete
` [RESEND PATCH ath-current 3/3] wifi: ath11k: unregister PM notifier on QMI init failure path

[PATCH 1/3] zram: fix zstd dict use-after-free on per-CPU error path
 2026-07-30  3:10 UTC  (16+ messages)
` [PATCH v2 1/5] zram: fix early release of global cdict/ddict in "
  ` [PATCH v2 3/5] zstd: move ZSTD_MAX_CLEVEL to zstd_lib.h
  ` [PATCH v3 0/5] zram: fix zstd per-CPU error path and add parameter validation
    ` [PATCH v3 1/5] zram: do not release zstd params in per-CPU error path
    ` [PATCH v3 2/5] zram: reject zero-size dictionary
    ` [PATCH v3 3/5] zram: add level validation in zstd setup_params
    ` [PATCH v3 4/5] zram: add per-backend caps and validate parameters early
    ` [PATCH v3 5/5] zram: reset per-priority params when changing algorithm before init

[PATCH ath-current 0/3] wifi: ath11k: fix QRTR readiness related WLAN initialization failures
 2026-07-30  3:09 UTC  (3+ messages)

[PATCH v2 0/6] PCI: Fix procfs PCI config access issues
 2026-07-30  3:24 UTC  (8+ messages)
` [PATCH v2 1/6] PCI: Prevent overflow in proc_bus_pci_{read,write}()
` [PATCH v2 2/6] PCI/proc: Serialize config inode size updates
` [PATCH v2 3/6] PCI/proc: Warn on writes to driver-exclusive config regions
` [PATCH v2 4/6] PCI/sysfs: Avoid runtime PM at config-space EOF
` [PATCH v2 5/6] PCI: Align proc_bus_pci_write() with pci_write_config()
` [PATCH v2 6/6] PCI: Align proc_bus_pci_read() with pci_read_config()

[PATCH] remoteproc: imx_rproc: Fix off-by-one in address translation
 2026-07-30  3:12 UTC 

[rdma:wip/leon-for-next] BUILD SUCCESS fdfb5cea4bf070cdb31d997efd87bb684df041fd
 2026-07-30  3:07 UTC 

[PATCH v5 0/8] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
 2026-07-30  3:08 UTC  (3+ messages)

[PATCH 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-07-30  3:07 UTC  (2+ messages)

[PATCH] wifi: mwifiex: ignore ROM regulatory hint on WRT3200ACM/WRT32x
 2026-07-30  3:06 UTC  (3+ messages)

[PATCH 0/2] arm64: ftrace: enable single ftrace_ops for direct calls
 2026-07-30  3:05 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] x86/svm: require VMSAVEvirt for nested virt
 2026-07-30  3:03 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 1/1] mm: shmem: reject page-aligned fallocate end overflow
 2026-07-30  3:01 UTC  (3+ messages)

[RFC PATCH bpf-next 0/3] ftrace, kprobes, bpf: mark trampoline/kprobe ftrace_ops permanent
 2026-07-30  3:01 UTC  (3+ messages)
` [RFC PATCH bpf-next 2/3] kprobes: mark ftrace-based kprobe ops permanent

[PATCH] tools/power turbostat: Read complete CPU lists
 2026-07-30  3:00 UTC 

[PATCH 1/1] EDAC/igen6: Add Intel Starfire SoCs support
 2026-07-30  2:54 UTC 

[PATCH v3 1/4] drm/amdgpu: track faulted gfx user-queue slots
 2026-07-30  2:58 UTC  (4+ messages)
` [PATCH v3 2/4] drm/amdgpu/gfx11: recover gfx user queues on priv-fault
` [PATCH v3 3/4] drm/amdgpu/gfx12: "
` [PATCH v3 4/4] drm/amdgpu/userq: mark a queue unmapped after a per-queue reset

[PATCH v7 0/9] KVM: x86/pmu: Add hardware Topdown metrics support
 2026-07-30  2:58 UTC  (5+ messages)
` [PATCH v7 7/9] KVM: x86/pmu: Restrict RDPMC passthrough to known CPUs
` [PATCH v7 9/9] KVM: selftests: Add PERF_METRICS and fixed counter 3 tests

[PATCH] ata: pata_parport: Fix use-after-free in new_device_store
 2026-07-30  2:58 UTC  (3+ messages)

[PATCH] builtin/maintenance: accept "none" as a maintenance strategy
 2026-07-30  2:58 UTC  (2+ messages)

[PATCH v11 0/6] Add RMPOPT support
 2026-07-30  2:55 UTC  (4+ messages)
` [PATCH v11 3/6] x86/sev: Initialize RMPOPT configuration MSRs

[PATCH] tools/xe-perf-recorder: expose some OA stream open properties
 2026-07-30  2:54 UTC  (4+ messages)

[PATCH v8 0/5] smb: fix fallocate and allocation accounting
 2026-07-30  2:54 UTC  (5+ messages)
` [PATCH v8 5/5] smb/client: refresh allocation after EOF-extending fallocate

[tip:tip/urgent] BUILD SUCCESS 75b2c3a00d220fe2afea37550811f3f32ac9711c
 2026-07-30  2:54 UTC 

[PATCH mptcp-next v4 00/10] Fix socket options used by NVMe over MPTCP
 2026-07-30  2:54 UTC  (11+ messages)
` [PATCH mptcp-next v4 01/10] mptcp: preserve msk's sk_bound_dev_if on PM-default subflows
` [PATCH mptcp-next v4 02/10] mptcp: inherit sk_reuse/sk_reuseport on subflow creation
` [PATCH mptcp-next v4 03/10] mptcp: handle TCP_MAXSEG getsockopt in common case
` [PATCH mptcp-next v4 04/10] mptcp: add TCP_SYNCNT setsockopt/getsockopt
` [PATCH mptcp-next v4 05/10] ipv6: extract and export ip6_sock_set_tclass helpers
` [PATCH mptcp-next v4 06/10] mptcp: sockopt: implement IPV6_TCLASS
` [PATCH mptcp-next v4 07/10] mptcp: copy the subflow's tos/tclass to the msk on accept
` [PATCH mptcp-next v4 08/10] nvme-fabrics: add IPv6 traffic class option
` [PATCH mptcp-next v4 09/10] nvme-tcp: support IPv6 traffic class
` [PATCH mptcp-next v4 10/10] nvmet-tcp: "

[RFC PATCH] hwmon: remove tautological dependency expressions from Kconfig
 2026-07-30  2:54 UTC  (2+ messages)

[linux-next:master 7971/10444] include/linux/pageblock-flags.h:66:53: error: 'HPAGE_PMD_ORDER' undeclared
 2026-07-30  2:52 UTC 

[RFC PATCH v4 0/4] mm: avoid large folio splits when swap is unavailable
 2026-07-30  2:52 UTC  (3+ messages)
` [RFC PATCH v4 4/4] mm/shmem: split large folios only on -E2BIG

[PATCH rtw-next 00/14] wifi: rtw89: coex: add more command / event formats for coming RTL8922D
 2026-07-30  2:53 UTC  (3+ messages)
` [PATCH rtw-next 01/14] wifi: rtw89: coex: Add chip initial info version 11 for RTL8922A/D

[RFC PATCH] virtio_balloon: add VIRTIO_BALLOON_F_REPORTING_PM_SAFE feature bit
 2026-07-30  2:52 UTC  (2+ messages)

[PATCH 0/2] hung_task: extend blocking task stacktrace dump to rtmutex
 2026-07-30  2:50 UTC  (4+ messages)
` [PATCH 1/2] hung_task: show the blocker task if the task is hung on rtmutex
` [PATCH 2/2] samples: enhance hung_task detector test with rtmutex support

[PATCH] Documentation: a/an grammar fixes
 2026-07-30  2:50 UTC  (2+ messages)

[PATCH 00/10] EDAC/{ie31200,igen6}: Fix address decoding and detect IMCs at runtime
 2026-07-30  2:42 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/10] EDAC/ie31200: Decouple DIMM width decoding from enum order
  ` [PATCH v2 02/10] EDAC/igen6: Fix interleave boundary condition
  ` [PATCH v2 03/10] EDAC/igen6: Fix channel selection hash
  ` [PATCH v2 04/10] EDAC/igen6: Fix channel address decode for non-hash mode
  ` [PATCH v2 05/10] EDAC/igen6: Fix Raptor Lake-P logged error address
  ` [PATCH v2 06/10] EDAC/igen6: Remove unnecessary XOR on the zero-valued interleave bit
  ` [PATCH v2 07/10] EDAC/igen6: Simplify compute die ID comments
  ` [PATCH v2 08/10] EDAC/igen6: Detect present memory controllers at runtime
  ` [PATCH v2 09/10] EDAC/igen6: Remove redundant resource configuration tables
  ` [PATCH v2 10/10] EDAC/igen6: Refactor address translation logic

[meta-security][PATCH] docs: fix formatting in dm-verity documentation
 2026-07-30  2:48 UTC 

[PATCH] ASoC: rt722: reset codec to fix abnormal sound
 2026-07-30  2:47 UTC  (3+ messages)

[PATCH] ASoC: soc-generic-dmaengine: report DMA channel request failures more clearly
 2026-07-30  2:45 UTC  (3+ messages)

[RFC PATCH] RISC-V: KVM: Add minimal guest_memfd support
 2026-07-30  2:45 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v32 0/7] firmware: imx: driver for NXP secure-enclave
 2026-07-30  3:06 UTC  (9+ messages)
` [PATCH v32 1/7] Documentation/firmware: add imx/se to other_interfaces
` [PATCH v32 3/7] firmware: imx: add driver for NXP EdgeLock Enclave
` [PATCH v32 5/7] firmware: imx: adds miscdev
` [PATCH v32 6/7] arm64: dts: imx8ulp: add secure enclave node

[PATCH v2] selftests/mm: unpoison pages in memory-failure teardown
 2026-07-30  2:43 UTC  (2+ messages)

[PATCH v5 0/4] Add support for MAX20830C and MAX20840C step-down DC-DC switching regulator
 2026-07-30  2:42 UTC  (13+ messages)
` [PATCH v5 1/4] dt-bindings: hwmon: (pmbus/max20830): add VOUT feedback resistor properties and complete examples
` [PATCH v5 2/4] hwmon: (pmbus/max20830): add VOUT feedback resistor scaling support
` [PATCH v5 3/4] dt-bindings: hwmon: (pmbus/max20830): add max20830c and max20840c support
` [PATCH v5 4/4] hwmon: (pmbus/max20830): add support for max20830c and max20840c

[PATCH v2 2/2] ublk: clear auto buf reg before updating io->buf in batch commit
 2026-07-30  2:40 UTC  (2+ messages)
` [PATCH] selftests: ublk: add rotating auto_buf index regression test

[f2fs-dev] [PATCH 6.12] fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
 2026-07-30  2:40 UTC  (3+ messages)
  `  "

[f2fs-dev] [PATCH 6.6] fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
 2026-07-30  2:40 UTC  (3+ messages)
  `  "

[PATCH 6.18] fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
 2026-07-30  2:40 UTC  (3+ messages)
` [f2fs-dev] "

[f2fs-dev] [PATCH 6.1] fscrypt: Avoid dynamic allocation in fscrypt_get_devices()
 2026-07-30  2:40 UTC  (3+ messages)
  `  "

[PATCH v3] riscv: disable local interrupts and stop other CPUs before reboot/shutdown
 2026-07-30  2:40 UTC  (3+ messages)

[PATCH 6.1.y] bpf: drop bpf_lsm_getselfattr from hook list
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 6.6.y] bpf: drop bpf_lsm_getselfattr from hook list
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 6.12.y/6.18.y/7.1.y] drm/amd/display: Fix DTB DTO updates breaking live pixel rate sources
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 6.6.y] exfat: validate cluster allocation bits of the allocation bitmap
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 7.1.y] drm/amd/display: check GRPH_FLIP status before sending event
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 6.18.y] ublk: wait on ublk_dev_ready() instead of ub->completion
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 5.10] tipc: fix use-after-free of the discoverer in tipc_disc_rcv()
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 6.6.y] i40e: remove read access to debugfs files
 2026-07-30  2:39 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH 6.1] ipv6: ndisc: fix NULL deref in accept_untracked_na()
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 6.18 0/4] dm-verity fixes
 2026-07-30  2:40 UTC  (2+ messages)

[PATCH 6.18.y] bpf: Fix same-register dst/src OOB read and pointer leak in sock_ops
 2026-07-30  2:39 UTC  (2+ messages)

[PATCH 0/2] Add bindings and driver for Sony IMX908
 2026-07-30  2:31 UTC  (5+ messages)
` [PATCH 1/2] media: dt-bindings: imx908: Add Sony IMX908 sensor bindings
` [PATCH 2/2] media: i2c: Add Sony IMX908 image sensor driver

[PATCH] coccinelle: update Coccinelle website URL
 2026-07-30  2:38 UTC 

[PATCH 0/2] clk: qcom: nord: fix PHY pipe clock halt check and mux ops
 2026-07-30  2:37 UTC  (5+ messages)
` [PATCH 1/2] clk: qcom: nord: use BRANCH_HALT_SKIP for PHY pipe clocks
` [PATCH 2/2] clk: qcom: negcc-nord: use clk_regmap_phy_mux for USB3 pipe clock srcs

[PATCH] x86/svm: require VMSAVEvirt for nested virt
 2026-07-30  2:37 UTC  (2+ messages)

[PATCH 0/2] powerpc64/bpf: Fix PCREL build breaks
 2026-07-30  2:36 UTC  (4+ messages)
` [PATCH 1/2] powerpc64/bpf: Fix build break in bpf_jit_emit_func_call_rel()

[PATCH v6 0/2] mm/memory_hotplug: optimize zone contiguous check when changing pfn range
 2026-07-30  2:36 UTC  (5+ messages)
` [PATCH v6 2/2] mm/memory_hotplug: improve shrink_zone_span() subsection boundary checks

[PATCH] EDAC/thunderx: Replace strlcat() with snprintf() and seq_buf
 2026-07-30  2:35 UTC  (4+ messages)

[PATCH v2] sctp: diag: fix uninitialized stack leak via INET_DIAG_LOCALS/PEERS
 2026-07-30  2:33 UTC 

[PATCH] i3c: fix potential NULL dereference in send_ccc_cmd_locked
 2026-07-30  2:31 UTC  (4+ messages)

[PATCH ath-next] wifi: ath10k: filter non-UTF testmode events
 2026-07-30  2:32 UTC 

[PATCH 1/2] ASoC: dt-bindings: es8316: Add regulator supplies
 2026-07-30  2:26 UTC  (2+ messages)

[STATUS] next/master - 78bc8af4affb9a732504eb22eeac7d1e50883853
 2026-07-30  2:30 UTC 

[PATCH v2] RDMA/rxe: Fix OOB in free_rd_atomic_resources()
 2026-07-30  2:28 UTC 

[PATCH v2] irqchip: imx-irqsteer: Convert to devm_pm_runtime_enable()
 2026-07-30  2:22 UTC  (2+ messages)

[PATCH v2] wifi: rtlwifi: pci: fix error path in rtl_pci_probe()
 2026-07-30  2:28 UTC  (2+ messages)

[android-common:android17-6.18 4/4] Warning: drivers/char/tpm/tpm_crb.c:193 function parameter 'loc' not described in '__crb_go_idle'
 2026-07-30  2:28 UTC 

[pci:controller/vmd] BUILD SUCCESS 2162572d34c503882e9047a2b07adafd6139dc2d
 2026-07-30  2:26 UTC 

[PATCH v2] wifi: rtlwifi: rtl8192du: Fix possible memory leak in rtl92du_init_sw_vars()
 2026-07-30  2:26 UTC  (2+ messages)

[PATCH] wifi: rtl818x: initialize eeprom_93cx6 struct to zero
 2026-07-30  2:25 UTC  (2+ messages)

[PATCH 0/2] SM8475 sndcard support
 2026-07-30  2:24 UTC  (4+ messages)
` [PATCH 2/2] ASoC: qcom: sc8280xp: Add support for SM8475

[PATCH] usb: xhci: Restore MSI/MSI-X reinitialization on resume for RESET_ON_RESUME hosts
 2026-07-30  2:24 UTC  (3+ messages)

[mediatek:v7.2-next/dts64 19/19] FATAL ERROR: Syntax error parsing input tree
 2026-07-30  2:23 UTC 

[linux-next:master 7971/10444] include/linux/kexec_handover.h:47:41: error: use of undeclared identifier 'HPAGE_PMD_ORDER'
 2026-07-30  2:22 UTC 

[PATCH i-g-t] tests/intel/xe_debugfs: add uc debugfs validation and read tests
 2026-07-30  2:22 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH] alloc_tag: expose profiling and compression states in /proc/allocinfo
 2026-07-30  2:22 UTC  (2+ messages)

[PATCH v8 0/2] Cache aware scheduling: Reduce the overhead of task_cache_work
 2026-07-30  2:22 UTC  (8+ messages)
` [PATCH v8 1/2] sched/cache: Reduce the overhead of task_cache_work by only scan the visisted cpus
      ` : "

nouveau/gsp: some r570 additions and refactoring
 2026-07-30  2:20 UTC  (4+ messages)
` [PATCH 3/6] nouveau/gsp: add logging entries for r570

[PATCH net v2 0/4] net: dsa: realtek: use devm_mutex_init
 2026-07-30  2:20 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS bd1b2c5e31de25ee148ff507ca7c51b1cd594b1b
 2026-07-30  2:17 UTC 

[LTP] [PATCH v12] semctl01: fix SEM_STAT failures under parallel LTP runs
 2026-07-30  2:19 UTC  (2+ messages)
` [LTP] "


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.