| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'sched-urgent-2021-06-30' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-07-01 | 2 | -6/+6 |
|\ |
|
| * | Merge branch 'sched/core' into sched/urgent, to pick up fix | Ingo Molnar | 2021-06-30 | 1 | -3/+3 |
| |\ |
|
| | * | sched/fair: Ensure _sum and _avg values stay consistent | Odin Ugedal | 2021-06-28 | 1 | -3/+3 |
| * | | sched/core: Disable CONFIG_SCHED_CORE by default | Ingo Molnar | 2021-06-28 | 1 | -3/+3 |
| |/ |
|
* | | Merge tag 'microblaze-v5.14' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 2021-07-01 | 2 | -4/+1 |
|\ \ |
|
| * | | arch: microblaze: Fix spelling mistake "vesion" -> "version" | Colin Ian King | 2021-06-02 | 1 | -1/+1 |
| * | | microblaze: Cleanup unused functions | Guo Ren | 2021-05-31 | 1 | -3/+0 |
* | | | Merge tag 'safesetid-5.14' of git://github.com/micah-morton/linux | Linus Torvalds | 2021-07-01 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | LSM: SafeSetID: Mark safesetid_initialized as __initdata | Austin Kim | 2021-06-10 | 2 | -2/+2 |
* | | | | Merge tag 'Smack-for-5.14' of git://github.com/cschaufler/smack-next | Linus Torvalds | 2021-07-01 | 2 | -5/+9 |
|\ \ \ \ |
|
| * | | | | Smack: fix doc warning | ChenXiaoSong | 2021-06-08 | 1 | -1/+4 |
| * | | | | Revert "Smack: Handle io_uring kernel thread privileges" | Jens Axboe | 2021-05-18 | 1 | -3/+2 |
| * | | | | smackfs: restrict bytes count in smk_set_cipso() | Tetsuo Handa | 2021-05-10 | 1 | -0/+2 |
| * | | | | security/smack/: fix misspellings using codespell tool | Xiong Zhenwu | 2021-05-10 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'audit-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-07-01 | 5 | -37/+53 |
|\ \ \ \ |
|
| * | | | | audit: remove unnecessary 'ret' initialization | Austin Kim | 2021-06-11 | 1 | -1/+0 |
| * | | | | audit: remove trailing spaces and tabs | Zhen Lei | 2021-06-11 | 3 | -7/+7 |
| * | | | | audit: Use list_move instead of list_del/list_add | Baokun Li | 2021-06-09 | 1 | -8/+4 |
| * | | | | audit: Rename enum audit_state constants to avoid AUDIT_DISABLED redefinition | Sergey Nazarov | 2021-06-09 | 2 | -21/+21 |
| * | | | | audit: add blank line after variable declarations | Roni Nevalainen | 2021-05-11 | 1 | -0/+21 |
| |/ / / |
|
* | | | | Merge tag 'selinux-pr-20210629' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2021-06-30 | 15 | -121/+90 |
|\ \ \ \ |
|
| * | | | | selinux: kill 'flags' argument in avc_has_perm_flags() and avc_audit() | Al Viro | 2021-06-11 | 3 | -31/+5 |
| * | | | | selinux: slow_avc_audit has become non-blocking | Al Viro | 2021-06-11 | 3 | -35/+10 |
| * | | | | selinux: Fix kernel-doc | Yang Li | 2021-06-11 | 1 | -1/+22 |
| * | | | | selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC | Minchan Kim | 2021-06-11 | 1 | -6/+7 |
| * | | | | lsm_audit,selinux: pass IB device name by reference | Ondrej Mosnacek | 2021-05-14 | 2 | -5/+5 |
| * | | | | selinux: Remove redundant assignment to rc | Jiapeng Chong | 2021-05-11 | 2 | -5/+0 |
| * | | | | selinux: Corrected comment to match kernel-doc comment | Souptick Joarder | 2021-05-11 | 1 | -1/+1 |
| * | | | | selinux: delete selinux_xfrm_policy_lookup() useless argument | Zhongjun Tan | 2021-05-11 | 6 | -12/+9 |
| * | | | | selinux: constify some avtab function arguments | Ondrej Mosnacek | 2021-05-11 | 3 | -21/+26 |
| * | | | | selinux: simplify duplicate_policydb_cond_list() by using kmemdup() | Ondrej Mosnacek | 2021-05-11 | 1 | -5/+6 |
| |/ / / |
|
* | | | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-06-30 | 14 | -37/+74 |
|\ \ \ \ |
|
| * | | | | qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute | Nathan Chancellor | 2021-06-29 | 1 | -5/+3 |
| * | | | | Kconfig: Introduce ARCH_WANTS_NO_INSTR and CC_HAS_NO_PROFILE_FN_ATTR | Nick Desaulniers | 2021-06-22 | 6 | -0/+14 |
| * | | | | compiler_attributes.h: cleanups for GCC 4.9+ | Nick Desaulniers | 2021-06-22 | 1 | -3/+3 |
| * | | | | compiler_attributes.h: define __no_profile, add to noinstr | Nick Desaulniers | 2021-06-22 | 2 | -1/+14 |
| * | | | | x86, lto: Enable Clang LTO for 32-bit as well | Nathan Chancellor | 2021-06-14 | 1 | -2/+2 |
| * | | | | CFI: Move function_nocfi() into compiler.h | Mark Rutland | 2021-06-14 | 4 | -26/+26 |
| * | | | | MAINTAINERS: Add Clang CFI section | Nathan Chancellor | 2021-06-14 | 1 | -0/+12 |
* | | | | | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-06-30 | 54 | -519/+1467 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge tag 'nvme-5.14-2021-06-22' of git://git.infradead.org/nvme into for-5.1... | Jens Axboe | 2021-06-24 | 28 | -228/+1073 |
| |\ \ \ \ \ |
|
| | * | | | | | nvmet: use NVMET_MAX_NAMESPACES to set nn value | Chaitanya Kulkarni | 2021-06-21 | 1 | -1/+1 |
| | * | | | | | nvme.h: add missing nvme_lba_range_type endianness annotations | Wesley Sheng | 2021-06-17 | 1 | -2/+2 |
| | * | | | | | nvme: remove zeroout memset call for struct | Chaitanya Kulkarni | 2021-06-17 | 1 | -13/+6 |
| | * | | | | | nvme-pci: remove zeroout memset call for struct | Chaitanya Kulkarni | 2021-06-17 | 1 | -16/+8 |
| | * | | | | | nvmet: remove zeroout memset call for struct | Chaitanya Kulkarni | 2021-06-17 | 1 | -2/+1 |
| | * | | | | | nvmet: add ZBD over ZNS backend support | Chaitanya Kulkarni | 2021-06-17 | 7 | -11/+714 |
| | * | | | | | nvmet: add Command Set Identifier support | Chaitanya Kulkarni | 2021-06-17 | 4 | -18/+87 |
| | * | | | | | nvmet: add nvmet_req_bio put helper for backends | Chaitanya Kulkarni | 2021-06-17 | 3 | -4/+8 |
| | * | | | | | nvmet: add req cns error complete helper | Chaitanya Kulkarni | 2021-06-17 | 2 | -4/+9 |