All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-12 18:39:08 to 2020-11-12 19:11:02 UTC [more...]

[PATCH net-next 00/12] ibmvnic: Performance improvements and other updates
 2020-11-12 19:10 UTC  (11+ messages)
` [PATCH net-next 01/12] ibmvnic: Ensure that subCRQ entry reads are ordered
` [PATCH net-next 02/12] ibmvnic: Introduce indirect subordinate Command Response Queue buffer
` [PATCH net-next 03/12] ibmvnic: Introduce batched RX buffer descriptor transmission
` [PATCH net-next 04/12] ibmvnic: Introduce xmit_more support using batched subCRQ hcalls
` [PATCH net-next 06/12] ibmvnic: Clean up TX code and TX buffer data structure
` [PATCH net-next 08/12] ibmvnic: Remove send_subcrq function
` [PATCH net-next 09/12] ibmvnic: Ensure that device queue memory is cache-line aligned
` [PATCH net-next 10/12] ibmvnic: Correctly re-enable interrupts in NAPI polling routine
` [PATCH net-next 11/12] ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish RX buffers
` [PATCH net-next 12/12] ibmvnic: Do not replenish RX buffers after every polling loop

[PATCH 1/2 v4] tpm: Add some headers from the spec
 2020-11-12 19:10 UTC  (4+ messages)
` [PATCH 2/2 v4] efi: Add basic EFI_TCG2_PROTOCOL support

[Buildroot] [PATCH 1/1] package/fbset: add license file
 2020-11-12 19:10 UTC 

[GIT PULL] ACPI updates for v5.10-rc4
 2020-11-12 19:10 UTC  (2+ messages)

[GIT PULL] Power management fixes for v5.10-rc4
 2020-11-12 19:10 UTC  (2+ messages)

[PATCH v3 0/6] libtracefs fixes and improvements
 2020-11-12 19:10 UTC  (3+ messages)
` [PATCH v3 2/6] libtracefs: Change get name API to return constant string

[PATCH v5 00/22] Readdir enhancements
 2020-11-12 19:09 UTC  (9+ messages)

[xtf test] 156693: all pass - PUSHED
 2020-11-12 19:08 UTC 

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-12 19:08 UTC  (9+ messages)
` [PATCH v8 2/9] mmap: make mlock_future_check() global

stable-rc/queue/5.4 build: 183 builds: 1 failed, 182 passed, 1 error, 103 warnings (v5.4.77-44-gce6b18c3a8969)
 2020-11-12 19:08 UTC 

[PATCH 01/32] pwm: sun4i: convert to devm_platform_ioremap_resource
 2020-11-12 19:06 UTC  (8+ messages)

[PATCH v3 0/4] Add Renesas SoC identification driver support
 2020-11-12 19:07 UTC  (3+ messages)
` [PATCH v3 4/4] dm: soc: SoC identification driver for Renesas SoC's

[PATCH 00/30] [Set 6] Rid W=1 warnings from GPU
 2020-11-12 19:00 UTC  (81+ messages)
