Kconfig (5c68005083d620b1499fc81926a514d39ae8b88c) | Kconfig (cf264e1329fb0307e044f7675849f9f38b44c11a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CC_VERSION_TEXT 3 string 4 default "$(CC_VERSION_TEXT)" 5 help 6 This is used in unclear ways: 7 8 - Re-run Kconfig when the compiler is updated --- 1757 unchanged lines hidden (view full) --- 1766 Enable the restartable sequences system call. It provides a 1767 user-space cache for the current CPU number value, which 1768 speeds up getting the current CPU number from user-space, 1769 as well as an ABI to speed up user-space operations on 1770 per-CPU data. 1771 1772 If unsure, say Y. 1773 | 1# SPDX-License-Identifier: GPL-2.0-only 2config CC_VERSION_TEXT 3 string 4 default "$(CC_VERSION_TEXT)" 5 help 6 This is used in unclear ways: 7 8 - Re-run Kconfig when the compiler is updated --- 1757 unchanged lines hidden (view full) --- 1766 Enable the restartable sequences system call. It provides a 1767 user-space cache for the current CPU number value, which 1768 speeds up getting the current CPU number from user-space, 1769 as well as an ABI to speed up user-space operations on 1770 per-CPU data. 1771 1772 If unsure, say Y. 1773 |
1774config CACHESTAT_SYSCALL 1775 bool "Enable cachestat() system call" if EXPERT 1776 default y 1777 help 1778 Enable the cachestat system call, which queries the page cache 1779 statistics of a file (number of cached pages, dirty pages, 1780 pages marked for writeback, (recently) evicted pages). 1781 1782 If unsure say Y here. 1783 |
|
1774config DEBUG_RSEQ 1775 default n 1776 bool "Enabled debugging of rseq() system call" if EXPERT 1777 depends on RSEQ && DEBUG_KERNEL 1778 help 1779 Enable extra debugging checks for the rseq system call. 1780 1781 If unsure, say N. --- 200 unchanged lines hidden --- | 1784config DEBUG_RSEQ 1785 default n 1786 bool "Enabled debugging of rseq() system call" if EXPERT 1787 depends on RSEQ && DEBUG_KERNEL 1788 help 1789 Enable extra debugging checks for the rseq system call. 1790 1791 If unsure, say N. --- 200 unchanged lines hidden --- |