messages from 2021-11-29 02:52:45 to 2021-11-29 03:40:39 UTC [more...]
[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 0/4] KVM RISC-V 64-bit selftests support
2021-11-29 3:40 UTC (8+ 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 V2 1/2] virtio-balloon: process all in sgs for free_page_vq
2021-11-29 3:08 UTC
[PATCH v10 00/77] support vector extension v1.0
2021-11-29 3:16 UTC (130+ 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 03/77] target/riscv: rvv-1.0: add mstatus VS field
` [PATCH v10 04/77] target/riscv: rvv-1.0: set mstatus.SD bit if mstatus.VS is dirty
` [PATCH v10 05/77] target/riscv: rvv-1.0: add sstatus VS field
` [PATCH v10 06/77] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v10 07/77] target/riscv: rvv-1.0: add translation-time vector context status
` [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 10/77] target/riscv: rvv-1.0: add vlenb 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 14/77] target/riscv: rvv-1.0: add VMA and VTA
` [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 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 -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 (18+ messages)
` [PATCH v5 01/17] powerpc: Remove unused FW_FEATURE_NATIVE references
` [PATCH v5 02/17] powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
` [PATCH v5 03/17] powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
` [PATCH v5 04/17] powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
` [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 (4+ messages)
` [PATCH v2 1/2] docs: document sysfs ABI for vDPA bus
Linux 5.16-rc3
2021-11-29 3:07 UTC (3+ messages)
[PATCH RFC 0/4] mm: percpu: Cleanup percpu first chunk funciton
2021-11-29 3:06 UTC (13+ messages)
[EXT] Re: nvme may get timeout from dd when using different non-prefetch mmio outbound/ranges
2021-11-29 3:04 UTC (5+ messages)
[PATCH v2] Makefile: Pass relative paths to the compiler
2021-11-29 3:05 UTC (2+ messages)
[PATCH v2 0/3] docs/zh_CN: add scheduler arch and bwc translation
2021-11-29 3:00 UTC (4+ messages)
` [PATCH v2 1/3] docs/zh_CN: add scheduler sched-arch translation
` [PATCH v2 2/3] docs/zh_CN: add scheduler sched-bwc translation
` [PATCH v2 3/3] docs/scheduler: fix typo and warning in sched-bwc
[PATCH v3 0/2] docs/zh_CN: add scheduler completion translation
2021-11-29 2:59 UTC (3+ messages)
` [PATCH v3 1/2] docs/zh_CN: add scheduler index translation
` [PATCH v3 2/2] docs/zh_CN: add completion translation
[PATCH] ath11k: add support for WCN6855 hw2.1
2021-11-29 2:56 UTC (2+ messages)
[PATCH v3] efi_loader: check tcg2 protocol installation outside the TCG protocol
2021-11-29 3:03 UTC (3+ messages)
❌ FAIL: Test report for kernel 5.16.0-rc2 (mainline.kernel.org-clang, 9557e60b)
2021-11-29 3:02 UTC
💥 PANICKED: Test report for kernel 5.16.0-rc2 (mainline.kernel.org-clang, 0757ca01)
2021-11-29 3:01 UTC
[PATCH 0/3] page table check
2021-11-29 2:55 UTC (8+ messages)
` [PATCH 2/3] mm: "
+ mm-memcg-percpu-account-extra-objcg-space-to-memory-cgroups.patch added to -mm tree
2021-11-29 2:57 UTC (2+ messages)
[arm-platforms:kvm-arm64/nv-5.16 6/71] arch/arm64/include/asm/kvm_host.h:67:70: error: expected ';' before '}' token
2021-11-29 2:56 UTC (2+ messages)
` [arm-platforms:kvm-arm64/nv-5.16 6/71] arch/arm64/include/asm/kvm_host.h:67:70: error: expected '; ' "
drivers/iio/adc/at91-sama5d2_adc.c:530:0: warning: syntax error [syntaxError]
2021-11-29 2:56 UTC
[PATCH v3] PCI: mediatek-gen3: Disable DVFSRC voltage request
2021-11-29 2:51 UTC (5+ messages)
[RFC PATCH v3 00/59] KVM: X86: TDX support
2021-11-29 2:49 UTC (3+ messages)
` [RFC PATCH v3 16/59] KVM: x86: Add per-VM flag to disable direct IRQ injection
[RFC 0/3] Namespace IMA
2021-11-29 2:52 UTC (3+ messages)
` [RFC 2/3] ima: "
stable-rc/queue/4.19 build: 196 builds: 6 failed, 190 passed, 2 errors, 38 warnings (v4.19.218-54-g88fd43d770ff1)
2021-11-29 2:49 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.