All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-20 02:33:46 to 2026-08-20 03:59:43 UTC [more...]

[PULL 00/93] riscv-to-apply queue
 2026-08-20  3:44 UTC  (74+ messages)
` [PULL 01/93] hw/misc: Add K230 DDR controller and PHY models
` [PULL 02/93] hw/riscv: Connect "
` [PULL 03/93] tests/qtest: Add K230 DDR controller tests
` [PULL 04/93] riscv/virt: Add optional UART1
` [PULL 05/93] hw/dma: add K230 gsdma
` [PULL 06/93] hw/riscv: k230: add gsdma in K230 board
` [PULL 07/93] tests/qtest: add test for K230 gsdma
` [PULL 08/93] hw/riscv: k230: add decomp gzip in K230 board
` [PULL 09/93] tests/qtest: add test for K230 decomp gzip
` [PULL 10/93] hw/riscv: k230: add a noc stub region in K230 board
` [PULL 11/93] target/riscv/kvm: Synchronize privilege mode
` [PULL 12/93] target/riscv/kvm: Preserve MP state across migration
` [PULL 13/93] target/riscv: Fix PC sync in trans_sspopchk for CFI exception handling
` [PULL 14/93] target/riscv: use SXL instead of MXL for read_sstatus
` [PULL 15/93] target/riscv: Fix memory leak in riscv_trigger_unrealize()
` [PULL 16/93] target/riscv: Add Zicclsm CPU option and enable it for the eligible CPUs
` [PULL 17/93] hw/riscv: sifive_u: Align ROM reset vector data
` [PULL 18/93] target/riscv: Support raising misaligned exceptions for scalar loads/stores
` [PULL 19/93] target/riscv: Support raising misaligned exceptions for floating-point loads/stores
` [PULL 20/93] target/riscv: Support raising misaligned exceptions for vector loads/stores
` [PULL 21/93] target/riscv: Expose Zicclsm as a CPU property and update RVA22U64 profile
` [PULL 22/93] tests/tcg/riscv64: Add test for Zicclsm
` [PULL 23/93] hw/misc/iommu-testdev: support PCI MSI test writes
` [PULL 24/93] hw/riscv/riscv-iommu.c: always send MRIF notice MSI
` [PULL 25/93] tests/qtest: add RISC-V IOMMU MRIF notice tests
` [PULL 26/93] target/riscv: do not count ECALL in minstret
` [PULL 27/93] target/riscv: Fix seed CSR sign extension
` [PULL 28/93] tests/qtest: Add seed CSR zero extension test
` [PULL 29/93] disas/riscv: Fix th.srri decoding
` [PULL 30/93] disas/riscv: Fix 6-bit immediate extraction
` [PULL 31/93] disas/riscv: Use signed type for vector immediates
` [PULL 34/93] hw/riscv/riscv-iommu: fix U-bit check to apply only to leaf S/VS-stage PTEs
` [PULL 35/93] hw/riscv/riscv-iommu: preserve requested perm in spa_fetch()
` [PULL 36/93] target/riscv: allow menvcfg/henvcfg LPE and SSE bits on RV32
` [PULL 41/93] disas/riscv: Pass rv_opcode_data pointer to/from decode_inst_decompress
` [PULL 42/93] disas/riscv: Pass rv_opcode_data pointer to/from decode_inst_lift_pseudo
` [PULL 43/93] disas/riscv: Pass rv_opcode_data pointer to format_inst
` [PULL 44/93] disas/riscv: Tidy disasm_inst main loop
` [PULL 45/93] disas/riscv: Set dec->opcode_data in decode function
` [PULL 46/93] disas/riscv: Drop explicit zero of rv_opcode_data fields
` [PULL 47/93] disas/riscv: Drop useless const in structures
` [PULL 48/93] disas/riscv: Drop codec from rv_decode
` [PULL 49/93] disas/riscv: Handle c.addi4spn imm != 0 during decode
` [PULL 51/93] disas/riscv: Handle c.lui "
` [PULL 52/93] disas/riscv: Handle c.{srli,srai} imm "
` [PULL 53/93] disas/riscv: Handle c.slli imm != 0 "
` [PULL 54/93] disas/riscv: Do not recognize c.{addw, subw} with rv32
` [PULL 63/93] disas/riscv: Handle decompression via decode_inst_lift_pseudo
` [PULL 64/93] disas/riscv: Drop format from DECOMP insns
` [PULL 65/93] disas/riscv: Tidy rv_comp_data terminators
` [PULL 66/93] disas/riscv: Chain "ret" pseudo off "jr" pseudo
` [PULL 67/93] disas/riscv: Chain "nop" pseudo off "mv" pseudo
` [PULL 68/93] disas/riscv: Use rv_codec_illegal for pseudos
` [PULL 69/93] disas/riscv: Simplify some insn decompressions
` [PULL 70/93] disas/riscv: Store op pointer in rv_comp_data
` [PULL 71/93] disas/riscv: Return rv_opcode_data pointer from decoders
` [PULL 72/93] disas/riscv: Skip post-processing of illegal insns
` [PULL 73/93] disas/riscv: Reject all of OP-32 and OP-IMM-32 for RV32
` [PULL 75/93] disas/riscv: Fix isa decoding of rev8
` [PULL 76/93] disas/riscv: Fix typo in th.lbib format
` [PULL 77/93] disas/riscv: Split ventana_opcode_data
` [PULL 78/93] disas/riscv: Split xlrbr_opcode_data
` [PULL 79/93] disas/riscv: Split xthead_opcode_data
` [PULL 80/93] disas/riscv: Move rv_op_illegal to riscv.c
` [PULL 82/93] disas/riscv: Merge all mop.r.n to one pattern
` [PULL 83/93] disas/riscv: Merge all mop.rr.n "
` [PULL 84/93] disas/riscv: Merge all c.mop.n "
` [PULL 86/93] disas/riscv: Tidy decode of mop.r.n and mop.rr.n
` [PULL 87/93] disas/riscv: Split rvi_opcode_data
` [PULL 88/93] disas/riscv: Sort riscv-op.c.inc
` [PULL 89/93] target/riscv: honor zicbo* envcfg gating in linux-user mode
` [PULL 90/93] target/riscv: reject FMV.X.W/FMV.W.X under Zfinx
` [PULL 92/93] tests/qtest: remove trace output from k230 watchdog test

[PATCH] PCI: dwc: rcar-gen4: Fix potential unclocked access in rcar_gen4_pcie_ep_deinit()
 2026-08-20  3:52 UTC  (7+ messages)

[PATCH 0/2] vf610: make the USB host port usable
 2026-08-19 19:52 UTC  (3+ messages)
` [PATCH 2/2] usb: ehci-vf: enable the vbus supply of the port

