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

[RFC PATCH 00/13] blobs: Only install required (system emulation) files
 2021-03-23 15:51 UTC  (2+ messages)
` [RFC PATCH 09/13] blobs: Only install firmware blobs if riscv system targets are built

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

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

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

[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] powercap/drivers/dtpm: Add dtpm devfreq with energy model support
 2021-03-23 15:56 UTC  (2+ messages)

[PATCH 00/28] qapi: Enforce naming rules
 2021-03-23 15:47 UTC  (10+ messages)
` [PATCH 06/28] tests/qapi-schema: Tweak to demonstrate buggy member name check
` [PATCH 25/28] tests/qapi-schema: Switch member name clash test to struct
` [PATCH 26/28] qapi: Enforce struct member naming rules
` [PATCH 27/28] qapi: Enforce enum "

[RFC v11 00/55] arm cleanup experiment for kvm-only build
 2021-03-23 15:46 UTC  (9+ messages)
` [RFC v11 08/55] target/arm: tcg: split m_helper user-only and sysemu-only parts
` [RFC v11 09/55] target/arm: only build psci for TCG
` [RFC v11 10/55] target/arm: split off cpu-sysemu.c
` [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 17/55] target/arm: kvm: add stubs for some helpers
` [RFC v11 18/55] target/arm: move cpsr_read, cpsr_write to cpu_common
` [RFC v11 19/55] target/arm: add temporary stub for arm_rebuild_hflags

[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 0/9] drm/tegra: Various improvements
 2021-03-23 15:54 UTC  (20+ messages)
` [PATCH 1/9] drm/fourcc: Add macro to check for the modifier vendor
` [PATCH 2/9] drm/tegra: dc: Inherit DMA mask
` [PATCH 3/9] drm/tegra: dc: Parameterize maximum resolution
` [PATCH 4/9] drm/tegra: dc: Implement hardware cursor on Tegra186 and later
` [PATCH 5/9] drm/tegra: fb: Add diagnostics for framebuffer modifiers
` [PATCH 6/9] drm/tegra: gem: Add a clarifying comment
` [PATCH 7/9] gpu: host1x: Add early init and late exit callbacks
` [PATCH 8/9] drm/tegra: Count number of display controllers at runtime
` [PATCH 9/9] drm/tegra: Support sector layout on Tegra194

[PATCH v3 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-23 15:54 UTC  (8+ messages)
` [PATCH v3 01/10] fsdax: Factor helpers to simplify dax fault code
  ` [Ocfs2-devel] "
` [PATCH v3 03/10] fsdax: Output address in dax_iomap_pfn() and rename it
    ` [Ocfs2-devel] "
` [Ocfs2-devel] [PATCH v3 00/10] fsdax, xfs: Add reflink&dedupe support for fsdax

[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

[RFC PATCH v2 0/8] ACPI/IORT: Support for IORT RMR node
 2021-03-23 15:53 UTC  (8+ messages)
` [RFC PATCH v2 1/8] ACPICA: IORT: Update for revision E
        ` [Devel] "

[dpdk-dev] [RFC PATCH] log: track log level changes
 2021-03-23 15:54 UTC  (4+ messages)
` [dpdk-dev] [PATCH 0/3] Track "
  ` [dpdk-dev] [PATCH 3/3] eal: fix evaluation of log level option
    ` [dpdk-dev] [dpdk-stable] "

[PATCH v3 0/8] usb: Check for genXxY on host
 2021-03-23 15:53 UTC  (4+ messages)

[dpdk-dev] [PATCH 1/3] Add EAL threads API
 2021-03-23 15:53 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2 00/10] eal: Add new API for threading
  ` [dpdk-dev] [PATCH v2 01/10] eal: add thread id and simple thread functions

[PATCH v4 00/46] KVM: PPC: Book3S: C-ify the P9 entry/exit code
 2021-03-23 15:53 UTC  (4+ messages)
` [PATCH v4 44/46] KVM: PPC: Book3S HV P9: implement hash guest support

[PATCH 0/1] btrfs-progs: libbtrfsutil: Relicense to LGPLv2.1+
 2021-03-23 15:50 UTC  (2+ messages)

[PATCH V6 00/13] xfs: Tests to verify inode fork extent count overflow detection
 2021-03-23 15:51 UTC  (4+ messages)
` [PATCH V6 05/13] xfs: Check for extent overflow when growing realtime bitmap/summary inodes

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

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

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

[dm-devel] [PATCH] dm-integrity - add the "reset_recalculate" flag
 2021-03-23 15:50 UTC  (3+ messages)
` [dm-devel] "

[PATCH v7] add support for pci in the pvpanic driver
 2021-03-23 15:50 UTC  (3+ messages)
` [PATCH v7 1/3] misc/pvpanic: split-up generic and platform dependent code

[master][PATCH] layer.conf: Add hardknott to compatible release branches
 2021-03-23 15:49 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.02.x] package/batman-adv: fix compile with BR2_PACKAGE_BATMAN_ADV_BATMAN_V disabled
 2021-03-23 15:48 UTC 

[virtio-comment] [RFC PATCH v4] virtio-vsock: use C style defines for constants
 2021-03-23 15:48 UTC 

[PATCH net-next 0/6] page_pool: recycle buffers
 2021-03-23 15:47 UTC  (3+ messages)

[PATCH] powerpc: Switch to relative jump labels
 2021-03-23 15:47 UTC  (2+ messages)

[Buildroot] [git commit branch/2021.02.x] package/batman-adv: fix compile with BR2_PACKAGE_BATMAN_ADV_BATMAN_V disabled
 2021-03-23 15:48 UTC 

[PATCH] tests/migration: fix parameter of auto-converge migration
 2021-03-23 15:43 UTC 

[dpdk-dev] [PATCH 0/3] add lookaside IPsec UDP encapsulation and transport mode
 2021-03-23 15:46 UTC  (7+ messages)
` [dpdk-dev] [PATCH 2/3] examples/ipsec-secgw: add UDP encapsulation support

