All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-24 15:58:33 to 2021-09-24 16:36:59 UTC [more...]

[RFC][PATCHSET 00/23] rework/optimise submission+completion paths
 2021-09-24 16:32 UTC  (24+ messages)
` [PATCH 01/23] io_uring: mark having different creds unlikely
` [PATCH 02/23] io_uring: force_nonspin
` [PATCH 03/23] io_uring: make io_do_iopoll return number of reqs
` [PATCH 04/23] io_uring: use slist for completion batching
` [PATCH 05/23] io_uring: remove allocation cache array
` [PATCH 06/23] io-wq: add io_wq_work_node based stack
` [PATCH 07/23] io_uring: replace list with stack for req caches
` [PATCH 08/23] io_uring: split iopoll loop
` [PATCH 09/23] io_uring: use single linked list for iopoll
` [PATCH 10/23] io_uring: add a helper for batch free
` [PATCH 11/23] io_uring: convert iopoll_completed to store_release
` [PATCH 12/23] io_uring: optimise batch completion
` [PATCH 13/23] io_uring: inline completion batching helpers
` [PATCH 14/23] io_uring: don't pass tail into io_free_batch_list
` [PATCH 15/23] io_uring: don't pass state to io_submit_state_end
` [PATCH 16/23] io_uring: deduplicate io_queue_sqe() call sites
` [PATCH 17/23] io_uring: remove drain_active check from hot path
` [PATCH 18/23] io_uring: split slow path from io_queue_sqe
` [PATCH 19/23] io_uring: inline hot path of __io_queue_sqe()
` [PATCH 20/23] io_uring: reshuffle queue_sqe completion handling
` [PATCH 21/23] io_uring: restructure submit sqes to_submit checks
` [PATCH 22/23] io_uring: kill off ->inflight_entry field
` [PATCH 23/23] io_uring: comment why inline complete calls io_clean_op()

[PATCH v4 0/2] irqchip/mchp-eic: add driver for Microchip EIC
 2021-09-24 16:34 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: microchip,eic: add bindings
` [PATCH v4 2/2] irqchip/mchp-eic: add support

user/group XXX does not exist, using root with RPM/DNF packaging in Hardknott and Honister
 2021-09-24 16:36 UTC  (3+ messages)
  ` [OE-core] "

[PATCH 0/3] can: rcar_canfd: Add support for V3U flavor
 2021-09-24 16:34 UTC  (3+ messages)
` [PATCH 1/3] can: rcar_canfd: Add support for r8a779a0 SoC

[PATCH v3 bpf-next 1/5] bpf: Add bloom filter map implementation
 2021-09-24 16:32 UTC  (15+ messages)

[PATCH v3 0/2] irqchip/mchp-eic: add driver for Microchip EIC
 2021-09-24 16:32 UTC  (8+ messages)
` [PATCH v3 1/2] dt-bindings: microchip,eic: add bindings
` [PATCH v3 2/2] irqchip/mchp-eic: add support

[PATCH] ARM: dts: BCM5301X: Add DT for Asus RT-AC88U
 2021-09-24 16:32 UTC  (7+ messages)

[PATCH v3 00/31] KVM: x86: pass arguments on the page fault path via struct kvm_page_fault
 2021-09-24 16:31 UTC  (32+ messages)
