All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-23 17:57:04 to 2020-10-23 18:40:11 UTC [more...]

[dpdk-dev] [PATCH 01/27] eventdev: dlb upstream prerequisites
 2020-10-23 18:32 UTC  (8+ messages)
` [dpdk-dev] [PATCH v6 00/23] Add DLB PMD
  ` [dpdk-dev] [PATCH v6 01/23] event/dlb: add documentation and meson infrastructure
  ` [dpdk-dev] [PATCH v6 02/23] event/dlb: add dynamic logging
  ` [dpdk-dev] [PATCH v6 03/23] event/dlb: add private data structures and constants
  ` [dpdk-dev] [PATCH v6 04/23] event/dlb: add definitions shared with LKM or shared code
  ` [dpdk-dev] [PATCH v6 05/23] event/dlb: add inline functions
  ` [dpdk-dev] [PATCH v6 06/23] event/dlb: add eventdev probe

openbmc:Error while running bitbake for raspberrypi-3
 2020-10-23 18:38 UTC  (4+ messages)

[PATCH v5 00/12] Exposing backing-chain allocation over NBD
 2020-10-23 18:36 UTC  (2+ messages)
` [PATCH v5 01/12] qapi: Move GenericList to qapi/util.h

[tglx-devel:x86/apic 15/33] drivers/pci/controller/vmd.c:133:30: error: expected ')' before '; ' token
 2020-10-23 18:38 UTC 

[PATCH 00/24] qom: Convert some properties to class properties
 2020-10-23 18:34 UTC  (13+ messages)
` [PATCH 05/24] vhost-user: Register "chardev" as class property
` [PATCH 08/24] vexpress-a15: Register "virtualization" "
` [PATCH 11/24] tmp421: Register properties as class properties
` [PATCH 15/24] arm/virt: Register most "
` [PATCH 16/24] virt: Register "its" as class property
` [PATCH 18/24] arm/cpu64: Register "aarch64" "

[dpdk-dev] [PATCH 01/22] event/dlb2: add meson build infrastructure
 2020-10-23 18:30 UTC  (25+ messages)
` [dpdk-dev] [PATCH v3 00/23] Add DLB2 PMD
  ` [dpdk-dev] [PATCH v3 01/23] event/dlb2: add documentation and meson build infrastructure
  ` [dpdk-dev] [PATCH v3 02/23] event/dlb2: add dynamic logging
  ` [dpdk-dev] [PATCH v3 03/23] event/dlb2: add private data structures and constants
  ` [dpdk-dev] [PATCH v3 04/23] event/dlb2: add definitions shared with LKM or shared code
  ` [dpdk-dev] [PATCH v3 05/23] event/dlb2: add inline functions
  ` [dpdk-dev] [PATCH v3 06/23] event/dlb2: add eventdev probe
  ` [dpdk-dev] [PATCH v3 07/23] event/dlb2: add flexible interface
  ` [dpdk-dev] [PATCH v3 08/23] event/dlb2: add probe-time hardware init
  ` [dpdk-dev] [PATCH v3 09/23] event/dlb2: add xstats
  ` [dpdk-dev] [PATCH v3 10/23] event/dlb2: add infos get and configure
  ` [dpdk-dev] [PATCH v3 11/23] event/dlb2: add queue and port default conf
  ` [dpdk-dev] [PATCH v3 12/23] event/dlb2: add queue setup
  ` [dpdk-dev] [PATCH v3 13/23] event/dlb2: add port setup
  ` [dpdk-dev] [PATCH v3 14/23] event/dlb2: add port link
  ` [dpdk-dev] [PATCH v3 15/23] event/dlb2: add port unlink and port unlinks in progress
  ` [dpdk-dev] [PATCH v3 16/23] event/dlb2: add eventdev start
  ` [dpdk-dev] [PATCH v3 17/23] event/dlb2: add enqueue and its burst variants
  ` [dpdk-dev] [PATCH v3 18/23] event/dlb2: add dequeue "
  ` [dpdk-dev] [PATCH v3 19/23] event/dlb2: add eventdev stop and close
  ` [dpdk-dev] [PATCH v3 20/23] event/dlb2: add PMD's token pop public interface
  ` [dpdk-dev] [PATCH v3 21/23] event/dlb2: add PMD self-tests
  ` [dpdk-dev] [PATCH v3 22/23] event/dlb2: add queue and port release
  ` [dpdk-dev] [PATCH v3 23/23] event/dlb2: add timeout ticks entry point

