All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-06-18 04:45:15 to 2020-06-18 06:04:53 UTC [more...]

[PATCH v3] seccomp: Add find_notification helper
 2020-06-18  6:04 UTC  (4+ messages)

[dpdk-dev] [PATCH 00/10] net/ice: base code update for 20.08 batch 2
 2020-06-18  6:04 UTC  (2+ messages)

[PATCH bpf-next 0/9] libbpf ksym support and bpftool show PIDs
 2020-06-18  6:01 UTC  (7+ messages)
` [PATCH bpf-next 8/9] tools/bpftool: show info for processes holding BPF map/prog/link/btf FDs
` [PATCH bpf-next 9/9] tools/bpftool: add documentation and sample output for process info

[LTP] [PATCH 1/3] lapi/syscalls: add setns to hppa
 2020-06-18  6:00 UTC  (4+ messages)
` [LTP] [PATCH 3/3] syscalls/setns01: accept also EBADF for regular fd

[Cocci] moving variable declarations up
 2020-06-18  5:59 UTC  (4+ messages)

[PATCH] softmmu/vl: Do not recommend to use -M accel=... anymore
 2020-06-18  5:57 UTC 

[PATCH RFC 0/5] support batched IOTLB updating in vhost-vdpa
 2020-06-18  5:56 UTC  (6+ messages)
` [PATCH RFC 1/5] vhost-vdpa: refine ioctl pre-processing
` [PATCH RFC 2/5] vhost: generialize backend features setting/getting
` [PATCH RFC 3/5] vhost-vdpa: support get/set backend features
` [PATCH RFC 4/5] vhost-vdpa: support IOTLB batching hints
` [PATCH RFC 5/5] vdpasim: support batch updating

[PATCH 4/4] Btrfs: fix RWF_NOWAIT writes blocking on extent locks and waiting for IO
 2020-06-18  5:57 UTC  (2+ messages)

[Intel-gfx] [PATCH v7 0/5] Remaining RKL patches
 2020-06-18  5:57 UTC  (5+ messages)
` [Intel-gfx] [PATCH v7 2/5] drm/i915/rkl: Add DPLL4 support

[PATCH v2 000/100] target/arm: Implement SVE2
 2020-06-18  5:55 UTC  (72+ messages)
` [PATCH v2 026/100] target/arm: Implement SVE2 integer add/subtract wide
` [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 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 095/100] tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem
` [PATCH v2 096/100] target/arm: Share table of sve load functions
` [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

Kernel Panic after updating Kernel
 2020-06-18  5:53 UTC  (4+ messages)

[PATCH 02/16] md: move the early init autodetect code to drivers/md/
 2020-06-18  5:53 UTC  (2+ messages)

[PATCH v3 0/2] Basic Kontron SMARC-sAL28 board support
 2020-06-18  5:52 UTC  (2+ messages)

+ scripts-deprecated_terms-recommend-denylist-allowlist-instead-of-blacklist-whitelist.patch added to -mm tree
 2020-06-18  5:52 UTC  (2+ messages)

[dpdk-dev] [PATCH v1 0/2] introduce asynchronous data path for vhost
 2020-06-18  5:50 UTC  (3+ messages)
` [dpdk-dev] [PATCH v1 1/2] vhost: introduce async data path registration API

[LTP] [PATCH] network/nsf_lib.sh: TCONF on mount (udp/udp6) failure for Linux v5.6+
 2020-06-18  5:51 UTC  (3+ messages)

[PATCH v5 0/7] Add seccomp notifier ioctl that enables adding fds
 2020-06-18  5:49 UTC  (3+ messages)
` [PATCH v5 3/7] fs: Add fd_install_received() wrapper for __fd_install_received()

[PATCH 0/7] misc: Reduce QEMUTimer pressure by using lower precision when possible
 2020-06-18  5:47 UTC  (3+ messages)
` [PATCH 1/7] qemu-common: Briefly document qemu_timedate_diff() unit

[PATCH 1/5] dt-bindings: fpga: xilinx-slave-serial: valid for the 7 Series too
 2020-06-18  5:47 UTC  (5+ messages)
` [PATCH 4/5] dt-bindings: fpga: xilinx-slave-serial: add optional INIT_B GPIO

[PATCH v3 0/5] external-arm-toolchain: Add support for SDK generation
 2020-06-18  5:47 UTC  (9+ messages)
` [PATCH v3 3/5] external-arm-toolchain: Align glibc packaging to OE TARGET_SYS
` [PATCH v3 4/5] meta-arm-toolchain: Add README
  ` [meta-arm] "

