All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-04-30 18:01:35 to 2020-04-30 18:51:13 UTC [more...]

[dpdk-dev] [PATCH] ip_frag: fix fragmenting ipv4 packet with header options
 2020-04-30 18:35 UTC  (2+ messages)

Troubleshoot help needed - RAID1 not mounting : failed to read block groups
 2020-04-30 18:46 UTC  (4+ messages)

[PULL v1 0/6] Xilinx queue 2020-04-30
 2020-04-30 18:25 UTC  (2+ messages)

[PATCH V7 mlx5-next 00/16] Add support to get xmit slave
 2020-04-30 18:50 UTC  (15+ messages)
` [PATCH V7 mlx5-next 01/11] net/core: Introduce netdev_get_xmit_slave
` [PATCH V7 mlx5-next 02/11] bonding: Export skip slave logic to function
` [PATCH V7 mlx5-next 03/11] bonding: Rename slave_arr to usable_slaves
` [PATCH V7 mlx5-next 05/11] bonding: Add helper function to get the xmit slave based on hash
` [PATCH V7 mlx5-next 07/11] bonding: Add function to get the xmit slave in active-backup mode
` [PATCH V7 mlx5-next 08/11] bonding: Add array of all slaves
` [PATCH V7 mlx5-next 09/11] bonding: Implement ndo_get_xmit_slave
` [PATCH V7 mlx5-next 10/11] net/mlx5: Change lag mutex lock to spin lock
` [PATCH V7 mlx5-next 11/11] net/mlx5: Add support to get lag physical port
` [PATCH V7 rdma-next 12/16] RDMA: Group create AH arguments in struct
` [PATCH V7 rdma-next 13/16] RDMA/core: Add LAG functionality
` [PATCH V7 rdma-next 14/16] RDMA/core: Get xmit slave for LAG
` [PATCH V7 rdma-next 15/16] RDMA/mlx5: Refactor affinity related code
` [PATCH V7 rdma-next 16/16] RDMA/mlx5: Set lag tx affinity according to slave

[SPDK] threads
 2020-04-30 18:50 UTC 

[PATCH v3 0/2] Add support for MaxLinear/Exar USB to serial converters
 2020-04-30 18:49 UTC  (3+ messages)
` [PATCH v3 1/2] usb: serial: Add MaxLinear/Exar USB to Serial driver
` [PATCH v3 2/2] usb: serial: xr_serial: Add gpiochip support

[alibaba-cloud:linux-next 11100/11102] kernel/sched/fair.c:10045:36: error: 'struct task_struct' has no member named 'cpu'
 2020-04-30 18:49 UTC 

[PATCH 00/17] qom: Spring cleaning
 2020-04-30 18:47 UTC  (6+ messages)
` [PATCH 08/17] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes, eaes}-256
  ` [PATCH 08/17] s390x/cpumodel: Fix UI to CPU features pcc-cmac-{aes,eaes}-256

[PATCH net-next 0/4] net: dsa: b53: ARL improvements
 2020-04-30 18:49 UTC  (5+ messages)
` [PATCH net-next 1/4] net: dsa: b53: Rename num_arl_entries to num_arl_bins
` [PATCH net-next 2/4] net: dsa: b53: Provide number of ARL buckets
` [PATCH net-next 3/4] net: dsa: b53: Bound check ARL searches
` [PATCH net-next 4/4] net: dsa: b53: Remove is_static argument to b53_read_op()

[PATCH 00/36] target/arm: Convert Neon to decodetree (part 1)
 2020-04-30 18:34 UTC  (41+ messages)
