All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-18 03:53:41 to 2020-06-18 05:08:39 UTC [more...]

[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 v2 000/100] target/arm: Implement SVE2
 2020-06-18  4:26 UTC  (83+ 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 078/100] target/arm: Implement SVE2 saturating multiply (indexed)
` [PATCH v2 079/100] target/arm: Implement SVE2 signed saturating doubling multiply high
` [PATCH v2 083/100] target/arm: Implement SVE2 complex integer multiply-add (indexed)
` [PATCH v2 086/100] target/arm: Implement SVE2 crypto unary operations
` [PATCH v2 088/100] target/arm: Implement SVE2 crypto constructive binary operations

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

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

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

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 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 0/2] use helper when using abstract QOM parent functions
 2020-06-18  4:27 UTC  (3+ 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  (9+ messages)
` [PATCH AUTOSEL 4.9 16/80] ps3disk: use the default segment boundary
` [PATCH AUTOSEL 4.9 21/80] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH AUTOSEL 4.9 23/80] powerpc/crashkernel: Take "mem=" option into account
` [PATCH AUTOSEL 4.9 28/80] scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM
` [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 5/5] nvme: support for zoned namespaces
 2020-06-18  4:24 UTC  (13+ messages)

[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

[PATCH v2 00/10] riscv: Add FPIOA and GPIO support for Kendryte K210
 2020-06-18  4:21 UTC  (4+ messages)
` [PATCH v2 01/10] pinctrl: Add pinmux property support to pinctrl-generic

[PATCH] libfdt: trivial typo fix
 2020-06-18  4:21 UTC 

[PATCH] drm/amd/powerplay: declare driver if version mismatch as "warning" explicitly
 2020-06-18  4:20 UTC  (4+ messages)

[PATCH v3 0/2] loop: replace kill_bdev with invalidate_bdev
 2020-06-18  4:21 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] block: make function 'kill_bdev' static

[PATCH] target/nios2: Use gen_io_start/end around wrctl instruction
 2020-06-18 11:41 UTC  (3+ messages)

linux-next: Tree for Jun 18
 2020-06-18  4:15 UTC 

[PATCH 00/12] KVM: arm64: Support stage2 hardware DBM
 2020-06-18  4:13 UTC  (4+ messages)

[PATCH 0/3] Misc fixes
 2020-06-18  4:11 UTC  (6+ messages)
` [PATCH 1/3] dpkg-native: rebase and reinstate fix for "tar: file changed as we read it"
` [PATCH 2/3] shadow-sysroot: drop unused SRC_URI checksums
` [PATCH 3/3] devtool: fix typo
` ✗ patchtest: failure for Misc fixes
  ` [OE-core] "

[PATCH AUTOSEL 4.14 001/108] power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select
 2020-06-18  1:25 UTC  (10+ messages)
` [PATCH AUTOSEL 4.14 021/108] ps3disk: use the default segment boundary
` [PATCH AUTOSEL 4.14 027/108] powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run
` [PATCH AUTOSEL 4.14 029/108] powerpc/crashkernel: Take "mem=" option into account
` [PATCH AUTOSEL 4.14 036/108] scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM
` [PATCH AUTOSEL 4.14 043/108] tty: hvc: Fix data abort due to race in hvc_open
` [PATCH AUTOSEL 4.14 060/108] powerpc/pseries/ras: Fix FWNMI_VALID off by one
` [PATCH AUTOSEL 4.14 061/108] powerpc/ps3: Fix kexec shutdown hang
` [PATCH AUTOSEL 4.14 068/108] powerpc/64s/pgtable: fix an undefined behaviour
` [PATCH AUTOSEL 4.14 084/108] powerpc/4xx: Don't unmap NULL mbase

[v2,08/13] ath10k: bring back the WMI path for mgmt frames
 2020-06-18  4:09 UTC  (2+ messages)

[PATCH] target/arm: Implement SVE2 fp multiply-add long
 2020-06-18  4:05 UTC  (2+ messages)

memory leak in macvlan_hash_add_source
 2020-06-18  4:04 UTC 

✅ PASS: Test report for kernel 5.7.2-8d8368a.cki (stable-queue)
 2020-06-18  4:03 UTC 

[dpdk-dev] [PATCH 1/5] app/testpmd: clock gettime call in throughput calculation
 2020-06-18  4:03 UTC  (3+ messages)

[PATCH] [net/sched]: Remove redundant condition in qdisc_graft
 2020-06-18  4:00 UTC  (2+ messages)

[PATCH V2 0/9] Support building i.MX8 SoCs clock driver as module
 2020-06-18  3:58 UTC  (8+ messages)
` [PATCH V2 2/9] ARM: imx: Select MXC_CLK for ARCH_MXC

[Linux-kernel-mentees] [PATCH] kunit: fix KconfigParseError by ignoring CC_VERSION_TEXT
 2020-06-18  3:57 UTC  (2+ messages)
`  "

[tip:x86/cleanups] BUILD SUCCESS 2accfa69050c2a0d6fc6106f609208b3e9622b26
 2020-06-18  3:55 UTC 

[meta-ti][dunfell/master PATCH] ti33x.inc: Use weak assignment for uboot board config
 2020-06-18  3:54 UTC  (8+ messages)

[PATCH v2 net-next 0/6] net: tso: expand to UDP support
 2020-06-18  3:53 UTC  (7+ messages)
` [PATCH v2 net-next 1/6] octeontx2-af: change (struct qmem)->entry_sz from u8 to u16
` [PATCH v2 net-next 2/6] net: tso: double TSO_HEADER_SIZE value
` [PATCH v2 net-next 3/6] net: tso: shrink struct tso_t
` [PATCH v2 net-next 4/6] net: tso: constify tso_count_descs() and friends
` [PATCH v2 net-next 5/6] net: tso: cache transport header length
` [PATCH v2 net-next 6/6] net: tso: add UDP segmentation 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.