[PATCH v2] mtd: spi-nor: Add support for Cypress s25hl-t/s25hs-t
 2020-10-23 18:36 UTC  (2+ messages)

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-10-23 18:27 UTC  (20+ messages)
                    ` Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_it

[PATCH v15 00/14] KVM: Dirty ring interface
 2020-10-23 18:33 UTC  (15+ messages)
` [PATCH v15 01/14] KVM: Documentation: Update entry for KVM_X86_SET_MSR_FILTER
` [PATCH v15 02/14] KVM: Documentation: Update entry for KVM_CAP_ENFORCE_PV_CPUID
` [PATCH v15 03/14] KVM: X86: Don't track dirty for KVM_SET_[TSS_ADDR|IDENTITY_MAP_ADDR]
` [PATCH v15 04/14] KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
` [PATCH v15 05/14] KVM: X86: Implement ring-based dirty memory tracking
` [PATCH v15 06/14] KVM: Make dirty ring exclusive to dirty bitmap log
` [PATCH v15 07/14] KVM: Don't allocate dirty bitmap if dirty ring is enabled
` [PATCH v15 08/14] KVM: selftests: Always clear dirty bitmap after iteration
` [PATCH v15 09/14] KVM: selftests: Sync uapi/linux/kvm.h to tools/
` [PATCH v15 10/14] KVM: selftests: Use a single binary for dirty/clear log test
` [PATCH v15 11/14] KVM: selftests: Introduce after_vcpu_run hook for dirty "
` [PATCH v15 12/14] KVM: selftests: Add dirty ring buffer test
` [PATCH v15 13/14] KVM: selftests: Let dirty_log_test async for dirty ring test
` [PATCH v15 14/14] KVM: selftests: Add "-c" parameter to dirty log test

ld.lld: warning: mm/built-in.a(page_alloc.o):(.data..L__unnamed_59) is being placed in '.data..L__unnamed_59'
 2020-10-23 18:34 UTC  (4+ messages)

[cifs:for-next 10/32] ld.lld: warning: fs/built-in.a(cifs/smb2pdu.o):(.data..L__unnamed_17) is being placed in '.data..L__unnamed_17'
 2020-10-23 18:34 UTC  (4+ messages)

ld.lld: warning: fs/built-in.a(afs/cell.o):(.data..L__unnamed_8) is being placed in '.data..L__unnamed_8'
 2020-10-23 18:33 UTC  (3+ messages)

[PATCH] diff: do not show submodule with untracked files as "-dirty"
 2020-10-23 18:32 UTC  (9+ messages)
` [Outreachy] [PATCH v3] "
` [PATCH v4] "

[PATCH] mm/mremap_pages: Fix static key devmap_managed_key updates
 2020-10-23 18:32 UTC  (2+ messages)

how to use SPL_MULTI_DTB_FIT?
 2020-10-23 18:32 UTC 

[net] tcp: Prevent low rmem stalls with SO_RCVLOWAT
 2020-10-23 18:31 UTC  (2+ messages)

[Intel-gfx] [PATCH v11 00/12] Big joiner enabling
 2020-10-23 18:30 UTC  (10+ messages)
` [Intel-gfx] [PATCH v11 04/12] drm/i915/dp: Allow big joiner modes in intel_dp_mode_valid(), v3
` [Intel-gfx] [PATCH v11 06/12] drm/i915: Try to make bigjoiner work in atomic check
` [Intel-gfx] [PATCH v11 09/12] drm/i915: HW state readout for Bigjoiner case

[PATCH v3 00/56] Fix several bad kernel-doc markups
 2020-10-23 18:26 UTC  (13+ messages)
` [PATCH v3 01/56] scripts: kernel-doc: fix typedef parsing
` [PATCH v3 07/56] block: blk-mq: fix a kernel-doc markup
` [PATCH v3 08/56] ata: fix some kernel-doc markups
` [PATCH v3 48/56] sound: fix "

[PATCH 0/9] Support both merge backends in the testsuite, via environment variable
 2020-10-23 18:27 UTC  (5+ messages)
` [PATCH 1/9] t/: new helper for tests that pass with ort but fail with recursive

[PATCH v3] virtiofsd: add container-friendly -o sandbox=chroot option
 2020-10-23 18:24 UTC  (3+ messages)
  ` [Virtio-fs] "

[PATCH v2 0/4] Misc fixes/cleanup
 2020-10-23 18:26 UTC  (3+ messages)
` [PATCH v2 2/4] spi: Remove uses of #ifndef __U_BOOT__ from spi-mem.c

[rt-tests v2 00/18] Streamline command line
 2020-10-23 18:25 UTC  (6+ messages)
` [rt-tests v2 10/18] pmqtest: Streamline usage output and man page
` [rt-tests v2 11/18] ptsematest: "

[qemu-mainline test] 156122: regressions - FAIL
 2020-10-23 18:24 UTC 

[PATCH v10 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2020-10-23 18:25 UTC  (3+ messages)
` [PATCH v10 02/10] fs/ntfs3: Add initialization of super block