` [PATCH 01/36] target/arm/translate-vfp.inc.c: Remove duplicate simd_r32 check
` [PATCH 02/36] target/arm: Don't allow Thumb Neon insns without FEATURE_NEON
` [PATCH 03/36] target/arm: Add stubs for AArch32 Neon decodetree
` [PATCH 04/36] target/arm: Convert VCMLA (vector) to decodetree
` [PATCH 05/36] target/arm: Convert VCADD "
` [PATCH 06/36] target/arm: Convert V[US]DOT "
` [PATCH 07/36] target/arm: Convert VFM[AS]L "
` [PATCH 08/36] target/arm: Convert VCMLA (scalar) "
` [PATCH 09/36] target/arm: Convert V[US]DOT "
` [PATCH 10/36] target/arm: Convert VFM[AS]L "
` [PATCH 11/36] target/arm: Convert Neon load/store multiple structures "
` [PATCH 12/36] target/arm: Convert Neon 'load single structure to all lanes' "
` [PATCH 13/36] target/arm: Convert Neon 'load/store single structure' "
` [PATCH 14/36] target/arm: Convert Neon 3-reg-same VADD/VSUB "
` [PATCH 15/36] target/arm: Convert Neon 3-reg-same logic ops "
` [PATCH 16/36] target/arm: Convert Neon 3-reg-same VMAX/VMIN "
` [PATCH 17/36] target/arm: Convert Neon 3-reg-same comparisons "
` [PATCH 18/36] target/arm: Convert Neon 3-reg-same VQADD/VQSUB "
` [PATCH 19/36] target/arm: Convert Neon 3-reg-same VMUL, VMLA, VMLS, VSHL "
` [PATCH 20/36] target/arm: Convert Neon 3-reg-same VQRDMLAH/VQRDMLSH "
` [PATCH 21/36] target/arm: Convert Neon 3-reg-same SHA "
` [PATCH 22/36] target/arm: Move gen_ function typedefs to translate.h
` [PATCH 23/36] target/arm: Convert Neon 64-bit element 3-reg-same insns
` [PATCH 24/36] target/arm: Convert Neon VHADD "
` [PATCH 25/36] target/arm: Convert Neon VRHADD, VHSUB, VABD 3-reg-same insns to decodetree
` [PATCH 26/36] target/arm: Convert Neon VQSHL, VRSHL, VQRSHL "
` [PATCH 27/36] target/arm: Convert Neon VABA 3-reg-same "
` [PATCH 28/36] target/arm: Convert Neon VPMAX/VPMIN 3-reg-same insns "
` [PATCH 29/36] target/arm: Convert Neon VPADD "
` [PATCH 30/36] target/arm: Convert Neon VQDMULH/VQRDMULH 3-reg-same "
` [PATCH 31/36] target/arm: Convert Neon VADD, VSUB, VABD 3-reg-same insns "
` [PATCH 32/36] target/arm: Convert Neon VPMIN/VPMAX/VPADD float "
` [PATCH 33/36] target/arm: Convert Neon fp VMUL, VMLA, VMLS "
` [PATCH 34/36] target/arm: Convert Neon 3-reg-same compare "
` [PATCH 35/36] target/arm: Convert Neon fp VMAX/VMIN/VMAXNM/VMINNM/VRECPS/VRSQRTS "
` [PATCH 36/36] target/arm: Convert NEON VFMA, VFMS 3-reg-same insns "

[PATCH RT 0/2] Linux v4.19.115-rt50-rc1
 2020-04-30 18:48 UTC  (2+ messages)

[PATCH] BBFILES_DYNAMIC: add inverse mode
 2020-04-30 18:48 UTC 

[PATCH v3 00/17] xfs: flush related error handling cleanups
 2020-04-30 18:46 UTC  (17+ messages)
` [PATCH v3 02/17] xfs: factor out buffer I/O failure code
` [PATCH v3 03/17] xfs: simplify inode flush error handling
` [PATCH v3 04/17] xfs: remove unnecessary shutdown check from xfs_iflush()
` [PATCH v3 05/17] xfs: reset buffer write failure state on successful completion
` [PATCH v3 06/17] xfs: refactor ratelimited buffer error messages into helper
` [PATCH v3 07/17] xfs: ratelimit unmount time per-buffer I/O error alert
` [PATCH v3 08/17] xfs: fix duplicate verification from xfs_qm_dqflush()
` [PATCH v3 09/17] xfs: abort consistently on dquot flush failure

[PATCH] pipe: read/write_iter() handler should check for IOCB_NOWAIT
 2020-04-30 18:47 UTC  (3+ messages)

[PATCH 00/37] net: manually convert files to ReST format - part 2
 2020-04-30 18:46 UTC  (3+ messages)
