summaryrefslogtreecommitdiff
path: root/include/linux/kernel-page-flags.h
blob: f65ce09784f14b4ec67802b69e032297433b91c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef LINUX_KERNEL_PAGE_FLAGS_H
#define LINUX_KERNEL_PAGE_FLAGS_H

#include <uapi/linux/kernel-page-flags.h>


/* kernel hacking assistances
 * WARNING: subject to change, never rely on them!
 */
#define KPF_RESERVED		32
#define KPF_MLOCKED		33
#define KPF_MAPPEDTODISK	34
#define KPF_PRIVATE		35
#define KPF_PRIVATE_2		36
#define KPF_OWNER_PRIVATE	37
#define KPF_ARCH		38
#define KPF_UNCACHED		39
#define KPF_SOFTDIRTY		40

#endif /* LINUX_KERNEL_PAGE_FLAGS_H */
inux-6.6.y&id=1f922db8eef015f261480347aaf79fa9a25728f2'>torture: Eliminate jitter_pids filePaul E. McKenney 2021-03-08torture: Use file-based protocol to mark batch's runs completePaul E. McKenney 2021-03-08torture: Move build/run synchronization files into scenario directoriesPaul E. McKenney 2021-03-08torture: Provide bare-metal modprobe-based advicePaul E. McKenney 2021-03-08torturescript: Don't rerun failed rcutorture buildsPaul E. McKenney 2021-01-04torture: s/STOP/STOP.1/ to avoid scenario collisionPaul E. McKenney 2021-01-04torture: Prepare for splitting qemu execution from kvm-test-1-run.shPaul E. McKenney 2020-11-06torture: Prevent jitter processes from delaying failed runPaul E. McKenney 2020-11-02torture: Don't kill gdb sessionsPaul E. McKenney 2020-08-24torture: Add gdb supportPaul E. McKenney 2020-06-29torture: Remove obsolete "cd $KVM"Paul E. McKenney 2020-06-29torture: Avoid duplicate specification of qemu commandPaul E. McKenney 2020-06-29torture: Add a stop-run capabilityPaul E. McKenney 2020-06-29torture: Create qemu-cmd in --buildonly runsPaul E. McKenney 2020-06-29torture: Remove qemu dependency on EFI firmwarePaul E. McKenney 2020-05-07torture: Add a --kasan argumentPaul E. McKenney 2020-05-07torture: Save a few lines by using config_override_param initiallyPaul E. McKenney 2020-05-07torture: Allow scenario-specific Kconfig options to override CFcommonPaul E. McKenney 2020-05-07torture: Allow --kconfig options to override --kcsan defaultsPaul E. McKenney 2020-05-07torture: Abstract application of additional Kconfig optionsPaul E. McKenney 2020-05-07torture: Eliminate duplicate #CHECK# from ConfigFragmentPaul E. McKenney 2019-12-09torture: Hoist calls to lscpu to higher-level kvm.sh scriptPaul E. McKenney 2019-12-09torture: Use gawk instead of awk for systime() functionPaul E. McKenney 2019-08-01torture: Expand last_ts variable in kvm-test-1-run.shPaul E. McKenney 2019-05-28torture: Run kernel build in source directoryPaul E. McKenney 2019-05-28torture: Capture qemu outputPaul E. McKenney 2019-03-26tools/.../rcutorture: Convert to SPDX license identifierPaul E. McKenney 2018-08-29torture: Stop overwriting Make.out file with obsolete versionPaul E. McKenney 2018-06-25torture: Use a single build directory for torture scenariosPaul E. McKenney 2018-05-15torture: Fold parse-torture.sh into parse-console.shPaul E. McKenney 2018-02-20torture: Specify qemu memory size with --memory argumentPaul E. McKenney 2017-12-11rcutorture: Simplify functions.sh include pathSeongJae Park 2017-12-11rcutorture: Simplify loggingSeongJae Park 2017-10-09torture: Provide TMPDIR environment variable to specify tmpdirPaul E. McKenney 2017-07-24rcutorture: Don't wait for kernel when all builds failPaul E. McKenney 2017-07-24torture: Add --kconfig argument to kvm.shPaul E. McKenney