All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-18 04:22:32 to 2020-06-18 05:23:08 UTC [more...]

UEFI support in ARM DomUs
 2020-06-18  5:22 UTC  (5+ messages)

[PATCH v2 000/100] target/arm: Implement SVE2
 2020-06-18  4:26 UTC  (99+ messages)
` [PATCH v2 001/100] tcg: Save/restore vecop_list around minmax fallback
` [PATCH v2 002/100] qemu/int128: Add int128_lshift
` [PATCH v2 003/100] target/arm: Split out gen_gvec_fn_zz
` [PATCH v2 004/100] target/arm: Split out gen_gvec_fn_zzz, do_zzz_fn
` [PATCH v2 005/100] target/arm: Rearrange {sve, fp}_check_access assert
` [PATCH v2 006/100] target/arm: Merge do_vector2_p into do_mov_p
` [PATCH v2 007/100] target/arm: Clean up 4-operand predicate expansion
` [PATCH v2 008/100] target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_pppp
` [PATCH v2 009/100] target/arm: Split out gen_gvec_ool_zzzp
` [PATCH v2 010/100] target/arm: Merge helper_sve_clr_* and helper_sve_movz_*
` [PATCH v2 011/100] target/arm: Split out gen_gvec_ool_zzp
` [PATCH v2 012/100] target/arm: Split out gen_gvec_ool_zzz
` [PATCH v2 013/100] target/arm: Split out gen_gvec_ool_zz
` [PATCH v2 014/100] target/arm: Add ID_AA64ZFR0 fields and isar_feature_aa64_sve2
` [PATCH v2 015/100] target/arm: Enable SVE2 and some extensions
` [PATCH v2 016/100] target/arm: Implement SVE2 Integer Multiply - Unpredicated
` [PATCH v2 017/100] target/arm: Implement SVE2 integer pairwise add and accumulate long
` [PATCH v2 018/100] target/arm: Implement SVE2 integer unary operations (predicated)
` [PATCH v2 019/100] target/arm: Split out saturating/rounding shifts from neon
` [PATCH v2 020/100] target/arm: Implement SVE2 saturating/rounding bitwise shift left (predicated)
` [PATCH v2 021/100] target/arm: Implement SVE2 integer halving add/subtract (predicated)
` [PATCH v2 022/100] target/arm: Implement SVE2 integer pairwise arithmetic
` [PATCH v2 023/100] target/arm: Implement SVE2 saturating add/subtract (predicated)
` [PATCH v2 024/100] target/arm: Implement SVE2 integer add/subtract long
` [PATCH v2 025/100] target/arm: Implement SVE2 integer add/subtract interleaved long
` [PATCH v2 026/100] target/arm: Implement SVE2 integer add/subtract wide
` [PATCH v2 027/100] target/arm: Implement SVE2 integer multiply long
` [PATCH v2 028/100] target/arm: Implement PMULLB and PMULLT
` [PATCH v2 029/100] target/arm: Tidy SVE tszimm shift formats
` [PATCH v2 030/100] target/arm: Implement SVE2 bitwise shift left long
` [PATCH v2 031/100] target/arm: Implement SVE2 bitwise exclusive-or interleaved
` [PATCH v2 032/100] target/arm: Implement SVE2 bitwise permute
` [PATCH v2 033/100] target/arm: Implement SVE2 complex integer add
` [PATCH v2 034/100] target/arm: Implement SVE2 integer absolute difference and accumulate long
` [PATCH v2 035/100] target/arm: Implement SVE2 integer add/subtract long with carry
` [PATCH v2 036/100] target/arm: Implement SVE2 bitwise shift right and accumulate
` [PATCH v2 037/100] target/arm: Implement SVE2 bitwise shift and insert
` [PATCH v2 038/100] target/arm: Implement SVE2 integer absolute difference and accumulate
` [PATCH v2 039/100] target/arm: Implement SVE2 saturating extract narrow
` [PATCH v2 040/100] target/arm: Implement SVE2 floating-point pairwise
` [PATCH v2 041/100] target/arm: Implement SVE2 SHRN, RSHRN
` [PATCH v2 042/100] target/arm: Implement SVE2 SQSHRUN, SQRSHRUN
` [PATCH v2 043/100] target/arm: Implement SVE2 UQSHRN, UQRSHRN
` [PATCH v2 044/100] target/arm: Implement SVE2 SQSHRN, SQRSHRN
` [PATCH v2 045/100] target/arm: Implement SVE2 WHILEGT, WHILEGE, WHILEHI, WHILEHS
` [PATCH v2 046/100] target/arm: Implement SVE2 WHILERW, WHILEWR
` [PATCH v2 047/100] target/arm: Implement SVE2 bitwise ternary operations
` [PATCH v2 048/100] target/arm: Implement SVE2 MATCH, NMATCH
` [PATCH v2 049/100] target/arm: Implement SVE2 saturating multiply-add long
` [PATCH v2 050/100] target/arm: Generalize inl_qrdmlah_* helper functions
` [PATCH v2 051/100] target/arm: Implement SVE2 saturating multiply-add high
` [PATCH v2 052/100] target/arm: Implement SVE2 integer multiply-add long
` [PATCH v2 053/100] target/arm: Implement SVE2 complex integer multiply-add
` [PATCH v2 054/100] target/arm: Implement SVE2 ADDHNB, ADDHNT
` [PATCH v2 055/100] target/arm: Implement SVE2 RADDHNB, RADDHNT
` [PATCH v2 056/100] target/arm: Implement SVE2 SUBHNB, SUBHNT
` [PATCH v2 057/100] target/arm: Implement SVE2 RSUBHNB, RSUBHNT
` [PATCH v2 058/100] target/arm: Implement SVE2 HISTCNT, HISTSEG
` [PATCH v2 059/100] target/arm: Implement SVE2 XAR
` [PATCH v2 060/100] target/arm: Implement SVE2 scatter store insns
` [PATCH v2 061/100] target/arm: Implement SVE2 gather load insns
` [PATCH v2 062/100] target/arm: Implement SVE2 FMMLA
` [PATCH v2 063/100] target/arm: Implement SVE2 SPLICE, EXT
` [PATCH v2 064/100] target/arm: Fix sve_uzp_p vs odd vector lengths
` [PATCH v2 065/100] target/arm: Fix sve_zip_p "
` [PATCH v2 066/100] target/arm: Fix sve_punpk_p "
` [PATCH v2 067/100] target/arm: Pass separate addend to {U, S}DOT helpers
` [PATCH v2 068/100] target/arm: Pass separate addend to FCMLA helpers
` [PATCH v2 069/100] target/arm: Split out formats for 2 vectors + 1 index
` [PATCH v2 070/100] target/arm: Split out formats for 3 "
` [PATCH v2 071/100] target/arm: Implement SVE2 integer multiply (indexed)
` [PATCH v2 072/100] target/arm: Use helper_gvec_mul_idx_* for aa64 advsimd
` [PATCH v2 073/100] target/arm: Implement SVE2 integer multiply-add (indexed)
` [PATCH v2 074/100] target/arm: Use helper_gvec_ml{a, s}_idx_* for aa64 advsimd
` [PATCH v2 075/100] target/arm: Implement SVE2 saturating multiply-add high (indexed)
` [PATCH v2 076/100] target/arm: Implement SVE2 saturating multiply-add (indexed)
` [PATCH v2 077/100] target/arm: Implement SVE2 integer multiply long (indexed)
` [PATCH v2 078/100] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v2 079/100] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v2 080/100] target/arm: Use helper_neon_sq{, r}dmul_* for aa64 advsimd
` [PATCH v2 081/100] target/arm: Implement SVE2 saturating multiply high (indexed)
` [PATCH v2 082/100] target/arm: Implement SVE2 multiply-add long (indexed)
` [PATCH v2 083/100] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PATCH v2 084/100] target/arm: Implement SVE mixed sign dot product (indexed)
` [PATCH v2 085/100] target/arm: Implement SVE mixed sign dot product
` [PATCH v2 086/100] target/arm: Implement SVE2 crypto unary operations
` [PATCH v2 087/100] target/arm: Implement SVE2 crypto destructive binary operations
` [PATCH v2 088/100] target/arm: Implement SVE2 crypto constructive "
` [PATCH v2 089/100] target/arm: Implement SVE2 TBL, TBX
` [PATCH v2 090/100] target/arm: Implement SVE2 FCVTNT
` [PATCH v2 091/100] target/arm: Implement SVE2 FCVTLT
` [PATCH v2 092/100] target/arm: Implement SVE2 FCVTXNT, FCVTX
` [PATCH v2 093/100] softfloat: Add float16_is_normal
` [PATCH v2 094/100] target/arm: Implement SVE2 FLOGB
` [PATCH v2 097/100] target/arm: Implement SVE2 LD1RO
` [PATCH v2 098/100] target/arm: Implement 128-bit ZIP, UZP, TRN
` [PATCH v2 099/100] target/arm: Implement SVE2 bitwise shift immediate
` [PATCH v2 100/100] target/arm: Implement SVE2 fp multiply-add long

Query Regarding Contribution
 2020-06-18  5:20 UTC  (2+ messages)

[net-next 00/15][pull request] Intel Wired LAN Driver Updates 2020-06-17
 2020-06-18  5:13 UTC  (15+ messages)
` [net-next 01/15] virtchnl: Extend AVF ops
` [net-next 02/15] iecm: Add framework set of header files
` [net-next 03/15] iecm: Add TX/RX "
` [net-next 04/15] iecm: Common module introduction and function stubs
` [net-next 05/15] iecm: Add basic netdevice functionality
` [net-next 06/15] iecm: Implement mailbox functionality
` [net-next 07/15] iecm: Implement virtchnl commands
` [net-next 08/15] iecm: Implement vector allocation
` [net-next 09/15] iecm: Init and allocate vport
` [net-next 10/15] iecm: Deinit vport
` [net-next 11/15] iecm: Add splitq TX/RX
` [net-next 12/15] iecm: Add singleq TX/RX
` [net-next 14/15] iecm: Add iecm to the kernel build system
` [net-next 15/15] idpf: Introduce idpf driver

[PATCH v2 00/12] Add Nuvoton NPCM730/NPCM750 SoCs and two BMC machines
 2020-06-18  5:15 UTC  (3+ messages)

mmotm 2020-06-17-22-17 uploaded
 2020-06-18  5:18 UTC 

mmotm 2020-06-17-22-17 uploaded
 2020-06-18  5:18 UTC 

[Bug 1884017] [NEW] Intermittently erratic mouse under Windows 95
 2020-06-18  4:54 UTC 

[pipe] 566d136289: stress-ng.tee.ops_per_sec -84.7% regression
 2020-06-18  5:17 UTC  (3+ messages)

[PATCH] hw/audio/gus: Fix registers 32-bit access
 2020-06-18  4:59 UTC  (5+ messages)

[PATCH v3 1/2] ALSA: hda/realtek: Add COEF controlled micmute LED support
 2020-06-18  5:15 UTC  (6+ messages)

[PATCH 5/5] nvme: support for zoned namespaces
 2020-06-18  5:15 UTC  (15+ messages)

[PATCHv8 0/3] optee: register drivers on optee bus
 2020-06-18  5:12 UTC  (6+ messages)
` [PATCHv8 1/3] optee: use uuid for sysfs driver entry
    ` [Tee-dev] "

[kvm-unit-tests PATCH] x86: Add control register pinning tests
 2020-06-18  5:08 UTC  (4+ messages)

[PATCH v3 0/3] arm64: add Armv8.6 pointer authentication
 2020-06-18  5:10 UTC  (4+ messages)
` [PATCH v3 1/3] arm64: ptrauth: add pointer authentication Armv8.6 enhanced feature
` [PATCH v3 2/3] arm64: cpufeature: Modify address authentication cpufeature to exact
` [PATCH v3 3/3] arm64: kprobe: disable probe of fault prone ptrauth instruction