` [PATCH 17/37] docs: networking: convert phonet.txt to ReST

[PATCH v2 0/4] backup: Make sure that source and target size match
 2020-04-30 18:30 UTC  (5+ messages)
` [PATCH v2 3/4] "
` [PATCH v2 4/4] iotests: Backup with different source/target size

next/master boot: 291 boots: 6 failed, 268 passed with 7 offline, 7 untried/unknown, 3 conflicts (next-20200430)
 2020-04-30 18:45 UTC 

[PATCH v2 0/3] mm/memory_hotplug: Allow to not create firmware memmap entries
 2020-04-30 18:43 UTC  (14+ messages)
` [PATCH v2 2/3] mm/memory_hotplug: Introduce MHP_NO_FIRMWARE_MEMMAP
              ` [virtio-dev] "

Can I create a new fileystem, using Read-only Seed device, to change the ownership of the files in the seed device
 2020-04-30 18:37 UTC 

[PATCH RFC] target/arm: Implement SVE2 bitwise shift immediate
 2020-04-30 18:19 UTC  (2+ messages)

[PATCH] sqlite: backport CVE fixes
 2020-04-30 18:42 UTC 

[PATCH v2 0/2] Replace and improve "mcsafe" with copy_safe()
 2020-04-30 18:42 UTC  (6+ messages)

Extremely slow device removals
 2020-04-30 18:40 UTC  (4+ messages)

[PATCH 0/8] qemu: arm64: Add support for uefi firmware management protocol routines
 2020-04-30 18:39 UTC  (5+ messages)
` [PATCH 3/8] qemu: arm64: Add support for efi "
` [PATCH 8/8] qemu: arm64: Add documentation for capsule update

[PATCH 1/8] drm/amdgpu: change HWIP from UVD to VCN for VCN2.5
 2020-04-30 18:37 UTC  (8+ messages)
` [PATCH 2/8] drm/amdgpu: check SMU NULL ptr on gfx hw init
` [PATCH 3/8] drm/amdgpu: update the method to set kcq queue mask
` [PATCH 4/8] drm/amdgpu: re-structue members for ip discovery
` [PATCH 5/8] drm/amdgpu: skip reservation of discovery tmr region in pre-Navi
` [PATCH 6/8] drm/amdgpu: Rename amdgpu_gfx_kcq_queue_mask_transform()
` [PATCH 7/8] drm/amdkfd: Use a systematic method to calculate queue mask bit
` [PATCH 8/8] amd/amdgpu: Limit rlcg write registers only for nv12

[PATCH] coreboot: Remove GRUB_PACKED from grub_linuxbios_mem_region struct
 2020-04-30 18:36 UTC 

[PATCH 1/5] usb: gadget: Introduce usb_request->is_last field
 2020-04-30 18:36 UTC  (3+ messages)

[RFC PATCH 0/2] Add Xilinx DSI-TX DRM driver
 2020-04-30 18:36 UTC  (5+ messages)
` [RFC PATCH 1/2] dt-bindings: display: xlnx: Add Xilinx DSI TX subsystem bindings

[PATCH] dmaengine: cookie bypass for out of order completion
 2020-04-30 18:35 UTC 

[PATCH net-next v1 0/9] Ethernet Cable test support
 2020-04-30 18:34 UTC  (6+ messages)

mTLS on bmcweb
 2020-04-30 18:34 UTC  (7+ messages)

[Intel-gfx] [PATCH] drm/i915/pmu: Keep a reference to module while active
 2020-04-30 18:33 UTC  (2+ messages)
`  "

[PATCH v6 00/25] iommu: Shared Virtual Addressing for SMMUv3
 2020-04-30 18:39 UTC  (5+ messages)
` [PATCH v6 02/25] iommu/ioasid: Add ioasid references

[PATCH v2 0/3] Historical Service Time Path Selector
 2020-04-30 18:33 UTC  (3+ messages)

[Intel-gfx] [PATCH i-g-t] i915/perf_pmu: Attempt to unload i915 while the PMU is active
 2020-04-30 18:33 UTC  (4+ messages)
  ` [igt-dev] "

