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
arm64: Add a description on 48-bit address space with 4KB pagesJungseok Lee 2014-07-11arm64: boot protocol documentation update for GICv3Marc Zyngier 2014-07-10arm64: Update the Image headerMark Rutland 2014-04-30doc: arm64: add description of EFI stub supportMark Salter 2014-04-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds 2014-04-07arm64: add early_ioremap supportMark Salter 2014-04-05arm64: Relax the kernel cache requirements for bootCatalin Marinas 2014-02-26arm64: Extend the PCI I/O space to 16MBCatalin Marinas 2013-11-05arm64: Use 42-bit address space with 64K pagesCatalin Marinas 2013-10-24Docs: arm64: booting: clarify boot requirementsMark Rutland 2013-10-24arm64: Fix memory layout typoCatalin Marinas 2013-09-20arm64: documentation: tighten up tagged pointer documentationWill Deacon 2013-09-05Documentation/arm64: clarify requirements for DTB placementMark Salter 2013-09-03arm64: mm: permit use of tagged pointers at EL0Will Deacon 2013-08-22arm64: Expand arm64 image headerRoy Franz 2013-06-12arm64: KVM: document kernel object mappings in HYPMarc Zyngier 2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas 2012-11-29Documentation: Fixes a word in Documentation/arm64/memory.txtTekkaman Ninja 2012-10-23arm64: Move PCI_IOBASE closer to MODULES_VADDRCatalin Marinas 2012-09-17arm64: MMU definitionsCatalin Marinas 2012-09-17arm64: Kernel booting and initialisationCatalin Marinas