All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-23 15:55:46 to 2021-03-23 16:16:53 UTC [more...]

[RFC v11 00/55] arm cleanup experiment for kvm-only build
 2021-03-23 15:46 UTC  (21+ messages)
` [RFC v11 11/55] target/arm: move physical address translation to cpu-mmu
` [RFC v11 12/55] target/arm: cpu-mmu: fix comment style
` [RFC v11 13/55] target/arm: split cpregs from tcg/helper.c
` [RFC v11 14/55] target/arm: cpregs: fix style (mostly just comments)
` [RFC v11 15/55] target/arm: move cpu definitions to common cpu module
` [RFC v11 16/55] target/arm: only perform TCG cpu and machine inits if TCG enabled
` [RFC v11 21/55] target/arm: move arm_mmu_idx* to cpu-mmu
` [RFC v11 22/55] target/arm: move sve_zcr_len_for_el to common_cpu
` [RFC v11 23/55] target/arm: move arm_sctlr away from tcg helpers
` [RFC v11 24/55] target/arm: move arm_cpu_list to common_cpu
` [RFC v11 25/55] target/arm: move aarch64_sync_32_to_64 (and vv) to cpu code
` [RFC v11 26/55] target/arm: split a15 cpu model and 32bit class functions to cpu32.c
` [RFC v11 28/55] target/arm: refactor exception and cpu code
` [RFC v11 30/55] target/arm: wrap call to aarch64_sve_change_el in tcg_enabled()
` [RFC v11 31/55] target/arm: remove kvm include file for PSCI and arm-powerctl
` [RFC v11 33/55] target/arm: cleanup cpu includes
` [RFC v11 34/55] target/arm: remove broad "else" statements when checking accels
` [RFC v11 36/55] tests: restrict TCG-only arm-cpu-features tests to TCG builds
` [RFC v11 39/55] tests: do not run qom-test on all machines for ARM KVM-only
` [RFC v11 40/55] Revert "target/arm: Restrict v8M IDAU to TCG"

fix nvme-tcp and nvme-rdma controller reset hangs when using multipath
 2021-03-23 16:15 UTC  (8+ messages)
` [PATCH 2/2] nvme-multipath: don't block on blk_queue_enter of the underlying device

[PATCH 4/4] PCI/sysfs: Allow userspace to query and set device reset mechanism
 2021-03-23 16:15 UTC  (13+ messages)

[PATCH v3 00/14] Embed struct vfio_device in all sub-structures
 2021-03-23 16:15 UTC  (15+ messages)
` [PATCH v3 01/14] vfio: Remove extra put/gets around vfio_device->group
` [PATCH v3 02/14] vfio: Simplify the lifetime logic for vfio_device
` [PATCH v3 03/14] vfio: Split creation of a vfio_device into init and register ops
` [PATCH v3 04/14] vfio/platform: Use vfio_init/register/unregister_group_dev
` [PATCH v3 05/14] vfio/fsl-mc: Re-order vfio_fsl_mc_probe()
` [PATCH v3 06/14] vfio/fsl-mc: Use vfio_init/register/unregister_group_dev
` [PATCH v3 07/14] vfio/pci: Move VGA and VF initialization to functions
` [PATCH v3 08/14] vfio/pci: Re-order vfio_pci_probe()
` [PATCH v3 09/14] vfio/pci: Use vfio_init/register/unregister_group_dev
` [PATCH v3 10/14] vfio/mdev: "
` [PATCH v3 11/14] vfio/mdev: Make to_mdev_device() into a static inline
` [PATCH v3 12/14] vfio: Make vfio_device_ops pass a 'struct vfio_device *' instead of 'void *'
` [PATCH v3 13/14] vfio/pci: Replace uses of vfio_device_data() with container_of
` [PATCH v3 14/14] vfio: Remove device_data from the vfio bus driver API

[ANNOUNCE] Xen 4.15 - release status, branching tomorrow
 2021-03-23 16:15 UTC  (2+ messages)

[PATCH 0/5] nfs: Add mount option for forcing RPC requests for one file over one connection
 2021-03-23 16:14 UTC  (4+ messages)

[PATCH] drivers/media/usb/gspca/stv06xx: fix memory leak
 2021-03-23 16:13 UTC  (2+ messages)

[PATCH] amdgpu: fix gcc -Wrestrict warning
 2021-03-23 15:57 UTC  (4+ messages)

[RFC PATCH 1/2] ima: don't access a file's integrity status before an IMA policy is loaded
 2021-03-23 16:13 UTC  (11+ messages)
` [RFC PATCH 2/2] integrity: double check iint_cache was initialized

