Age | Commit message (Expand) | Author | Files | Lines |
2020-06-02 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2020-06-02 | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 19 | -326/+499 |
2020-06-02 | Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1 | Linus Torvalds | 1 | -1/+1 |
2020-06-01 | Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2020-06-01 | Merge tag 'perf-core-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+2 |
2020-06-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -15/+3 |
2020-05-29 | tomoyo_write_control(): get rid of pointless access_ok() | Al Viro | 1 | -2/+0 |
2020-05-28 | Merge tag 'v5.7-rc7' into perf/core, to pick up fixes | Ingo Molnar | 11 | -66/+105 |
2020-05-27 | Merge branch 'for-5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -4/+17 |
2020-05-27 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -0/+1 |
2020-05-26 | exec: Always set cap_ambient in cap_bprm_set_creds | Eric W. Biederman | 1 | -0/+1 |
2020-05-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -2/+14 |
2020-05-21 | apparmor: Fix use-after-free in aa_audit_rule_init | Navid Emamdoost | 1 | -1/+2 |
2020-05-21 | apparmor: Fix aa_label refcnt leak in policy_update | Xiyu Yang | 1 | -1/+2 |
2020-05-21 | apparmor: fix potential label refcnt leak in aa_change_profile | Xiyu Yang | 1 | -2/+1 |
2020-05-20 | security: Fix hook iteration for secid_to_secctx | KP Singh | 1 | -2/+14 |
2020-05-18 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/l... | Linus Torvalds | 5 | -34/+40 |
2020-05-14 | evm: Fix a small race in init_desc() | Dan Carpenter | 1 | -22/+22 |
2020-05-14 | lockdown: Allow unprivileged users to see lockdown status | Jeremy Cline | 1 | -1/+1 |
2020-05-12 | selinux: netlabel: Remove unused inline function | YueHaibing | 1 | -6/+0 |
2020-05-12 | tomoyo: use true for bool variable | Zou Wei | 1 | -1/+1 |
2020-05-08 | KEYS: encrypted: use crypto_shash_tfm_digest() | Eric Biggers | 1 | -15/+3 |
2020-05-07 | evm: Fix RCU list related warnings | Madhuparna Bhowmik | 3 | -4/+11 |
2020-05-07 | ima: Fix return value of ima_write_policy() | Roberto Sassu | 1 | -2/+1 |
2020-05-07 | evm: Check also if *tfm is an error pointer in init_desc() | Roberto Sassu | 1 | -1/+1 |
2020-05-07 | ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash() | Roberto Sassu | 1 | -6/+6 |
2020-05-01 | selinux: do not allocate hashtabs dynamically | Ondrej Mosnacek | 8 | -146/+116 |
2020-05-01 | selinux: fix return value on error in policydb_read() | Ondrej Mosnacek | 1 | -0/+1 |
2020-05-01 | selinux: simplify range_write() | Ondrej Mosnacek | 1 | -16/+2 |
2020-05-01 | selinux: fix error return code in policydb_read() | Wei Yongjun | 1 | -0/+1 |
2020-04-30 | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -26/+46 |
2020-04-30 | selinux: properly handle multiple messages in selinux_netlink_send() | Paul Moore | 1 | -25/+45 |
2020-04-27 | selinux: fix error return code in cond_read_list() | Wei Yongjun | 1 | -1/+1 |
2020-04-22 | selinux: don't produce incorrect filename_trans_count | Ondrej Mosnacek | 2 | -9/+5 |
2020-04-22 | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 1 | -2/+2 |
2020-04-17 | selinux: implement new format of filename transitions | Ondrej Mosnacek | 2 | -26/+189 |
2020-04-17 | selinux: move context hashing under sidtab | Ondrej Mosnacek | 5 | -58/+47 |
2020-04-17 | selinux: hash context structure directly | Ondrej Mosnacek | 9 | -42/+69 |
2020-04-17 | selinux: store role transitions in a hash table | Ondrej Mosnacek | 3 | -60/+107 |
2020-04-16 | Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -4/+4 |
2020-04-16 | keys: Fix proc_keys_next to increase position index | Vasily Averin | 1 | -0/+2 |
2020-04-16 | capabilities: Introduce CAP_PERFMON to kernel and user space | Alexey Budankov | 1 | -2/+2 |
2020-04-15 | selinux: drop unnecessary smp_load_acquire() call | Ondrej Mosnacek | 1 | -2/+1 |
2020-04-15 | selinux: free str on error in str_read() | Ondrej Mosnacek | 1 | -4/+4 |
2020-04-14 | selinux: fix warning Comparison to bool | Zou Wei | 2 | -3/+3 |
2020-04-13 | device_cgroup: Cleanup cgroup eBPF device filter code | Odin Ugedal | 2 | -4/+17 |
2020-04-04 | Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 8 | -52/+113 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -3/+3 |
2020-04-02 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 19 | -34/+19 |
2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 5 | -16/+68 |