All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-02-26 02:28:54 to 2021-02-26 03:54:47 UTC [more...]

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-02-26  3:54 UTC 

[PATCH v7 00/75] support vector extension v1.0
 2021-02-26  3:18 UTC  (116+ messages)
` [PATCH v7 01/75] target/riscv: drop vector 0.7.1 and add 1.0 support
` [PATCH v7 02/75] target/riscv: Use FIELD_EX32() to extract wd field
` [PATCH v7 03/75] target/riscv: rvv-1.0: add mstatus VS field
` [PATCH v7 04/75] target/riscv: rvv-1.0: add sstatus "
` [PATCH v7 05/75] target/riscv: rvv-1.0: introduce writable misa.v field
` [PATCH v7 06/75] target/riscv: rvv-1.0: add translation-time vector context status
` [PATCH v7 07/75] target/riscv: rvv-1.0: remove rvv related codes from fcsr registers
` [PATCH v7 08/75] target/riscv: rvv-1.0: add vcsr register
` [PATCH v7 09/75] target/riscv: rvv-1.0: add vlenb register
` [PATCH v7 10/75] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [PATCH v7 11/75] target/riscv: rvv-1.0: remove MLEN calculations
` [PATCH v7 12/75] target/riscv: rvv-1.0: add fractional LMUL
` [PATCH v7 13/75] target/riscv: rvv-1.0: add VMA and VTA
` [PATCH v7 14/75] target/riscv: rvv-1.0: update check functions
` [PATCH v7 15/75] target/riscv: introduce more imm value modes in translator functions
` [PATCH v7 16/75] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [PATCH v7 17/75] target/riscv: rvv-1.0: configure instructions
` [PATCH v7 18/75] target/riscv: rvv-1.0: stride load and store instructions
` [PATCH v7 19/75] target/riscv: rvv-1.0: index "
` [PATCH v7 20/75] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [PATCH v7 21/75] target/riscv: rvv-1.0: fault-only-first unit stride load
` [PATCH v7 22/75] target/riscv: rvv-1.0: amo operations
` [PATCH v7 23/75] target/riscv: rvv-1.0: load/store whole register instructions
` [PATCH v7 24/75] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [PATCH v7 25/75] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [PATCH v7 26/75] target/riscv: rvv-1.0: floating-point square-root instruction
` [PATCH v7 27/75] target/riscv: rvv-1.0: floating-point classify instructions
` [PATCH v7 28/75] target/riscv: rvv-1.0: mask population count instruction
` [PATCH v7 29/75] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [PATCH v7 30/75] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [PATCH v7 31/75] target/riscv: rvv-1.0: iota instruction
` [PATCH v7 32/75] target/riscv: rvv-1.0: element index instruction
` [PATCH v7 33/75] target/riscv: rvv-1.0: allow load element with sign-extended
` [PATCH v7 34/75] target/riscv: rvv-1.0: register gather instructions
` [PATCH v7 35/75] target/riscv: rvv-1.0: integer scalar move instructions
` [PATCH v7 36/75] target/riscv: rvv-1.0: floating-point move instruction
` [PATCH v7 37/75] target/riscv: rvv-1.0: floating-point scalar move instructions
` [PATCH v7 38/75] target/riscv: rvv-1.0: whole register "
` [PATCH v7 39/75] target/riscv: rvv-1.0: integer extension instructions
` [PATCH v7 40/75] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [PATCH v7 41/75] target/riscv: rvv-1.0: single-width bit shift instructions
` [PATCH v7 42/75] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [PATCH v7 43/75] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [PATCH v7 44/75] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [PATCH v7 45/75] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [PATCH v7 46/75] target/riscv: rvv-1.0: integer comparison instructions
` [PATCH v7 47/75] target/riscv: rvv-1.0: floating-point compare instructions
` [PATCH v7 48/75] target/riscv: rvv-1.0: mask-register logical instructions
` [PATCH v7 49/75] target/riscv: rvv-1.0: slide instructions
` [PATCH v7 50/75] target/riscv: rvv-1.0: floating-point "
` [PATCH v7 51/75] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [PATCH v7 52/75] target/riscv: rvv-1.0: single-width floating-point reduction
` [PATCH v7 53/75] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [PATCH v7 54/75] target/riscv: rvv-1.0: single-width scaling shift instructions
` [PATCH v7 55/75] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [PATCH v7 56/75] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [PATCH v7 57/75] target/riscv: rvv-1.0: remove integer extract instruction
` [PATCH v7 58/75] target/riscv: rvv-1.0: floating-point min/max instructions
` [PATCH v7 59/75] target/riscv: introduce floating-point rounding mode enum
` [PATCH v7 60/75] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [PATCH v7 61/75] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [PATCH v7 62/75] target/riscv: add "set round to odd" rounding mode helper function
` [PATCH v7 63/75] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [PATCH v7 64/75] target/riscv: rvv-1.0: relax RV_VLEN_MAX to 1024-bits
` [PATCH v7 65/75] target/riscv: rvv-1.0: implement vstart CSR
` [PATCH v7 66/75] target/riscv: rvv-1.0: trigger illegal instruction exception if frm is not valid
` [PATCH v7 67/75] target/riscv: rvv-1.0: set mstatus.SD bit when writing vector CSRs
` [PATCH v7 68/75] target/riscv: gdb: support vector registers for rv64 & rv32
` [PATCH v7 69/75] target/riscv: rvv-1.0: floating-point reciprocal square-root estimate instruction
` [PATCH v7 70/75] target/riscv: rvv-1.0: floating-point reciprocal "
` [PATCH v7 71/75] target/riscv: set mstatus.SD bit when writing fp CSRs
` [PATCH v7 72/75] target/riscv: rvv-1.0: rename r2_zimm to r2_zimm11
` [PATCH v7 73/75] target/riscv: rvv-1.0: add vsetivli instruction
` [PATCH v7 74/75] target/riscv: rvv-1.0: add evl parameter to vext_ldst_us()
` [PATCH v7 75/75] target/riscv: rvv-1.0: add vector unit-stride mask load/store insns

