aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-28cgroup: start switching to fs_contextAl Viro3-41/+116
2019-02-28ipc: Convert mqueue fs to fs_contextDavid Howells2-23/+73
2019-02-28proc: Add fs_context support to procfsDavid Howells3-65/+126
2019-02-28procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells3-54/+52
2019-02-28introduce cloning of fs_contextAl Viro7-0/+175
2019-02-28convenience helpers: vfs_get_super() and sget_fc()Al Viro3-0/+190
2019-02-28vfs: Implement a filesystem superblock creation/configuration contextDavid Howells5-17/+319
2019-02-28vfs: Put security flags into the fs_context structDavid Howells2-1/+2
2019-02-28smack: Implement filesystem context security hooksDavid Howells2-15/+47
2019-02-28selinux: Implement the new mount API LSM hooksDavid Howells2-10/+49
2019-02-28vfs: Add LSM hooks for the new mount APIDavid Howells3-0/+29
2019-02-28vfs: Add configuration parser helpersDavid Howells8-3/+640
2019-02-28rsi: fix missing null pointer check from a failed ieee80211_probereq_get callColin Ian King1-0/+4
2019-02-28mmc: core: Add a debug print when the card may have been replacedhongjiefang3-2/+14
2019-02-28brcmfmac: print firmware reported general status errorsRafał Miłecki1-0/+24
2019-02-28brcmfmac: fix size of the struct msgbuf_ring_statusRafał Miłecki1-1/+1
2019-02-28Merge branch 'fixes' into nextUlf Hansson8-15/+39
2019-02-28mmc: core: Add sd discard timeoutAvri Altman1-0/+7
2019-02-28mmc: core: Add discard support to sdAvri Altman3-5/+14
2019-02-28mmc: sdhci-esdhc-imx: clear the HALT bit when enable CQEBOUGH CHEN1-0/+13
2019-02-28mmc: core: do not retry CMD6 in __mmc_switch()Chaotian Jing1-1/+1
2019-02-28Staging: vt6655: Modify comment style of SPDX License IdentifierMadhumitha Prabakaran1-1/+1
2019-02-28Staging: vt6655: Modify comment style for SPDX-License-IdentifierMadhumitha Prabakaran1-1/+1
2019-02-28Staging: vt6655: Align a function declarationMadhumitha Prabakaran1-7/+3
2019-02-28Staging: vt6655: Alignment of function declarationMadhumitha Prabakaran1-4/+1
2019-02-28staging: rtl8712: Fix indentation issuePrashanth Kumar KR1-1/+1
2019-02-28staging: wilc1000: fix incorrent type in initializerBo YU1-1/+1
2019-02-28staging: rtl8188eu: remove unused P2P_PRIVATE_IOCTL_SET_LENMichael Straube1-2/+0
2019-02-28staging: rtl8188eu: remove unused enum P2P_PROTO_WK_IDMichael Straube1-10/+0
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190225' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar41-429/+1019
2019-02-28Merge tag 'perf-core-for-mingo-5.1-20190220' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar21-256/+530
2019-02-28Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar756-3892/+7334
2019-02-28locking/lockdep: Shrink struct lock_class_keyPeter Zijlstra1-2/+4
2019-02-28locking/lockdep: Add module_param to enable consistency checksPeter Zijlstra1-13/+33
2019-02-28lockdep/lib/tests: Test dynamic key registrationBart Van Assche3-5/+17
2019-02-28lockdep/lib/tests: Fix run_tests.shBart Van Assche1-3/+3
2019-02-28kernel/workqueue: Use dynamic lockdep keys for workqueuesBart Van Assche2-33/+54
2019-02-28locking/lockdep: Add support for dynamic keysBart Van Assche2-11/+131
2019-02-28locking/lockdep: Verify whether lock objects are small enough to be used as class keysBart Van Assche1-0/+11
2019-02-28locking/lockdep: Check data structure consistencyBart Van Assche1-0/+167
2019-02-28locking/lockdep: Reuse lock chains that have been freedBart Van Assche1-20/+37
2019-02-28locking/lockdep: Fix a comment in add_chain_cache()Bart Van Assche1-1/+1
2019-02-28locking/lockdep: Introduce lockdep_next_lockchain() and lock_chain_count()Bart Van Assche3-8/+23
2019-02-28locking/lockdep: Reuse list entries that are no longer in useBart Van Assche1-8/+16
2019-02-28locking/lockdep: Free lock classes that are no longer in useBart Van Assche2-51/+354
2019-02-28locking/lockdep: Update two outdated commentsBart Van Assche1-5/+3
2019-02-28locking/lockdep: Make it easy to detect whether or not inside a selftestBart Van Assche3-0/+13
2019-02-28locking/lockdep: Split lockdep_free_key_range() and lockdep_reset_lock()Bart Van Assche1-36/+36
2019-02-28locking/lockdep: Initialize the locks_before and locks_after lists earlierBart Van Assche1-2/+27
2019-02-28locking/lockdep: Make zap_class() remove all matching lock order entriesBart Van Assche2-6/+14