[PATCH v4] driver/perf: Add PMU driver for the ARM DMC-620 memory controller
 2020-10-23 18:23 UTC  (5+ messages)

[PATCH v2] staging : rtl8712: correct the code style for comparison to NULL
 2020-10-23 18:23 UTC  (2+ messages)

Current master is broken
 2020-10-23 18:22 UTC 

[Bug 209253] New: Loss of connectivity on guest after important host <-> guest traffic
 2020-10-23 18:23 UTC  (2+ messages)
` [Bug 209253] "

[PATCH v3 2/5] dt-bindings: net: Add bindings for AX88796C SPI Ethernet Adapter
 2020-10-23 18:21 UTC  (3+ messages)

[PATCH net 0/2] mpls: fix dependencies on mpls_gso.ko
 2020-10-23 18:23 UTC  (3+ messages)
` [PATCH net 1/2] mpls: Make MPLS_IPTUNNEL select NET_MPLS_GSO

[PATCH 00/16] spi: dm-conversion (part3)
 2020-10-23 18:22 UTC  (6+ messages)

Build failures: unresolved symbol vfs_getattr
 2020-10-23 18:22 UTC  (12+ messages)

[PATCH] RFC: net: phy: of phys probe/reset issue
 2020-10-23 18:21 UTC  (2+ messages)

[PATCH net-next] dropwatch: Support monitoring of dropped frames
 2020-10-23 18:20 UTC  (4+ messages)
` [PATCHv4 "
  ` [Linux-kernel-mentees] "

[PATCH v6 0/4] RDMA: Add dma-buf support
 2020-10-23 18:20 UTC  (8+ messages)
` [PATCH v6 1/4] RDMA/umem: Support importing dma-buf as user memory region

[PATCH v4 00/23] drm/msm: de-struct_mutex-ification
 2020-10-23 18:20 UTC  (4+ messages)
` [PATCH v4 23/23] drm/msm: Don't implicit-sync if only a single ring

[PATCH 1/2] arm64: defconfig: Enable RTC_DRV_HYM8563
 2020-10-23 18:18 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: rockchip: Add SDIO0 node for VMARC SOM

[RFC PATCH] parisc: Define O_NONBLOCK to become 000200000
 2020-10-23 18:18 UTC  (13+ messages)
        ` [RFC PATCH] parisc: Add wrapper syscalls to fix O_NONBLOCK flag usage
          ` [RFC PATCH v3] "

[PATCHv2 net 0/2] IPv6: reply ICMP error with fragment doesn't contain all headers
 2020-10-23 18:18 UTC  (4+ messages)
` [PATCHv3 net 0/2] IPv6: reply ICMP error if "
  ` [PATCHv3 net 2/2] IPv6: reply ICMP error if the first fragment doesn't include "

[PATCH] kbuild: remove unused OBJSIZE
 2020-10-23 18:18 UTC  (2+ messages)

[PATCH] Fix poweroff issue on Odroid Go Advance
 2020-10-23 18:16 UTC  (2+ messages)

[PATCH v2 1/2] kunit: Support for Parameterized Testing
 2020-10-23 18:14 UTC  (5+ messages)

[Intel-gfx] [PATCH 00/11] VRR/Adaptive Sync enabling in i915
 2020-10-23 18:15 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for VRR/Adaptive Sync enabling in i915 (rev2)

[PATCH 00/14] Allwinner MIPI CSI-2 support for A31/V3s/A83T
 2020-10-23 18:18 UTC  (18+ messages)
` [PATCH 01/14] phy: Distinguish between Rx and Tx for MIPI D-PHY with submodes
  ` [linux-sunxi] "
` [PATCH 02/14] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2
` [PATCH 03/14] media: sun6i-csi: Support an optional dedicated memory pool
` [PATCH 04/14] media: sun6i-csi: Fix the image storage bpp for 10/12-bit Bayer formats
` [PATCH 05/14] media: sun6i-csi: Only configure the interface data width for parallel
` [PATCH 06/14] media: sun6i-csi: Support feeding from the MIPI CSI-2 controller
` [PATCH 07/14] dt-bindings: media: i2c: Add A31 MIPI CSI-2 bindings documentation
` [PATCH 08/14] media: sunxi: Add support for the A31 MIPI CSI-2 controller
` [PATCH 09/14] ARM: dts: sun8i: v3s: Add CSI0 camera interface node
` [PATCH 10/14] ARM: dts: sun8i: v3s: Add MIPI D-PHY and MIPI CSI-2 interface nodes
` [PATCH 11/14] dt-bindings: media: i2c: Add A83T MIPI CSI-2 bindings documentation
` [PATCH 12/14] media: sunxi: Add support for the A83T MIPI CSI-2 controller
` [PATCH 13/14] ARM: dts: sun8i: a83t: Add MIPI CSI-2 controller node
` [PATCH 14/14] media: sunxi: sun8i-a83t-mipi-csi2: Avoid using the (unsolicited) interrupt

[PATCH 0/2] media: i2c: OV5648 image sensor support
 2020-10-23 17:49 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: media: i2c: Add OV5648 bindings documentation
` [PATCH 2/2] media: i2c: Add support for the OV5648 image sensor

