aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin4-11/+6
2019-01-09x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2-2/+2
2019-01-09ACPI / PMIC: Add support for executing PMIC MIPI sequence elementsHans de Goede1-0/+3
2019-01-09x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov1-1/+1
2019-01-08libnvdimm/dimm: Fix security capability detection for non-Intel NVDIMMsDan Williams1-0/+1
2019-01-08mm, page_alloc: do not wake kswapd with zone lock heldMel Gorman1-0/+6
2019-01-08RDMA/mlx5: Delete declaration of already removed functionLeon Romanovsky1-4/+0
2019-01-08LSM: Infrastructure management of the ipc security blobCasey Schaufler1-0/+2
2019-01-08LSM: Infrastructure management of the task securityCasey Schaufler1-0/+2
2019-01-08LSM: Infrastructure management of the inode securityCasey Schaufler1-0/+3
2019-01-08LSM: Infrastructure management of the file securityCasey Schaufler1-0/+1
2019-01-08Infrastructure management of the cred security blobCasey Schaufler1-0/+12
2019-01-08SELinux: Remove unused selinux_is_enabledCasey Schaufler2-36/+0
2019-01-08procfs: add smack subdir to attrsCasey Schaufler1-5/+10
2019-01-08capability: Initialize as LSM_ORDER_FIRSTKees Cook1-2/+0
2019-01-08LSM: Introduce enum lsm_orderKees Cook1-0/+6
2019-01-08Yama: Initialize as ordered LSMKees Cook1-5/+0
2019-01-08LoadPin: Initialize as ordered LSMKees Cook1-5/+0
2019-01-08LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook1-0/+1
2019-01-08LSM: Tie enabling logic to presence in ordered listKees Cook1-1/+1
2019-01-08LSM: Lift LSM selection out of individual LSMsKees Cook1-1/+0
2019-01-08LSM: Plumb visibility into optional "enabled" stateKees Cook1-0/+1
2019-01-08LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook1-0/+3
2019-01-08i2c: add suspended flag and accessors for i2c adaptersWolfram Sang1-0/+34
2019-01-08dma-mapping: remove dma_zalloc_coherent()Luis Chamberlain1-9/+0
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-1/+1
2019-01-07doc: networking: convert offload files into RST and update referencesOtto Sabart1-1/+1
2019-01-07libceph: allow setting abort_on_full for rbdDongsheng Yang2-3/+4
2019-01-07reset: Add reset_control_get_count()Geert Uytterhoeven1-0/+7
2019-01-07reset: Improve reset controller kernel docsGeert Uytterhoeven1-4/+4
2019-01-07dmaengine: dw: convert to SPDX identifiersAndy Shevchenko2-8/+2
2019-01-07dmaengine: dw: Split DW and iDMA 32-bit operationsAndy Shevchenko2-2/+4
2019-01-07dmaengine: dw: Remove unused internal propertyAndy Shevchenko1-2/+0
2019-01-07dmaengine: dw: Remove misleading is_private propertyAndy Shevchenko1-3/+0
2019-01-06remoteproc: fix kernel-doc comment for parse_fwFabien Dessenne1-2/+2
2019-01-06acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2-0/+6
2019-01-06XArray: Honour reserved entries in xa_insertMatthew Wilcox1-39/+71
2019-01-06XArray: Permit storing 2-byte-aligned pointersMatthew Wilcox1-3/+15
2019-01-06XArray: Change xa_for_each iteratorMatthew Wilcox1-13/+65
2019-01-06XArray: Turn xa_init_flags into a static inlineMatthew Wilcox1-1/+18
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds6-25/+19
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-156/+195
2019-01-06Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platformLinus Torvalds1-2/+4
2019-01-05bpf: fix sanitation of alu op with pointer / scalar type from different pathsDaniel Borkmann1-0/+1
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+7
2019-01-05Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds1-1/+1
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-3/+24
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hidLinus Torvalds1-1/+16
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada6-25/+19
2019-01-05Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-74/+27