Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-05Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge tag 'selinux-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-28Merge tag 'v5.7-rc7' into perf/core, to pick up fixesIngo Molnar
2020-05-20exec: Factor security_bprm_creds_for_exec out of security_bprm_set_credsEric W. Biederman
2020-05-19selinux: Implement the watch_key security hookDavid Howells
2020-05-19keys: Make the KEY_NEED_* perms an enum rather than a maskDavid Howells
2020-05-15bpf, capability: Introduce CAP_BPFAlexei Starovoitov
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-05-13selinux: netlabel: Remove unused inline functionYueHaibing
2020-05-07Merge tag 'perf-for-bpf-2020-05-06' of git://git.kernel.org/pub/scm/linux/ker...Alexei Starovoitov
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek
2020-05-01selinux: fix return value on error in policydb_read()Ondrej Mosnacek
2020-05-01selinux: simplify range_write()Ondrej Mosnacek
2020-05-01selinux: fix error return code in policydb_read()Wei Yongjun
2020-05-01Merge tag 'selinux-pr-20200430' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-30selinux: properly handle multiple messages in selinux_netlink_send()Paul Moore
2020-04-28selinux: fix error return code in cond_read_list()Wei Yongjun
2020-04-22selinux: don't produce incorrect filename_trans_countOndrej Mosnacek
2020-04-22Merge tag 'perf-core-for-mingo-5.8-20200420' of git://git.kernel.org/pub/scm/...Ingo Molnar
2020-04-17selinux: implement new format of filename transitionsOndrej Mosnacek
2020-04-17selinux: move context hashing under sidtabOndrej Mosnacek
2020-04-17selinux: hash context structure directlyOndrej Mosnacek
2020-04-17selinux: store role transitions in a hash tableOndrej Mosnacek
2020-04-16Merge tag 'selinux-pr-20200416' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-04-16capabilities: Introduce CAP_PERFMON to kernel and user spaceAlexey Budankov
2020-04-16selinux: drop unnecessary smp_load_acquire() callOndrej Mosnacek
2020-04-16selinux: free str on error in str_read()Ondrej Mosnacek
2020-04-15selinux: fix warning Comparison to boolZou Wei
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-04-01Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-03-31selinux: clean up indentation issue with assignment statementColin Ian King
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-03-05selinux: avtab_init() and cond_policydb_init() return voidPaul Moore
2020-03-05selinux: clean up error path in policydb_init()Ondrej Mosnacek
2020-02-28selinux: remove unused initial SIDs and improve handlingStephen Smalley
2020-02-28selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek
2020-02-22selinux: Add xfs quota command typesRichard Haines
2020-02-22selinux: optimize storage of filename transitionsOndrej Mosnacek
2020-02-14selinux: factor out loop body from filename_trans_read()Ondrej Mosnacek
2020-02-12security: selinux: allow per-file labeling for bpffsConnor O'Brien
2020-02-12selinux: generalize evaluate_cond_node()Ondrej Mosnacek
2020-02-12selinux: convert cond_expr to arrayOndrej Mosnacek
2020-02-12selinux: convert cond_av_list to arrayOndrej Mosnacek
2020-02-12selinux: convert cond_list to arrayOndrej Mosnacek
2020-02-11Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-02-10selinux: sel_avc_get_stat_idx should increase position indexVasily Averin
2020-02-10selinux: allow kernfs symlinks to inherit parent directory contextChristian Göttsche
2020-02-10selinux: simplify evaluate_cond_node()Ondrej Mosnacek