[PATCH] drm: Replace drm_modeset_lock/unlock_all with DRM_MODESET_LOCK_ALL_* helpers
 2020-04-30 18:30 UTC  (6+ messages)
      ` [Intel-gfx] "

[PATCH v2] sepolicy: fix some typos and port definitions
 2020-04-30 18:30 UTC 

[WIC] Grow last partition up to disk size
 2020-04-30 18:30 UTC  (6+ messages)
` [yocto] "

[PATCH] test4, please ignore
 2020-04-30 18:29 UTC 

[PATCH] test2, please ignore
 2020-04-30 18:24 UTC 

[dpdk-dev] [PATCH] net/bnxt: fix a possible stack smashing
 2020-04-30 18:29 UTC  (3+ messages)

[PATCH 00/10] efi: some cleanups/refactoring for efi/next
 2020-04-30 18:28 UTC  (13+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] efi/x86: Use correct size for boot_params
  ` [PATCH v2 02/11] efi/libstub: Add a helper function to split 64-bit values
  ` [PATCH v2 03/11] efi/libstub: Move pr_efi/pr_efi_err into efi namespace
  ` [PATCH v2 04/11] efi/x86: Use efi_err for error messages
  ` [PATCH v2 05/11] efi/gop: "
  ` [PATCH v2 06/11] efi/tpm: "
  ` [PATCH v2 07/11] efi/libstub: Upgrade ignored dtb= argument message to error
  ` [PATCH v2 08/11] efi/x86: Move command-line initrd loading to efi_main
  ` [PATCH v2 09/11] efi/libstub: Unify initrd loading across architectures
  ` [PATCH v2 10/11] efi/x86: Support builtin command line
  ` [PATCH v2 11/11] efi/libstub: Check return value of efi_parse_options

[tpm2] Re: Are there any help documents/sites on writing an ESAPI program
 2020-04-30 18:29 UTC 

[linux-linus test] 149882: tolerable FAIL - PUSHED
 2020-04-30 18:28 UTC 

[PATCH 0/12] direct-map DomUs
 2020-04-30 18:27 UTC  (7+ messages)
` [PATCH 05/12] xen: introduce reserve_heap_pages

[PATCH 0/3] Automation: improve openSUSE containers + podman
 2020-04-30 18:27 UTC  (4+ messages)
` [PATCH 1/3] automation: update openSUSE Tumbleweed building dependencies
` [PATCH 2/3] automation: openSUSE distro names helpers for containerize
` [PATCH 3/3] automation: implement (rootless) podman support in containerize

[PATCH] memcg: oom: ignore oom warnings from memory.max
 2020-04-30 18:27 UTC  (2+ messages)

[PATCH net] ibmvnic: Skip fatal error reset after passive init
 2020-04-30 18:22 UTC  (2+ messages)

[PATCH] test3, please ignore
 2020-04-30 18:25 UTC 

[PATCH] test1, please ignore
 2020-04-30 18:23 UTC 

[PATCH] riscv: force __cpu_up_ variables to put in data section
 2020-04-30 18:22 UTC  (3+ messages)

[PATCH 2/5] shallow: extract a header file for shallow-related functions
 2020-04-30 18:23 UTC  (2+ messages)

modeling and reporting io fabrics from BMC
 2020-04-30 18:22 UTC  (3+ messages)

[PATCH v2] dt-bindings: arm-smmu: Add sc7180 compatible string and mem_iface clock
 2020-04-30 18:21 UTC  (5+ messages)

[PATCH v3 1/2] sched/uclamp: Add a new sysctl to control RT default boost value
 2020-04-30 18:21 UTC  (4+ messages)

[RFC PATCH v11 0/9] Add Tegra driver for video capture
 2020-04-30 18:18 UTC  (10+ messages)
` [RFC PATCH v11 6/9] media: tegra: Add Tegra210 Video input driver

[PATCH v2 0/2] userspace: Implement new format of filename trans rules
 2020-04-30 18:18 UTC  (4+ messages)
` [PATCH v2 1/2] libsepol,checkpolicy: optimize storage of filename transitions

[PATCH v2 00/21] xfs: refactor log recovery
 2020-04-30 18:16 UTC  (5+ messages)
