index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
integrity
/
ima
/
ima_main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-15
/
+25
2021-01-24
ima: handle idmapped mounts
Christian Brauner
1
-13
/
+24
2021-01-14
IMA: extend critical data hook to limit the measurement based on a label
Tushar Sugandhi
1
-3
/
+5
2021-01-14
IMA: define a hook to measure kernel integrity critical data
Tushar Sugandhi
1
-0
/
+24
2021-01-14
IMA: add support to measure buffer data hash
Tushar Sugandhi
1
-5
/
+24
2021-01-14
IMA: generalize keyring specific measurement constructs
Tushar Sugandhi
1
-3
/
+3
2020-12-16
Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-15
/
+10
2020-11-26
ima: Implement ima_inode_hash
KP Singh
1
-24
/
+54
2020-11-20
ima: select ima-buf template for buffer measurement
Lakshmi Ramasubramanian
1
-15
/
+9
2020-11-02
ima: defer arch_ima_get_secureboot() call to IMA init time
Ard Biesheuvel
1
-0
/
+1
2020-10-15
Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+19
2020-10-05
IMA: Add support for file reads without contents
Scott Branden
1
-6
/
+16
2020-10-05
LSM: Add "contents" flag to kernel_read_file hook
Kees Cook
1
-1
/
+9
2020-10-05
firmware_loader: Use security_post_load_data()
Kees Cook
1
-10
/
+10
2020-10-05
LSM: Introduce kernel_post_load_data() hook
Kees Cook
1
-1
/
+23
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
1
-0
/
+1
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
1
-4
/
+2
2020-09-16
ima: Fix NULL pointer dereference in ima_file_hash
KP Singh
1
-0
/
+10
2020-09-08
integrity: invalid kernel parameters feedback
Bruno Meneguele
1
-4
/
+9
2020-07-20
ima: Support additional conditionals in the KEXEC_CMDLINE hook function
Tyler Hicks
1
-6
/
+17
2020-07-16
IMA: Add audit log for failure conditions
Lakshmi Ramasubramanian
1
-5
/
+13
2020-06-12
ima: fix mprotect checking
Mimi Zohar
1
-1
/
+2
2020-05-22
ima: verify mprotect change is consistent with mmap policy
Mimi Zohar
1
-0
/
+51
2020-04-19
ima: Evaluate error in init_ima()
Roberto Sassu
1
-0
/
+3
2020-02-28
integrity: Remove duplicate pr_fmt definitions
Tushar Sugandhi
1
-2
/
+0
2020-02-28
IMA: Add log statements for failure conditions
Tushar Sugandhi
1
-0
/
+3
2020-01-22
ima: add the ability to query the cached hash of a given file
Florent Revest
1
-0
/
+49
2019-12-12
IMA: Add support to limit measuring keys
Lakshmi Ramasubramanian
1
-4
/
+5
2019-12-12
IMA: Check IMA policy flag
Lakshmi Ramasubramanian
1
-0
/
+3
2019-11-12
ima: Check against blacklisted hashes for files with modsig
Nayna Jain
1
-4
/
+8
2019-11-12
ima: Make process_buffer_measurement() generic
Nayna Jain
1
-18
/
+40
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2019-08-19
kexec: Allow kexec_file() with appropriate IMA policy when locked down
Matthew Garrett
1
-1
/
+1
2019-08-19
kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
Jiri Bohac
1
-1
/
+1
2019-08-05
ima: Store the measurement again when appraising a modsig
Thiago Jung Bauermann
1
-3
/
+12
2019-08-05
ima: Define ima-modsig template
Thiago Jung Bauermann
1
-1
/
+1
2019-08-05
ima: Collect modsig
Thiago Jung Bauermann
1
-1
/
+1
2019-08-05
ima: Implement support for module-style appended signatures
Thiago Jung Bauermann
1
-2
/
+9
2019-07-08
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+117
2019-06-30
IMA: Define a new template field buf
Prakhar Srivastava
1
-1
/
+3
2019-06-24
IMA: Define a new hook to measure the kexec boot command line arguments
Prakhar Srivastava
1
-0
/
+72
2019-06-19
IMA: support for per policy rule template formats
Matthew Garrett
1
-4
/
+5
2019-06-14
ima: use the lsm policy update notifier
Janne Karhunen
1
-0
/
+8
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
1
-5
/
+1
2019-06-04
ima: prevent a file already mmap'ed write to be mmap'ed execute
Mimi Zohar
1
-2
/
+30
2019-02-04
ima: define ima_post_create_tmpfile() hook and add missing call
Mimi Zohar
1
-2
/
+33
2019-01-02
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-7
/
+14
2018-12-20
security: integrity: partial revert of make ima_main explicitly non-modular
Paul Gortmaker
1
-1
/
+1
2018-12-17
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
James Morris
1
-7
/
+14
2018-12-12
ima: Use inode_is_open_for_write
Nikolay Borisov
1
-1
/
+1
[next]