All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-30 20:23:51 to 2021-04-30 21:27:03 UTC [more...]

[PATCH v6 00/82] target/arm: Implement SVE2
 2021-04-30 20:26 UTC  (69+ messages)
` [PATCH v6 01/82] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v6 02/82] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v6 03/82] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v6 04/82] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v6 05/82] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v6 06/82] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v6 07/82] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v6 08/82] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v6 09/82] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v6 10/82] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v6 11/82] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v6 12/82] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v6 13/82] target/arm: Implement SVE2 integer multiply long
` [PATCH v6 14/82] target/arm: Implement PMULLB and PMULLT
` [PATCH v6 15/82] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v6 16/82] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v6 17/82] target/arm: Implement SVE2 bitwise permute
` [PATCH v6 18/82] target/arm: Implement SVE2 complex integer add
` [PATCH v6 19/82] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v6 20/82] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v6 21/82] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v6 22/82] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v6 23/82] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v6 24/82] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v6 25/82] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v6 26/82] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v6 27/82] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v6 28/82] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v6 29/82] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v6 30/82] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v6 31/82] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v6 32/82] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v6 33/82] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v6 34/82] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v6 35/82] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v6 36/82] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v6 37/82] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v6 38/82] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v6 39/82] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v6 40/82] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v6 41/82] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v6 42/82] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v6 43/82] target/arm: Implement SVE2 XAR
` [PATCH v6 44/82] target/arm: Implement SVE2 scatter store insns
` [PATCH v6 45/82] target/arm: Implement SVE2 gather load insns
` [PATCH v6 46/82] target/arm: Implement SVE2 FMMLA
` [PATCH v6 47/82] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v6 48/82] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v6 49/82] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v6 50/82] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v6 51/82] target/arm: Split out formats for 3 "
` [PATCH v6 52/82] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v6 53/82] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v6 55/82] target/arm: Implement SVE2 saturating "
` [PATCH v6 56/82] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v6 57/82] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v6 58/82] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v6 59/82] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v6 60/82] target/arm: Implement SVE mixed sign dot product
` [PATCH v6 61/82] target/arm: Implement SVE2 crypto unary operations
` [PATCH v6 62/82] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v6 64/82] target/arm: Implement SVE2 TBL, TBX
` [PATCH v6 65/82] target/arm: Implement SVE2 FCVTNT
` [PATCH v6 67/82] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v6 71/82] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v6 73/82] target/arm: Implement SVE2 fp multiply-add long
` [PATCH v6 74/82] target/arm: Implement aarch64 SUDOT, USDOT
` [PATCH v6 77/82] target/arm: Fix decode for VDOT (indexed)

[Intel-gfx] [PATCH] drm/i915/display/tgl+: Add new sequence step for MST + FEC
 2021-04-30 21:27 UTC 

[Q] tps65185 EPD PMIC temperature interface - which subsystem
 2021-04-30 21:24 UTC 

[PATCH v4 00/10] arm64: dts: rockchip: add basic dtsi/dts files for RK3568 SoC
 2021-04-30 21:15 UTC  (21+ messages)
` [PATCH v4 01/10] dt-bindings: i2c: i2c-rk3x: add description for rk3568
` [PATCH v4 02/10] dt-bindings: serial: snps-dw-apb-uart: "
` [PATCH v4 03/10] dt-bindings: mmc: rockchip-dw-mshc: "
` [PATCH v4 04/10] dt-bindings: watchdog: dw-wdt: "
` [PATCH v4 05/10] dt-bindings: pwm: rockchip: "
` [PATCH v4 06/10] dt-bindings: gpio: change items restriction of clock for rockchip,gpio-bank
` [PATCH v4 07/10] dt-bindings: soc: rockchip: Convert grf.txt to YAML

[PATCH v1 0/1] drm/dp_mst: Use the correct max source link rate for i915
 2021-04-30 21:22 UTC  (6+ messages)
` [Intel-gfx] "
` [Intel-gfx] [PATCH v1 1/1] "
  `  "

[PATCH net-next] sctp: Remove redundant skb_list null check
 2021-04-30 21:22 UTC  (2+ messages)

[PATCH] netdev: set connected to false in netdev_reassociate
 2021-04-30 21:22 UTC  (2+ messages)

[PATCH 1/3] fs/buffer.c: add new api to allow eof writeback
 2021-04-30 21:18 UTC  (7+ messages)
` [Cluster-devel] "
        ` [Ocfs2-devel] "

[Buildroot] [PATCH v1] package/libinput: bump version to 1.17.2
 2021-04-30 21:18 UTC 

[meta-oe][PATCH] yaml-cpp: Add a new recipe for yaml-cpp 0.6.3
 2021-04-30 21:15 UTC  (2+ messages)
` [oe] "

