All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-29 03:17:17 to 2021-11-29 04:16:40 UTC [more...]

next/pending-fixes baseline: 428 runs, 1 regressions (v5.16-rc2-613-g4f1db50ca947f)
 2021-11-29  3:54 UTC 

[linux-nfc] [PATCH] [neard][RFC] test: Convert Python2 scripts to Python3
 2021-11-29  4:15 UTC  (4+ messages)
` [linux-nfc] "
    `  "

[PATCH mptcp-next 0/2] send MP_FAIL with MP_RST and others
 2021-11-29  4:15 UTC  (7+ messages)
` [PATCH mptcp-next 1/2] mptcp: send MP_FAIL with MP_RST
` [PATCH mptcp-next 2/2] mptcp: print out reset_reason of MP_RST

[PATCH] intel-iommu: ignore SNP bit in scalable mode
 2021-11-29  3:19 UTC  (11+ messages)

[PATCH v10 00/77] support vector extension v1.0
 2021-11-29  3:16 UTC  (65+ messages)
` [PATCH v10 01/77] target/riscv: drop vector 0.7.1 and add 1.0 support
` [PATCH v10 02/77] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v10 04/77] target/riscv: rvv-1.0: set mstatus.SD bit if mstatus.VS is dirty
` [PATCH v10 12/77] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v10 13/77] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v10 15/77] target/riscv: rvv-1.0: update check functions
` [PATCH v10 21/77] target/riscv: rvv-1.0: index load and store instructions
` [PATCH v10 23/77] target/riscv: rvv-1.0: fault-only-first unit stride load
` [PATCH v10 24/77] target/riscv: rvv-1.0: load/store whole register instructions
` [PATCH v10 25/77] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [PATCH v10 26/77] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [PATCH v10 27/77] target/riscv: rvv-1.0: floating-point square-root instruction
` [PATCH v10 28/77] target/riscv: rvv-1.0: floating-point classify instructions
` [PATCH v10 29/77] target/riscv: rvv-1.0: count population in mask instruction
` [PATCH v10 30/77] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PATCH v10 31/77] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [PATCH v10 32/77] target/riscv: rvv-1.0: iota instruction
` [PATCH v10 33/77] target/riscv: rvv-1.0: element index instruction
` [PATCH v10 34/77] target/riscv: rvv-1.0: allow load element with sign-extended
` [PATCH v10 35/77] target/riscv: rvv-1.0: register gather instructions
` [PATCH v10 36/77] target/riscv: rvv-1.0: integer scalar move instructions
` [PATCH v10 37/77] target/riscv: rvv-1.0: floating-point move instruction
` [PATCH v10 38/77] target/riscv: rvv-1.0: floating-point scalar move instructions
` [PATCH v10 39/77] target/riscv: rvv-1.0: whole register "
` [PATCH v10 40/77] target/riscv: rvv-1.0: integer extension instructions
` [PATCH v10 41/77] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PATCH v10 42/77] target/riscv: rvv-1.0: single-width bit shift instructions
` [PATCH v10 43/77] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [PATCH v10 44/77] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PATCH v10 45/77] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [PATCH v10 46/77] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PATCH v10 47/77] target/riscv: rvv-1.0: integer comparison instructions
` [PATCH v10 48/77] target/riscv: rvv-1.0: floating-point compare instructions
` [PATCH v10 49/77] target/riscv: rvv-1.0: mask-register logical instructions
` [PATCH v10 50/77] target/riscv: rvv-1.0: slide instructions
` [PATCH v10 51/77] target/riscv: rvv-1.0: floating-point "
` [PATCH v10 52/77] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PATCH v10 53/77] target/riscv: rvv-1.0: single-width floating-point reduction
` [PATCH v10 54/77] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PATCH v10 55/77] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PATCH v10 56/77] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PATCH v10 57/77] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [PATCH v10 58/77] target/riscv: rvv-1.0: remove integer extract instruction
` [PATCH v10 59/77] target/riscv: rvv-1.0: floating-point min/max instructions
` [PATCH v10 60/77] target/riscv: introduce floating-point rounding mode enum
` [PATCH v10 61/77] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PATCH v10 62/77] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v10 63/77] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v10 64/77] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v10 65/77] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PATCH v10 66/77] target/riscv: rvv-1.0: implement vstart CSR
` [PATCH v10 67/77] target/riscv: rvv-1.0: trigger illegal instruction exception if frm is not valid
` [PATCH v10 68/77] target/riscv: gdb: support vector registers for rv64 & rv32
` [PATCH v10 69/77] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PATCH v10 70/77] target/riscv: rvv-1.0: floating-point reciprocal "
` [PATCH v10 71/77] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v10 72/77] target/riscv: rvv-1.0: add vsetivli instruction
` [PATCH v10 73/77] target/riscv: rvv-1.0: add evl parameter to vext_ldst_us()
` [PATCH v10 74/77] target/riscv: rvv-1.0: add vector unit-stride mask load/store insns
` [PATCH v10 75/77] target/riscv: rvv-1.0: rename vmandnot.mm and vmornot.mm to vmandn.mm and vmorn.mm
` [PATCH v10 76/77] target/riscv: rvv-1.0: update opivv_vadc_check() comment
` [PATCH v10 77/77] target/riscv: rvv-1.0: Add ELEN checks for widening and narrowing instructions

