All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-25 01:01:06 to 2021-05-25 02:18:37 UTC [more...]

[PATCH v7 00/92] target/arm: Implement SVE2
 2021-05-25  1:03 UTC  (87+ 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 46/92] target/arm: Implement SVE2 FMMLA
` [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 57/92] target/arm: Implement SVE2 saturating multiply (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 65/92] target/arm: Macroize helper_gvec_{s,u}dot_idx_{b,h}
` [PATCH v7 66/92] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v7 67/92] target/arm: Implement SVE mixed sign dot product
` [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 72/92] target/arm: Implement SVE2 FCVTNT
` [PATCH v7 73/92] target/arm: Implement SVE2 FCVTLT
` [PATCH v7 74/92] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v7 75/92] target/arm: Implement SVE2 FLOGB
` [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 83/92] target/arm: Implement aarch64 SUDOT, USDOT
` [PATCH v7 84/92] target/arm: Split out do_neon_ddda_fpst
` [PATCH v7 87/92] target/arm: Split out do_neon_ddda
` [PATCH v7 89/92] target/arm: Implement aarch32 VSUDOT, VUSDOT
` [PATCH v7 90/92] target/arm: Implement integer matrix multiply accumulate
` [PATCH v7 92/92] target/arm: Enable SVE2 and related extensions

[PATCH net-next 00/13] Add NXP SJA1110 support to the sja1105 DSA driver
 2021-05-25  2:18 UTC  (8+ messages)
` [PATCH net-next 01/13] net: dsa: sja1105: be compatible with "ethernet-ports" OF node name
` [PATCH net-next 02/13] net: dsa: sja1105: allow SGMII PCS configuration to be per port
` [PATCH net-next 11/13] net: dsa: sja1105: register the MDIO buses for 100base-T1 and 100base-TX

[PATCH v3 0/9] target/ppc: add support to disable-tcg
 2021-05-25  2:11 UTC  (3+ messages)
` [PATCH v3 6/9] target/ppc: moved ppc_cpu_do_interrupt to cpu.c

[PATCH v6 00/21] Add support for 32-bit tasks on asymmetric AArch32 systems
 2021-05-24 21:16 UTC  (16+ messages)
` [PATCH v6 02/21] arm64: Allow mismatched 32-bit EL0 support
` [PATCH v6 07/21] cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1
` [PATCH v6 08/21] cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()
` [PATCH v6 11/21] sched: Split the guts of sched_setaffinity() into a helper function
` [PATCH v6 18/21] arm64: Prevent offlining first CPU with 32-bit EL0 on mismatched system

[PATCH 00/12] e2fsprogs: some bugfixs and some code cleanups
 2021-05-25  2:16 UTC  (4+ messages)
` [PATCH 03/12] zap_sector: fix memory leak

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

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

[PATCH 0/9] arm64: dts: rockchip: Initial Toybrick TB-RK1808M0 support
 2021-05-24 21:13 UTC  (5+ messages)
` [PATCH 3/9] arm64: dts: rockchip: Prepare Rockchip RK1808

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

[RFC v2 16/32] x86/tdx: Handle MWAIT, MONITOR and WBINVD
 2021-05-25  2:13 UTC  (9+ 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] staging: vchiq_arm: Using copy_from_user() to copy data from userspace address
 2021-05-25  2:12 UTC  (4+ messages)

[PATCH v6 13/21] sched: Admit forcefully-affined tasks into SCHED_DEADLINE
 2021-05-24 20:47 UTC  (11+ messages)

[PATCH for-next v7 00/10] RDMA/rxe: Implement memory windows
 2021-05-25  2:08 UTC  (4+ messages)

Bug#980963: dpkg: Please add ARC architecture
 2021-05-24 20:41 UTC  (4+ messages)

[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 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 

[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 

[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] 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:56 UTC  (19+ 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 20/36] ARM: global_data: make set_gd() work for armv5 and armv6
` [PATCH u-boot v4 22/36] ARM: fix LTO build for some thumb-interwork cases
` [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] 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  (3+ messages)
` [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  (2+ messages)
` [PATCH v5 3/3] drm_dp_cec: add MST support


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.