summaryrefslogtreecommitdiff
path: root/drivers/connector/Kconfig
blob: 0c2d2aa82d8c4672bd5096c33c068af73e78f990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: GPL-2.0-only

menuconfig CONNECTOR
	tristate "Connector - unified userspace <-> kernelspace linker"
	depends on NET
	help
	  This is unified userspace <-> kernelspace connector working on top
	  of the netlink socket protocol.

	  Connector support can also be built as a module.  If so, the module
	  will be called cn.

if CONNECTOR

config PROC_EVENTS
	bool "Report process events to userspace"
	depends on CONNECTOR=y
	default y
	help
	  Provide a connector that reports process events to userspace. Send
	  events such as fork, exec, id change (uid, gid, suid, etc), and exit.

endif # CONNECTOR
lush_pmd_tlb_rangeAneesh Kumar K.V 2016-02-11mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta 2016-02-11mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta 2016-01-15mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmdDan Williams 2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov 2016-01-14mm, thp: use list_first_entry_or_null()Geliang Tang 2015-10-17mm,thp: introduce flush_pmd_tlb_rangeVineet Gupta 2015-10-17mm,thp: reduce ifdef'ery for THP in generic codeVineet Gupta 2015-10-17mm: group pte related helpers togetherVineet Gupta 2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V 2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V 2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman 2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman 2014-08-29mm: actually clear pmd_numa before invalidatingMatthew Wilcox 2013-12-18mm: fix TLB flush race between migration, and change_protection_rangeRik van Riel 2013-12-18mm: clear pmd_numa before invalidatingMel Gorman 2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov 2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov 2013-09-11mm: move pgtable related functions to right placeJoonsoo Kim 2013-06-20mm/THP: add pmd args to pgtable deposit and withdraw APIsAneesh Kumar K.V 2012-12-11mm: Only flush the TLB when clearing an accessible pteRik van Riel 2012-12-11mm,generic: only flush the local TLB in ptep_set_access_flagsRik van Riel 2012-10-09thp: introduce pmdp_invalidate()Gerald Schaefer 2012-10-09thp: remove assumptions on pgtable_t typeGerald Schaefer 2012-05-25arch/tile: allow building Linux with transparent huge pages enabledChris Metcalf 2012-03-21thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGENaoya Horiguchi