[PATCH] weston-init: Pass --continue-without-input when launching weston
 2021-11-29  4:07 UTC  (2+ messages)

[PATCH v18] tty: Fix the keyboard led light display problem
 2021-11-29  4:04 UTC 

[PATCH v2 0/5] PCI: Keystone: Misc fixes for TI's AM65x PCIe
 2021-11-29  4:03 UTC  (4+ messages)
` [PATCH v2 1/5] dt-bindings: PCI: ti,am65: Fix "ti,syscon-pcie-id"/"ti,syscon-pcie-mode" to take argument

[PATCH v2 00/17] Fix BUG_ON in vfio_iommu_group_notifier()
 2021-11-29  4:03 UTC  (8+ messages)
` [PATCH v2 02/17] driver core: Add dma_unconfigure callback in bus_type

[PATCH -next] io_uring: Fix undefined-behaviour in io_issue_sqe if pass large timeout value when call io_timeout_remove_prep
 2021-11-29  4:15 UTC 

[PATCH v11, 00/19] Support multi hardware decode using of_platform_populate
 2021-11-29  3:42 UTC  (80+ messages)
` [PATCH v11, 01/19] media: mtk-vcodec: Get numbers of register bases from DT
` [PATCH v11, 02/19] media: mtk-vcodec: Align vcodec wake up interrupt interface
` [PATCH v11, 03/19] media: mtk-vcodec: Refactor vcodec pm interface
` [PATCH v11, 04/19] media: mtk-vcodec: export decoder pm functions
` [PATCH v11, 05/19] media: mtk-vcodec: Support MT8192
` [PATCH v11, 06/19] media: mtk-vcodec: Add to support multi hardware decode
` [PATCH v11, 07/19] dt-bindings: media: mtk-vcodec: Separate video encoder and decoder dt-bindings
` [PATCH v11, 08/19] media: mtk-vcodec: Use pure single core for MT8183
` [PATCH v11, 09/19] media: mtk-vcodec: Add irq interface for multi hardware
` [PATCH v11, 10/19] media: mtk-vcodec: Add msg queue feature for lat and core architecture
` [PATCH v11, 11/19] media: mtk-vcodec: Generalize power and clock on/off interfaces
` [PATCH v11, 12/19] media: mtk-vcodec: Add new interface to lock different hardware
` [PATCH v11, 13/19] media: mtk-vcodec: Add work queue for core hardware decode
` [PATCH v11, 14/19] media: mtk-vcodec: Support 34bits dma address for vdec
  ` [PATCH v11,14/19] "
` [PATCH v11, 15/19] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for mt8192
` [PATCH v11, 16/19] media: mtk-vcodec: Add core dec and dec end ipi msg
` [PATCH v11, 17/19] media: mtk-vcodec: Use codec type to separate different hardware
` [PATCH v11, 18/19] media: mtk-vcodec: Remove mtk_vcodec_release_dec_pm
` [PATCH v11, 19/19] media: mtk-vcodec: Remove mtk_vcodec_release_enc_pm