` [PATCH v3 01/31] KVM: MMU: pass unadulterated gpa to direct_page_fault
` [PATCH v3 02/31] KVM: MMU: Introduce struct kvm_page_fault
` [PATCH v3 03/31] KVM: MMU: change mmu->page_fault() arguments to kvm_page_fault
` [PATCH v3 04/31] KVM: MMU: change direct_page_fault() "
` [PATCH v3 05/31] KVM: MMU: change page_fault_handle_page_track() "
` [PATCH v3 06/31] KVM: MMU: change kvm_faultin_pfn() "
` [PATCH v3 07/31] KVM: MMU: change handle_abnormal_pfn() "
` [PATCH v3 08/31] KVM: MMU: change __direct_map() "
` [PATCH v3 09/31] KVM: MMU: change FNAME(fetch)() "
` [PATCH v3 10/31] KVM: MMU: change kvm_tdp_mmu_map() "
` [PATCH v3 11/31] KVM: MMU: change tdp_mmu_map_handle_target_level() "
` [PATCH v3 12/31] KVM: MMU: change fast_page_fault() "
` [PATCH v3 13/31] KVM: MMU: change kvm_mmu_hugepage_adjust() "
` [PATCH v3 14/31] KVM: MMU: change disallowed_hugepage_adjust() "
` [PATCH v3 15/31] KVM: MMU: change tracepoints "
` [PATCH v3 16/31] KVM: x86/mmu: Verify shadow walk doesn't terminate early in page faults
` [PATCH v3 17/31] KVM: x86/mmu: Fold rmap_recycle into rmap_add
` [PATCH v3 18/31] KVM: MMU: mark page dirty in make_spte
` [PATCH v3 19/31] KVM: MMU: unify tdp_mmu_map_set_spte_atomic and tdp_mmu_set_spte_atomic_no_dirty_log
` [PATCH v3 20/31] KVM: x86/mmu: Pass the memslot around via struct kvm_page_fault
` [PATCH v3 21/31] KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_track
` [PATCH v3 22/31] KVM: MMU: inline set_spte in mmu_set_spte
` [PATCH v3 23/31] KVM: MMU: inline set_spte in FNAME(sync_page)
` [PATCH v3 24/31] KVM: MMU: clean up make_spte return value
` [PATCH v3 25/31] KVM: MMU: remove unnecessary argument to mmu_set_spte
` [PATCH v3 26/31] KVM: MMU: set ad_disabled in TDP MMU role
` [PATCH v3 27/31] KVM: MMU: pass kvm_mmu_page struct to make_spte
` [PATCH v3 28/31] KVM: MMU: pass struct kvm_page_fault to mmu_set_spte
` [PATCH v3 29/31] KVM: x86/mmu: Avoid memslot lookup in rmap_add
` [PATCH v3 30/31] KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pages
` [PATCH v3 31/31] KVM: MMU: make spte an in-out argument in make_spte

ALSA kernel projects - for academic purposes
 2021-09-24 16:32 UTC  (4+ messages)

[PATCHv1] ACPI: processor idle: Allow playing dead in C3 state
 2021-09-24 16:31 UTC  (2+ messages)

[PATCH 0/3] fs/ntfs3: Refactoring of xattr.c
 2021-09-24 16:31 UTC  (5+ messages)
` [PATCH 1/3] fs/ntfs3: Use available posix_acl_release instead of ntfs_posix_acl_release
` [PATCH 2/3] fs/ntfs3: Remove locked argument in ntfs_set_ea
` [PATCH 3/3] fs/ntfs3: Refactoring of ntfs_set_ea

[PATCH V3 0/2] dt-bindings: remoteproc: k3-r5f|dsp: Remove
 2021-09-24 16:29 UTC  (6+ messages)
