All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-09 15:40:35 to 2023-11-09 15:57:09 UTC [more...]

[Virtio-fs] [PATCH] virtiofs: Export filesystem tags through sysfs
 2023-11-09 15:57 UTC  (4+ messages)
  `  "

[PATCH v3 1/8] Toaster: Update toaster-requirements.txt to add pytest and some plugin's
 2023-11-09 15:56 UTC  (8+ messages)
` [PATCH v3 2/8] Toaster: Update orm.models to catch error ProcessLookupError
` [PATCH v3 3/8] Toaster: Bug-fix pytest and Failed: Database access not allowed
` [PATCH v3 4/8] Toaster: fixed pytest error: Database access not allowed, use the "django_db"
` [PATCH v3 5/8] Toaster: Bug-fix django.db.utils.IntegrityError: Problem installing fixture
` [PATCH v3 6/8] Toaster: Move toaster tests requirements in bitbake/lib/toaster/toaster-tests-requirements
` [PATCH v3 7/8] Toaster: fixed: Tests fail when executed one after the other out of sequence
` [PATCH v3 8/8] Toaster: Added pytest.ini file

[igt-dev] [PATCH v3 00/57] uAPI Alignment - take 2
 2023-11-09 15:54 UTC  (58+ messages)
` [igt-dev] [PATCH v3 01/57] drm-uapi/xe: Add check for access counter granularity
` [igt-dev] [PATCH v3 02/57] drm-uapi/xe: Add documentation for query
` [igt-dev] [PATCH v3 03/57] drm-uapi/xe: Extend drm_xe_vm_bind_op
` [igt-dev] [PATCH v3 04/57] drm-uapi/xe: Add uAPI to query micro-controler firmware version
` [igt-dev] [PATCH v3 05/57] drm-uapi/xe: Document DRM_XE_DEVICE_QUERY_HWCONFIG
` [igt-dev] [PATCH v3 06/57] drm-uapi/xe: Extend uAPI to query HuC micro-controler firmware version
` [igt-dev] [PATCH v3 07/57] drm-uapi/xe: Remove useless XE_QUERY_CONFIG_NUM_PARAM
` [igt-dev] [PATCH v3 08/57] drm-uapi/xe: Add missing DRM_ prefix in uAPI constants
` [igt-dev] [PATCH v3 09/57] drm-uapi/xe: Add _FLAG to uAPI constants usable for flags
` [igt-dev] [PATCH v3 10/57] drm-uapi/xe: Make constant comments visible in kernel doc
` [igt-dev] [PATCH v3 11/57] drm-uapi/xe: Change rsvd to pad in struct drm_xe_class_instance
` [igt-dev] [PATCH v3 12/57] drm-uapi/xe: Remove GT_TYPE_REMOTE
` [igt-dev] [PATCH v3 13/57] drm-uapi/xe: Kill VM_MADVISE IOCTL and the atomic tests
` [igt-dev] [PATCH v3 14/57] drm/xe_query: Remove backward compatibility of vram_visible_size
` [igt-dev] [PATCH v3 15/57] xe_ioctl: Converge bo_create to the most used version
` [igt-dev] [PATCH v3 16/57] xe_ioctl: Rename *xe_bo_create_flags to simply xe_bo_create
` [igt-dev] [PATCH v3 17/57] xe_query: Add missing include
` [igt-dev] [PATCH v3 18/57] xe_query: Kill visible_vram_if_possible
` [igt-dev] [PATCH v3 19/57] drm-uapi/xe: Separate bo_create placement from flags
` [igt-dev] [PATCH v3 20/57] drm-uapi/xe: Remove unused inaccessible memory region
` [igt-dev] [PATCH v3 21/57] drm-uapi/xe: Remove unused QUERY_CONFIG_MEM_REGION_COUNT
` [igt-dev] [PATCH v3 22/57] drm-uapi/xe: Remove unused QUERY_CONFIG_GT_COUNT
` [igt-dev] [PATCH v3 23/57] drm-uapi/xe: Rename *_mem_regions mask
` [igt-dev] [PATCH v3 24/57] drm-uapi/xe: Rename query's mem_usage to mem_regions
` [igt-dev] [PATCH v3 25/57] xe: s/hw_engine/engine
` [igt-dev] [PATCH v3 26/57] drm-uapi/xe: Align with drm_xe_query_engine_info
` [igt-dev] [PATCH v3 27/57] drm-uapi/xe: Replace BO with GEM in documentation
` [igt-dev] [PATCH v3 28/57] drm-uapi/xe: Drop interrupt pmu event
` [igt-dev] [PATCH v3 29/57] drm-uapi/xe: Reject bo creation of unaligned size
` [igt-dev] [PATCH v3 30/57] lib: Fix 'otherwise' typos
` [igt-dev] [PATCH v3 31/57] xe: Rename 'hwe' to 'eci'
` [igt-dev] [PATCH v3 32/57] drm-uapi/xe: Split xe_sync types from flags
` [igt-dev] [PATCH v3 33/57] drm-uapi/xe: s/FLAGS_HAS_VRAM/FLAG_HAS_VRAM
` [igt-dev] [PATCH v3 34/57] drm-uapi/xe: Differentiate WAIT_OP from WAIT_MASK
` [igt-dev] [PATCH v3 35/57] drm-uapi/xe: Align with xe_exec ioctl reorder
` [igt-dev] [PATCH v3 36/57] xe: Build all_memory_regions_mask out of memory_regions query info
` [igt-dev] [PATCH v3 37/57] xe: Be more specific on the VRAM selection
` [igt-dev] [PATCH v3 38/57] xe: Do not stash vram_size
` [igt-dev] [PATCH v3 39/57] xe: Also be specific on VRAM selection when inspecting its sizes
` [igt-dev] [PATCH v3 40/57] lib/xe: Get current available size and sync with the 'any gt'
` [igt-dev] [PATCH v3 41/57] tests/intel/xe_query: Fix test_query_engines
` [igt-dev] [PATCH v3 42/57] drm-uapi/xe: Move memory_region masks from GT to engine
` [igt-dev] [PATCH v3 43/57] xe: Get near_mem_region directly from engine_info
` [igt-dev] [PATCH v3 44/57] drm-uapi/xe: Document the memory_region bitmask
` [igt-dev] [PATCH v3 45/57] drm-uapi/xe: Be more specific about vm_bind prefetch region
` [igt-dev] [PATCH v3 46/57] drm-uapi/xe: Convert tile_mask to a pt_placement_hint
` [igt-dev] [PATCH v3 47/57] drm-uapi/xe: Exec queue documentation and variable renaming
` [igt-dev] [PATCH v3 48/57] drm-uapi/xe: Refactor engine information
` [igt-dev] [PATCH v3 49/57] drm-uapi/xe: Crystal Reference Clock updates
` [igt-dev] [PATCH v3 50/57] drm-uapi/xe: Add Tile ID information to the GT info query
` [igt-dev] [PATCH v3 51/57] lib/xe/xe_query: Fix improper handling of GT vs Tile
` [igt-dev] [PATCH v3 52/57] drm-uapi/xe: Remove bogus engine list from the wait_user_fence IOCTL
` [igt-dev] [PATCH v3 53/57] drm-uapi/xe: Align on a common way to return arrays (memory regions)
` [igt-dev] [PATCH v3 54/57] drm-uapi/xe: Align on a common way to return arrays (gt)
` [igt-dev] [PATCH v3 55/57] drm-uapi/xe: Align on a common way to return arrays (engines)
` [igt-dev] [PATCH v3 56/57] drm-uapi/xe: Add block diagram of a device
` [igt-dev] [PATCH v3 57/57] drm-uapi/xe: Add examples of user space code

[PATCH v3 1/8] Toaster: Update toaster-requirements.txt to add pytest and some plugin's
 2023-11-09 15:55 UTC  (8+ messages)
` [PATCH v3 2/8] Toaster: Update orm.models to catch error ProcessLookupError
` [PATCH v3 3/8] Toaster: Bug-fix pytest and Failed: Database access not allowed
` [PATCH v3 4/8] Toaster: fixed pytest error: Database access not allowed, use the "django_db"
` [PATCH v3 5/8] Toaster: Bug-fix django.db.utils.IntegrityError: Problem installing fixture
` [PATCH v3 6/8] Toaster: Move toaster tests requirements in bitbake/lib/toaster/toaster-tests-requirements
` [PATCH v3 7/8] Toaster: fixed: Tests fail when executed one after the other out of sequence
` [PATCH v3 8/8] Toaster: Added pytest.ini file