[PATCH v2 0/5] hw/riscv: sifive_u: Add Mode Select (MSEL[3:0]) support
 2020-06-18  5:08 UTC  (5+ messages)
` [PATCH v2 2/5] hw/riscv: sifive: Change SiFive E/U CPU reset vector to 0x1004

[PATCH net-next 0/5] cxgb4: add support to read/write flash
 2020-06-18  5:08 UTC  (4+ messages)
` [PATCH net-next 3/5] cxgb4: add support to flash boot image

[PATCH v4 0/2] Add FILS discovery support
 2020-06-18  5:04 UTC  (3+ messages)
` [PATCH v4 1/2] nl80211: "
` [PATCH v4 2/2] mac80211: "

[PATCH] phy: atheros: ar8035: Fix clock output calculation
 2020-06-18  5:04 UTC  (2+ messages)

[PATCH 00/10] [RFC] In-tree sparse-checkout definitions
 2020-06-18  5:03 UTC  (6+ messages)

[PATCH] sparse: use identifiers to define address spaces
 2020-06-18  5:02 UTC  (3+ messages)

[PATCH bpf-next] bpf: sk_storage: Prefer to get a free cache_idx
 2020-06-18  5:01 UTC  (2+ messages)

AW: Git commands throw error
 2020-06-18  4:58 UTC 

