| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'cap-checkpoint-restore-v5.9' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2020-08-04 | 1 | -2/+3 |
|\ |
|
| * | capabilities: Introduce CAP_CHECKPOINT_RESTORE | Adrian Reber | 2020-07-19 | 1 | -2/+3 |
* | | Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-08-04 | 14 | -161/+240 |
|\ \
| |/
|/| |
|
| * | selinux: complete the inlining of hashtab functions | Ondrej Mosnacek | 2020-07-09 | 2 | -59/+63 |
| * | selinux: prepare for inlining of hashtab functions | Ondrej Mosnacek | 2020-07-09 | 7 | -63/+110 |
| * | selinux: specialize symtab insert and search functions | Ondrej Mosnacek | 2020-07-08 | 7 | -56/+69 |
| * | selinux: Fix spelling mistakes in the comments | lihao | 2020-07-08 | 3 | -3/+3 |
| * | selinux: fixed a checkpatch warning with the sizeof macro | Ethan Edwards | 2020-06-29 | 1 | -2/+2 |
| * | selinux: log error messages on required process class / permissions | Stephen Smalley | 2020-06-23 | 1 | -5/+15 |
| * | selinux: allow reading labels before policy is loaded | Jonathan Lebon | 2020-06-23 | 1 | -1/+6 |
* | | Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-06-21 | 2 | -13/+12 |
|\ \
| |/
|/| |
|
| * | selinux: fix undefined return of cond_evaluate_expr | Tom Rix | 2020-06-17 | 1 | -0/+3 |
| * | selinux: fix a double free in cond_read_node()/cond_read_list() | Tom Rix | 2020-06-16 | 1 | -13/+5 |
| * | selinux: fix double free | Tom Rix | 2020-06-10 | 1 | -0/+4 |
* | | Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2020-06-13 | 1 | -7/+44 |
|\ \ |
|
| * | | selinux: Implement the watch_key security hook | David Howells | 2020-05-19 | 1 | -0/+14 |
| * | | keys: Make the KEY_NEED_* perms an enum rather than a mask | David Howells | 2020-05-19 | 1 | -7/+30 |
* | | | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 2020-06-04 | 1 | -5/+3 |
|\ \ \ |
|
| * | | | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds | Eric W. Biederman | 2020-05-20 | 1 | -5/+3 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-06-03 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | bpf, capability: Introduce CAP_BPF | Alexei Starovoitov | 2020-05-15 | 1 | -2/+2 |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-05-14 | 1 | -2/+2 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker... | Alexei Starovoitov | 2020-05-06 | 1 | -2/+2 |
| | |\ \ \
| | | |/ /
| | |/| | |
|
* | | | | | Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-06-02 | 19 | -326/+499 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | selinux: netlabel: Remove unused inline function | YueHaibing | 2020-05-12 | 1 | -6/+0 |
| * | | | | selinux: do not allocate hashtabs dynamically | Ondrej Mosnacek | 2020-05-01 | 8 | -146/+116 |
| * | | | | selinux: fix return value on error in policydb_read() | Ondrej Mosnacek | 2020-05-01 | 1 | -0/+1 |
| * | | | | selinux: simplify range_write() | Ondrej Mosnacek | 2020-05-01 | 1 | -16/+2 |
| * | | | | selinux: fix error return code in policydb_read() | Wei Yongjun | 2020-05-01 | 1 | -0/+1 |
| * | | | | selinux: don't produce incorrect filename_trans_count | Ondrej Mosnacek | 2020-04-22 | 2 | -9/+5 |
| * | | | | selinux: implement new format of filename transitions | Ondrej Mosnacek | 2020-04-17 | 2 | -26/+189 |
| * | | | | selinux: move context hashing under sidtab | Ondrej Mosnacek | 2020-04-17 | 5 | -58/+47 |
| * | | | | selinux: hash context structure directly | Ondrej Mosnacek | 2020-04-17 | 9 | -42/+69 |
| * | | | | selinux: store role transitions in a hash table | Ondrej Mosnacek | 2020-04-17 | 3 | -60/+107 |
| * | | | | selinux: drop unnecessary smp_load_acquire() call | Ondrej Mosnacek | 2020-04-15 | 1 | -2/+1 |
| * | | | | selinux: fix warning Comparison to bool | Zou Wei | 2020-04-14 | 2 | -3/+3 |
* | | | | | Merge tag 'v5.7-rc7' into perf/core, to pick up fixes | Ingo Molnar | 2020-05-28 | 2 | -26/+46 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-04-30 | 2 | -26/+46 |
| |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | * | | | selinux: properly handle multiple messages in selinux_netlink_send() | Paul Moore | 2020-04-30 | 1 | -25/+45 |
| | * | | | selinux: fix error return code in cond_read_list() | Wei Yongjun | 2020-04-27 | 1 | -1/+1 |
* | | | | | Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 2020-04-22 | 1 | -2/+2 |
|\ \ \ \ \
| |/ / / /
|/| | | /
| | |_|/
| |/| | |
|
| * | | | capabilities: Introduce CAP_PERFMON to kernel and user space | Alexey Budankov | 2020-04-16 | 1 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-04-16 | 1 | -4/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | selinux: free str on error in str_read() | Ondrej Mosnacek | 2020-04-15 | 1 | -4/+4 |
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 1 | -0/+1 |
|\ \ |
|
| * | | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | | | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-03-31 | 18 | -448/+448 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | selinux: clean up indentation issue with assignment statement | Colin Ian King | 2020-03-30 | 1 | -4/+3 |
| * | selinux: avtab_init() and cond_policydb_init() return void | Paul Moore | 2020-03-05 | 5 | -21/+7 |
| * | selinux: clean up error path in policydb_init() | Ondrej Mosnacek | 2020-03-05 | 1 | -13/+5 |