All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-16 21:03:19 to 2021-04-16 22:02:57 UTC [more...]

[Buildroot] sshd reports error in libcrypto while trying to read host key
 2021-04-16 22:02 UTC  (4+ messages)

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

[PATCH] object-info: support for retrieving object info
 2021-04-16 22:01 UTC  (2+ messages)

[dunfell/master][PATCH] oe-layertool-setup: Let user change parallel build options
 2021-04-16 22:00 UTC  (2+ messages)

[PATCH] fastboot: Fix overflow when calculating chunk size
 2021-04-16 21:58 UTC 

[PATCH v2] X86: Makefile: Replace -pg with CC_FLAGS_FTRACE
 2021-04-16 21:56 UTC  (2+ messages)

[android-common:android-5.4-stable 1/3] drivers/mmc/core/crypto.c:14:6: warning: no previous prototype for 'mmc_crypto_setup_queue'
 2021-04-16 21:56 UTC 

[PATCH v3 00/17] libicsi and qedi TMF fixes
 2021-04-16 21:56 UTC  (3+ messages)
` [PATCH v3 01/17] scsi: iscsi: add task completion helper

Candidate Linux ABI for Intel AMX and hypothetical new related features
 2021-04-16 21:54 UTC  (9+ messages)

[GIT PULL] Single io_uring fix for 5.12-final
 2021-04-16 21:54 UTC 

[PATCH 1/3] pci: Update the highest subordinate bus number for bridge setup
 2021-04-16 21:53 UTC  (3+ messages)
` [PATCH 2/3] pci: pci-uclass: Add board_pci_fixup_dev for DM_PCI
` [PATCH 3/3] imx: ventana: enable dm support for PCI and FEC ethernet

[meta-oe][PATCH] nodejs: Use qemu usermode to run target binaries during build
 2021-04-16 21:50 UTC 

[PATCH net v2 2/9] r8152: reset flow control patch when linking on for RTL8153B
 2021-04-16 21:50 UTC  (3+ messages)
` [PATCH net v2 6/9] r8152: disable test IO "
  ` [PATCH net-next 4/6] r8152: support new chips

[PATCH 00/15] x86: Add support for Clang CFI
 2021-04-16 21:49 UTC  (6+ messages)
` [PATCH 04/15] static_call: Use global functions for the self-test
` [PATCH 05/15] x86: Implement function_nocfi

[PATCH v3 0/6] percpu: partial chunk depopulation
 2021-04-16 21:47 UTC  (21+ messages)
` [PATCH v3 1/6] percpu: fix a comment about the chunks ordering
` [PATCH v3 2/6] percpu: split __pcpu_balance_workfn()
` [PATCH v3 3/6] percpu: make pcpu_nr_empty_pop_pages per chunk type
` [PATCH v3 4/6] percpu: generalize pcpu_balance_populated()
` [PATCH v3 5/6] percpu: factor out pcpu_check_chunk_hint()

[dpdk-dev] [PATCH] ethdev: introduce conntrack flow action and item
 2021-04-16 21:47 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/2] "
  ` [dpdk-dev] [PATCH v2 1/2] "

[PATCH 1/4] usbip: add sysfs_lock to synchronize sysfs code paths
 2021-04-16 21:45 UTC  (8+ messages)
` [PATCH 2/4] usbip: stub-dev "
` [PATCH 3/4] usbip: vudc "
` [PATCH 4/4] usbip: synchronize event handler with "

[PATCH v2 0/4] nvme: improve error handling and ana_state to work well with dm-multipath
 2021-04-16 21:44 UTC  (6+ messages)
` [PATCH v2 3/4] nvme: introduce FAILUP handling for REQ_FAILFAST_TRANSPORT
      ` [dm-devel] "

x86/crash: fix crash_setup_memmap_entries() out-of-bounds access
 2021-04-16 21:44 UTC  (11+ messages)
      ` [patch] "

[PATCH v13 00/12] Add AMD SEV guest live migration support
 2021-04-16 21:43 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net] i40e: Remove lldp frame filters
 2021-04-16 21:43 UTC 

[ANNOUNCE] 4.19.188-rt77
 2021-04-16 21:37 UTC 

[PATCH] perf arm64: Fix off-by-one directory paths
 2021-04-16 21:41 UTC  (2+ messages)

[PATCH 0/5] Parallel Checkout (part 2)
 2021-04-16 21:43 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] arm64: vdso: remove commas between macro name and arguments
 2021-04-16 21:40 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2] target: core: remove from tmr_list at lun unlink
 2021-04-16 21:41 UTC  (3+ messages)

[PATCH 00/13] [RFC] Rust support
 2021-04-16 21:39 UTC  (12+ messages)
` [PATCH 04/13] Kbuild: "

[PATCH] drm/amdgpu/gmc9: remove dummy read workaround for newer chips
 2021-04-16 21:38 UTC 

