All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-29 03:11:37 to 2021-11-29 03:59:23 UTC [more...]

[PATCH v11, 00/19] Support multi hardware decode using of_platform_populate
 2021-11-29  3:42 UTC  (75+ 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

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

[PATCH v10 00/77] support vector extension v1.0
 2021-11-29  3:16 UTC  (75+ 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 08/77] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v10 09/77] target/riscv: rvv-1.0: add vcsr register
` [PATCH v10 11/77] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [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 16/77] target/riscv: introduce more imm value modes in translator functions
` [PATCH v10 17/77] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [PATCH v10 18/77] target/riscv: rvv-1.0: remove amo operations instructions
` [PATCH v10 19/77] target/riscv: rvv-1.0: configure instructions
` [PATCH v10 20/77] target/riscv: rvv-1.0: stride load and store instructions
` [PATCH v10 21/77] target/riscv: rvv-1.0: index "
` [PATCH v10 22/77] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [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 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 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 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 75/77] target/riscv: rvv-1.0: rename vmandnot.mm and vmornot.mm to vmandn.mm and vmorn.mm
` [PATCH v10 77/77] target/riscv: rvv-1.0: Add ELEN checks for widening and narrowing instructions

[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  (14+ messages)
` [PATCH v5 05/17] powerpc/pseries: move process table registration away from hash-specific code
` [PATCH v5 06/17] powerpc/pseries: lparcfg don't include slb_size line in radix mode
` [PATCH v5 07/17] powerpc/64s: move THP trace point creation out of hash specific file
` [PATCH v5 08/17] powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
` [PATCH v5 09/17] powerpc/64s: move page size definitions from hash specific file
` [PATCH v5 10/17] powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.c
` [PATCH v5 11/17] powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radix
` [PATCH v5 12/17] powerpc: make memremap_compat_align 64s-only
` [PATCH v5 13/17] powerpc/64e: remove mmu_linear_psize
` [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)

stable-rc/queue/4.9 build: 166 builds: 3 failed, 163 passed, 2 errors, 34 warnings (v4.9.291-21-g2852f8cd20618)
 2021-11-29  3:13 UTC 

[PATCH v2 0/2] vdpa: add driver_override support and sysfs ABI documentation
 2021-11-29  3:10 UTC  (3+ messages)
` [PATCH v2 1/2] docs: document sysfs ABI for vDPA bus


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.