[PATCH bpf 00/11] bpf: Fix the release of inner map
 2023-11-09 15:55 UTC  (5+ messages)
` [PATCH bpf 05/11] bpf: Add bpf_map_of_map_fd_{get,put}_ptr() helpers

[PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer configurable
 2023-11-09 15:55 UTC  (5+ messages)
` KVM: X86: Make bus clock frequency for vapic timer (bus lock -> bus clock) (was Re: [PATCH 0/2] KVM: X86: Make bus lock frequency for vapic timer) configurable

[PATCH v14 00/56] Add DELETE_BUF ioctl
 2023-11-09 15:54 UTC  (10+ messages)
` [PATCH v14 35/56] media: cedrus: Stop direct calls to queue num_buffers field

[PATCH] ppc/pnv: Fix potential overflow in I2C model
 2023-11-09 15:54 UTC  (3+ messages)

[PATCH] net/ena: fix coverity issues
 2023-11-09 15:53 UTC  (4+ messages)

[RFC][PATCHSET v2] simplifying fast_dput(), dentry_kill() et.al
 2023-11-09 15:53 UTC  (4+ messages)
` [PATCH 01/22] struct dentry: get rid of randomize_layout idiocy
  ` [PATCH 14/22] dentry_kill(): don't bother with retain_dentry() on slow path

[PULL 00/63] virtio,pc,pci: features, fixes
 2023-11-09 15:50 UTC  (4+ messages)
` [PULL 08/63] Add virtio-sound device stub