[PATCH] xfs: don't use in-core per-cpu fdblocks for !lazysbcount
 2021-04-16 21:36 UTC  (4+ messages)

[PATCH bpf-next v4 0/3] add batched ops for percpu array
 2021-04-16 21:35 UTC  (2+ messages)

[PATCH v9 0/4] Multiple BSSID support
 2021-04-16 21:35 UTC  (4+ messages)
` [PATCH v9 2/4] mac80211: add multiple bssid support to interface handling

[PATCH yocto-autobuilder-helper 1/4] config.json: add "collect-data" template
 2021-04-16 21:35 UTC  (7+ messages)
` [yocto] "

[RFC PATCH] capabilities: require CAP_SETFCAP to map uid 0 (v3)
 2021-04-16 21:34 UTC  (3+ messages)

[PATCH v13 1/5] help: move list_config_help to builtin/help
 2021-04-16 21:33 UTC  (7+ messages)
` [PATCH] Makefile: add missing dependencies of 'config-list.h'

[PATCH v2] sched: Warn on long periods of pending need_resched
 2021-04-16 21:33 UTC  (6+ messages)

[PATCH v3 0/7] add/rm: honor sparse checkout and warn on sparse paths
 2021-04-16 21:33 UTC  (3+ messages)
` [PATCH v4 "

[RFC] Simple tool for VMEnters/VMExits matching and trace validation
 2021-04-16 21:32 UTC  (4+ messages)

GRUB error: unknown filesystem on ia64
 2021-04-16 21:32 UTC  (16+ messages)

[PATCH v2] mm/compaction:let proactive compaction order configurable
 2021-04-16 21:31 UTC  (3+ messages)

[PATCH] fdtdec: fdtdec_get_aliases_highest_id: skip aliases to disabled nodes
 2021-04-16 21:30 UTC 

[PATCH v2 resubmit] sched: Warn on long periods of pending need_resched
 2021-04-16 21:29 UTC 

[PATCH 0/2] trace-cmd list: Include ftrace in event listings
 2021-04-16 21:30 UTC  (3+ messages)
` [PATCH 1/2] trace-cmd list: Use tracefs to help find events for -e
` [PATCH 2/2] trace-cmd list: Add ftrace events to listing of events

[PATCH v8 bpf-next 00/14] mvneta: introduce XDP multi-buffer support
 2021-04-16 21:29 UTC  (3+ messages)

[PATCH net-next 00/10] Adding the Sparx5 Switch Driver
 2021-04-16 21:26 UTC  (7+ messages)
` [PATCH net-next 03/10] net: sparx5: add hostmode with phylink support
` [PATCH net-next 09/10] net: sparx5: add ethtool configuration and statistics support

[PATCH 1/1] of/pci: Add IORESOURCE_MEM_64 to resource flags for 64-bit memory addresses
 2021-04-16 21:27 UTC  (4+ messages)

Subscriber actions for migrating lists to lists.linux.dev
 2021-04-16 21:26 UTC  (4+ messages)

[Buildroot] issue with timer_create and openblas after update buildroot from 2019_02 to 2021_02
 2021-04-16 21:26 UTC  (6+ messages)

[PATCH] cmd: net: add a 'net list' command to list network devs
 2021-04-16 21:25 UTC 

[PATCH 0/5] Bring the BusLogic host bus adapter driver up to Y2021
 2021-04-16 21:25 UTC  (3+ messages)

[PATCH 0/5] evm: Prepare for moving to the LSM infrastructure
 2021-04-16 21:25 UTC  (4+ messages)

[PATCH] dax: Fix missed wakeup in put_unlocked_entry()
 2021-04-16 21:24 UTC  (5+ messages)
    ` [Virtio-fs] "

[PATCH v2] i386-pc: build verifiers API as module
 2021-04-16 21:23 UTC  (11+ messages)

[PATCH net-next 00/10] Fixups for XDP on NXP ENETC
 2021-04-16 21:22 UTC  (11+ messages)
` [PATCH net-next 01/10] net: enetc: remove redundant clearing of skb/xdp_frame pointer in TX conf path
` [PATCH net-next 02/10] net: enetc: rename the buffer reuse helpers
` [PATCH net-next 03/10] net: enetc: recycle buffers for frames with RX errors
` [PATCH net-next 04/10] net: enetc: stop XDP NAPI processing when build_skb() fails
` [PATCH net-next 05/10] net: enetc: remove unneeded xdp_do_flush_map()
` [PATCH net-next 06/10] net: enetc: increase TX ring size
` [PATCH net-next 07/10] net: enetc: use dedicated TX rings for XDP
` [PATCH net-next 08/10] net: enetc: handle the invalid XDP action the same way as XDP_DROP
` [PATCH net-next 09/10] net: enetc: fix buffer leaks with XDP_TX enqueue rejections
` [PATCH net-next 10/10] net: enetc: apply the MDIO workaround for XDP_REDIRECT too

[PATCH 00/16] test-lib.sh: new test_commit args, simplification & fixes
 2021-04-16 21:22 UTC  (9+ messages)
` [PATCH 12/16] test-lib: modernize test_create_repo() function
` [PATCH 15/16] Revert and amend "test-lib-functions: assert correct parameter count"

[PATCH] PCI/VPD: Add helper pci_get_func0_dev
 2021-04-16 21:22 UTC  (2+ messages)

[PATCH v3 0/2] Simplify and restrict IOMMU SVA APIs
 2021-04-16 12:45 UTC  (6+ messages)
` [PATCH v3 1/2] iommu/sva: Tighten SVA bind API with explicit flags
` [PATCH v3 2/2] iommu/sva: Remove mm parameter from SVA bind API

[PATCH 00/10] Bluetooth: HCI: Use skb_pull to parse events
 2021-04-16 21:18 UTC  (11+ messages)
` [PATCH 01/10] Bluetooth: HCI: Use skb_pull to parse BR/EDR events
` [PATCH 02/10] Bluetooth: HCI: Use skb_pull to parse Command Complete event
` [PATCH 03/10] Bluetooth: HCI: Use skb_pull to parse Number of Complete Packets event
` [PATCH 04/10] Bluetooth: HCI: Use skb_pull to parse Inquiry Result event
` [PATCH 05/10] Bluetooth: HCI: Use skb_pull to parse Inquiry Result with RSSI event
` [PATCH 06/10] Bluetooth: HCI: Use skb_pull to parse Extended Inquiry Result event
` [PATCH 07/10] Bluetooth: HCI: Use skb_pull to parse LE Metaevents
` [PATCH 08/10] Bluetooth: HCI: Use skb_pull to parse LE Advertising Report event
` [PATCH 09/10] Bluetooth: HCI: Use skb_pull to parse LE Extended "
` [PATCH 10/10] Bluetooth: HCI: Use skb_pull to parse LE Direct "

[PATCH] brd: expose number of allocated pages in debugfs
 2021-04-16 21:18 UTC 

[PATCH] blk-mq: Fix spurious debugfs directory creation during initialization
 2021-04-16 21:17 UTC  (2+ messages)

[PATCH 1/3] btrfs-tools: Update to 5.11.1
 2021-04-16 21:17 UTC  (5+ messages)
` [PATCH 2/3] btrfs-tools: Add PACKAGECONFIG options
  ` [OE-core] "

[PATCH v2] usb: dwc3: core: Do core softreset when switch mode
 2021-04-16 21:17 UTC  (8+ messages)
` [PATCH v3] "

[PATCH v3 0/3] config: allow overriding global/system config
 2021-04-16 21:14 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] config: rename `git_etc_config()`