` [PATCH 01/30] drm/savage/savage_bci: Remove set but never used 'aper_rsrc' and 'fb_rsrc'
` [PATCH 02/30] include: drm: drm_atomic: Artificially use 'crtc' to avoid 'not used' warning
` [PATCH 03/30] drm/v3d/v3d_gem: Provide descriptions for 'v3d_lookup_bos's params
` [PATCH 04/30] drm/via/via_dma: Remove set but unused variable 'agp_base'
` [PATCH 05/30] drm/v3d/v3d_sched: Demote non-conformant kernel-doc header
` [PATCH 06/30] drm/amd/amdgpu/amdgpu_kms: Fix misnaming of parameter 'dev'
` [PATCH 07/30] drm/amd/amdgpu/amdgpu_fence: Fix some issues pertaining to function documentation
` [PATCH 08/30] drm/exynos/exynos7_drm_decon: Supply missing description for param 'ctx'
` [PATCH 09/30] drm/exynos/exynos_drm_fimd: Add "
` [PATCH 10/30] drm/vc4/vc4_hdmi_regs: Mark some data sets as __maybe_unused
` [PATCH 11/30] drm/vc4/vc4_hdmi: Remove set but unused variable 'ret'
` [PATCH 12/30] drm/amd/amdgpu/amdgpu_ttm: Demote non-conformant kernel-doc headers, fix slightly lacking ones
` [PATCH 13/30] drm/atmel-hlcdc/atmel_hlcdc_crtc: Apply correct formatting to struct docs
` [PATCH 14/30] drm/amd/amdgpu/amdgpu_ring: Fix a bunch of function misdocumentation
` [PATCH 15/30] drm/amd/amdgpu/amdgpu_display: Remove pointless header
` [PATCH 16/30] drm/atmel-hlcdc/atmel_hlcdc_plane: Staticise local function 'atmel_hlcdc_plane_setup_scaler()'
` [PATCH 17/30] drm/atmel-hlcdc/atmel_hlcdc_plane: Fix documentation formatting and add missing description
` [PATCH 18/30] drm/vc4/vc4_v3d: Demote non-conformant kernel-doc headers
` [PATCH 19/30] drm/amd/amdgpu/amdgpu_cs: Add a couple of missing function param descriptions
` [PATCH 20/30] drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate_state'
` [PATCH 21/30] drm/vc4/vc4_debugfs: Demote non-conformant kernel-doc headers
` [PATCH 22/30] drm/rockchip/dw-mipi-dsi-rockchip: "
` [PATCH 23/30] drm/rockchip/rockchip_rgb: Consume our own header
` [PATCH 24/30] drm/nouveau/nvkm/core/firmware: Fix formatting, provide missing param description
` [PATCH 25/30] drm/rockchip/rockchip_lvds: Fix struct document formatting
` [PATCH 26/30] drm/exynos/exynos_drm_gsc: Supply missing description for 'num_limits'
` [PATCH 27/30] drm/sti/sti_hdmi: Move 'colorspace_mode_names' array to where its used
` [PATCH 28/30] drm/mediatek/mtk_disp_color: Fix formatting and provide missing member description
` [PATCH 29/30] drm/amd/amdgpu/atombios_encoders: Remove set but unused variable 'backlight_level'
` [PATCH 30/30] drm/mediatek/mtk_disp_ovl: Fix formatting and provide missing member description

Qtwebengine recipe in yocto zeus (latest version) #yocto #zeus #qt
 2020-11-12 19:06 UTC  (2+ messages)
` [yocto] "

[PATCH] arm-bsp: Fix u-boot 2020.07 recipe
 2020-11-12 19:06 UTC 

Patch files before recipe is parsed
 2020-11-12 19:06 UTC  (2+ messages)
` [yocto] "

[Buildroot] [PATCH 1/1] package/bandwidthd: add license file
 2020-11-12 19:06 UTC 

[Buildroot] [PATCH 1/2] package/perf: if audit is enabled, depend on it
 2020-11-12 19:04 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] package/perf: if zstd "

[PATCH 00/25] Rid W=1 warnings in SoC
 2020-11-12 19:02 UTC  (8+ messages)
` [PATCH 06/25] soc: ti: knav_qmss_queue: Remove set but unchecked variable 'ret'

[PATCH v1] pinctrl: baytrail: Avoid clearing debounce value when turning it off
 2020-11-12 19:03 UTC 

[net-next 0/8] Perf. optimizations for TCP Recv. Zerocopy
 2020-11-12 19:02 UTC  (9+ messages)
` [net-next 1/8] tcp: Copy straggler unaligned data for TCP Rx. zerocopy
` [net-next 2/8] tcp: Introduce tcp_recvmsg_locked()
` [net-next 3/8] tcp: Refactor skb frag fast-forward op for recv zerocopy
` [net-next 4/8] tcp: Refactor frag-is-remappable test "
` [net-next 5/8] tcp: Fast return if inq < PAGE_SIZE "
` [net-next 6/8] tcp: Introduce short-circuit small reads "
` [net-next 7/8] tcp: Set zerocopy hint when data is copied
` [net-next 8/8] tcp: Defer vm zap unless actually needed for recv zerocopy

[GIT PULL] Networking
 2020-11-12 19:02 UTC 

[PATCH v1 1/3] rtc: ds1307: Remove non-valid ACPI IDs
 2020-11-12 19:01 UTC  (2+ messages)

bsdio.com Offline
 2020-11-12 19:01 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/argp-standalone: add license file
 2020-11-12 19:01 UTC 

git format-patch --range-diff bug?
 2020-11-12 18:59 UTC  (4+ messages)

[PATCH net v1] lan743x: fix issue causing intermittent kernel log warnings
 2020-11-12 18:59 UTC 

[PATCH rdma-next v4 0/5] Track memory allocation with restrack DB help (Part I)
 2020-11-12 18:59 UTC  (2+ messages)

#yocto "zeus"
 2020-11-12 18:58 UTC  (4+ messages)
` [yocto] "