[PATCH 0/1] btrfs-progs: build system - do not use AC_DEFINE twice
 2021-03-23 16:11 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v1] xfs: return err code if xfs_buf_associate_memory fail
 2021-03-23 16:13 UTC  (2+ messages)

[PATCH next 1/2] mfd: Add Renesas Synchronization Management Unit (SMU) support
 2021-03-23 16:12 UTC 

[PATCH] cobalt: fix initial EDID
 2021-03-23 16:12 UTC 

[PATCH v9 00/70] drm/i915: Remove obj->mm.lock!
 2021-03-23 16:12 UTC  (74+ messages)
` [PATCH v9 01/70] drm/i915: Do not share hwsp across contexts any more, v8
` [PATCH v9 02/70] drm/i915: Pin timeline map after first timeline pin, v4
` [PATCH v9 03/70] drm/i915: Move cmd parser pinning to execbuffer
` [PATCH v9 04/70] drm/i915: Add missing -EDEADLK handling to execbuf pinning, v2
` [PATCH v9 05/70] drm/i915: Ensure we hold the object mutex in pin correctly
` [PATCH v9 06/70] drm/i915: Add gem object locking to madvise
` [PATCH v9 07/70] drm/i915: Move HAS_STRUCT_PAGE to obj->flags
` [PATCH v9 08/70] drm/i915: Rework struct phys attachment handling
` [PATCH v9 09/70] drm/i915: Convert i915_gem_object_attach_phys() to ww locking, v2
` [PATCH v9 10/70] drm/i915: make lockdep slightly happier about execbuf
` [PATCH v9 11/70] drm/i915: Disable userptr pread/pwrite support
` [PATCH v9 12/70] drm/i915: No longer allow exporting userptr through dma-buf
` [PATCH v9 13/70] drm/i915: Reject more ioctls for userptr, v2
` [PATCH v9 14/70] drm/i915: Reject UNSYNCHRONIZED "
` [PATCH v9 15/70] drm/i915: Make compilation of userptr code depend on MMU_NOTIFIER
` [PATCH v9 16/70] drm/i915: Fix userptr so we do not have to worry about obj->mm.lock, v7
` [PATCH v9 17/70] drm/i915: Flatten obj->mm.lock
` [PATCH v9 18/70] drm/i915: Populate logical context during first pin
` [PATCH v9 19/70] drm/i915: Make ring submission compatible with obj->mm.lock removal, v2
` [PATCH v9 20/70] drm/i915: Handle ww locking in init_status_page
` [PATCH v9 21/70] drm/i915: Rework clflush to work correctly without obj->mm.lock
` [PATCH v9 22/70] drm/i915: Pass ww ctx to intel_pin_to_display_plane
` [PATCH v9 23/70] drm/i915: Add object locking to vm_fault_cpu
` [PATCH v9 24/70] drm/i915: Move pinning to inside engine_wa_list_verify()
` [PATCH v9 25/70] drm/i915: Take reservation lock around i915_vma_pin
` [PATCH v9 26/70] drm/i915: Make lrc_init_wa_ctx compatible with ww locking, v3
` [PATCH v9 27/70] drm/i915: Make __engine_unpark() compatible with ww locking
` [PATCH v9 28/70] drm/i915: Take obj lock around set_domain ioctl
` [PATCH v9 29/70] drm/i915: Defer pin calls in buffer pool until first use by caller
` [PATCH v9 30/70] drm/i915: Fix pread/pwrite to work with new locking rules
` [PATCH v9 31/70] drm/i915: Fix workarounds selftest, part 1
` [PATCH v9 32/70] drm/i915: Prepare for obj->mm.lock removal, v2
` [PATCH v9 33/70] drm/i915: Add igt_spinner_pin() to allow for ww locking around spinner
` [PATCH v9 34/70] drm/i915: Add ww locking around vm_access()
` [PATCH v9 35/70] drm/i915: Increase ww locking for perf
` [PATCH v9 36/70] drm/i915: Lock ww in ucode objects correctly
` [PATCH v9 37/70] drm/i915: Add ww locking to dma-buf ops, v2
` [PATCH v9 38/70] drm/i915: Add missing ww lock in intel_dsb_prepare
` [PATCH v9 39/70] drm/i915: Fix ww locking in shmem_create_from_object
` [PATCH v9 40/70] drm/i915: Use a single page table lock for each gtt
` [PATCH v9 41/70] drm/i915/selftests: Prepare huge_pages testcases for obj->mm.lock removal
` [PATCH v9 42/70] drm/i915/selftests: Prepare client blit "
` [PATCH v9 43/70] drm/i915/selftests: Prepare coherency tests "
` [PATCH v9 44/70] drm/i915/selftests: Prepare context "
` [PATCH v9 45/70] drm/i915/selftests: Prepare dma-buf "
` [PATCH v9 46/70] drm/i915/selftests: Prepare execbuf "
` [PATCH v9 47/70] drm/i915/selftests: Prepare mman testcases "
` [PATCH v9 48/70] drm/i915/selftests: Prepare object tests "
` [PATCH v9 49/70] drm/i915/selftests: Prepare object blit "
` [PATCH v9 50/70] drm/i915/selftests: Prepare igt_gem_utils "
` [PATCH v9 51/70] drm/i915/selftests: Prepare context selftest "
` [PATCH v9 52/70] drm/i915/selftests: Prepare hangcheck "
` [PATCH v9 53/70] drm/i915/selftests: Prepare execlists and lrc selftests "
` [PATCH v9 54/70] drm/i915/selftests: Prepare mocs tests "
` [PATCH v9 55/70] drm/i915/selftests: Prepare ring submission "
` [PATCH v9 56/70] drm/i915/selftests: Prepare timeline tests "
` [PATCH v9 57/70] drm/i915/selftests: Prepare i915_request "
` [PATCH v9 58/70] drm/i915/selftests: Prepare memory region "
` [PATCH v9 59/70] drm/i915/selftests: Prepare cs engine "
` [PATCH v9 60/70] drm/i915/selftests: Prepare gtt "
` [PATCH v9 61/70] drm/i915: Finally remove obj->mm.lock
` [PATCH v9 62/70] drm/i915: Keep userpointer bindings if seqcount is unchanged, v2
` [PATCH v9 63/70] drm/i915: Move gt_revoke() slightly
` [PATCH v9 64/70] drm/i915: Add missing -EDEADLK path in execbuffer ggtt pinning
` [PATCH v9 65/70] drm/i915: Fix pin_map in scheduler selftests
` [PATCH v9 66/70] drm/i915: Add ww parameter to get_pages() callback
` [PATCH v9 67/70] drm/i915: Add ww context to prepare_(read/write)
` [PATCH v9 68/70] drm/i915: Pass ww ctx to pin_map
` [PATCH v9 69/70] drm/i915: Pass ww ctx to i915_gem_object_pin_pages
` [PATCH v9 70/70] drm/i915: Remove asynchronous vma binding
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Remove obj->mm.lock! (rev18)
` [Intel-gfx] ✗ Fi.CI.SPARSE: "
` [Intel-gfx] ✗ Fi.CI.DOCS: "

