All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-15 07:25:52 to 2021-10-15 07:52:56 UTC [more...]

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

[PATCH v5 00/15] clk: at91: updates for power management and dvfs
 2021-10-15  7:52 UTC  (8+ messages)
` [PATCH v5 01/15] clk: at91: re-factor clocks suspend/resume
` [PATCH v5 02/15] clk: at91: pmc: execute suspend/resume only for backup mode
` [PATCH v5 04/15] clk: at91: clk-master: add register definition for sama7g5's master clock

[PATCH v3 1/3] soc: samsung: exynos-chipid: Pass revision reg offsets
 2021-10-15  7:49 UTC  (3+ messages)

[PATCH v6 00/16] Add MediaTek SoC DRM (vdosys1) support for mt8195
 2021-10-15  7:49 UTC  (5+ messages)
` [PATCH v6 14/16] drm/mediatek: add ovl_adaptor support for MT8195

[PATCH 0/4] dmaengine: at_xdmac: fixes and code enhancements
 2021-10-15  7:50 UTC  (6+ messages)
` [PATCH 1/4] dmaengine: at_xdmac: call at_xdmac_axi_config() on resume path
` [PATCH 2/4] dmaengine: at_xdmac: fix AT_XDMAC_CC_PERID() macro

[RFC v1 0/6] drm: Add support for DRM_CAP_RELEASE_FENCE capability
 2021-10-15  7:50 UTC  (5+ messages)