[PATCH net] net: fix race between napi kthread mode and busy poll
 2021-02-26  3:52 UTC  (15+ messages)

[PATCH V8 0/4] blk-mq: implement queue quiesce via percpu_ref for BLK_MQ_F_BLOCKING
 2021-02-26  3:51 UTC  (3+ messages)

[xen-unstable test] 159671: regressions - FAIL
 2021-02-26  3:51 UTC 

next/pending-fixes baseline: 219 runs, 9 regressions (v5.11-11308-g1e0436e950f3)
 2021-02-26  3:49 UTC 

incoming
 2021-02-26  3:48 UTC  (11+ messages)
` [patch 014/173] mm, tracing: record slab name for kmem_cache_free()

[PATCH 5.11 00/12] 5.11.2-rc1 review
 2021-02-26  3:45 UTC  (2+ messages)

Improve group scanning in mballoc
 2021-02-26  3:43 UTC  (9+ messages)
` [PATCH v2 3/5] ext4: add MB_NUM_ORDERS macro
` [PATCH v2 4/5] ext4: improve cr 0 / cr 1 group scanning

[PATCH 5.10 00/23] 5.10.19-rc1 review
 2021-02-26  3:41 UTC  (2+ messages)

Stability of FILEIO as backing store?
 2021-02-26  3:41 UTC  (2+ messages)

[MPTCP] Re: [MPTCP][PATCH v3 mptcp-next 0/5] move to next addr when timeout
 2021-02-26  3:42 UTC 

Recall: linux-next: build warnings after merge of the amdgpu tree
 2021-02-26  3:40 UTC 

[thierryreding:for-5.12/work 20/29] drivers/gpu/drm/tegra/uapi/../drm.h:84:1: error: attempted to randomize userland API struct tegra_drm_client_ops
 2021-02-26  3:41 UTC 

[PATCH] gpiolib: acpi: support override broken GPIO number in ACPI table
 2021-02-26  3:39 UTC 

[PATCH 5.4 00/17] 5.4.101-rc1 review
 2021-02-26  3:38 UTC  (2+ messages)

[PATCH for-next 0/6] Minimal build for RISCV
 2021-02-26  3:36 UTC  (15+ messages)
` [PATCH for-next 2/6] xen/common: Guard iommu symbols with CONFIG_HAS_PASSTHROUGH
` [PATCH for-next 3/6] xen/sched: Fix build when NR_CPUS == 1
` [PATCH for-next 4/6] xen: Fix build when !CONFIG_GRANT_TABLE
` [PATCH for-next 5/6] xen: Add files needed for minimal riscv build

[PATCH] linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP*
 2021-02-26  3:34 UTC  (5+ messages)

[PATCH bpf-next v3 00/11] bpf: add bpf_for_each_map_elem() helper
 2021-02-26  3:27 UTC  (10+ messages)
` [PATCH bpf-next v3 04/11] "
` [PATCH bpf-next v3 10/11] selftests/bpf: add hashmap test for "

[PATCH v2] ALSA: hda/realtek: Enable headset mic of Acer SWIFT with ALC256
 2021-02-26  3:25 UTC  (6+ messages)

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-02-26  3:26 UTC  (11+ messages)

[git pull] m68knommu changes for v5.12
 2021-02-26  3:23 UTC 

[ext4] ef4eebad9c: fxmark.hdd_ext4_no_jnl_MWCL_1_bufferedio.works/sec -9.8% regression
 2021-02-26  3:22 UTC  (2+ messages)

bcacheX is missing after removing a backend and adding it again
 2021-02-26  3:16 UTC 

[igt-dev] [PATCH i-g-t v2] tests/kms_atomic_transition:Add subtest description
 2021-02-26  3:19 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.BUILD: failure for tests/kms_atomic_transition:Add subtest description (rev3)

sound/hda/intel-dsp-config.c:360: undefined reference to `sdw_intel_acpi_scan'
 2021-02-26  3:17 UTC  (2+ messages)

Spurious TCP retransmissions on ack vs kfree_skb reordering
 2021-02-26  3:15 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/gerg/m68knommu
 2021-02-26  3:16 UTC 