Adding movable PCIe BARs support in snd_hda_intel
 2021-03-23 16:11 UTC  (6+ messages)

[kvm-unit-tests PATCH v2 0/4] Fix the devicetree parser for stdout-path
 2021-03-23 16:11 UTC  (7+ messages)
` [kvm-unit-tests PATCH v2 1/4] lib/string: Add strnlen, strrchr and strtoul

[PATCH V2] arm64: dts: qcom: sc7280: Add nodes for eMMC and SD card
 2021-03-23 16:11 UTC  (2+ messages)

[PATCH v8] drivers/misc: sysgenid: add system generation id driver
 2021-03-23 16:10 UTC  (5+ messages)

[PATCH net-next 0/6] page_pool: recycle buffers
 2021-03-23 16:10 UTC  (5+ messages)

[PATCH] mm: memcontrol: fix memsw uncharge for root_mem_cgroup
 2021-03-23 16:11 UTC  (2+ messages)

[PATCH RFC 0/9] A rendezvous module
 2021-03-23 16:07 UTC  (20+ messages)

[dpdk-dev] [PATCH] net/vmxnet3: build on Windows
 2021-03-23 16:11 UTC  (2+ messages)

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-23 16:08 UTC  (11+ messages)
` [PATCH v3 02/10] fsdax: Factor helper: dax_fault_actor()
    ` [Ocfs2-devel] "
` [PATCH v3 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v3 04/10] fsdax: Introduce dax_iomap_cow_copy()
    ` [Ocfs2-devel] "

[PATCH] perf tools: Fix various typos in comments
 2021-03-23 16:10 UTC  (3+ messages)
` [PATCH, -v2] "