[PATCH 0/4] Beginning of new merge strategy: New API, empty implementation
 2020-10-23 18:12 UTC  (3+ messages)
` [PATCH 1/4] merge-ort: barebones API of new merge strategy with "

[PATCH] btrfs: add ssd_metadata mode
 2020-10-23 18:03 UTC  (4+ messages)

[Intel-gfx] [PATCH 00/18] Introduce Alderlake-S
 2020-10-23 18:11 UTC  (5+ messages)
` [Intel-gfx] [PATCH 01/18] drm/i915/adl_s: Add ADL-S platform info and PCI ids
` [Intel-gfx] [PATCH 05/18] drm/i915/adl_s: Add PHYs for Alderlake S

[PATCH v2 00/10] Cryptodisk fixes for v2.06 redux
 2020-10-23 18:09 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 04/10] luks2: grub_cryptodisk_t->total_length is the max number of device native sectors
  ` [PATCH v3 06/10] cryptodisk: Properly handle non-512 byte sized sectors
  ` [PATCH v3 07/10] cryptodisk: Replace some literals with constants in grub_cryptodisk_endecrypt
  ` [PATCH v3 08/10] cryptodisk: Rename total_length field in grub_cryptodisk_t to total_sectors
  ` [PATCH v3 09/10] cryptodisk: Rename offset in grub_cryptodisk_t to offset_sectors
  ` [PATCH v3 10/10] luks2: Rename source disk variabled named 'disk' to 'source' as in luks.c

[PATCH] apply: clarify description of --index
 2020-10-23 18:08 UTC  (4+ messages)

[Intel-gfx] [PATCH v2 00/19] drm/i915: Futher cleanup around hpd pins and port identfiers
 2020-10-23 18:08 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 01/19] drm/i915: s/PORT_TC/TC_PORT_/

[Bug 209833] New: BAR error updating
 2020-10-23 18:05 UTC  (2+ messages)

How to avoid relabeling rootfs at every boot
 2020-10-23 18:10 UTC  (2+ messages)

[PATCH v6 22/25] x86/asm: annotate indirect jumps
 2020-10-23 18:04 UTC  (14+ messages)

[PATCH] drm/modes: Switch to 64bit maths to avoid integer overflow
 2020-10-23 18:04 UTC  (3+ messages)
` [Intel-gfx] "

[dunfell/master][PATCH] cairo: enable gles2 support
 2020-10-23 18:00 UTC  (4+ messages)

[Cluster-devel] [gfs2:for-next 29/30] fs/gfs2/super.c:1564:13: sparse: sparse: function 'free_local_statfs_inodes' with external linkage has definition
 2020-10-23 18:03 UTC  (2+ messages)
`  "

[MPTCP] Re: [MPTCP][PATCH v5 mptcp-next 0/3] add ADD_ADDR IPv6 support
 2020-10-23 18:02 UTC 

[PATCH v2] nvme-rdma: handle nvme completion data length
 2020-10-23 18:01 UTC  (3+ messages)

[PATCH v2] lib: Convert test_printf.c to KUnit
 2020-10-23 18:01 UTC  (6+ messages)
      ` [Linux-kernel-mentees] "

[MPTCP] Re: [PATCH net-next] mptcp: keep unaccepted MPC subflow into join list
 2020-10-23 18:00 UTC 

[PATCH v8 -tip 00/26] Core scheduling
 2020-10-23 17:59 UTC  (7+ messages)
` [PATCH v8 -tip 06/26] sched: Add core wide task selection and scheduling

committer-date-is-author-date flag removes email in "Commit"
 2020-10-23 17:59 UTC  (5+ messages)

[GIT PULL] SafeSetID changes for v5.10
 2020-10-23 17:57 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t 0/2] tools/intel_gpu_top: Fix Device selection issues
 2020-10-23 17:51 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/2] lib/igt_device_scan:Add function to get pci subsystem of requested card
` [igt-dev] [PATCH i-g-t 2/2] lib/igt_device_scan: Select intel as default vendor for intel_gpu_top

[RFC PATCH 0/4] tests/acceptance: Test U-Boot/Linux from Armbian 20.08 on Orange Pi PC
 2020-10-23 17:56 UTC  (3+ messages)

[PATCH] sparc64: Use arch_validate_flags() to validate ADI flag
 2020-10-23 17:56 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.