All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-25 00:57:19 to 2021-05-25 02:07:02 UTC [more...]

[PATCH v7 00/92] target/arm: Implement SVE2
 2021-05-25  1:03 UTC  (75+ messages)
` [PATCH v7 01/92] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v7 02/92] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v7 03/92] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v7 04/92] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v7 05/92] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v7 06/92] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v7 07/92] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v7 08/92] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v7 09/92] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v7 10/92] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v7 11/92] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v7 12/92] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v7 13/92] target/arm: Implement SVE2 integer multiply long
` [PATCH v7 14/92] target/arm: Implement SVE2 PMULLB, PMULLT
` [PATCH v7 15/92] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v7 16/92] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v7 17/92] target/arm: Implement SVE2 bitwise permute
` [PATCH v7 18/92] target/arm: Implement SVE2 complex integer add
` [PATCH v7 19/92] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v7 20/92] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v7 21/92] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v7 22/92] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v7 23/92] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v7 24/92] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v7 25/92] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v7 26/92] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v7 27/92] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v7 28/92] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v7 29/92] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v7 30/92] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v7 31/92] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v7 32/92] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v7 33/92] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v7 34/92] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v7 35/92] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v7 36/92] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v7 37/92] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v7 38/92] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v7 39/92] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v7 40/92] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v7 41/92] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v7 42/92] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v7 43/92] target/arm: Implement SVE2 XAR
` [PATCH v7 44/92] target/arm: Implement SVE2 scatter store insns
` [PATCH v7 45/92] target/arm: Implement SVE2 gather load insns
` [PATCH v7 47/92] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v7 48/92] target/arm: Use correct output type for gvec_sdot_*_b
` [PATCH v7 49/92] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v7 50/92] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v7 51/92] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v7 52/92] target/arm: Split out formats for 3 "
` [PATCH v7 53/92] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v7 54/92] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v7 55/92] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v7 56/92] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v7 58/92] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v7 59/92] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v7 60/92] target/arm: Implement SVE2 multiply-add long (indexed)
` [PATCH v7 61/92] target/arm: Implement SVE2 integer multiply "
` [PATCH v7 62/92] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PATCH v7 63/92] target/arm: Implement SVE2 complex integer dot product
` [PATCH v7 64/92] target/arm: Macroize helper_gvec_{s,u}dot_{b,h}
` [PATCH v7 66/92] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v7 68/92] target/arm: Implement SVE2 crypto unary operations
` [PATCH v7 69/92] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v7 70/92] target/arm: Implement SVE2 crypto constructive "
` [PATCH v7 73/92] target/arm: Implement SVE2 FCVTLT
` [PATCH v7 76/92] target/arm: Share table of sve load functions
` [PATCH v7 77/92] target/arm: Tidy do_ldrq
` [PATCH v7 78/92] target/arm: Implement SVE2 LD1RO
` [PATCH v7 79/92] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v7 80/92] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v7 81/92] target/arm: Move endian adjustment macros to vec_internal.h
` [PATCH v7 84/92] target/arm: Split out do_neon_ddda_fpst

[PATCH v6 00/21] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-05-24 20:21 UTC  (4+ messages)
` [PATCH v6 07/21] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1

[PATCH 0/3] i2c: aspeed: avoid new registers definition of AST2600
 2021-05-25  2:04 UTC  (9+ messages)
` [PATCH 1/3] "

[PATCH v2] ocfs2: fix data corruption by fallocate
 2021-05-25  2:04 UTC  (5+ messages)
    ` [Ocfs2-devel] "

[PATCH v2 0/6] Complementary changes for error handling
 2021-05-25  2:04 UTC  (4+ messages)
` [PATCH v2 5/6] scsi: ufs: Let host_sem cover the entire system suspend/resume

[PATCH net-next 00/13] Add NXP SJA1110 support to the sja1105 DSA driver
 2021-05-25  2:03 UTC  (2+ messages)

[patch 0/8] genirq, perf: Cleanup the abuse of irq_set_affinity_hint()
 2021-05-24 20:20 UTC  (5+ messages)

[PATCH v2] nSVM: Test: Test VMRUN/VMEXIT's canonicalization of segement base addresses
 2021-05-25  1:12 UTC  (2+ messages)

[PATCH] usb: typec: intel_pmc_mux: Update IOM port status offset for AlderLake
 2021-05-25  2:04 UTC 

[PATCH] io-wq: Fix UAF when wakeup wqe in hash waitqueue
 2021-05-25  2:01 UTC  (4+ messages)
  ` 回复: "
      ` 回复: "

[PATCH 1/1] arm64: dts: lx2160a: Normalize the compatible string of "arm,sbsa-uart"
 2021-05-25  2:00 UTC  (3+ messages)
` [PATCH 1/1] arm64: dts: lx2160a: Normalize the compatible string of "arm, sbsa-uart"

