summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'safesetid-5.14' of git://github.com/micah-morton/linuxLinus Torvalds2021-07-012-2/+2
|\
| * LSM: SafeSetID: Mark safesetid_initialized as __initdataAustin Kim2021-06-102-2/+2
* | Merge tag 'Smack-for-5.14' of git://github.com/cschaufler/smack-nextLinus Torvalds2021-07-012-5/+9
|\ \
| * | Smack: fix doc warningChenXiaoSong2021-06-081-1/+4
| * | Revert "Smack: Handle io_uring kernel thread privileges"Jens Axboe2021-05-181-3/+2
| * | smackfs: restrict bytes count in smk_set_cipso()Tetsuo Handa2021-05-101-0/+2
| * | security/smack/: fix misspellings using codespell toolXiong Zhenwu2021-05-101-1/+1
* | | Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-015-37/+53
|\ \ \
| * | | audit: remove unnecessary 'ret' initializationAustin Kim2021-06-111-1/+0
| * | | audit: remove trailing spaces and tabsZhen Lei2021-06-113-7/+7
| * | | audit: Use list_move instead of list_del/list_addBaokun Li2021-06-091-8/+4
| * | | audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinitionSergey Nazarov2021-06-092-21/+21
| * | | audit: add blank line after variable declarationsRoni Nevalainen2021-05-111-0/+21
| |/ /
* | | Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-06-3015-121/+90
|\ \ \
| * | | selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit()Al Viro2021-06-113-31/+5
| * | | selinux: slow_avc_audit has become non-blockingAl Viro2021-06-113-35/+10
| * | | selinux: Fix kernel-docYang Li2021-06-111-1/+22
| * | | selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVCMinchan Kim2021-06-111-6/+7
| * | | lsm_audit,selinux: pass IB device name by referenceOndrej Mosnacek2021-05-142-5/+5
| * | | selinux: Remove redundant assignment to rcJiapeng Chong2021-05-112-5/+0
| * | | selinux: Corrected comment to match kernel-doc commentSouptick Joarder2021-05-111-1/+1
| * | | selinux: delete selinux_xfrm_policy_lookup() useless argumentZhongjun Tan2021-05-116-12/+9
| * | | selinux: constify some avtab function argumentsOndrej Mosnacek2021-05-113-21/+26
| * | | selinux: simplify duplicate_policydb_cond_list() by using kmemdup()Ondrej Mosnacek2021-05-111-5/+6
| |/ /
* | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-3014-37/+74
|\ \ \
| * | | qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor2021-06-291-5/+3
| * | | Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTRNick Desaulniers2021-06-226-0/+14
| * | | compiler_attributes.h: cleanups for GCC 4.9+Nick Desaulniers2021-06-221-3/+3
| * | | compiler_attributes.h: define __no_profile, add to noinstrNick Desaulniers2021-06-222-1/+14
| * | | x86, lto: Enable Clang LTO for 32-bit as wellNathan Chancellor2021-06-141-2/+2
| * | | CFI: Move function_nocfi() into compiler.hMark Rutland2021-06-144-26/+26
| * | | MAINTAINERS: Add Clang CFI sectionNathan Chancellor2021-06-141-0/+12
* | | | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-06-3054-519/+1467
|\ \ \ \
| * \ \ \ Merge tag 'nvme-5.14-2021-06-22' of git://git.infradead.org/nvme into for-5.1...Jens Axboe2021-06-2428-228/+1073
| |\ \ \ \
| | * | | | nvmet: use NVMET_MAX_NAMESPACES to set nn valueChaitanya Kulkarni2021-06-211-1/+1
| | * | | | nvme.h: add missing nvme_lba_range_type endianness annotationsWesley Sheng2021-06-171-2/+2
| | * | | | nvme: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-13/+6
| | * | | | nvme-pci: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-16/+8
| | * | | | nvmet: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-2/+1
| | * | | | nvmet: add ZBD over ZNS backend supportChaitanya Kulkarni2021-06-177-11/+714
| | * | | | nvmet: add Command Set Identifier supportChaitanya Kulkarni2021-06-174-18/+87
| | * | | | nvmet: add nvmet_req_bio put helper for backendsChaitanya Kulkarni2021-06-173-4/+8
| | * | | | nvmet: add req cns error complete helperChaitanya Kulkarni2021-06-172-4/+9
| | * | | | block: export blk_next_bio()Chaitanya Kulkarni2021-06-172-0/+3
| | * | | | nvmet: remove local variableChaitanya Kulkarni2021-06-171-16/+7
| | * | | | nvmet: use nvme status value directlyChaitanya Kulkarni2021-06-171-2/+1
| | * | | | nvmet: use u32 type for the local variable nsidChaitanya Kulkarni2021-06-171-2/+2
| | * | | | nvmet: use u32 for nvmet_subsys max_nsidChaitanya Kulkarni2021-06-171-1/+1
| | * | | | nvmet: use req->cmd directly in file-ns fast pathChaitanya Kulkarni2021-06-171-3/+1
| | * | | | nvmet: use req->cmd directly in bdev-ns fast pathChaitanya Kulkarni2021-06-171-3/+1