[RFC PATCH v2 0/2] dm: dm_blk_ioctl(): implement failover for SG_IO on dm-multipath
 2021-04-30 21:12 UTC  (6+ messages)
` [RFC PATCH v2 1/2] scsi: convert scsi_result_to_blk_status() to inline
  ` [dm-devel] "

[PATCH 0/3] Detect suspicious indentation after conditional
 2021-04-30 21:12 UTC  (4+ messages)

[PATCH v4 0/1] Introduce support for PSF control
 2021-04-30 21:11 UTC  (6+ messages)
` [PATCH v4 1/1] x86/cpufeatures: Implement Predictive Store Forwarding control

[PATCH v4 0/2] CLK: microchip: Add clkcfg driver for Microchip PolarFire SoC
 2021-04-30 21:10 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: clk: microchip: Add Microchip PolarFire host binding

Pain points in Git's patch flow
 2021-04-30 21:09 UTC  (13+ messages)

[PATCH v4 0/3] Preventing job distribution to isolated CPUs
 2021-04-30 21:07 UTC  (23+ messages)
` [Patch v4 1/3] lib: Restrict cpumask_local_spread to houskeeping CPUs

[PATCH] mm: thp: check total_mapcount instead of page_mapcount
 2021-04-30 21:07 UTC 

INFO: task hung in io_uring_cancel_sqpoll
 2021-04-30 21:04 UTC  (5+ messages)

[PATCH v5 00/20] drm: Fix EDID reading on ti-sn65dsi86; solve some chicken-and-egg problems
 2021-04-30 21:04 UTC  (7+ messages)
` [PATCH v5 01/20] drm/panel: panel-simple: Add missing pm_runtime_disable() calls

[pmbusplus] userspace i2c, pmbus interactions
 2021-04-30 21:00 UTC  (11+ messages)

[dpdk-dev] [PATCH v3 0/7] test: refactor crypto unit test framework
 2021-04-30 21:00 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 3/7] test/crypto: refactor to use sub-testsuites

[PATCH 0/2] clk: Implement a clock request API
 2021-04-30 20:59 UTC  (3+ messages)

[PATCH] x86: Enable clang LTO for 32-bit as well
 2021-04-30 20:58 UTC  (2+ messages)

[syzbot] WARNING in do_epoll_ctl
 2021-04-30 20:58 UTC 

[master] Pull request
 2021-04-30 20:56 UTC  (2+ messages)
` [docs] "

[PATCH] cifs: fix automount regression of dfs links
 2021-04-30 20:56 UTC  (2+ messages)

[linux-linus test] 161549: regressions - FAIL
 2021-04-30 20:56 UTC 

[Buildroot] [PATCH 1/2] package/x11r7/xorgproto: bump version to 2021.4
 2021-04-30 20:55 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] package/x11r7/xdriver_xf86-input-libinput: bump version to 1.0.1

[dpdk-dev] How to disable SVE auto vectorization while using GCC
 2021-04-30 20:54 UTC  (3+ messages)

[PATCH ethtool-next 0/4] Extend module EEPROM API
 2021-04-30 20:54 UTC  (2+ messages)

[PATCH] mips: loongson64: fix reset.c build errors when SMP=n
 2021-04-30 20:50 UTC 

stable-rc/queue/4.19 baseline: 137 runs, 4 regressions (v4.19.189-1-gbab36f93665a6)
 2021-04-30 20:51 UTC 

[PATCH v2 0/5] Handle seccomp notification preemption
 2021-04-30 20:49 UTC  (12+ messages)
