# 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 ='2'>cgit logo index : kernel
Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/arch/um/os-Linux/user_syms.c
AgeCommit message (Expand)Author
2023-06-15Revert "[PATCH] uml: export symbols added by GCC hardened"Masahiro Yamada
2023-04-20um: further clean up user_symsJohannes Berg
2023-04-20um: don't export printf()Johannes Berg
2023-04-20um: hostfs: define our own API boundaryJohannes Berg
2023-04-20um: add __weak for exported functionsJohannes Berg
2022-09-07um: Enable FORTIFY_SOURCEKees Cook
2022-07-17UML: add support for KASAN under x86_64Patricia Alfonso