[efi:urgent] BUILD SUCCESS 2a55280a3675203496d302463b941834228b9875
 2020-06-18  4:58 UTC 

[PATCH v5 00/13] Modernise powerpc 40x
 2020-06-18  3:16 UTC  (11+ messages)
` [PATCH v5 01/13] powerpc: Remove Xilinx PPC405/PPC440 support

[LTP] memcg group test failures
 2020-06-18  4:56 UTC 

[Buildroot] [PATCH] package/pkg-python.mk: fixup typo, PYTHON#_PATH --> PHYON3_PATH
 2020-06-18  4:55 UTC 

[powerpc:next-test] BUILD SUCCESS 9d7d80a443b962d67db4fbd4b832081f4d7df4a8
 2020-06-18  3:06 UTC 

Python package with optional dependencies
 2020-06-18  4:54 UTC  (2+ messages)
` [bitbake-devel] "

[powerpc:fixes-test] BUILD SUCCESS b55129f97aeefd265314e12d98935330e011a14a
 2020-06-18  3:06 UTC 

[dpdk-dev] [PATCH v2 0/2] add RSS support for ipv4 ipv6 mix of GTP on VF and PF
 2020-06-18  4:48 UTC  (4+ messages)
` [dpdk-dev] [PATCH v3 "
  ` [dpdk-dev] [PATCH v3 1/2] net/ice: add RSS support for ipv4 ipv6 mix of GTP
  ` [dpdk-dev] [PATCH v3 2/2] net/iavf: "

[PATCH 0/2] use helper when using abstract QOM parent functions
 2020-06-18  4:27 UTC  (3+ messages)

[PATCH v6 0/6] DVFS for IO devices on sdm845 and sc7180
 2020-06-18  4:47 UTC  (3+ messages)

[PATCH] mt76: mt7615: add .set_tsf callback
 2020-06-18  4:41 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 01/60] clk: sunxi: Fix incorrect usage of round_down()
 2020-06-18  1:29 UTC  (8+ messages)
` [PATCH AUTOSEL 4.4 10/60] ps3disk: use the default segment boundary
` [PATCH AUTOSEL 4.4 14/60] powerpc/pseries: Update hv-24x7 information after migration
` [PATCH AUTOSEL 4.4 16/60] powerpc/crashkernel: Take "mem=" option into account
` [PATCH AUTOSEL 4.4 21/60] scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM
` [PATCH AUTOSEL 4.4 26/60] tty: hvc: Fix data abort due to race in hvc_open
` [PATCH AUTOSEL 4.4 38/60] powerpc/pseries/ras: Fix FWNMI_VALID off by one
` [PATCH AUTOSEL 4.4 39/60] powerpc/ps3: Fix kexec shutdown hang