[PATCH v3] checkpolicy,libsepol: add prefix/suffix matching to filename type transitions
 2023-11-09 15:51 UTC  (3+ messages)

[PATCH v2 1/2] i3c: master: svc: fix compatibility string mismatch with binding doc
 2023-11-09 15:51 UTC  (3+ messages)
` [PATCH v2 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2

[Nouveau] [PATCH drm-misc-next v8 09/12] drm/gpuvm: reference count drm_gpuvm structures
 2023-11-09 15:50 UTC  (14+ messages)
                      `  "

[PATCH v3 00/10] test-bbdev changes for 23.11
 2023-11-09 15:51 UTC  (4+ messages)
` [PATCH v3 07/10] test/bbdev: add MLD support

RFC: switching "THE REST" in MAINTAINERS away from linux-kernel@vger.kernel.org
 2023-11-09 15:51 UTC  (8+ messages)
` [workflows]RFC: "

[PATCH v3 0/2] FlexRAN SDK update for 23.11
 2023-11-09 15:50 UTC  (2+ messages)

[PATCH v1 0/1] baseband/acc: fix for VRB1 PMD
 2023-11-09 15:50 UTC  (2+ messages)

[GIT PULL] Networking for 6.7
 2023-11-09 15:49 UTC  (3+ messages)
` [GIT PULL v2] "

[XEN PATCH] CI: Rework RISCV smoke test
 2023-11-09 15:49 UTC 

[f2fs-dev] [PATCH] libf2fs: Fix using uninitialized variables error in get_device_info()
 2023-11-09 15:47 UTC  (2+ messages)
` [f2fs-dev] [PATCH V2] "

[PATCH] boning: use a read-write lock in bonding_show_bonds()
 2023-11-09 15:47 UTC  (2+ messages)

[PATCH] arm-bsp/corstone1000: Remove inappropriate kernel delay patch
 2023-11-09 15:48 UTC 

Support situation for nestedhvm
 2023-11-09 15:48 UTC  (5+ messages)

[PATCH] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive
 2023-11-09 15:47 UTC  (2+ messages)

[RFC][PATCH 0/4] mm, page_owner: make the owner in page owner clearer
 2023-11-09 15:47 UTC  (8+ messages)
` [RFC][PATCH 3/4] filemap: implement filemap allocate post callback for page_owner
` [RFC][PATCH 4/4] mm/rmap: implement anonmap "

[PATCH] target/arm: HVC at EL3 should go to EL3, not EL2
 2023-11-09 15:46 UTC  (2+ messages)

[Intel-xe] [PATCH v3 00/43] uAPI Alignment - take 2
 2023-11-09 15:44 UTC  (44+ messages)