WARNING on latest master due to DYNAMIC_PREEMPT and cond_resched()
 2021-02-26  3:11 UTC  (3+ messages)
` [PATCH] static_call: Fix the module key fixup

xfstests seems broken on btrfs with multi-dev TEST_DEV
 2021-02-26  3:10 UTC  (10+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-02-26  3:10 UTC 

[PATCH 00/22] lpfc: Update lpfc to revision 12.8.0.8
 2021-02-26  3:08 UTC  (3+ messages)
` [PATCH 03/22] lpfc: Fix reftag generation sizing errors

[PATCH v15 00/22] xfs: Delayed Attributes
 2021-02-26  3:07 UTC  (9+ messages)
` [PATCH v15 02/22] xfs: Add xfs_attr_node_remove_cleanup
` [PATCH v15 03/22] xfs: Hoist transaction handling in xfs_attr_node_remove_step
` [PATCH v15 04/22] xfs: Hoist xfs_attr_set_shortform
` [PATCH v15 05/22] xfs: Add helper xfs_attr_set_fmt

linux-next: Tree for Feb 26
 2021-02-26  3:05 UTC 

post-receive: pub/scm/linux/kernel/git/next/linux-next-history
 2021-02-26  3:04 UTC 

post-receive: pub/scm/linux/kernel/git/next/linux-next
 2021-02-26  3:03 UTC 

[lee-linaro:tb-fix-w1-warnings 192/194] drivers/scsi/esas2r/esas2r_log.c:117:12: error: format attribute requires variadic function
 2021-02-26  3:03 UTC 

[PATCH] input: touchscreen: fix reference leak in stmfts_input_open
 2021-02-26  2:39 UTC 

[PATCH 0/13] xfs: rewrite xlog_write()
 2021-02-26  2:57 UTC  (3+ messages)
` [PATCH 04/13] xfs: embed the xlog_op_header in the unmount record

[PATCH next v3 12/15] printk: introduce a kmsg_dump iterator
 2021-02-26  2:57 UTC  (2+ messages)

[GIT PULL] Tracing: Fixes for 5.12
 2021-02-26  2:54 UTC 

post-receive: pub/scm/linux/kernel/git/rostedt/linux-trace
 2021-02-26  2:53 UTC 

[PATCH 0/4] keys: Add EFI_CERT_X509_GUID support for dbx/mokx entries
 2021-02-26  2:50 UTC  (2+ messages)

[jgunthorpe:pr/3 42/42] drivers/s390/cio/vfio_ccw_ops.c:92:53: error: use of undeclared identifier 'dev'
 2021-02-26  2:51 UTC 

[RFC PATCH v2 0/7] Some improvement and a new test for kvm page table
 2021-02-26  2:49 UTC  (4+ messages)
` [RFC PATCH v2 2/7] KVM: selftests: Use flag CLOCK_MONOTONIC_RAW for timing

[PATCH v2] xfs: various log stuff
 2021-02-26  2:48 UTC  (6+ messages)
` [PATCH 2/8] xfs: separate CIL commit record IO

[for-linus][PATCH 0/2] Tracing: Fixes for 5.12
 2021-02-26  2:47 UTC  (3+ messages)
` [for-linus][PATCH 1/2] mm, tracing: Fix kmem_cache_free trace event to not print stale pointers
` [for-linus][PATCH 2/2] tracing/tools: fix a couple of spelling mistakes

[PATCH v4] i2c: virtio: add a virtio i2c frontend driver
 2021-02-26  2:46 UTC  (4+ messages)

[PATCH v3 0/4] docs/zh_CN:add riscv translation
 2021-02-25 18:41 UTC  (5+ messages)
` [PATCH v3 1/4] docs/zh_CN:add riscv boot-image-header.rst translation
` [PATCH v3 2/4] docs/zh_CN: add riscv patch-acceptance.rst translation
` [PATCH v3 3/4] docs/zh_CN: add riscv pmu.rst translation
` [PATCH v3 4/4] docs/zh_CN: add riscv index.rst translation

[Ocfs2-devel] error message in log: ocfs2_reflink_ioctl:4431 ERROR: status = -17
 2021-02-26  2:41 UTC  (8+ messages)

The entityID and entityInstance always be 0.1
 2021-02-26  2:39 UTC 

[dpdk-dev] [PATCH v1] net/ice: fix unchecked return value
 2021-02-26  2:25 UTC 

[OE-core] [PATCH v2] toolchain-scripts.bbclass: customize prompt string for SDKs
 2021-02-26  2:39 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-02-26  2:37 UTC 

[lee-linaro:tb-fix-w1-warnings 194/194] drivers/scsi/be2iscsi/be_main.c:4935: warning: expecting prototype for beiscsi_show_boot_tgt_info(). Prototype was for BEISCSI_SYSFS_ISCSI_BOOT_FLAGS() instead
 2021-02-26  2:31 UTC 

[PATCH] exec/memory: Use struct Object typedef
 2021-02-25 23:55 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/saeed/linux
 2021-02-26  2:31 UTC 

post-receive: pub/scm/docs/kernel/ksmap
 2021-02-26  2:29 UTC 


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.