[RFC PATCH v5 00/27] NVMeTCP Offload ULP and QEDN Device Driver
 2021-05-24 20:17 UTC  (15+ messages)
` [RFC PATCH v5 01/27] nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP
` [RFC PATCH v5 03/27] nvme-tcp-offload: Add device scan implementation
` [RFC PATCH v5 06/27] nvme-tcp-offload: Add queue level implementation
` [RFC PATCH v5 08/27] nvme-tcp-offload: Add Timeout and ASYNC Support

[PATCH] lib/math/rational.c: Fix divide by zero
 2021-05-25  1:57 UTC  (10+ messages)

[PATCH v2] OF: of_address: clean up OF stub & extern functions
 2021-05-25  1:56 UTC  (4+ messages)

[PATCH] drm/ast: Add detect function support
 2021-05-25  1:55 UTC 

[PATCH 0/4] Review/Extend SCMI Transport Core layer
 2021-05-25  1:53 UTC  (3+ messages)
` [PATCH 2/4] firmware: arm_scmi: Add support for type handling in common functions

[qemu-mainline test] 162143: regressions - FAIL
 2021-05-25  1:52 UTC 

[meta-ti][dunfell/master][PATCH V3] linux-ti-staging: Add extra dtc flags to support dtb overlays
 2021-05-25  1:51 UTC  (2+ messages)

[usb:usb-testing] BUILD SUCCESS a0765597c986ad52c9bc93319987d41bc17f59ef
 2021-05-25  1:51 UTC 

[usb:usb-linus] BUILD SUCCESS e6809703e164e0e47d99a42084af06a60e386b13
 2021-05-25  1:51 UTC 

[PATCH 0/8] sunxi: mmc: Fixes and speed increase
 2021-05-25  1:43 UTC  (9+ messages)
  ` [PATCH 1/8] mmc: sunxi: Avoid #ifdefs in delay and width setup
  ` [PATCH 2/8] mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT
  ` [PATCH 4/8] mmc: sunxi: Cleanup "new timing mode" selection
  ` [PATCH 8/8] mmc: sunxi: Use mmc_of_parse()

[failures] mm-improve-mprotectrw-efficiency-on-pages-referenced-once.patch removed from -mm tree
 2021-05-25  1:50 UTC  (2+ messages)

[PATCH 1/2] f2fs: immutable file can have null address in compressed chunk
 2021-05-25  1:45 UTC  (8+ messages)
` [PATCH 2/2] f2fs: support RO feature
  ` [f2fs-dev] "

next/pending-fixes build: 189 builds: 1 failed, 188 passed, 12 warnings (v5.13-rc3-403-g45efcfb7fe0e)
 2021-05-25  1:45 UTC 

[RFC v2 16/32] x86/tdx: Handle MWAIT, MONITOR and WBINVD
 2021-05-25  1:45 UTC  (8+ messages)
` [RFC v2-fix-v2 1/2] x86/tdx: Handle MWAIT and MONITOR
  ` [RFC v2-fix-v2 2/2] x86/tdx: Ignore WBINVD instruction for TDX guest

[PATCH RESEND] init/initramfs.c: make initramfs support pivot_root
 2021-05-25  1:43 UTC  (8+ messages)

[PATCH v1 0/3] Optimize host lock on TR send/compl paths and utilize UTRLCNR
 2021-05-25  1:40 UTC  (6+ messages)
` [PATCH v1 2/3] scsi: ufs: Optimize host lock on transfer requests send/compl paths

[PATCH 01/21] gdk-pixbuf: update a patch status
 2021-05-25  1:40 UTC  (4+ messages)
` [PATCH 02/21] systemd: update 247.6 -> 248.3
  ` [OE-core] "

[PATCH v3] bpftool: Add sock_release help info for cgroup attach/prog load command
 2021-05-25  1:41 UTC 