` [Intel-xe] [PATCH v3 01/43] drm/xe/uapi: Add documentation for query
` [Intel-xe] [PATCH v3 02/43] drm/xe: Extend drm_xe_vm_bind_op
` [Intel-xe] [PATCH v3 03/43] drm/xe: Add uAPI to query micro-controler firmware version
` [Intel-xe] [PATCH v3 04/43] drm/xe/uapi: Document DRM_XE_DEVICE_QUERY_HWCONFIG
` [Intel-xe] [PATCH v3 05/43] drm/xe: Extend uAPI to query HuC micro-controler firmware version
` [Intel-xe] [PATCH v3 06/43] drm/xe/uapi: Remove useless XE_QUERY_CONFIG_NUM_PARAM
` [Intel-xe] [PATCH v3 07/43] drm/xe/uapi: Add missing DRM_ prefix in uAPI constants
` [Intel-xe] [PATCH v3 08/43] drm/xe/uapi: Add _FLAG to uAPI constants usable for flags
` [Intel-xe] [PATCH v3 09/43] drm/xe/uapi: Make constant comments visible in kernel doc
` [Intel-xe] [PATCH v3 10/43] drm/xe/uapi: Change rsvd to pad in struct drm_xe_class_instance
` [Intel-xe] [PATCH v3 11/43] drm/xe/uapi: Remove GT_TYPE_REMOTE
` [Intel-xe] [PATCH v3 12/43] drm/xe/uapi: Kill VM_MADVISE IOCTL
` [Intel-xe] [PATCH v3 13/43] drm/xe/uapi: Separate bo_create placement from flags
` [Intel-xe] [PATCH v3 14/43] drm/xe/uapi: Remove unused inaccessible memory region
` [Intel-xe] [PATCH v3 15/43] drm/xe/uapi: Remove unused QUERY_CONFIG_MEM_REGION_COUNT
` [Intel-xe] [PATCH v3 16/43] drm/xe/uapi: Remove unused QUERY_CONFIG_GT_COUNT
` [Intel-xe] [PATCH v3 17/43] drm/xe/uapi: Rename *_mem_regions masks
` [Intel-xe] [PATCH v3 18/43] drm/xe/uapi: Rename query's mem_usage to mem_regions
` [Intel-xe] [PATCH v3 19/43] drm/xe: Make DRM_XE_DEVICE_QUERY_ENGINES future proof
` [Intel-xe] [PATCH v3 20/43] drm/xe/uapi: Replace BO with GEM in documentation
` [Intel-xe] [PATCH v3 21/43] drm/xe/pmu: Drop interrupt pmu event
` [Intel-xe] [PATCH v3 22/43] drm/xe/uapi: Reject bo creation of unaligned size
` [Intel-xe] [PATCH v3 23/43] drm/xe/uapi: Fix indentation issues that sometimes causes build warning
` [Intel-xe] [PATCH v3 24/43] drm/xe/uapi: Order sections
` [Intel-xe] [PATCH v3 25/43] drm/xe/uapi: More uAPI documentation additions and cosmetic updates
` [Intel-xe] [PATCH v3 26/43] drm/xe/uapi: Split xe_sync types from flags
` [Intel-xe] [PATCH v3 27/43] drm/xe/uapi: Standardize the FLAG naming and assignment
` [Intel-xe] [PATCH v3 28/43] drm/xe/uapi: Differentiate WAIT_OP from WAIT_MASK
` [Intel-xe] [PATCH v3 29/43] drm/xe/uapi: Move xe_exec after xe_exec_queue
` [Intel-xe] [PATCH v3 30/43] drm/xe/uapi: Move memory_region masks from GT to engine
` [Intel-xe] [PATCH v3 31/43] drm/xe/uapi: Document the memory_region bitmask
` [Intel-xe] [PATCH v3 32/43] drm/xe/uapi: Be more specific about the vm_bind prefetch region
` [Intel-xe] [PATCH v3 33/43] drm/xe/uapi: Convert tile_mask to a pt_placement_hint
` [Intel-xe] [PATCH v3 34/43] drm/xe/uapi: Exec queue documentation and variable renaming
` [Intel-xe] [PATCH v3 35/43] drm/xe/uapi: Refactor engine information
` [Intel-xe] [PATCH v3 36/43] drm/xe/uapi: Crystal Reference Clock updates
` [Intel-xe] [PATCH v3 37/43] drm/xe/uapi: Add Tile ID information to the GT info query
` [Intel-xe] [PATCH v3 38/43] drm/xe/uapi: Remove bogus engine list from the wait_user_fence IOCTL
` [Intel-xe] [PATCH v3 39/43] drm/xe/uapi: Align on a common way to return arrays (memory regions)
` [Intel-xe] [PATCH v3 40/43] drm/xe/uapi: Align on a common way to return arrays (gt)
` [Intel-xe] [PATCH v3 41/43] drm/xe/uapi: Align on a common way to return arrays (engines)
` [Intel-xe] [PATCH v3 42/43] drm/xe/uapi: Add block diagram of a device
` [Intel-xe] [PATCH v3 43/43] drm/xe/uapi: Add examples of user space code

[PATCH 1/4] rtnl: Fixup rtnetlink includes
 2023-11-09 15:46 UTC  (4+ messages)
` [PATCH 2/4] netlink: Fix compilation on really old platforms

