summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* seccomp: add ptrace options for suspend/resumeTycho Andersen2015-07-154-2/+26
* seccomp: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar2015-07-151-4/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2015-06-186-25/+112
|\
| * ima: update builtin policiesMimi Zohar2015-06-162-10/+65
| * ima: extend "mask" policy matching supportMimi Zohar2015-06-162-6/+17
| * ima: add support for new "euid" policy conditionMimi Zohar2015-06-162-5/+25
| * ima: fix ima_show_template_data_ascii()Mimi Zohar2015-06-163-4/+5
* | tpm, tpm_crb: fix le64_to_cpu conversions in crb_acpi_add()Jarkko Sakkinen2015-06-161-2/+2
* | vTPM: set virtual device before passing to ibmvtpm_reset_crqHon Ching \(Vicky\) Lo2015-06-161-2/+3
* | tpm_ibmvtpm: remove unneccessary message level.Fabian Frederick2015-06-161-1/+1
|/
* Merge branch 'smack-for-4.2-stacked' of https://github.com/cschaufler/smack-n...James Morris2015-06-131-7/+9
|\
| * Smack: freeing an error pointer in smk_write_revoke_subj()Dan Carpenter2015-06-121-7/+9
* | selinux: fix setting of security labels on NFSJ. Bruce Fields2015-06-051-0/+1
* | selinux: Remove unused permission definitionsStephen Smalley2015-06-041-14/+8
* | selinux: enable genfscon labeling for sysfs and pstore filesStephen Smalley2015-06-041-1/+3
* | selinux: enable per-file labeling for debugfs files.Stephen Smalley2015-06-042-22/+22
* | selinux: update netlink socket classesStephen Smalley2015-06-042-10/+32
* | signals: don't abuse __flush_signals() in selinux_bprm_committed_creds()Oleg Nesterov2015-06-043-12/+8
* | selinux: Print 'sclass' as string when unrecognized netlink message occursMarek Milkovic2015-06-041-2/+3
* | Merge branch 'smack-for-4.2-stacked' of https://github.com/cschaufler/smack-n...James Morris2015-06-035-189/+317
|\|
| * Smack: allow multiple labels in onlycapRafal Krypa2015-06-024-72/+163
| * Smack: fix seq operations in smackfsRafal Krypa2015-06-021-30/+22
| * smack: pass error code through pointersLukasz Pawelczyk2015-05-153-97/+139
| * Smack: ignore private inode for smack_file_receiveSeung-Woo Kim2015-05-151-0/+3
* | ima: pass iint to ima_add_violation()Roberto Sassu2015-05-215-9/+13
* | ima: wrap event related data to the new ima_event_data structureRoberto Sassu2015-05-215-79/+61
* | integrity: add validity checks for 'path' parameterDmitry Kasatkin2015-05-213-2/+5
* | KEYS: fix "ca_keys=" partial key matchingMimi Zohar2015-05-213-11/+35
* | evm: fix potential race when removing xattrsDmitry Kasatkin2015-05-212-9/+8
* | evm: labeling pseudo filesystems exceptionMimi Zohar2015-05-211-0/+11
* | ima: remove definition of IMA_X509_PATHDmitry Kasatkin2015-05-211-7/+1
* | ima: limit file hash setting by user to fix and log modesDmitry Kasatkin2015-05-211-2/+6
* | ima: do not measure or appraise the NSFS filesystemMimi Zohar2015-05-212-0/+5
* | ima: skip measurement of cgroupfs files and update documentationRoberto Sassu2015-05-212-5/+14
* | ima: added ima-sig template among choices in kernel-parameters.txtRoberto Sassu2015-05-131-1/+1
* | ima: cleanup ima_init_policy() a littleDan Carpenter2015-05-131-10/+6
|/
* LSM: Remove unused capability.cCasey Schaufler2015-05-121-1158/+0
* LSM: Switch to lists of hooksCasey Schaufler2015-05-1213-387/+627
* LSM: Add security module hook list headsCasey Schaufler2015-05-126-402/+626
* LSM: Introduce security hook calling MacrosCasey Schaufler2015-05-121-207/+226
* LSM: Remove a comment from security.hCasey Schaufler2015-05-121-1270/+0
* LSM: Add the comment to lsm_hooks.hCasey Schaufler2015-05-121-0/+1279
* LSM: Split security.hCasey Schaufler2015-05-129-312/+365
* Linux 4.1-rc1v4.1-rc1Linus Torvalds2015-04-271-2/+2
* x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-275-0/+48
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-04-275-14/+95
|\
| * Merge tag 'drm-intel-next-fixes-2015-04-25' of git://anongit.freedesktop.org/...Dave Airlie2015-04-275-14/+95
| |\
| | * drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT regImre Deak2015-04-231-2/+2
| | * drm/i915: Workaround to avoid lite restore with HEAD==TAILMichel Thierry2015-04-232-2/+36
| | * drm/i915: cope with large i2c transfersDmitry Torokhov2015-04-232-10/+57