[PATCH 0/3] usb: ehci-vf: take the register bases from the device tree
 2026-08-19 19:50 UTC  (7+ messages)
` [PATCH 1/3] usb: ehci-vf: remove the code path for a build without DM_USB
` [PATCH 2/3] usb: ehci-vf: drop the empty bind hook
` [PATCH 3/3] usb: ehci-vf: take the register bases from the device tree

[PATCH v2 1/4] ddr: imx: Reload the training firmware for every PHY configuration
 2026-08-19 12:47 UTC  (5+ messages)
` [PATCH v2 3/4] ddr: imx: Allow to call ddr init without logging failure

[PATCH] slimbus: qcom-ngd-ctrl: Release the TX descriptor on error paths
 2026-08-20  3:52 UTC 

[PATCH] ACPI: SBS: use DEFINE_SIMPLE_DEV_PM_OPS
 2026-08-20  3:48 UTC 

[PATCH v2] mm/memory-failure: Support disabling soft offline for HugeTLB pages
 2026-08-20  3:47 UTC  (2+ messages)

[PATCH 0/7] mm/mglru: clean up folio counters and flag usage
 2026-08-20  3:45 UTC  (7+ messages)
` [PATCH 5/7] mm/mglru: use explicit tier range in read_ctrl_pos()
` [PATCH 6/7] mm/mglru: fix potential generation folio number leak

[PATCH] power: use EXPORT_SYMBOL() to export symbol
 2026-08-20  3:44 UTC 

[PATCH net] netfilter: ipset: list:set: defer ip_set_put_byindex to RCU callback
 2026-08-20  3:43 UTC  (3+ messages)