[Bug 208227] bluetooth file transfer via bluetooth UI is too slow
 2020-06-18  4:45 UTC 

[PATCH v4 6/8] cmake: support for building git on windows with mingw
 2020-06-18  4:43 UTC  (4+ messages)

[BlueZ PATCH v1] adding a configurable le autoconnect timeout value
 2020-06-18  4:42 UTC  (2+ messages)

[BlueZ PATCH v1] main: adding missing connection parameter entries
 2020-06-18  4:40 UTC  (2+ messages)

[BlueZ PATCH] main: fixing logical error when loading controller params
 2020-06-18  4:38 UTC  (2+ messages)

[BlueZ PATCH v1] lib: Correct the string for a mgmt op
 2020-06-18  4:37 UTC  (2+ messages)

[Intel-wired-lan] [next-queue v2 01/14] iecm: Add framework set of header files
 2020-06-18  4:36 UTC  (14+ messages)
` [Intel-wired-lan] [next-queue v2 02/14] iecm: Add TX/RX "
` [Intel-wired-lan] [next-queue v2 03/14] iecm: Common module introduction and function stubs
` [Intel-wired-lan] [next-queue v2 04/14] iecm: Add basic netdevice functionality
` [Intel-wired-lan] [next-queue v2 05/14] iecm: Implement mailbox functionality
` [Intel-wired-lan] [next-queue v2 06/14] iecm: Implement virtchnl commands
` [Intel-wired-lan] [next-queue v2 07/14] iecm: Implement vector allocation
` [Intel-wired-lan] [next-queue v2 08/14] iecm: Init and allocate vport
` [Intel-wired-lan] [next-queue v2 09/14] iecm: Deinit vport
` [Intel-wired-lan] [next-queue v2 10/14] iecm: Add splitq TX/RX
` [Intel-wired-lan] [next-queue v2 11/14] iecm: Add singleq TX/RX
` [Intel-wired-lan] [next-queue v2 12/14] iecm: Add ethtool
` [Intel-wired-lan] [next-queue v2 13/14] iecm: Add iecm to the kernel build system
` [Intel-wired-lan] [next-queue v2 14/14] idpf: Introduce idpf driver

[PATCH v2 0/3] scsi: smartpqi: fixes for scsi device removal
 2020-06-18  4:32 UTC  (3+ messages)
` [PATCH v2 3/3] scsi: smartpqi: remove conditional before pqi_remove_device()