` [RFC v1 3/6] drm: Add a capability flag to support additional flip completion signalling

[PATCH] drm/amdgpu: load PSP RL in resume path
 2021-10-15  7:50 UTC  (2+ messages)

[PATCH] net: phy: Add of_node_put() before return
 2021-10-15  7:49 UTC 

[PATCH] scsi: sd: fix crashes in sd_resume_runtime
 2021-10-15  7:46 UTC  (3+ messages)

[dpdk-dev] [PATCH v4 0/5] Implement rte_power_monitor API in virtio/vhost PMD
 2021-10-15 15:12 UTC  (8+ messages)
` [dpdk-dev] [PATCH v5 "
  ` [dpdk-dev] [PATCH v5 2/5] vhost: implement rte_power_monitor API
  ` [dpdk-dev] [PATCH v5 3/5] net/vhost: "
  ` [dpdk-dev] [PATCH v5 4/5] power: modify return of queue_stopped

[PATCH 1/2] mtd: nand: raw: gpmi: new bch geometry settings
 2021-10-15  7:44 UTC  (10+ messages)

[PATCH] powerpc/mce: check if event info is valid
 2021-10-15  7:44 UTC  (4+ messages)

[PATCH v5 00/11] PCI devices passthrough on Arm
 2021-10-15  7:44 UTC  (18+ messages)
` [PATCH v5 10/11] arm/libxl: Emulated PCI device tree node in libxl
            ` [PATCH v6 0/3] PCI devices passthrough on Arm
              ` [PATCH v6 1/3] xen/vpci: Move ecam access functions to common code
              ` [PATCH v6 3/3] arm/libxl: Emulated PCI device tree node in libxl
                ` [PATCH v6 3/3] arm/libxl: Emulated PCI device tree node in libxl [and 1 more messages]

[PATCH] sound/usb: Provide quirk for Sennheiser GSP670 Headset
 2021-10-15  7:28 UTC  (2+ messages)

[PATCH 1/1] efi_loader: efi_dp_from_lo() should skip VenMedia node
 2021-10-15  7:44 UTC  (2+ messages)

[PATCH v6 0/4] usb: Linking ports to their Type-C connectors
 2021-10-15  7:44 UTC  (6+ messages)
` [PATCH v6 2/4] usb: Link the ports to the connectors they are attached to

Performance regression: thread wakeup time (latency) increased up to 3x
 2021-10-15  7:43 UTC 

[PATCH v2] Fixes HP Spectre x360 15-eb1xxx speakers
 2021-10-15  7:42 UTC  (2+ messages)

[Intel-gfx] [RFC v2 00/22] Add Support for Plane Color Lut and CSC features
 2021-10-15  7:42 UTC  (8+ messages)
` [Intel-gfx] [RFC v2 01/22] drm: RFC for Plane Color Hardware Pipeline
            `  "

[PATCH 0/1] Convert nfs_readpages() to nfs_readahead()
 2021-10-15  7:42 UTC  (4+ messages)
` [PATCH 1/1] NFS: Convert from readpages() to readahead()

[PATCH 0/8] q800: GLUE updates for A/UX mode
 2021-10-15  7:17 UTC  (3+ messages)
` [PATCH 4/8] mac_via: add GPIO "

[PATCH v3 0/3] disable building of pv-grub and qemu-trad per default
 2021-10-15  7:40 UTC  (5+ messages)

[PATCH] crypto: tcrypt - fix skcipher multi-buffer tests for 1420B blocks
 2021-10-15  7:39 UTC 

[syzbot] KASAN: use-after-free Read in usb_anchor_resume_wakeups (3)
 2021-10-15  7:40 UTC 

[PATCH v8 10/11] KVM: arm64: Trap access to pVM restricted features
 2021-10-15  7:40 UTC  (3+ messages)

[RFC PATCH v3 00/13] ASoC : soc-pcm: fix trigger race conditions with shared BE
 2021-10-15  7:39 UTC  (5+ messages)
` [RFC PATCH v3 05/13] ASoC: soc-pcm: align BE 'atomicity' with that of the FE

[PATCH 0/6] Misc pegasos2 patches
 2021-10-15  3:19 UTC  (5+ messages)
` [PATCH 1/6] ppc/pegasos2: Restrict memory to 2 gigabytes
` [PATCH 5/6] ppc/pegasos2: Add constants for PCI config addresses

[RFC PATCH v4 00/20] vDPA shadow virtqueue
 2021-10-15  7:37 UTC  (6+ messages)
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ

[PATCH v2 0/13] net: phy: Add qca8081 ethernet phy driver
 2021-10-15  7:35 UTC  (14+ messages)
` [PATCH v2 01/13] net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCS
` [PATCH v2 02/13] net: phy: at803x: use phy_modify()
` [PATCH v2 03/13] net: phy: at803x: improve the WOL feature
` [PATCH v2 04/13] net: phy: at803x: use GENMASK() for speed status
` [PATCH v2 05/13] net: phy: add qca8081 ethernet phy driver
` [PATCH v2 06/13] net: phy: add qca8081 read_status
` [PATCH v2 07/13] net: phy: add qca8081 get_features
` [PATCH v2 08/13] net: phy: add qca8081 config_aneg
` [PATCH v2 09/13] net: phy: add constants for fast retrain related register
` [PATCH v2 10/13] net: phy: add qca8081 config_init
` [PATCH v2 11/13] net: phy: add qca8081 soft_reset and enable master/slave seed
` [PATCH v2 12/13] net: phy: adjust qca8081 master/slave seed value if link down
` [PATCH v2 13/13] net: phy: add qca8081 cdt feature

[LTP] [PATCH v2 1/1] creat09: Run on all_filesystems
 2021-10-15  7:36 UTC  (2+ messages)

[PATCH] scsi scsi_transport_iscsi.c: fix misuse of %llu in scsi_transport_iscsi.c
 2021-10-15  7:36 UTC  (5+ messages)
  ` Antw: [EXT] "

[PATCH v7 00/28] file system-wide error monitoring
 2021-10-15  7:33 UTC  (4+ messages)
` [PATCH v7 18/28] fanotify: Pre-allocate pool of error events

[PATCH v3 00/22] target/ppc: DFP instructions using decodetree
 2021-10-15  3:15 UTC  (4+ messages)

[PATCH 1/1] efi_loader: avoid multiple local copies of lf2_initrd_guid
 2021-10-15  7:33 UTC  (2+ messages)

[PATCH] drm/bridge: Ignore -EPROBE_DEFER when bridge attach fails
 2021-10-15  7:33 UTC  (5+ messages)

[tglx-devel:x86/fpu 74/82] arch/x86/kernel/fpu/xstate.c:1314:14: warning: comparison between pointer and integer ('struct fpstate *' and 'u64' (aka 'unsigned long long'))
 2021-10-15  7:31 UTC  (2+ messages)

[PATCH] staging: vchiq_arm: Add 36-bit address support
 2021-10-15  7:30 UTC  (3+ messages)

[PATCH 1/1] efi_loader: efi_dp_from_lo() unused parameter size
 2021-10-15  7:32 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/9] drm/i915: Move PCH modeset code into its own file
 2021-10-15  7:32 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH] block: Fix partition check for host-aware zoned block devices
 2021-10-15  7:32 UTC  (2+ messages)

[PATCH] net: ethernet: ti: Add of_node_put() before return
 2021-10-15  7:30 UTC 

[dpdk-dev] [PATCH] examples/vhost: change the default value of NIC's max queues
 2021-10-15  7:30 UTC  (3+ messages)

[PATCH] dt-bindings: memory-controllers: correct path to LPDDR3 bindings
 2021-10-15  7:28 UTC  (2+ messages)

[PATCH v3] dt-bindings: input: Convert Silead GSL1680 binding to a schema
 2021-10-15  7:30 UTC 

[PATCH] tty: vt: replace snprintf in show functions with sysfs_emit
 2021-10-15  7:29 UTC  (3+ messages)
  ` 回复: "

[PATCH v3 0/2] fix & prevent the missing preemption disabling
 2021-10-15  7:28 UTC  (6+ messages)
` [PATCH v3 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()

[v2 1/2] ASoC: dt-bindings: max98520: changed signed-off-by email address
 2021-10-15  7:27 UTC  (4+ messages)
` [v2 2/2] ASoC: max98520: modified alignment and blank

[PATCH v3] dt-bindings: media: Convert OV5640 binding to a schema
 2021-10-15  7:28 UTC 

[PATCH v2] KVM: VMX: Remove redundant handling of bus lock vmexit
 2021-10-15  7:28 UTC  (3+ messages)

[PATCH 1/1] xen/include/xen/byteorder: Re-implement bswap/swab with compiler builtin functions
 2021-10-15  7:26 UTC 

[RFC PATCH 2/2] mmc: allow to match the device tree to apply quirks
 2021-10-15  7:27 UTC  (2+ messages)

[PATCH v2 00/15] qdev: Add JSON -device
 2021-10-15  7:24 UTC  (6+ messages)
` [PATCH v2 09/15] softmmu/qdev-monitor: add error handling in qdev_set_id

[frank-w-bpi-r2-4.14:5.15-bpi-r2-pro-drm 81/81] drivers/gpu/drm/rockchip/rockchip_vop_reg.h:1129: warning: "RK3126_WIN1_MST" redefined
 2021-10-15  7:27 UTC 

[PATCH v3 0/4] tcp: md5: Fix overlap between vrf and non-vrf keys
 2021-10-15  7:26 UTC  (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] tcp: md5: Allow MD5SIG_FLAG_IFINDEX with ifindex=0
` [PATCH v3 3/4] selftests: nettest: Add --{force,no}-bind-key-ifindex
` [PATCH v3 4/4] selftests: net/fcnal: Test --{force,no}-bind-key-ifindex

[PATCH] Revert "drm/ast: Zero is missing in detect function"
 2021-10-15  7:25 UTC 

[PATCH v1 0/2] mm: remove extra ZONE_DEVICE struct page refcount
 2021-10-14 19:01 UTC  (9+ messages)
` [PATCH v1 1/2] ext4/xfs: add page refcount helper
` [PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount


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.