[PATCH v2] btrfs-progs: qgroup: remove outdated comment
 2021-03-23 16:09 UTC 

[RFC PATCH] perfbook/papersize: ebook reader size support
 2021-03-23 16:10 UTC  (5+ messages)

[PATCH] KVM: nSVM: Additions to optimizing L12 to L2 vmcb.save copies
 2021-03-23 16:08 UTC  (2+ messages)

[PATCH V2] xfs_logprint: Fix buffer overflow printing quotaoff
 2021-03-23 16:08 UTC  (2+ messages)

[PATCH v2] IB/mlx5: Reduce max order of memory allocated for xlt update
 2021-03-23 16:07 UTC  (2+ messages)

SAMA5D3 Xplained: SPL broken after panic added to /lib/time.c:94
 2021-03-23 16:08 UTC  (6+ messages)

[Intel-gfx] [PATCH i-g-t] scripts/trace.pl: Remove the tool
 2021-03-23 16:08 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] linux-yocto/5.10: update qemuriscv32 v5.10.23
 2021-03-23 16:07 UTC  (6+ messages)
` [OE-core] "

[PATCH] vfs: allow stacked ->get_acl() in RCU lookup
 2021-03-23 16:06 UTC 

[PATCH v3 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()
 2021-03-23 16:06 UTC  (11+ messages)

[RFC PATCH 0/2] mm,drm/ttm: Always block GUP to TTM pages
 2021-03-23 16:06 UTC  (6+ messages)
` [RFC PATCH 2/2] mm,drm/ttm: Use VM_PFNMAP for TTM vmas

[PATCH] ftrace: shut up -Wcast-function-type warning for ftrace_ops_no_ops
 2021-03-23 16:05 UTC  (5+ messages)

[PATCH] tracing: Fix various typos in comments
 2021-03-23 16:06 UTC  (4+ messages)
  ` [PATCH, -v2] "

[PATCHv3 0/6] media: uvcvideo: implement UVC 1.5 ROI
 2021-03-23 16:05 UTC  (5+ messages)
` [PATCHv3 2/6] media: v4l UAPI: document ROI selection targets
` [PATCHv3 3/6] media: v4l UAPI: add ROI auto-controls flags

[PATCH RESEND] PCI: dwc: Fix MSI not work after resume
 2021-03-23 16:04 UTC  (2+ messages)

[dpdk-dev] [PATCH] port: add ring SWX port
 2021-03-23 16:06 UTC  (2+ messages)

[PATCH v2 1/2] staging: rtl8192e: Fix incorrect source in memcpy()
 2021-03-23 13:58 UTC  (2+ messages)

[PATCH 0/9] drm/tegra: Various improvements
 2021-03-23 16:04 UTC  (6+ messages)
` [PATCH 1/9] drm/fourcc: Add macro to check for the modifier vendor
` [PATCH 8/9] drm/tegra: Count number of display controllers at runtime
` [PATCH 9/9] drm/tegra: Support sector layout on Tegra194