[PATCH 0/6] Don't use BIT() macro in UAPI headers
 2021-05-24 11:46 UTC  (2+ messages)

[PATCH] systemd: Fix 248.3 on musl
 2021-05-25  1:34 UTC 

[RFC PATCH 00/17] Add validation for used length
 2021-05-25  1:31 UTC  (5+ messages)
` [RFC PATCH 17/17] virtio_ring: "

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-05-25  1:31 UTC  (6+ messages)
` [PATCH v9 07/10] mm: Device exclusive memory access
      ` [Nouveau] "

[PATCH 0/2] arm64: remove page granularity limitation from KFENCE
 2021-05-25  1:27 UTC  (4+ messages)
` [PATCH 1/2] kfence: allow providing __kfence_pool in arch specific way

[PATCH] drm/amd/pm: bypass the internal power limit cache for Aldebaran
 2021-05-25  1:24 UTC 

[Bug] git-credential-netrc.perl is not built and is not available in `exec-path`
 2021-05-25  1:23 UTC  (10+ messages)
          ` Renaming "non-contrib" things out of contrib/* (was "Re: [Bug] git-credential-netrc.perl[...]")

[RFC PATCH 00/97] Basic GuC submission support in the i915
 2021-05-25  1:15 UTC  (7+ messages)
` [RFC PATCH 23/97] drm/i915/guc: Support per context scheduling policies
    ` [Intel-gfx] "
` [RFC PATCH 28/97] drm/i915/guc: Kill guc_clients.ct_pool
    ` [Intel-gfx] "

[igt-dev] [PATCH] tests/kms_atomic: Match overlay size with primary plane on amdgpu
 2021-05-25  1:22 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for tests/kms_atomic: Match overlay size with primary plane on amdgpu (rev3)

[PATCH] KVM: X86: Fix warning caused by stale emulation context
 2021-05-25  1:17 UTC  (3+ messages)

sdhci_data_transfer: Trasnfer data timeout
 2021-05-25  1:16 UTC  (2+ messages)

[PATCH v2 0/4] zram: fix few sysfs races
 2021-05-25  1:16 UTC  (9+ messages)

[PATCH -next] virtio_ring: Correct function name virtqueue_get_buf_ctx()
 2021-05-25  1:12 UTC  (3+ messages)

RE: [PATCH] virtio-net: fix the kzalloc/kfree mismatch problem
 2021-05-25  1:12 UTC  (5+ messages)
`  "

[PATCH 0/3] init/initramfs.c: make initramfs support pivot_root
 2021-05-25  1:02 UTC  (3+ messages)
` [PATCH 1/3] init/main.c: introduce function ramdisk_exec_exist()

[PATCH 0/5] arm64: imx8mn: Add power domain and more peripherals
 2021-05-25  1:07 UTC  (6+ messages)
` [PATCH 1/5] dt-bindings: add defines for i.MX8MN power domains
` [PATCH 2/5] soc: imx: gpcv2: add support "
` [PATCH 3/5] arm64: dts: imx8mn: add GPC node and "
` [PATCH 4/5] arm64: dts: imx8mn: Add power-domain reference in USB controller
` [PATCH 5/5] arm64: dts: imx8mn: Add GPU node

[PATCH V6 0/4] soc: imx: add i.MX BLK-CTL support
 2021-05-24 19:37 UTC  (3+ messages)

[PATCH] riscv: code patching only works on !XIP_KERNEL
 2021-05-24 19:32 UTC  (3+ messages)

[PATCH u-boot v4 00/36] U-Boot LTO (Sandbox + Some ARM boards)
 2021-05-25  0:57 UTC  (45+ messages)