` [PATCH V3 2/2] dt-bindings: remoteproc: k3-dsp: Remove board-specific compatible from DT example

Xen Rust VirtIO demos work breakdown for Project Stratos
 2021-09-24 16:02 UTC 

plumbers MC youtube live feed
 2021-09-24 16:29 UTC 

[Buildroot] [PATCH 1/1] package/cryptopp: security bump to version 8.6.0
 2021-09-24 16:28 UTC 

[PATCH v3 00/30] LoongArch64 port of QEMU TCG
 2021-09-24 16:26 UTC  (6+ messages)
` [PATCH v3 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi

[PATCH v2 0/2] thermal: int340x: fix tcc offset on resume
 2021-09-24 16:27 UTC  (3+ messages)
` [PATCH v2 1/2] thermal: int340x: do not set a wrong "

[Accel-config] Re: [PATCH v2 1/1] accel-config/dsa_test: Add device and wq selection for test
 2021-09-24 16:26 UTC 

[PATCH] io_uring: kill extra checks in io_write()
 2021-09-24 16:26 UTC  (2+ messages)

[PATCH v5 00/10] VP9 codec V4L2 control interface
 2021-09-24 16:23 UTC  (5+ messages)
` [PATCH v5 05/10] media: uapi: Add VP9 stateless decoder controls

[PATCH linux dev-5.14] ARM: dts: aspeed: rainier and everest: Remove PCA gpio specification
 2021-09-24 16:24 UTC  (2+ messages)

[Buildroot] [PATCH] boot/arm-trusted-firmware: point LICENSE_FILES to correct file
 2021-09-24 16:23 UTC 

[PATCH] ACPI: Kconfig: Fix a typo in Kconfig
 2021-09-24 16:23 UTC  (2+ messages)

[Intel-gfx] [PATCH 01/27] dma-buf: add dma_resv_for_each_fence_unlocked v6
 2021-09-24 15:31 UTC  (27+ messages)
` [Intel-gfx] [PATCH 02/27] dma-buf: add dma_resv_for_each_fence
` [Intel-gfx] [PATCH 03/27] dma-buf: add dma_resv selftest
` [Intel-gfx] [PATCH 04/27] dma-buf: use new iterator in dma_resv_copy_fences
` [Intel-gfx] [PATCH 05/27] dma-buf: use new iterator in dma_resv_get_fences v3
` [Intel-gfx] [PATCH 06/27] dma-buf: use new iterator in dma_resv_wait_timeout
` [Intel-gfx] [PATCH 07/27] dma-buf: use new iterator in dma_resv_test_signaled
` [Intel-gfx] [PATCH 08/27] dma-buf: use the new iterator in dma_buf_debug_show
` [Intel-gfx] [PATCH 09/27] drm/ttm: use the new iterator in ttm_bo_flush_all_fences
` [Intel-gfx] [PATCH 10/27] drm/amdgpu: use the new iterator in amdgpu_sync_resv
` [Intel-gfx] [PATCH 11/27] drm/amdgpu: use new iterator in amdgpu_ttm_bo_eviction_valuable
` [Intel-gfx] [PATCH 12/27] drm/amdgpu: use new iterator in amdgpu_vm_prt_fini
` [Intel-gfx] [PATCH 13/27] drm/msm: use new iterator in msm_gem_describe
` [Intel-gfx] [PATCH 14/27] drm/radeon: use new iterator in radeon_sync_resv
` [Intel-gfx] [PATCH 15/27] drm/scheduler: use new iterator in drm_sched_job_add_implicit_dependencies v2
` [Intel-gfx] [PATCH 16/27] drm/i915: use the new iterator in i915_gem_busy_ioctl v2
` [Intel-gfx] [PATCH 17/27] drm/i915: use the new iterator in i915_sw_fence_await_reservation v3
` [Intel-gfx] [PATCH 18/27] drm/i915: use the new iterator in i915_request_await_object v2
` [Intel-gfx] [PATCH 19/27] drm/i915: use new iterator in i915_gem_object_wait_reservation
` [Intel-gfx] [PATCH 20/27] drm/i915: use new iterator in i915_gem_object_wait_priority
` [Intel-gfx] [PATCH 21/27] drm/i915: use new cursor in intel_prepare_plane_fb
` [Intel-gfx] [PATCH 22/27] drm: use new iterator in drm_gem_fence_array_add_implicit v3
` [Intel-gfx] [PATCH 23/27] drm: use new iterator in drm_gem_plane_helper_prepare_fb
` [Intel-gfx] [PATCH 24/27] drm/nouveau: use the new iterator in nouveau_fence_sync
` [Intel-gfx] [PATCH 25/27] drm/nouveau: use the new interator in nv50_wndw_prepare_fb
` [Intel-gfx] [PATCH 26/27] drm/etnaviv: use new iterator in etnaviv_gem_describe
` [Intel-gfx] [PATCH 27/27] drm/etnaviv: replace dma_resv_get_excl_unlocked

[PATCH RFC net-next 0/2] net:sched: Introduce tc flower2 classifier based on PANDA parser in kernel
 2021-09-24 16:21 UTC  (15+ messages)

[PATCH] Documentation: ACPI: Fix spelling mistake "Millenium" -> "Millennium"
 2021-09-24 16:21 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/8] dma: add dmadev driver for ioat devices
 2021-09-24 16:21 UTC  (4+ messages)
