summaryrefslogtreecommitdiff
path: root/scripts/git.orderFile
blob: 5102ba73357f0029b6623034fc97b6cc550461b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-License-Identifier: GPL-2.0

# order file for git, to produce patches which are easier to review
# by diffing the important stuff like header changes first.
#
# one-off usage:
#   git diff -O scripts/git.orderFile ...
#
# add to git config:
#   git config diff.orderFile scripts/git.orderFile
#

MAINTAINERS

# Documentation
Documentation/*
*.rst

# git-specific
.gitignore
scripts/git.orderFile

# build system
Kconfig*
*/Kconfig*
Kbuild*
*/Kbuild*
Makefile*
*/Makefile*
*.mak
*.mk
scripts/*

# semantic patches
*.cocci

# headers
*types.h
*.h

# code
*.c
gpu/drm/i915/gem/i915_gem_ttm.h?h=linux-6.12.y&id=05d1c76107e33346fdc18fed95f28c9edde8a760'>drm/i915/ttm: Move the i915_gem_obj_copy_ttm() functionThomas Hellström 2021-11-05drm/i915/ttm: Reorganize the ttm move codeThomas Hellström 2021-09-24drm/i915 Implement LMEM backup and restore for suspend / resumeThomas Hellström 2021-09-24drm/i915/ttm: Implement a function to copy the contents of two TTM-based objectsThomas Hellström 2021-06-30drm/i915: support forcing the page size with lmemMatthew Auld 2021-06-11drm/i915/ttm: Introduce a TTM i915 gem object backendThomas Hellström amp;id=e67d4ca79aaf9d13a00d229b1b1c96b86828e8ba'>mm: save two stranded bits in gfp_maskShakeel Butt