[BUG] general protection fault in jffs2_xattr_delete_inode
 2026-08-20  3:39 UTC  (3+ messages)

[PATCH net] octeontx2-af: poll for TX link credits before link mode change
 2026-08-20  3:38 UTC  (2+ messages)

[PATCH] ACPI: button: use DEFINE_SIMPLE_DEV_PM_OPS
 2026-08-20  3:36 UTC 

[PATCH v3] ceph: add 'lazyio' mount option to kclient
 2026-08-20  3:35 UTC  (2+ messages)

[PATCH bpf v2] bpf: keep trampoline progs alive until image release
 2026-08-20  3:35 UTC  (3+ messages)

[PATCH] arm64: versal2: Initialize num_banks variable in dram_init()
 2026-08-20  3:34 UTC 

[PATCH] selftests: livepatch: filter kobject debug messages in check_result()
 2026-08-20  3:34 UTC  (3+ messages)

[i-g-t, v2] tests/intel/xe_exec_mix_modes: Add multi-queue LR spinner switch subtest
 2026-08-20  3:33 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/intel/xe_exec_mix_modes: Add multi-queue LR spinner switch subtest (rev2)

[PATCH net-next v9 0/4] net: rnpgbe: Add TX/RX and link status support
 2026-08-20  3:32 UTC  (4+ messages)