` [dpdk-dev] [PATCH v5 00/12] "
  ` [dpdk-dev] [PATCH v5 12/12] raw/ioat: deprecate ioat rawdev driver

[dpdk-dev] [PATCH] telemetry: fix "in-memory" process socket conflicts
 2021-09-24 16:18 UTC  (2+ messages)
` [dpdk-dev] [PATCH v2] "

[Accel-config] Re: [PATCH v2 0/1] Add device and wq selection for test
 2021-09-24 16:18 UTC 

[dpdk-dev] [PATCH] net/octeontx2: use fast udata and mdata flags
 2021-09-24 17:11 UTC 

[PATCH] drivers: mfd: da9063: Add restart notifier implementation
 2021-09-24 16:17 UTC  (4+ messages)

stable-rc/queue/4.9 baseline: 79 runs, 4 regressions (v4.9.283-17-g8597a4a2fe64)
 2021-09-24 16:16 UTC 

cleanup vfio iommu_group creation v6
 2021-09-24 15:57 UTC  (16+ messages)
` [PATCH 01/15] vfio: Move vfio_iommu_group_get() to vfio_register_group_dev()
` [PATCH 02/15] vfio: factor out a vfio_iommu_driver_allowed helper
` [PATCH 03/15] vfio: remove the iommudata check in vfio_noiommu_attach_group
` [PATCH 04/15] vfio: factor out a vfio_group_find_or_alloc helper
` [PATCH 05/15] vfio: refactor noiommu group creation
` [PATCH 06/15] vfio: remove the iommudata hack for noiommu groups
` [PATCH 07/15] vfio: simplify iommu group allocation for mediated devices
` [PATCH 08/15] vfio: remove unused method from vfio_iommu_driver_ops
` [PATCH 09/15] vfio: move the vfio_iommu_driver_ops interface out of <linux/vfio.h>
` [PATCH 10/15] vfio: remove the unused mdev iommu hook
` [PATCH 11/15] vfio: clean up the check for mediated device in vfio_iommu_type1
` [PATCH 12/15] vfio/spapr_tce: reject mediated devices
` [PATCH 13/15] vfio/iommu_type1: initialize pgsize_bitmap in ->open
` [PATCH 14/15] vfio/iommu_type1: remove the "external" domain
` [PATCH 15/15] vfio/iommu_type1: remove IS_IOMMU_CAP_DOMAIN_IN_CONTAINER

[PATCH] libsamplerate0: Set correct soname for 0.1.9
 2021-09-24 16:15 UTC  (2+ messages)
` [OE-core] "

[PATCH 0/5] rebase -i: a couple of small improvements
 2021-09-24 16:13 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] rebase: fix todo-list rereading

[PATCH] bzip2: Update soname for libbz2 1.0.8
 2021-09-24 16:13 UTC  (2+ messages)
` [OE-core] "

[PATCH 1/2] platform: lg-laptop: drop unneeded MODULE_ALIAS
 2021-09-24 16:13 UTC  (5+ messages)
` [PATCH 2/2] acpi: pnp: remove duplicated BRI0A49 and BDP3336 entries

[PATCH stable 4.9 v2 0/4] ARM: ftrace MODULE_PLTS warning
 2021-09-24 16:11 UTC  (6+ messages)

[PATCH] x86/softirq: Disable softirq stacks on PREEMPT_RT
 2021-09-24 16:12 UTC 

[PATCH 0/2] [v2] mm/migrate: 5.15 fixes for automatic demotion
 2021-09-24 16:12 UTC  (6+ messages)
` [PATCH 1/2] mm/migrate: optimize hotplug-time demotion order updates
` [PATCH 2/2] mm/migrate: add CPU hotplug to demotion #ifdef

[PATCH 0/8] Re-enable ENQCMD and PASID MSR
 2021-09-24 16:12 UTC  (10+ messages)
` [PATCH 5/8] x86/mmu: Add mm-based PASID refcounting