[PATCH 0/8] Add R5F nodes on TI K3 AM65x and J721E SoCs
 2020-11-12 18:56 UTC  (4+ messages)

[PATCH 1/5] drm/amdgpu: add vcn dec software ring enabled parameter
 2020-11-12 18:57 UTC  (4+ messages)

[PATCH v2 2/2] platform/x86: wmi: fail wmi_driver_register when no GUID is found
 2020-11-12 18:54 UTC  (2+ messages)

[PATCH v14 0/8] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-12 18:53 UTC  (5+ messages)
` [PATCH v14 8/8] "

[Bug 1793016] Re: vmdk to cqow2 invalid VMDK image descriptor
 2020-11-12 18:41 UTC 

[PATCH v3] platform/x86: Add new vga-switcheroo gmux driver for ACPI-driven muxes
 2020-11-12 18:53 UTC  (4+ messages)
` [PATCH v4] "

unwanted built-ins
 2020-11-12 18:53 UTC  (6+ messages)

[PATCH] usb: core: Null deref in kernel with USB webcams
 2020-11-12 18:54 UTC  (6+ messages)

[Bug 1793635] Re: Using pflash with u-boot, when CONFIG_SYS_FLASH_USE_BUFFER_WRITE were defined, envirment args won't be able to save correctly
 2020-11-12 18:43 UTC 

stable-rc/queue/4.9 build: 170 builds: 1 failed, 169 passed, 3 warnings (v4.9.243-24-ga8ede488cf7a)
 2020-11-12 18:52 UTC 

[PATCH] arm64: Fix off-by-one vdso trampoline return value
 2020-11-12 18:51 UTC  (4+ messages)

[PATCH 01/11] git-parse-remote: fix highly misleading man page
 2020-11-12 18:51 UTC  (7+ messages)
` [PATCH 0/5] Remove now-unused git-parse-remote
  ` How do I "git fetch" with a custom <refspec> but a default remote?

[Bug 1793297] Re: windows's paint software cross-shadped cursor offset a pixel in guest windows which is generated by qemu-kvm
 2020-11-12 18:42 UTC 

[Bug 1793791] Re: Crash with nbd_reply_chunk_iter_receive: Assertion `chunk->flags & NBD_REPLY_FLAG_DONE' failed
 2020-11-12 18:43 UTC 

[PATCH bpf-next 1/2] bpf: Augment the set of sleepable LSM hooks
 2020-11-12 18:50 UTC  (4+ messages)
` [PATCH bpf-next 2/2] bpf: Expose bpf_d_path helper to "

[Intel-wired-lan] [net-next PATCH] ice: report timeout length for erasing during devlink flash
 2020-11-12 18:50 UTC  (2+ messages)

[PATCH v2 00/11] KVM: selftests: Cleanups, take 2
 2020-11-12 18:50 UTC  (5+ messages)
` [PATCH v2 02/11] KVM: selftests: Remove deadcode

[Qemu-devel] [Bug 1792193] [NEW] AMD Athlon(tm) X2 Dual-Core QL-64 bug
 2020-11-12 18:25 UTC  (2+ messages)
` [Bug 1792193] "

[PULL 00/11] migration queue
 2020-11-12 18:37 UTC  (12+ messages)