Pending Payment
 2020-06-18  5:47 UTC 

[PATCHv2 01/31] Convert CONFIG_AM335X_LCD to Kconfig
 2020-06-18  5:45 UTC  (3+ messages)
` [PATCHv2 22/31] arm: toradex: Convert CONFIG_CONSOLE_MUX "

[dpdk-dev] [PATCH v2 0/2] add RSS support for ipv4 ipv6 mix of GTP on VF and PF
 2020-06-18  5:43 UTC  (7+ 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: "
  ` [dpdk-dev] [PATCH v4 0/2] add RSS support for ipv4 ipv6 mix of GTP on VF and PF
    ` [dpdk-dev] [PATCH v4 1/2] net/ice: add RSS support for ipv4 ipv6 mix of GTP
    ` [dpdk-dev] [PATCH v4 2/2] net/iavf: "

DKMS module and recipe for target '.../virtualbox/5.2.34/build/vboxdrv' failed
 2020-06-18  5:41 UTC 

[PATCH v3] libata: Use per port sync for detach
 2020-06-18  5:43 UTC  (3+ messages)

[PATCH][next] bcache: Use struct_size() in kzalloc()
 2020-06-18  5:42 UTC  (3+ messages)

[PATCH 0/2] mmc: renesas_sdhi: support manual calibration
 2020-06-18  5:39 UTC  (3+ messages)

drivers/video/fbdev/tdfxfb.c:1120:27: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-06-18  5:29 UTC  (2+ messages)

linux-next: Tree for Jun 18
 2020-06-18  5:38 UTC  (2+ messages)
` linux-next: Tree for Jun 18 (fs/io_uring)

[PATCH v2 0/8] Introduce sv48 support
 2020-06-18  5:37 UTC  (2+ messages)

Memory leak in transfer_memory_block()?
 2020-06-18  5:35 UTC 

[net-next 00/15][pull request] Intel Wired LAN Driver Updates 2020-06-17
 2020-06-18  5:32 UTC  (17+ 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 13/15] iecm: Add ethtool
` [net-next 14/15] iecm: Add iecm to the kernel build system
` [net-next 15/15] idpf: Introduce idpf driver

[PATCH v3 0/3] Add support for Xilinx UHD-SDI Receiver subsystem
 2020-06-18  5:33 UTC  (8+ messages)
` [PATCH v3 1/3] v4l2-dv-timings: Add timings for 1920x1080P48 and 4KP48
` [PATCH v3 2/3] media: dt-bindings: media: xilinx: Add Xilinx UHD-SDI Receiver Subsystem
` [PATCH v3 3/3] media: v4l: xilinx: Add Xilinx UHD-SDI Rx Subsystem driver

qemu-pr-helper -v suppresses errors, isn't that weird?
 2020-06-18  5:32 UTC 

[PATCH -next] lib: fix test_hmm.c reference after free
 2020-06-18  5:31 UTC 

[PATCH] parisc: Prevent optimization of loads and stores in atomic operations
 2020-06-18  5:29 UTC  (4+ messages)

[PATCH v3 0/3] ath11k: Add IPQ6018 support
 2020-06-18  5:28 UTC  (8+ messages)
` [PATCH v3 1/3] dt: bindings: net: update compatible for ath11k
` [PATCH v3 2/3] ath11k: copy ce service configs to hw_params
` [PATCH v3 3/3] ath11k: add IPQ6018 support

[OE-core][PATCH] igt-gpu-tools: add new package
 2020-06-18  5:27 UTC  (7+ messages)

[Bug 1884017] [NEW] Intermittently erratic mouse under Windows 95
 2020-06-18  5:15 UTC  (2+ messages)
` [Bug 1884017] "

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

There is no kcs device in the /dev directory
 2020-06-18  5:25 UTC  (2+ messages)

[LTP] [PATCH V3 5/6] syscalls: Don't pass struct timespec to tst_syscall()
 2020-06-18  5:25 UTC  (2+ messages)
` [LTP] [PATCH V4 "

[PATCH net] net: increment xmit_recursion level in dev_direct_xmit()
 2020-06-18  5:23 UTC 

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

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

[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 

[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  (14+ 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 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 

[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 


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.