[PATCH next-queue v3 0/3] igc: Add support for PCIe PTM
 2021-03-23 16:01 UTC  (4+ messages)
` [PATCH next-queue v3 1/3] Revert "PCI: Make pci_enable_ptm() private"
    ` [Intel-wired-lan] "

[PATCH v3 0/4] Fixes to bridge/panel and ingenic-drm
 2021-03-23 16:03 UTC  (4+ messages)

set_page_dirty variants
 2021-03-23 15:41 UTC  (2+ messages)

[dpdk-dev] [PATCH v1] sched : Initialize tc ov watermark
 2021-03-23 16:02 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[dunfell PATCH] layer.conf: remove releases before dunfell as compatible
 2021-03-23 16:02 UTC 

[PATCH v5 00/27] Memory Folios
 2021-03-23 15:50 UTC  (3+ messages)

[PATCH] [v2] static_call: fix function type mismatch
 2021-03-23 15:49 UTC  (4+ messages)
` [tip: locking/core] static_call: Fix "

[PATCH] drm/amd/display: Use DRM_DEBUG_DP
 2021-03-23 16:01 UTC  (3+ messages)

[PATCH] powercap/drivers/dtpm: Add dtpm devfreq with energy model support
 2021-03-23 16:00 UTC  (4+ messages)

[PATCH 0/3 v5] Introduce a bulk order-0 page allocator
 2021-03-23 16:00 UTC  (3+ messages)
` [PATCH 2/3] mm/page_alloc: Add a bulk "

[PATCH] xen: Create EFI_VENDOR directory
 2021-03-23 15:58 UTC  (10+ messages)

[cip-dev] cip/linux-4.19.y-cip sleep: 3 runs, 1 regressions (v4.19.182-cip45-40-g0e469137cd784) #kernelci
 2021-03-23 15:59 UTC 

[PATCH RFC v2 0/8] Add support for synchronous signals on perf events
 2021-03-23 15:58 UTC  (8+ messages)
` [PATCH RFC v2 8/8] selftests/perf: Add kselftest for remove_on_exec

[PATCH] block: clear GD_NEED_PART_SCAN later in bdev_disk_changed
 2021-03-23 15:58 UTC  (2+ messages)

[RFC PATCH v5 00/10] KVM: selftests: some improvement and a new test for kvm page table
 2021-03-23 15:58 UTC  (2+ messages)

[PATCH] PM / EM: postpone creating the debugfs dir till fs_initcall
 2021-03-23 15:57 UTC  (3+ messages)

[PATCH] i2c: tegra: bpmp: Implement better error handling
 2021-03-23 15:57 UTC 

[PATCH v4 0/3] CET fix patches for nested guest
 2021-03-23 15:56 UTC  (6+ messages)
` [PATCH v4 1/3] KVM: nVMX: Sync L2 guest CET states between L1/L2

[PATCH 00/28] qapi: Enforce naming rules
 2021-03-23 15:47 UTC  (3+ messages)
` [PATCH 27/28] qapi: Enforce enum member "

[PATCH v3 0/6] Default request/fence expiry + watchdog
 2021-03-23 15:56 UTC  (4+ messages)
` [PATCH 5/6] drm/i915: Fail too long user submissions by default
  ` [Intel-gfx] "

[PATCH 0/6] clk: Ingenic JZ4760(B) support
 2021-03-23 15:55 UTC  (6+ messages)
` [PATCH 6/6] clk: ingenic: Add support for the JZ4760

[PATCH v30 00/12] Landlock LSM
 2021-03-23 15:55 UTC  (4+ messages)
` [PATCH v30 07/12] landlock: Support filesystem access-control

[PATCH v9 0/2] Add encoder ctrls for long term reference
 2021-03-23 15:54 UTC  (3+ messages)
` [PATCH v9 1/2] media: v4l2-ctrl: add controls "
` [PATCH v9 2/2] venus: venc: Add support for Long Term Reference (LTR) controls


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.