` [PATCH v2 1/5] seccomp: Refactor notification handler to prepare for new semantics
` [PATCH v2 2/5] seccomp: Add wait_killable semantic to seccomp user notifier
` [PATCH v2 3/5] selftests/seccomp: Add test for wait killable notifier
` [PATCH v2 4/5] seccomp: Support atomic "addfd + send reply"
` [PATCH v2 5/5] selftests/seccomp: Add test for atomic addfd+send

bug:git-check-ignore exit status is wrong for negative patterns when -v option used
 2021-04-30 20:51 UTC  (6+ messages)

stable-rc/linux-5.10.y baseline: 161 runs, 1 regressions (v5.10.33-3-g9fe3189f108d)
 2021-04-30 20:51 UTC 

[PATCH] drm/amdkfd: fix incorrect condition check for pci atomics gpu flags
 2021-04-30 20:51 UTC 

[PATCH] pci: add NVMe FLR quirk to the SM951 SSD
 2021-04-30 20:51 UTC  (2+ messages)

[syzbot] BUG: sleeping function called from invalid context in do_page_fault (2)
 2021-04-30 20:48 UTC 

Heads up: gcc miscompiling initramfs zlib decompression code at -O3
 2021-04-30 20:46 UTC  (2+ messages)

[PATCH] kvm: x86: move srcu lock out of kvm_vcpu_check_block
 2021-04-30 20:45 UTC  (2+ messages)

[PATCH v4 0/8] arm64: Allow 64-bit tasks to invoke compat syscalls
 2021-04-30 20:37 UTC  (18+ messages)
` [PATCH v4 1/8] mm: Add arch_get_mmap_base_topdown macro
` [PATCH v4 2/8] hugetlbfs: Use arch_get_mmap_* macros
` [PATCH v4 3/8] mm: Support mmap_compat_base with the generic layout
` [PATCH v4 4/8] arm64: Separate in_compat_syscall from is_compat_task
` [PATCH v4 5/8] arm64: mm: Use HAVE_ARCH_COMPAT_MMAP_BASES
` [PATCH v4 6/8] arm64: Add a compat syscall flag to thread_info
` [PATCH v4 7/8] arm64: Forbid calling compat sigreturn from 64-bit tasks
` [PATCH v4 8/8] arm64: Allow 64-bit tasks to invoke compat syscalls

siginfo_t ABI break on sparc64 from si_addr_lsb move 3y ago
 2021-04-30 20:43 UTC  (5+ messages)

[OE-core] [PATCH] perl: fix startperl configuration option for perl-native
 2021-04-30 20:42 UTC  (3+ messages)
`  "

[xen-unstable-smoke test] 161556: tolerable all pass - PUSHED
 2021-04-30 20:41 UTC 

[RFC PATCH v2 0/3] UAC2 Gadget: feedback endpoint support
 2021-04-30 20:41 UTC  (6+ messages)
` [RFC PATCH v2 1/3] usb: gadget: f_uac2/u_audio: add "

[PATCH v3 0/3] audit: add support for openat2
 2021-04-30 20:35 UTC  (14+ messages)
` [PATCH v3 1/3] audit: replace magic audit syscall class numbers with macros
` [PATCH v3 2/3] audit: add support for the openat2 syscall
` [PATCH v3 3/3] audit: add OPENAT2 record to list how

[BUG 212887] [PATCH] getopt.3: Clarify behaviour
 2021-04-30 20:37 UTC  (2+ messages)

[Buildroot] [PATCH] package/openjdk: drop patch left over after last bump
 2021-04-30 20:36 UTC 

[PATCH 1/3] arm64: armv8_deprecated: Fix swp_handler() signal generation
 2021-04-30 20:31 UTC  (12+ messages)
` [PATCH 2/3] arm64: signal: sigreturn() and rt_sigreturn() sometime returns the wrong signals

[PATCH] PCI/VPD: Use unaligned access helper in pci_vpd_write
 2021-04-30 20:35 UTC  (3+ messages)

[PATCH] auto-t: add FT-back to original AP on FT-PSK-roam
 2021-04-30 20:34 UTC  (2+ messages)

[android-common:android-4.19 1/4] fs/incfs/format.c:617:5: warning: format specifies type 'long' but the argument has type 'size_t' (aka 'unsigned int')
 2021-04-30 20:32 UTC 

[PATCH v5 00/12] evm: Improve usability of portable signatures
 2021-04-30 20:28 UTC  (3+ messages)
` [PATCH v5 03/12] evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded

[PATCH] media: I2C: change 'RST' to "RSET" to fix multiple build errors
 2021-04-30 20:19 UTC 

[driver-core:umn.edu-reverts-round1] BUILD SUCCESS e68775d49af33dc6cae8f6dd466fd46cc7524442
 2021-04-30 20:23 UTC 

[driver-core:debugfs_cleanup] BUILD SUCCESS 0a2023d7b1c0a07ad0297e4ba0674166f7f2094f
 2021-04-30 20:23 UTC 

[dunfell/master PATCH v2] linux-ti-staging: Update 5.10 kernel to 5.10.30
 2021-04-30 20:23 UTC  (3+ messages)
` [dunfell/master PATCH] conf: am65xx-evm: ReIntroduce AM65 SR1.0 overlay


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.