Kernel Panic after updating Kernel
 2020-06-18  4:31 UTC  (3+ messages)

[PATCH 1/7] drm amdgpu: SI UVD PACKET_TYPE0
 2020-06-18  4:31 UTC  (2+ messages)

[PATCH AUTOSEL 4.9 01/80] power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select
 2020-06-18  1:27 UTC  (5+ messages)
` [PATCH AUTOSEL 4.9 33/80] tty: hvc: Fix data abort due to race in hvc_open
` [PATCH AUTOSEL 4.9 47/80] powerpc/pseries/ras: Fix FWNMI_VALID off by one
` [PATCH AUTOSEL 4.9 48/80] powerpc/ps3: Fix kexec shutdown hang
` [PATCH AUTOSEL 4.9 55/80] powerpc/64s/pgtable: fix an undefined behaviour

[PATCH] drm amdgpu: SI UVD add Oland, Pitcairn, Verde, Tahiti firmware
 2020-06-18  4:29 UTC  (2+ messages)

[PATCH 1/4] drm/amdgpu/debugfs: fix ref count leak when pm_runtime_get_sync fails
 2020-06-18  4:25 UTC  (4+ messages)
` [PATCH 2/4] drm/amdgpu/pm: "

[kees:devel/seccomp/addfd/v3.5 19/21] s390-linux-ld: file.c:undefined reference to `sock_from_file'
 2020-06-18  4:25 UTC 

[PATCH 1/2] drm/amdgpu/display bail early in dm_pp_get_static_clocks
 2020-06-18  4:22 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu/display: properly guard the calls to swSMU functions


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.