All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-24 17:18:40 to 2021-06-24 18:20:54 UTC [more...]

[PATCH 00/11] drm/scheduler dependency tracking
 2021-06-24 17:56 UTC  (17+ messages)
` [PATCH 01/11] drm/sched: Split drm_sched_job_init
` [PATCH 06/11] drm/v3d: Move drm_sched_job_init to v3d_job_init
` [PATCH 10/11] drm/scheduler: Don't store self-dependencies

[PATCH v2 00/46] Folio-enabling the page cache
 2021-06-24 18:20 UTC  (13+ messages)
` [PATCH v2 17/46] mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folio
` [PATCH v2 19/46] mm/migrate: Add folio_migrate_flags()
` [PATCH v2 20/46] mm/migrate: Add folio_migrate_copy()
` [PATCH v2 24/46] mm/writeback: Add __folio_end_writeback()

[PATCH] KVM: x86: Fix uninitialized return value bug in EXIT_HYPERCALL enabling
 2021-06-24 18:20 UTC  (3+ messages)

[PATCH net-next v2 1/2] net: retrieve netns cookie via getsocketopt
 2021-06-24 18:20 UTC  (2+ messages)

[PATCH net-next v4] net: ip: avoid OOM kills with large UDP sends over loopback
 2021-06-24 18:20 UTC  (2+ messages)

[PATCH net 0/7] ibmvnic: Assorted bug fixes
 2021-06-24 18:18 UTC  (6+ messages)
` [PATCH net 2/7] Revert "ibmvnic: remove duplicate napi_schedule call in open function"

Kernel Compile Issue
 2021-06-24 18:19 UTC  (7+ messages)

[PATCH for-next] RDMA/hns: Add window selection field of congestion control
 2021-06-24 18:17 UTC  (2+ messages)

[kvm-unit-tests PATCH 00/12] nSVM: NPT improvements and cleanups
 2021-06-24 18:16 UTC  (6+ messages)
` [kvm-unit-tests PATCH 05/12] nSVM: Remove NPT reserved bits tests (new one on the way)

[Bug 213561] New: [bisected] AMD GPU can no longer idle state after commit 1c0b0efd148d5b24c4932ddb3fa03c8edd6097b3
 2021-06-24 18:16 UTC  (2+ messages)
` [Bug 213561] [bisected][regression] GFX10 AMDGPUs can no longer enter idle state after commit. Commit has been pushed to stable branches too

[PATCH v5 00/11] block: file-posix queue
 2021-06-24 18:04 UTC  (12+ messages)
` [PATCH 01/11] file-posix: fix max_iov for /dev/sg devices
` [PATCH 02/11] scsi-generic: pass max_segments via max_iov field in BlockLimits
` [PATCH 03/11] osdep: provide ROUND_DOWN macro
` [PATCH 04/11] block-backend: align max_transfer to request alignment
` [PATCH 05/11] block: add max_hw_transfer to BlockLimits
` [PATCH 06/11] file-posix: try BLKSECTGET on block devices too, do not round to power of 2
` [PATCH 07/11] block: feature detection for host block support
` [PATCH 08/11] block: check for sys/disk.h
` [PATCH 09/11] block: try BSD disk size ioctls one after another
` [PATCH 10/11] block: detect DKIOCGETBLOCKCOUNT/SIZE before use
` [PATCH 11/11] file-posix: handle EINTR during ioctl

[PATCH 0/9] KVM: X86: Some light optimizations on rmap logic
 2021-06-24 18:15 UTC  (10+ messages)
` [PATCH 1/9] KVM: X86: Add per-vm stat for max rmap list size
` [PATCH 2/9] KVM: Introduce kvm_get_kvm_safe()
` [PATCH 3/9] KVM: Allow to have arch-specific per-vm debugfs files
` [PATCH 4/9] KVM: X86: Introduce pte_list_count() helper
` [PATCH 5/9] KVM: X86: Introduce kvm_mmu_slot_lpages() helpers
` [PATCH 6/9] KVM: X86: Introduce mmu_rmaps_stat per-vm debugfs file
` [PATCH 7/9] KVM: X86: MMU: Tune PTE_LIST_EXT to be bigger
` [PATCH 8/9] KVM: X86: Optimize pte_list_desc with per-array counter
` [PATCH 9/9] KVM: X86: Optimize zapping rmap

linux-next: build failure after merge of the net-next tree
 2021-06-24 18:15 UTC  (8+ messages)

[PATCH 2/4] RDMA/i40iw: Remove use of kmap()
 2021-06-24 18:13 UTC  (3+ messages)
` [PATCH V2] RDMA/irdma: "

[PATCH 0/4] Remove use of kmap()
 2021-06-24 18:13 UTC  (3+ messages)
` [PATCH 1/4] RDMA/hfi1: "

[PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-06-24
 2021-06-24 18:14 UTC  (5+ messages)
` [PATCH net 1/4] i40e: Fix error handling in i40e_vsi_open
` [PATCH net 2/4] i40e: Fix autoneg disabling for non-10GBaseT links
` [PATCH net 3/4] i40e: fix PTP on 5Gb links
` [PATCH net 4/4] i40e: Fix missing rtnl locking when setting up pf switch

[RESEND PATCH BlueZ] doc/advmon-api: Clarify Patterns property
 2021-06-24 17:44 UTC 

[PATCH] bus: mhi: core: Validate channel ID when processing command completions
 2021-06-24 18:09 UTC 

[PATCH net-next 00/16] gve: Introduce DQO descriptor format
 2021-06-24 18:06 UTC  (17+ messages)
` [PATCH net-next 01/16] gve: Update GVE documentation to describe DQO
` [PATCH net-next 02/16] gve: Move some static functions to a common file
` [PATCH net-next 03/16] gve: gve_rx_copy: Move padding to an argument
` [PATCH net-next 04/16] gve: Make gve_rx_slot_page_info.page_offset an absolute offset
` [PATCH net-next 05/16] gve: Introduce a new model for device options
` [PATCH net-next 06/16] gve: Introduce per netdev `enum gve_queue_format`
` [PATCH net-next 07/16] gve: adminq: DQO specific device descriptor logic
` [PATCH net-next 08/16] gve: Add support for DQO RX PTYPE map
` [PATCH net-next 09/16] gve: Add dqo descriptors
` [PATCH net-next 10/16] gve: Add DQO fields for core data structures
` [PATCH net-next 11/16] gve: Update adminq commands to support DQO queues
` [PATCH net-next 12/16] gve: DQO: Add core netdev features
` [PATCH net-next 13/16] gve: DQO: Add ring allocation and initialization
` [PATCH net-next 14/16] gve: DQO: Configure interrupts on device up
` [PATCH net-next 15/16] gve: DQO: Add TX path
` [PATCH net-next 16/16] gve: DQO: Add RX path

guest/host mem out of sync on core2duo?
 2021-06-24 18:07 UTC  (13+ messages)
          ` exception vs SIGALRM race (was: Re: guest/host mem out of sync on core2duo?)
              ` exception vs SIGALRM race (with test-case now!)
                    ` exception vs SIGALRM race on core2 CPUs (with qemu-based test-case this time!)

[PATCH 1/2] ASoC: rt711: remap buttons
 2021-06-24 18:06 UTC  (5+ messages)

[PATCH v10] PCI: rockchip: Add Rockchip RK356X host controller driver
 2021-06-24 18:07 UTC  (3+ messages)

[PATCH v4 00/34] modules: add meta-data database
 2021-06-24 18:02 UTC  (7+ messages)
` [PATCH v4 30/34] monitor: allow register hmp commands

drivers/net/ethernet/8390/axnet_cs.c:662:2: warning: Variable 'xfer_count' is modified but its new value is never used. [unreadVariable]
 2021-06-24 18:05 UTC 

[PATCH 0/2] thermal: int340x: processor_thermal: Add new PCI MMIO based thermal driver
 2021-06-24 18:04 UTC  (4+ messages)

[PATCH] nilfs2: remove redundant continue statement in a while-loop
 2021-06-24 18:03 UTC  (4+ messages)

[PULL 00/43] MIPS patches for 2021-02-21
 2021-06-24 18:01 UTC  (10+ messages)
` [PULL 30/43] vt82c686: Fix SMBus IO base and configuration registers

[PATCH] ARM: dts: aspeed: Rainier remove PSU gpio-keys
 2021-06-24 18:01 UTC  (3+ messages)

[GIT PULL] MMC fixes for v5.13-rc8
 2021-06-24 18:01 UTC  (3+ messages)

minor cleanups to bdev_disk_changed
 2021-06-24 18:01 UTC  (2+ messages)

[xtf test] 163016: all pass - PUSHED
 2021-06-24 18:00 UTC 

disk events cleanup
 2021-06-24 18:00 UTC  (2+ messages)

[PATCH bpf-next v5 00/19] Clean up and document RCU-based object protection for XDP and TC BPF
 2021-06-24 18:00 UTC  (2+ messages)

[PATCH v7 4/8] PCI/sysfs: Allow userspace to query and set device reset mechanism
 2021-06-24 17:59 UTC  (5+ messages)

[PATCH] dma-buf/sync_file: Don't leak fences on merge failure
 2021-06-24 17:58 UTC  (4+ messages)
` [Intel-gfx] "

pm/testing sleep: 3 runs, 1 regressions (pm-5.13-rc8-159-g3304616e985f)
 2021-06-24 17:59 UTC 

[PATCH v3 00/11] Add TDX Guest Support (Initial support)
 2021-06-24 17:58 UTC  (4+ messages)
` [PATCH v3 04/11] x86: Introduce generic protected guest abstraction

[PATCH net-next v5] net: ip: avoid OOM kills with large UDP sends over loopback
 2021-06-24 17:57 UTC 

[xen-unstable-smoke test] 163019: tolerable all pass - PUSHED
 2021-06-24 17:56 UTC 

[linux-next:master 356/13009] drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c:766 amdgpu_gem_op_ioctl() warn: should 'robj->tbo.page_alignment << 12' be a 64 bit type?
 2021-06-24 17:55 UTC 

[patch] Change multiple occurrences of "char **argv" to "char *argv[]" to remain consistent with the vast majority of manual pages
 2021-06-24 17:55 UTC 

[PATCH] libxencall: Bump SONAME following new functionality
 2021-06-24 17:55 UTC 

[PATCH v5 for-next 0/3] IB/core: Obtaining subnet_prefix from cache in
 2021-06-24 17:54 UTC  (5+ messages)
` [PATCH v5 for-next 3/3] IB/core: Obtain subnet_prefix from cache in IB devices

[PATCH 0/2] rr: nvme-pci: fix races and UAF
 2021-06-24 17:31 UTC  (3+ messages)
` [PATCH 1/2] nvme-pci: Fix multiple races in nvme_setup_io_queues()
` [PATCH 2/2] nvme-pci: Fix UAF introduced by nvme_dev_remove_admin()

Virtualizing MSI-X on IMS via VFIO
 2021-06-24 17:52 UTC  (5+ messages)

[PATCH RESEND x3 v9 1/9] iov_iter: add copy_struct_from_iter()
 2021-06-24 17:52 UTC  (12+ messages)

[PATCH V2] ARM: rmobile: beacon: Set CONFIG_RZ_G2 on Beacon boards
 2021-06-24 17:52 UTC 

[Phosphor-power] psu-ng: Add method to get PSU conf from D-Bus
 2021-06-24 17:50 UTC  (2+ messages)

[PATCH 0/7] perf: Add Sapphire Rapids server uncore support
 2021-06-24 17:49 UTC  (11+ messages)
` [PATCH 2/7] perf: Create a symlink for a PMU

[PATCH] libceph: set global_id as soon as we get an auth ticket
 2021-06-24 17:48 UTC  (5+ messages)

[PATCH rdma-rc v2] RDMA/core: Simplify addition of restrack object
 2021-06-24 17:48 UTC  (2+ messages)

[Patch v2 0/5] Introduce LMh driver for Qualcomm SoCs
 2021-06-24 17:48 UTC  (5+ messages)
` [Patch v2 1/5] firmware: qcom_scm: Introduce SCM calls to access LMh
` [Patch v2 2/5] thermal: qcom: Add support for LMh driver

[PATCH v3 00/20] NVMeTCP Offload ULP
 2021-06-24 17:24 UTC  (21+ messages)
` [PATCH v3 01/20] nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP
` [PATCH v3 02/20] nvme-fabrics: Move NVMF_ALLOWED_OPTS and NVMF_REQUIRED_OPTS definitions
` [PATCH v3 03/20] nvme-fabrics: Expose nvmf_check_required_opts() globally
` [PATCH v3 04/20] nvme-tcp-offload: Add device scan implementation
` [PATCH v3 05/20] nvme-tcp-offload: Add controller level implementation
` [PATCH v3 06/20] nvme-tcp-offload: Add controller level error recovery implementation
` [PATCH v3 07/20] nvme-tcp-offload: Add queue level implementation
` [PATCH v3 08/20] nvme-tcp-offload: Add IO "
` [PATCH v3 09/20] qedn: Add qedn - Marvell's NVMeTCP HW offload device driver
` [PATCH v3 10/20] qedn: Add qedn probe
` [PATCH v3 11/20] qedn: Add qedn_claim_dev API support
` [PATCH v3 12/20] qedn: Add IRQ and fast-path resources initializations
` [PATCH v3 13/20] qedn: Add connection-level slowpath functionality
` [PATCH v3 14/20] qedn: Add support of configuring HW filter block
` [PATCH v3 15/20] qedn: Add IO level qedn_send_req and fw_cq workqueue
` [PATCH v3 16/20] qedn: Add support of Task and SGL
` [PATCH v3 17/20] qedn: Add support of NVME ICReq & ICResp
` [PATCH v3 18/20] qedn: Add IO level fastpath functionality
` [PATCH v3 19/20] qedn: Add Connection and IO level recovery flows
` [PATCH v3 20/20] qedn: Add support of ASYNC

[PATCH V3] RDMA/siw: Convert siw_tx_hdt() to kmap_local_page()
 2021-06-24 17:48 UTC  (5+ messages)
` [PATCH V2] "
` [PATCH V4] "

[PATCH v2 1/2] memcg: switch lruvec stats to rstat
 2021-06-24 17:46 UTC  (6+ messages)
` [PATCH v2 2/2] memcg: periodically flush the memcg stats

Realtek 8139 problem on 486
 2021-06-24 17:56 UTC  (21+ messages)

pm/testing baseline: 73 runs, 1 regressions (pm-5.13-rc8-159-g3304616e985f)
 2021-06-24 17:44 UTC 

ALSA: scarlett2: Default on?
 2021-06-24 17:40 UTC  (2+ messages)

[PATCH 0/7] KVM: x86: guest MAXPHYADDR and C-bit fixes
 2021-06-24 17:39 UTC  (5+ messages)

[PATCH v31 05/13] mm/damon: Implement primitives for the virtual memory address spaces
 2021-06-24 17:38 UTC  (2+ messages)

[PATCH] printf.3: wfix
 2021-06-24 17:38 UTC 

[PATCH 00/47] GuC submission support
 2021-06-24 17:37 UTC  (7+ messages)
` [PATCH 01/47] drm/i915/guc: Relax CTB response timeout
    ` [Intel-gfx] "
` [PATCH 05/47] drm/i915/guc: Add stall timer to non blocking CTB send function
  ` [Intel-gfx] "

kmemleak memory scanning
 2021-06-24 17:36 UTC  (4+ messages)

[meta-rockchip][PATCH v2] console cleanup
 2021-06-24 17:36 UTC  (2+ messages)
` [yocto] "

[PATCH v4 00/10] Complementary changes for error handling
 2021-06-24 17:35 UTC  (5+ messages)
` [PATCH v4 01/10] scsi: ufs: Rename flags pm_op_in_progress and is_sys_suspended
` [PATCH v4 02/10] scsi: ufs: Add "

[igt-dev] [PATCH v5] tests/kms_vblank: Turn on hardware before testing invalid vblank
 2021-06-24 17:35 UTC 

[PATCH] nilfs2: remove redundant continue statement in a while-loop
 2021-06-24 17:34 UTC  (2+ messages)

devtool deploy-target with strip option: failed to preserve ownership #devtool #dunfell
 2021-06-24 17:34 UTC  (2+ messages)
` [yocto] "

[PATCH v1 1/1] migration: Unregister yank if migration setup fails
 2021-06-24 17:29 UTC  (4+ messages)

[PATCH 0/6] iommu: Enable devices to request non-strict DMA, starting with QCom SD/MMC
 2021-06-24 17:23 UTC  (7+ messages)

[BUG] arm64: an infinite loop in generic_perform_write()
 2021-06-24 17:24 UTC  (12+ messages)

memory leak in bpf
 2021-06-24 17:28 UTC  (11+ messages)

[PATCH 0/1] scsi: target: core: Fix sense key for invalid XCOPY request
 2021-06-24 17:27 UTC  (4+ messages)
` [PATCH 1/1] "

[Intel-gfx] [RFC PATCH 36/97] drm/i915/guc: Add non blocking CTB send function
 2021-06-24 17:25 UTC  (12+ messages)

[PATCH 0/3] fix max open zones handling when using multiple jobs
 2021-06-24 17:23 UTC  (4+ messages)
` [PATCH 1/3] zbd: create a local zbdi variable for f->zbd_info
` [PATCH 2/3] zbd: allow an unlimited global max open zones limit
` [PATCH 3/3] zbd: ensure that global max open zones limit is respected

[igt-dev] [PATCH] Add .vscode to gitignore
 2021-06-24 17:24 UTC 

[Intel-gfx] [V3] drm/i915/display: Fix state mismatch in drm infoframe
 2021-06-24 17:24 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/display: Fix state mismatch in drm infoframe (rev5)

[PATCH] openvpn: add CVE-2020-7224 and CVE-2020-27569 to allowlist
 2021-06-24 17:24 UTC  (2+ messages)
` [oe] "

[PATCH 0/4] net: phy: adin1100: Add initial support for ADIN1100 industrial PHY
 2021-06-24 17:23 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] net: phy: adin1100: Add ethtool get_stats support

[PATCH v1 1/1] i2c: parport: Switch to use module_parport_driver()
 2021-06-24 17:22 UTC  (2+ messages)

[PATCH v2 0/3] iommu: Enable non-strict DMA on QCom SD/MMC
 2021-06-24 17:17 UTC  (4+ messages)
` [PATCH v2 2/3] iommu/arm-smmu: Check for strictness after calling impl->init_context()
` [PATCH v2 3/3] mmc: sdhci-msm: Request non-strict IOMMU mode

[PATCH 0/6] xsm: refactoring xsm hooks
 2021-06-24 17:18 UTC  (6+ messages)
` [PATCH 3/6] xsm: enabling xsm to always be included


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.