[PATCH 00/21] block atomic writes
 2023-11-09 15:46 UTC  (5+ messages)
` [PATCH 21/21] nvme: Support "

[6.6 regression] qemu-system-riscv64: Unable to read ISA_EXT KVM register ssaia, error -1
 2023-11-09 15:45 UTC  (2+ messages)

[PATCH 0/4] pcapng fixes
 2023-11-09 15:44 UTC  (5+ messages)
` [PATCH v3 0/5] dumpcap and "
  ` [PATCH v3 4/5] pcapng: avoid using alloca()

[PATCH -next V2] erofs: code clean up for function erofs_read_inode()
 2023-11-09 19:48 UTC  (5+ messages)

[tip: x86/misc] x86/lib: Fix overflow when counting digits
 2023-11-09 15:41 UTC 

[RFC PATCH 1/2] dma-buf/dma-heap: export dma_heap_add and dma_heap_get_drvdata
 2023-11-09 15:42 UTC  (6+ messages)
` [RFC PATCH 2/2] vc4: introduce DMA-BUF heap

[Intel-xe] [PATCH v9 0/3] PAT and cache coherency support
 2023-11-09 15:42 UTC  (4+ messages)
` [Intel-xe] [PATCH v9 3/3] drm/xe/uapi: support pat_index selection with vm_bind

[PATCH 00/41] afs: Fix probe handling, server rotation and RO volume callback handling
 2023-11-09 15:40 UTC  (35+ messages)
` [PATCH 07/41] afs: Automatically generate trace tag enums
` [PATCH 08/41] afs: Add comments on abort handling
` [PATCH 09/41] afs: Turn the afs_addr_list address array into an array of structs
` [PATCH 11/41] afs: Don't skip server addresses for which we didn't get an RTT reading
` [PATCH 12/41] afs: Rename addr_list::failed to probe_failed
` [PATCH 13/41] afs: Handle the VIO abort explicitly
` [PATCH 14/41] afs: Use op->nr_iterations=-1 to indicate to begin fileserver iteration
` [PATCH 15/41] afs: Return ENOENT if no cell DNS record can be found
` [PATCH 16/41] afs: Wrap most op->error accesses with inline funcs
` [PATCH 17/41] afs: Don't put afs_call in afs_wait_for_call_to_complete()
` [PATCH 18/41] afs: Simplify error handling
` [PATCH 19/41] afs: Add a tracepoint for struct afs_addr_list
` [PATCH 20/41] afs: Rename some fields
` [PATCH 21/41] afs: Use peer + service_id as call address
` [PATCH 22/41] afs: Fold the afs_addr_cursor struct in
` [PATCH 23/41] rxrpc: Create a procfile to display outstanding clien conn bundles
` [PATCH 24/41] afs: Add some more info to /proc/net/afs/servers
` [PATCH 25/41] afs: Remove the unimplemented afs_cmp_addr_list()
` [PATCH 26/41] afs: Provide a way to configure address priorities
` [PATCH 27/41] afs: Mark address lists with configured priorities
` [PATCH 28/41] afs: Dispatch fileserver probes in priority order
` [PATCH 29/41] afs: Dispatch vlserver "
` [PATCH 30/41] afs: Keep a record of the current fileserver endpoint state
` [PATCH 31/41] afs: Combine the endpoint state bools into a bitmask
` [PATCH 32/41] afs: Fix file locking on R/O volumes to operate in local mode
` [PATCH 33/41] afs: Mark a superblock for an R/O or Backup volume as SB_RDONLY
` [PATCH 34/41] afs: Make it possible to find the volumes that are using a server
` [PATCH 35/41] afs: Defer volume record destruction to a workqueue
` [PATCH 36/41] afs: Move the vnode/volume validity checking code into its own file
` [PATCH 37/41] afs: Apply server breaks to mmap'd files in the call processor
` [PATCH 38/41] afs: Parse the VolSync record in the reply of a number of RPC ops
` [PATCH 39/41] afs: Overhaul invalidation handling to better support RO volumes
` [PATCH 40/41] afs: Fix fileserver rotation
` [PATCH 41/41] afs: Fix offline and busy handling

[PATCH] drm/amd/pm: replace 1-element arrays with flexible-array members
 2023-11-09 15:40 UTC  (7+ messages)

[f2fs-dev] [PATCH V2] libf2fs: Fix using uninitialized variables error in get_device_info()
 2023-11-09 15:40 UTC  (2+ messages)


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.