` [PATCH u-boot v4 14/36] build: support building with Link Time Optimizations
` [PATCH u-boot v4 15/36] build: link with --build-id=none
` [PATCH u-boot v4 16/36] sandbox: errno: avoid conflict with libc's errno
` [PATCH u-boot v4 17/36] sandbox: use sections instead of symbols for getopt array boundaries
` [PATCH u-boot v4 19/36] sandbox: enable LTO by default
` [PATCH u-boot v4 20/36] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot v4 21/36] ARM: make gd a function call for LTO and set via set_gd()
` [PATCH u-boot v4 22/36] ARM: fix LTO build for some thumb-interwork cases
` [PATCH u-boot v4 23/36] ARM: fix LTO for imx28_xea
` [PATCH u-boot v4 24/36] ARM: fix LTO for apf27
` [PATCH u-boot v4 25/36] ARM: fix LTO for keystone
` [PATCH u-boot v4 26/36] ARM: kona: fix clk_bsc_enable() type mismatch for LTO
` [PATCH u-boot v4 27/36] ARM: imx8m: fix imx_eqos_txclk_set_rate() "
` [PATCH u-boot v4 28/36] ARM: fix LTO for seaboard
` [PATCH u-boot v4 29/36] ARM: fix LTO for rockchip and samsung
` [PATCH u-boot v4 30/36] ARM: omap3: fix LTO for DM3730 (and possibly other omap3 boards)
` [PATCH u-boot v4 31/36] armv8: SPL: discard relocation information
` [PATCH u-boot v4 32/36] ata: ahci: fix ahci_link_up() type mismatch for LTO
` [PATCH u-boot v4 33/36] ARM: make LTO available
` [PATCH u-boot v4 34/36] ARM: don't use -ffunction-sections/-fdata-sections with LTO build
` [PATCH u-boot v4 35/36] ARM: don't use --gc-sections with LTO when using private libgcc
` [PATCH u-boot v4 36/36] ARM: enable LTO for some boards

[PATCH] t9001-send-email.sh: fix expected absolute paths on Windows
 2021-05-25  1:03 UTC  (4+ messages)
` [PATCH 0/2] send-email: pre-release fixes for v2.32.0
  ` [PATCH 2/2] send-email: don't needlessly abs_path() the core.hooksPath

[PATCH 00/43] KVM: x86: vCPU RESET/INIT fixes and consolidation
 2021-05-25  1:02 UTC  (6+ messages)
` [PATCH 42/43] KVM: VMX: Drop VMWRITEs to zero fields at vCPU RESET

[PATCH v5 0/4] mmc: sdhci-of-aspeed: Support toggling SD bus signal
 2021-05-25  1:00 UTC  (7+ messages)
` [PATCH v5 1/4] ARM: dts: aspeed: ast2600evb: Add sdhci node and gpio regulator for A2 evb
` [PATCH v5 3/4] ARM: dts: aspeed: ast2600evb: Add dts file for A1 and A0

[PATCH v5 1/3] drm/dp_mst: Add self-tests for up requests
 2021-05-25  0:59 UTC  (6+ messages)
` [PATCH v5 2/3] drm/dp_mst: Add support for sink event notify messages
` [PATCH v5 3/3] drm_dp_cec: add MST support

[ANN] U-Boot v2021.07-rc3 released
 2021-05-25  0:58 UTC 

[PATCH] pylibfdt: Rework "avoid unused variable warning" lines
 2021-05-25  0:58 UTC  (2+ messages)

[PATCH] stackprot: Make our test a bit more complex
 2021-05-25  0:58 UTC  (2+ messages)

undefined reference to `cpu_sa110_suspend_size'
 2021-05-25  0:59 UTC  (2+ messages)

[PATCH v2 01/16] sandbox: net: Ensure host name is always a valid string
 2021-05-25  0:57 UTC  (3+ messages)
` [PATCH v2 07/16] test: Avoid random numbers in dm_test_devm_regmap()

[PATCH v3 2/3] PCI: Visconti: Add Toshiba Visconti PCIe host controller driver
 2021-05-24 18:58 UTC  (2+ messages)

[PATCH v1 0/3] pinctrl: pinctrl-g6: Add the 2nd sgpio
 2021-05-25  0:57 UTC  (6+ messages)
` [PATCH v1 1/3] dt-bindings: pinctrl: Update enum for adding SGPM2 and SGPS2
` [PATCH v1 2/3] ARM: dts: aspeed-g6: Add pinctrl settings

[PATCH net-next v1 0/6][pull request] iwl-next Intel Wired LAN Driver Updates 2021-05-21
 2021-05-25  0:57 UTC  (4+ messages)

[PATCH 00/12] KVM: nVMX: Fix vmcs02 PID use-after-free issue
 2021-05-25  0:57 UTC  (9+ messages)
` [PATCH 07/12] KVM: nVMX: Disable vmcs02 posted interrupts if vmcs12 PID isn't mappable


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.