[PATCH net-next 0/6][pull request] 1GbE Intel Wired LAN Driver Updates 2021-04-16
 2021-04-16 21:12 UTC  (3+ messages)
` [PATCH net-next 2/6] igb: Add double-check MTA_REGISTER for i210 and i211

[PATCH][next] sctp: Fix out-of-bounds warning in sctp_process_asconf_param()
 2021-04-16 21:12 UTC  (2+ messages)

[tip:master] BUILD SUCCESS 345774c3f039a2d1d4844bfc3deb6ba9a05c6c65
 2021-04-16 21:11 UTC 

[PATCH] pci: imx: disable imx6sdl LTSSM upon driver remove
 2021-04-16 21:12 UTC  (4+ messages)

[PATCH v20 0/9] Free some vmemmap pages of HugeTLB page
 2021-04-16 21:10 UTC  (3+ messages)
` [PATCH v20 4/9] mm: hugetlb: free the vmemmap pages associated with each "

[dunfell/master PATCH 1/2] conf: am57xx-evm: Remove non-existent dtb* from 5.10
 2021-04-16 21:07 UTC  (2+ messages)
` [dunfell/master PATCH 2/2] conf: dra7xx-evm: "

Please apply commit 7c03e2cda4a5 ("vfs: move cap_convert_nscap() call into vfs_setxattr()") to stable series from 5.10.y back to 4.19.y
 2021-04-16 21:04 UTC  (2+ messages)

[PATCH 0/2] pseries: UNISOLATE DRCs to signal device removal error
 2021-04-16 21:02 UTC  (3+ messages)
` [PATCH 1/2] dlpar.c: introduce dlpar_unisolate_drc()
` [PATCH 2/2] hotplug-cpu.c: set UNISOLATE on dlpar_cpu_remove() failure

[igt-dev] [PATCH i-g-t 00/74] Stop depending on context mutation
 2021-04-16 21:03 UTC  (2+ messages)


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.