` [PULL 01/11] migration/ram: Fix hexadecimal format string specifier
` [PULL 02/11] ACPI: Avoid infinite recursion when dump-vmstate
` [PULL 03/11] migration/multifd: fix hangup with TLS-Multifd due to blocking handshake
` [PULL 04/11] migration: fix uninitialized variable warning in migrate_send_rp_req_pages()
` [PULL 05/11] migration/dirtyrate: simplify includes in dirtyrate.c
` [PULL 06/11] multifd/tls: fix memoryleak of the QIOChannelSocket object when cancelling migration
` [PULL 07/11] migration: handle CANCELLING state in migration_completion()
` [PULL 08/11] virtiofsd: Announce submounts even without statx()
` [PULL 09/11] tools/virtiofsd/buffer.c: check whether buf is NULL in fuse_bufvec_advance func
` [PULL 10/11] virtiofsd: check whether lo_map_reserve returns NULL in, main func
` [PULL 11/11] virtiofsd: check whether strdup lo.source return NULL in "

[PATCH v2] Expose PCIe SSD Status LED Management DSM in sysfs
 2020-11-12 18:48 UTC 

[Qemu-devel] [Bug 1792659] [NEW] watchpoints might not properly stop execution at the right address
 2020-11-12 18:26 UTC  (2+ messages)
` [Bug 1792659] "

[Qemu-devel] [Bug 1792523] [NEW] usb passthrough not resetting on host after vm shutdown if started with -daemonize
 2020-11-12 18:26 UTC  (2+ messages)
` [Bug 1792523] "

[dpdk-dev] [PATCH v1] build: add Wformat to fix gcc compile error
 2020-11-12 18:47 UTC  (2+ messages)

python3-native sysconfig failing to load in dunfell
 2020-11-12 18:46 UTC  (4+ messages)
` [OE-core] "

[Buildroot] [PATCH 1/1] package/rpm: disable openmp
 2020-11-12 18:46 UTC 

[merged] tool-selftests-fix-spelling-typo-of-writting.patch removed from -mm tree
 2020-11-12 18:45 UTC 

[dpdk-dev] [PATCH] devtools: fix directory filter in forbidden token check
 2020-11-12 18:43 UTC  (2+ messages)
` [dpdk-dev] [dpdk-stable] "

[PATCH v2 00/18] dt-bindings: usb: Harmonize xHCI/EHCI/OHCI/DWC3 nodes name
 2020-11-12 18:43 UTC  (4+ messages)
` [PATCH v2 18/18] arm64: dts: qcom: Harmonize DWC USB3 DT "

[PATCH] kbuild: Always link with '-z norelro'
 2020-11-12 18:38 UTC  (2+ messages)

- SDR sensor read
 2020-11-12 18:40 UTC  (3+ messages)

[PATCH v2 00/14] remoteproc: Add support for detaching from rproc
 2020-11-12 18:41 UTC  (3+ messages)

[PATCH] mm/page_owner: Record timestamp and pid
 2020-11-12 18:41 UTC 

[PATCH] media: uvcvideo: Handle errors from calls to usb_string
 2020-11-12 18:17 UTC 

[PATCH 0/9] Fix color handling in git add -i
 2020-11-12 18:40 UTC  (5+ messages)
` [PATCH v2 00/11] "

[RFC, v0 0/3] msi support for platform devices
 2020-11-12 18:40 UTC  (3+ messages)
` [RFC, v1 "

[for-5.2 0/9] docs: Move orphan top-level .rst files into manuals
 2020-11-12 18:32 UTC  (3+ messages)
` [for-5.2 8/9] docs: Split qemu-pr-helper documentation into tools manual

[RFC PATCH 00/25] Introduce CXL 2.0 Emulation
 2020-11-12 18:37 UTC  (3+ messages)
` [RFC PATCH 18/25] hw/cxl/device: Add a memory device (8.2.8.5)

[RFC][PATCH 00/18] crypto: Add generic Kerberos library
 2020-11-12 18:39 UTC  (3+ messages)

[PATCH v2 00/20] fundamentals of merge-ort implementation
 2020-11-12 18:39 UTC  (5+ messages)
` [PATCH v2 09/20] merge-ort: record stage and auxiliary info for every 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.