` [PATCH net-next v9 4/4] net: rnpgbe: Add link status handling support

[PATCH 0/2] sched/fair: Reset incompatible burst on quota change
 2026-08-20  3:32 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Documentation: describe burst reset on quota changes

drivers/iio/industrialio-buffer.c:1919 iio_buffer_enqueue_dmabuf() warn: passing freed memory '&fence->base' (line 1912)
 2026-08-20  3:31 UTC 

[PATCH] dmaengine: fsl_raid: zero CF descriptor pool allocations
 2026-08-20  3:28 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.org] Daily results for 2026-08-19
 2026-08-20  3:28 UTC 

[PATCH v1 2/2] iommu/vt-d: Disable PMRs and skip force-IOMMU when TXT TPRs are active
 2026-08-20  3:28 UTC  (3+ messages)
` [PATCH v2 "

[RFC PATCH bpf-next v3 0/2] libbpf: Improve BPF load performance by selectively loading kmod BTFs
 2026-08-20  3:28 UTC  (11+ messages)
` [RFC PATCH bpf-next v3 1/2] libbpf: support selective kernel module BTF loading via bpf_object_open_opts
` [RFC PATCH bpf-next v3 2/2] selftests/bpf: add tests for selective kmod BTF loading

[PATCH net] net: do not bond/team netdevices which use ml_priv
 2026-08-20  3:23 UTC  (8+ messages)

[PATCH v9 00/19] spacemit mmc driver
 2026-08-20  2:06 UTC  (3+ messages)

[PATCH v2] http: preserve wwwauth_headers across redirects
 2026-08-20  3:21 UTC 

[PATCH] drm/xe: Fix unnecessary host-side population of ttm_tt on non-TT resources
 2026-08-20  3:19 UTC 

[PATCH v1 00/12] f2fs: introduce metadata cache
 2026-08-20  3:17 UTC  (26+ messages)
` [f2fs-dev] "
` [PATCH v1 01/12] f2fs: cache: implement "
  ` [f2fs-dev] "
` [PATCH v1 02/12] f2fs: cache: initialize meta cache
  ` [f2fs-dev] "
` [PATCH v1 03/12] f2fs: cache: introduce shrinker
  ` [f2fs-dev] "
` [PATCH v1 04/12] f2fs: cache: introduce writeback thread
  ` [f2fs-dev] "
` [PATCH v1 05/12] f2fs: cache: use meta cache
  ` [f2fs-dev] "
` [PATCH v1 06/12] f2fs: cache: initialize node cache
  ` [f2fs-dev] "
` [PATCH v1 07/12] f2fs: cache: use "
  ` [f2fs-dev] "
` [PATCH v1 08/12] f2fs: cache: initialize compress cache
  ` [f2fs-dev] "
` [PATCH v1 09/12] f2fs: cache: use "
  ` [f2fs-dev] "
` [PATCH v1 10/12] f2fs: cache: support fault injection
  ` [f2fs-dev] "
` [PATCH v1 11/12] f2fs: cache: introduce tracepoints
  ` [f2fs-dev] "
` [PATCH v1 12/12] f2fs: cache: show per-cache usage in debugfs
  ` [f2fs-dev] "

drivers/gpu/drm/i915/display/intel_plane.c:687 intel_plane_atomic_check_with_state() error: we previously assumed 'fb' could be null (see line 675)
 2026-08-20  3:17 UTC 

[ardb:arm64-combine-module-section-allocations 1/1] kernel/module/main.c:2826:21: error: 'provider_type' undeclared; did you mean 'iov_iter_type'?
 2026-08-20  3:17 UTC 

[PATCH] KVM: VMX: Explicitly track TDX VMs' root level instead of guessing it from CPUID
 2026-08-20  3:16 UTC  (2+ messages)

[linus:master] [rust] b7b8b4ccda: CFI_failure_at_do_one_initcall
 2026-08-20  3:16 UTC 

[PATCH v6 0/4] lib: Add generic platform filtering framework for IGT
 2026-08-20  3:13 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for lib: Add generic platform filtering framework for IGT (rev2)
` ✓ i915.CI.BAT: "

[PATCH] zram: reject disksize values that overflow PAGE_ALIGN
 2026-08-20  3:13 UTC 

[PATCH] ACPI: AC: use DEFINE_SIMPLE_DEV_PM_OPS
 2026-08-20  3:12 UTC 

[PATCH] erofs: support SEEK_HOLE/SEEK_DATA in inode_share mode
 2026-08-20  3:10 UTC  (2+ messages)

[PATCH v2] selftests/efivarfs: skip write tests if efivarfs is mounted read-only
 2026-08-20  3:01 UTC 

[PATCH] iommu/vt-d: Fix IQE handling to cover all descriptors in submission range
 2026-08-20  3:09 UTC  (2+ messages)

[PATCH net] net/mlx5e: Order ICOSQ cc update after CQ doorbell
 2026-08-20  3:08 UTC 

[PATCH v4 0/3] ASoC: add Senary SN624x SoundWire SDCA support
 2026-08-20  2:49 UTC  (2+ messages)

[BUG] powerpc: userspace processes crash in ld64.so.2 when running recent linux-next kernels
 2026-08-20  2:43 UTC  (4+ messages)

Developer marketing plan for open-source projects
 2026-08-20  2:55 UTC 

[merged mm-nonmm-stable] mailmap-fix-bouncing-address-for-taniya-das.patch removed from -mm tree
 2026-08-20  2:55 UTC 

[merged mm-nonmm-stable] ocfs2-bound-check-dir-entries-in-the-inline-data-re-validation-scan.patch removed from -mm tree
 2026-08-20  2:55 UTC 

[merged mm-nonmm-stable] ocfs2-bound-check-dir-entries-in-the-readdir-re-validation-scan.patch removed from -mm tree
 2026-08-20  2:55 UTC 

[merged mm-nonmm-stable] squashfs-avoid-thundering-herd-cache-wakeups.patch removed from -mm tree
 2026-08-20  2:55 UTC 

[merged mm-nonmm-stable] prctl-fix-pr_set_mm_auxv-losing-the-forced-at_null-terminator.patch removed from -mm tree
 2026-08-20  2:55 UTC 

[merged mm-nonmm-stable] mailmap-update-email-address-for-linfeng-sun.patch removed from -mm tree
 2026-08-20  2:55 UTC 

[merged mm-nonmm-stable] lib-interval_tree-fix-allocation-warning-messages.patch removed from -mm tree
 2026-08-20  2:55 UTC 

[PATCH 00/16] hw/arm: add the NXP i.MX 95 EVK machine
 2026-08-20  2:48 UTC  (17+ messages)
` [PATCH 01/16] hw/sd/sdhci: add i.MX uSDHC SDCLK_AUTO_GATE and NO_SDMA_BOUNDARY quirks
` [PATCH 02/16] hw/arm/boot: let a board preset initrd_start
` [PATCH 03/16] target/arm: opt-in align-down for a misaligned PMSAv7 MPU RBAR
` [PATCH 04/16] hw/arm/armv7m: forward pmsav7-rbar-align-down to the CPU
` [PATCH 05/16] hw/char: add i.MX LPUART
` [PATCH 06/16] hw/i2c: add i.MX LPI2C
` [PATCH 07/16] hw/misc: add i.MX Messaging Unit (MU v2)
` [PATCH 08/16] hw/misc: add NXP EdgeLock Enclave (ELE) responder
` [PATCH 09/16] hw/timer: add i.MX 95 system counter
` [PATCH 10/16] hw/misc: add i.MX 95 watchdog
` [PATCH 11/16] hw/misc: add i.MX 95 ANATOP/AONMIX/GPC/SRC power and clock blocks
` [PATCH 12/16] hw/misc: add i.MX 95 PMIC (PF09/PF53/PCAL6408A) and xcache controllers
` [PATCH 13/16] hw/misc: add i.MX 95 DPU command-sequencer stub (headless)
` [PATCH 14/16] hw/arm: add i.MX 95 SoC container (fsl-imx95)
` [PATCH 15/16] hw/arm: add i.MX 95 19x19 EVK board
` [PATCH 16/16] docs, MAINTAINERS, tests/functional: add i.MX 95 EVK

[PATCH] clk: ultrarisc: Register DP1000 clock provider earlier
 2026-08-20  2:50 UTC 

[syzbot] [media?] KASAN: use-after-free Read in media_request_release
 2026-08-20  2:51 UTC  (3+ messages)

[PATCH] firmware: arm_scmi: pm: use SIMPLE_DEV_PM_OPS for pm struct
 2026-08-20  2:50 UTC  (3+ messages)

[PATCH] remoteproc: elf_loader: bound the section header table
 2026-08-20  2:49 UTC  (5+ messages)

[PATCH mm-unstable v4 0/2] mm/vmscan: fix NR_ISOLATED accounting and throttling for MGLRU
 2026-08-20  2:48 UTC  (3+ messages)
` [PATCH mm-unstable v4 1/2] mm/vmscan: fix missing NR_ISOLATED counter update in MGLRU reclaim path
` [PATCH mm-unstable v4 2/2] mm/vmscan: apply too_many_isolated() throttling to MGLRU eviction

[PATCH net-next v3 0/4] selftests/xsk: improve shared-UMEM coverage
 2026-08-20  2:47 UTC  (3+ messages)
` [PATCH net-next v3 1/4] selftests/xsk: add UMEM users refcount and centralize socket teardown

+ maintainers-add-lance-yang-as-a-hung-task-detector-co-maintainer.patch added to mm-hotfixes-unstable branch
 2026-08-20  2:43 UTC 

[PATCH v9 0/2] ASoC: codecs: Add Nuvoton NAU83G60 audio codec driver
 2026-08-20  2:43 UTC  (3+ messages)
` [PATCH v9 2/2] ASoC: codecs: nau8360: Add support for NAU83G60 amplifier

[PATCH 1/2] Docs/admin-guide/cgroup-v2: document BPF scheduler callbacks for cpu.max and cpu.idle
 2026-08-20  2:37 UTC  (2+ messages)
` [PATCH v2] "

RK3576: rockchip-pm-domain fw_devlink device-link failures for nested power-domain nodes
 2026-08-20  2:37 UTC  (3+ messages)
  ` RK3576: rockchip-pm-domain fw_devlink device-link failures

[PATCH i-g-t v2] tests/intel/gem_exec_params: add invalid-offset-multiple-buffers test
 2026-08-20  2:36 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for tests/intel/gem_exec_params: add invalid-offset-multiple-buffers test (rev2)

[PATCH v2 0/2] PCI/CXL: Distinguish CXL capabilities in MCAP
 2026-08-20  2:36 UTC  (6+ messages)
` [PATCH v2 2/2] cxl/core: Skip non-CXL "
    `  "

[PATCH net v7 0/3] net/smc: fix out-of-bounds and use-after-free in SMC-Rv2 LLC processing
 2026-08-20  2:33 UTC  (7+ messages)
` [PATCH net v7 1/3] net/smc: fix use-after-free of the LLC qentry in smc_llc_srv_add_link()
` [PATCH net v7 2/3] net/smc: bound the peer rkey counts in SMC-Rv2 LLC messages
` [PATCH net v7 3/3] net/smc: carry oversized SMC-Rv2 LLC messages in the queue entry


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.