[PATCH] zram: Introduce an aged idle interface
 2021-09-24 16:11 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] ACPI: APEI: Check NULL argument in exported symbol
 2021-09-24 16:11 UTC  (2+ messages)

[RFC PATCH V3] xen/gnttab: Store frame GFN in struct page_info on Arm
 2021-09-24 16:10 UTC  (5+ messages)
` [future abi] "

[PATCH] ACPI: SPCR: check if table->serial_port.access_width is too wide
 2021-09-24 16:10 UTC  (2+ messages)

[PATCH V2] archiver: Configurable tarball compression
 2021-09-24 16:09 UTC  (2+ messages)
` [OE-core] "

[PATCH 1/1 RFC] treewide: Deprecate OF_PRIOR_STAGE
 2021-09-24 16:07 UTC  (4+ messages)

[libvirt test] 165177: regressions - FAIL
 2021-09-24 16:05 UTC 

[PATCH] block: only allocate blkcg->fc_app_id when starting to use it
 2021-09-24 16:04 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: fix SAI sub nodes register range
 2021-09-24 16:02 UTC  (2+ messages)

Cross-compiling or compiling on target VM?
 2021-09-24 16:05 UTC  (2+ messages)
` [yocto] "

Feature Request: `git commit --amend-to`
 2021-09-24 16:04 UTC 

[Buildroot] [PATCH 1/1] package/log4cxx: fix build without wchar
 2021-09-24 16:03 UTC 

[PATCH] drm/bridge: parade-ps8640: check return values in ps8640_aux_transfer()
 2021-09-24 16:03 UTC  (2+ messages)

[PATCH V2 00/10] KVM: X86: MMU: misc fixes and cleanups
 2021-09-24 16:03 UTC  (5+ messages)
` [PATCH V2 03/10] KVM: Remove tlbs_dirty

[PATCH 0/3] usb: isp1760: cleanups and sleep in atomic
 2021-09-24 16:01 UTC  (4+ messages)
` [PATCH 2/3] usb: isp1760: do not sleep in field register poll

[GIT PULL] KVM/rseq changes for Linux 5.15-rc3
 2021-09-24 16:01 UTC  (4+ messages)

Email bridge for GitLab
 2021-09-24 16:01 UTC 

[PATCH] curl: Update tls backend PACKAGECONFIG options
 2021-09-24 16:00 UTC 

stable-rc/queue/4.19 build: 140 builds: 0 failed, 140 passed, 2 warnings (v4.19.207-34-g2bda4af134d0)
 2021-09-24 16:00 UTC 

[PATCH v2] NIOS2: fix kconfig unmet dependency warning for SERIAL_CORE_CONSOLE
 2021-09-24 15:59 UTC  (2+ messages)

Wireguard Neighborhood (IPv6)
 2021-09-24 15:58 UTC  (2+ messages)

[dpdk-dev] [RFC PATCH 0/7] add test suite for DMA drivers
 2021-09-24 15:58 UTC  (8+ messages)
` [dpdk-dev] [PATCH v6 00/13] "
  ` [dpdk-dev] [PATCH v6 05/13] dmadev: add device iterator
  ` [dpdk-dev] [PATCH v6 08/13] app/test: run test suite on skeleton driver
  ` [dpdk-dev] [PATCH v6 10/13] dmadev: add flag for error handling support

[PATCH] mt76: disable BH around napi_schedule() calls
 2021-09-24 15:58 UTC 

[dpdk-dev] [PATCH 0/5] kvargs: promote or remove experimental api
 2021-09-24 15:57 UTC  (3+ messages)
` [dpdk-dev] [PATCH 4/5] kvargs: remove experimental function to compare string
` [dpdk-dev] [PATCH 5/5] kvargs: fix comments style


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.