[x86/mm/tlb] 2f4305b19f: will-it-scale.per_thread_ops 23.3% improvement
 2021-11-29  3:59 UTC  (2+ messages)

[PATCH v2] Makefile: Pass relative paths to the compiler
 2021-11-29  3:58 UTC  (2+ messages)

[PATCH V4 2/2] riscv: add RISC-V Svpbmt extension supports
 2021-11-29  3:57 UTC  (2+ messages)

[LTP] [PATCH] max_map_count: Delete dead code
 2021-11-29  3:57 UTC 

[PATCH 0/2] ftrace: improve ftrace during compiling
 2021-11-29  3:51 UTC  (5+ messages)
` [PATCH v4] ftrace sorting optimization changelog
  ` [PATCH v4] scripts: ftrace - move the sort-processing in ftrace_init to compile time

[PATCH 0/4] KVM RISC-V 64-bit selftests support
 2021-11-29  3:43 UTC  (16+ messages)
` [PATCH 1/4] RISC-V: KVM: Forward SBI experimental and vendor extensions
` [PATCH 2/4] RISC-V: KVM: Add VM capability to allow userspace get GPA size
` [PATCH 3/4] KVM: selftests: Add EXTRA_CFLAGS in top-level Makefile

[PATCH V2 0/2] kobject: avoid to cleanup kobject after module is unloaded
 2021-11-29  3:45 UTC  (3+ messages)
` [PATCH V2 1/2] kobject: don't delay to cleanup module kobject
` [PATCH V2 2/2] kobject: wait until kobject is cleaned up before freeing module

[PATCH v5 0/4] KVM: allow mapping non-refcounted pages
 2021-11-29  3:43 UTC  (10+ messages)
` [PATCH v5 1/4] KVM: mmu: introduce new gfn_to_pfn_page functions
` [PATCH v5 2/4] KVM: x86/mmu: use gfn_to_pfn_page
` [PATCH v5 3/4] KVM: arm64/mmu: "
` [PATCH v5 4/4] KVM: mmu: remove over-aggressive warnings

[PATCH] kvm/eventfd: fix the misleading comment in kvm_irqfd_assign
 2021-11-29  3:43 UTC 

[PATCH V2 1/2] virtio-balloon: process all in sgs for free_page_vq
 2021-11-29  3:08 UTC  (2+ messages)
` [PATCH V2 2/2] virtio-balloon: correct used length

[PATCH] ext4: verify ext4 when the starting block of index and leaf are inconsistent
 2021-11-29  3:41 UTC  (3+ messages)

[PATCH mptcp-next v2 0/2] send MP_FAIL with MP_RST and others
 2021-11-29  3:39 UTC  (3+ messages)
` [PATCH mptcp-next v2 1/2] Squash to "mptcp: implement fastclose xmit path"
` [PATCH mptcp-next v2 2/2] mptcp: print out reset infos of MP_RST

[PATCH -next] io_uring: Fix undefined-behaviour in io_issue_sqe
 2021-11-29  3:36 UTC  (3+ messages)

[PATCH] KVM: LAPIC: Per vCPU control over kvm_can_post_timer_interrupt
 2021-11-29  3:28 UTC  (4+ messages)

[PATCH v3] powerpc/64s: Get LPID bit width from device tree
 2021-11-29  3:09 UTC 

[PATCH v5 00/17] powerpc: Make hash MMU code build configurable
 2021-11-29  3:08 UTC  (5+ messages)
` [PATCH v5 14/17] powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clear
` [PATCH v5 15/17] powerpc/64s: Make hash MMU support configurable
` [PATCH v5 16/17] powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
` [PATCH v5 17/17] powerpc/microwatt: add POWER9_CPU, clear PPC_64S_HASH_MMU

[PATCH v2] docs/zh_CN: Add zh_CN/accounting/taskstats.rst
 2021-11-29  3:15 UTC  (2+ 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.