summaryrefslogtreecommitdiff
path: root/include/uapi/linux/kernel.h
blob: fadf2db71fe8a4d2056fc90365b86d1a82f76ce1 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
#ifndef _UAPI_LINUX_KERNEL_H
#define _UAPI_LINUX_KERNEL_H

#include <linux/sysinfo.h>
#include <linux/const.h>

#endif /* _UAPI_LINUX_KERNEL_H */
mmit/fs/devpts/inode.c?id=cfa5f336bdbde49cf0102ab55007b34361988fd1'>devpts: Fix type for uid and gid paramsDavid Howells 2025-02-06vfs: Convert devpts to use the new mount APIDavid Howells 2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados 2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados 2023-10-18devpts: convert to new timestamp accessorsJeff Layton 2023-08-28Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds 2023-08-19devpts: Fix kernel-doc warningsMatthew Wilcox (Oracle) 2023-07-13devpts: convert to ctime accessor functionsJeff Layton