summaryrefslogtreecommitdiff
path: root/include/linux/glob.h
blob: 861327b33e41dccf9c95c75a67cf292f5fd6d52c (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_GLOB_H
#define _LINUX_GLOB_H

#include <linux/types.h>	/* For bool */
#include <linux/compiler.h>	/* For __pure */

bool __pure glob_match(char const *pat, char const *str);

#endif	/* _LINUX_GLOB_H */
org/drm/kernelLinus Torvalds 2025-07-18drm: Add DRM prime interface to reassign GEM handleDavid Francis 2025-07-17Revert "drm/prime: Use dma_buf from GEM object instance"Thomas Zimmermann 2025-06-13Revert "drm/prime: remove drm_prime_lookup_buf_by_handle"Christian König 2025-06-12drm/prime: remove drm_prime_lookup_buf_by_handleChristian König 2025-06-03drm/shmem-helper: Import dmabuf without mapping its sg_tableShixiong Ou 2025-05-30drm/gem: Inline drm_gem_pin() into PRIME helpersThomas Zimmermann 2025-03-26drm/gem: Change locked/unlocked postfix of drm_gem_v/unmap() function namesDmitry Osipenko 2025-03-12drm/prime: Support dedicated DMA device for dma-buf importsThomas Zimmermann 2025-03-06dma-buf: drop caching of sg_tablesChristian König 2025-03-06drm/prime: Use dma_buf from GEM object instanceThomas Zimmermann 2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra 2024-09-10drm: new helper: drm_gem_prime_handle_to_dmabuf()Al Viro 2024-03-28drm/prime: Unbreak virtgpu dma-buf exportRob Clark 2024-02-13drm/prime: Support page array >= 4GBPhilip Yang 2023-11-30Revert "drm/prime: Unexport helpers for fd/handle conversion"Felix Kuehling