[PATCH v4 2/2] usbip: tools: add usage of device mode in usbip_list.c
 2021-03-23 15:45 UTC  (2+ messages)

[PATCH v2 00/10] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-03-13 22:00 UTC  (8+ messages)
        ` [Ocfs2-devel] [PATCH v2 00/10] fsdax, xfs: "

[PATCH v3 00/25] KVM SGX virtualization support
 2021-03-23 15:45 UTC  (11+ messages)
` [PATCH v3 03/25] x86/sgx: Wipe out EREMOVE from sgx_free_epc_page()

[PATCH v7 0/8] idxd 'struct device' lifetime handling fixes
 2021-03-23 15:44 UTC  (4+ messages)

[PATCH] drm/ttm: stop warning on TT shrinker failure
 2021-03-23 15:45 UTC  (14+ messages)

[kas:kvm-unmapped-poison 7/7] arch/s390/kvm/../../../virt/kvm/kvm_main.c:2873:7: error: implicit declaration of function 'TestClearPageHWPoison'
 2021-03-23 15:44 UTC 

[PATCH 00/23] userfaultfd-wp: Support shmem and hugetlbfs
 2021-03-23 15:43 UTC  (7+ messages)
` [PATCH 02/23] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH 07/23] mm: Introduce zap_details.zap_flags

[PATCH] btrfs-progs: qgroup: remove outdated comment
 2021-03-23 15:43 UTC  (3+ messages)

[PATCH 1/2] drm/amdgpu: use zero as start for dummy resource walks
 2021-03-23 15:42 UTC  (3+ messages)
` [PATCH 2/2] drm/amdgpu: re-apply "use the new cursor in the VM code""

[PATCH v4] grub: upgrade 2.04 -> 2.06~rc1
 2021-03-23 15:41 UTC  (4+ messages)
` [OE-core] "

[PATCH v2 for-5.13 0/7] ctx wide rsrc nodes
 2021-03-23 15:36 UTC  (8+ messages)
` [PATCH v2 1/7] io_uring: name rsrc bits consistently
` [PATCH v2 2/7] io_uring: simplify io_rsrc_node_ref_zero
` [PATCH v2 3/7] io_uring: use rsrc prealloc infra for files reg
` [PATCH v2 4/7] io_uring: encapsulate rsrc node manipulations
` [PATCH v2 5/7] io_uring: move rsrc_put callback into io_rsrc_data
` [PATCH v2 6/7] io_uring: refactor io_queue_rsrc_removal()
` [PATCH v2 7/7] io_uring: ctx-wide rsrc nodes

Re:Re: [PATCH] mmc: block: use REQ_HIPRI flag to complete request directly in own complete workqueue
 2021-03-23 15:40 UTC 

[dpdk-dev] [PATCH 0/2] meson build fixes for hns3
 2021-03-23 15:40 UTC  (6+ messages)
` [dpdk-dev] [PATCH V2 0/4] add Hisilicon kunpeng CPU support
  ` [dpdk-dev] [PATCH V2 1/4] config/arm: add Hisilicon kunpeng920 implementer

[PULL 0/5] Ui 20210323 patches
 2021-03-23 15:36 UTC  (6+ messages)
` [PULL 1/5] crypto: add reload for QCryptoTLSCredsClass
` [PULL 2/5] vnc: support reload x509 certificates for vnc
` [PULL 3/5] qmp: add new qmp display-reload
` [PULL 4/5] include/ui/console.h: Delete is_surface_bgr()
` [PULL 5/5] edid: prefer standard timings

[PATCH] blk-mq: Fix races between iterating over requests and freeing requests
 2021-03-23 15:39 UTC  (3+ messages)

xen/evtchn: Dom0 boot hangs using preempt_rt kernel 5.10
 2021-03-23 15:39 UTC  (8+ messages)

[PATCH] x86: turn off -fcf-protection for realmode
 2021-03-23 15:38 UTC  (2+ messages)
` [tip: x86/urgent] x86/build: Turn off -fcf-protection for realmode targets

[PATCH v3 1/2] driver core: clear deferred probe reason on probe retry
 2021-03-23 15:37 UTC  (2+ messages)
` [PATCH v3 2/2] driver core: add helper for deferred probe reason setting

[PATCH net-next] page_pool: let the compiler optimize and inline core functions
 2021-03-23 15:36 UTC  (3+ messages)

[PATCH v2 1/7] usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits()
 2021-03-23 15:36 UTC  (7+ messages)
` [PATCH v2 2/7] usb: gadget: pch_udc: Check if driver is present before calling ->setup()
` [PATCH v2 3/7] usb: gadget: pch_udc: Check for DMA mapping error
` [PATCH v2 4/7] usb: gadget: pch_udc: Move pch_udc_init() to satisfy kernel doc
` [PATCH v2 5/7] usb: gadget: pch_udc: Revert d3cb25a12138 completely
` [PATCH v2 6/7] usb: gadget: pch_udc: Initialize device pointer before use
` [PATCH v2 7/7] usb: gadget: pch_udc: Provide a GPIO line used on Intel Minnowboard (v1)


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.