` [PATCH 01/21] xfs: refactor log recovery item sorting into a generic dispatch structure

[PATCH] arm64: dts: qcom: sm8250: Add TLMM pinctrl node
 2020-04-30 18:17 UTC 

KASAN: use-after-free Write in bpf_link_put
 2020-04-30 18:16 UTC  (3+ messages)

[PATCH v9 bpf-next 0/3] bpf: sharing bpf runtime stats with
 2020-04-30 18:16 UTC  (3+ messages)
` [PATCH v9 bpf-next 3/3] bpf: add selftest for BPF_ENABLE_STATS

[PATCH v2 1/4] capability: add ns_capable_cred()
 2020-04-30 18:09 UTC  (2+ messages)

[PATCH bpf-next] libbpf: fix probe code to return EPERM if encountered
 2020-04-30 18:12 UTC  (2+ messages)

[PATCH v1 1/1] fs/splice: add missing callback for inaccessible pages
 2020-04-30 18:12 UTC  (3+ messages)

[PATCH 0/2] arm64: Finish up assembler annotation modernisation
 2020-04-30 18:12 UTC  (4+ messages)
` [PATCH 1/2] arm64: kernel: Convert to modern annotations for assembly functions

[Bug 207489] New: Kernel panic due to Lazy update IOAPIC EOI on an x86_64 *host*, when two (or more) PCI devices from different IOMMU groups are passed to Windows 10 guest, upon guest boot into Windows, with more than 4 VCPUs
 2020-04-30 18:10 UTC  (2+ messages)
` [Bug 207489] "

[PATCH] x86/hap: be more selective with assisted TLB flush
 2020-04-30 18:09 UTC  (6+ messages)

[PATCH] doc: fix quoting bug in credential cache example
 2020-04-30 18:09 UTC  (2+ messages)

[chrome-os:chromeos-5.4 7926/8251] /bin/bash: line 1: 169365 Aborted ld.lld -EL -maarch64elf -r -o fs/xfs/xfs.o fs/xfs/xfs_trace.o fs/xfs/libxfs/xfs_ag.o fs/xfs/libxfs/xfs_alloc.o fs/xfs/libxfs/xfs_alloc_btree.o fs/xfs/libxfs/xfs_attr.o fs/xfs/libxfs/xfs_attr_leaf.o fs/xfs/libxfs/xfs_attr_remote.o fs/xfs/libxfs/xfs_bit.o fs/xfs/libxfs/xfs_bmap.o fs/xfs/libxfs/xfs_bmap_btree.o fs/xfs/libxfs/xfs_btree.o fs/xfs/libxfs/xfs_da_btree.o fs/xfs/libxfs/xfs_da_format.o fs/xfs/libxfs/xfs_defer.o fs/xf
 2020-04-30 18:07 UTC  (2+ messages)

[PATCH iproute2-next v2] tc: full JSON support for 'bpf' filter
 2020-04-30 18:06 UTC  (2+ messages)

[PATCH net-next 0/4] Cross-chip bridging for disjoint DSA trees
 2020-04-30 18:05 UTC  (7+ messages)
` [PATCH net-next 1/4] bridge: Allow enslaving DSA master network devices

pulling cap_perfmon
 2020-04-30 18:03 UTC 

[PATCHv4 iproute2-next 0/7] iproute2: fully support for geneve/vxlan/erspan options
 2020-04-30 18:09 UTC  (7+ messages)
` [PATCHv4 iproute2-next 1/7] iproute_lwtunnel: add options support for geneve metadata
  ` [PATCHv4 iproute2-next 2/7] iproute_lwtunnel: add options support for vxlan metadata

[PATCH bpf-next v1 00/19] bpf: implement bpf iterator for kernel data
 2020-04-30 18:02 UTC  (4+ messages)
` [PATCH bpf-next v1 08/19] bpf: create file bpf iterator

[PATCH] input: touch: ads7846: switch to devm initialization
 2020-04-30 17:53 UTC 

[PATCH v2 1/2] dt-bindings: remoteproc: qcom: pas: Add SM8250 remoteprocs
 2020-04-30 18:00 UTC  (2+ messages)
` [PATCH v2 2/2] remoteproc: qcom: pas: Add SM8250 PAS remoteprocs

[PATCH 0/4] scripts: More Python fixes
 2020-04-30 17:56 UTC  (5+ messages)
` [PATCH 4/4] scripts/qmp: Fix QEMU Python scripts path


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.