serial: PL011: clear pending interrupts
[linux-flexiantxendom0.git] / security / integrity /
2012-04-02 Fabio Estevamima: fix Kconfig dependencies
2012-01-26 Roberto Sassuima: fix invalid memory reference
2012-01-26 Roberto Sassuima: free duplicate measurement memory
2011-12-20 Dmitry Kasatkinevm: prevent racing during tfm allocation
2011-12-20 Dmitry Kasatkinevm: key must be set once during initialization
2011-11-02 Linus TorvaldsMerge branch 'for-linus' of git://github.com/richardwei...
2011-11-02 Al Viroum: switch to use of drivers/Kconfig
2011-09-14 Dmitry Kasatkinevm: clean verification status
2011-09-14 Mimi Zoharevm: permit mode bits to be updated
2011-09-14 Mimi Zoharevm: posix acls modify i_mode
2011-09-14 Mimi Zoharevm: limit verifying current security.evm integrity
2011-09-14 Mimi Zoharevm: remove TCG_TPM dependency
2011-09-09 James Morrisima: sparse fix: include linux/ima.h in ima_main.c
2011-09-09 James Morrisima: sparse fix: make ima_open_policy static
2011-09-09 James Morrisintegrity: sparse fix: move iint_initialized to integrity.h
2011-08-18 Mimi Zoharevm: add Kconfig TCG_TPM dependency
2011-08-11 Mimi Zoharevm: fix evm_inode_init_security return code
2011-08-09 James MorrisEVM: ensure trusted and encypted key symbols are availa...
2011-08-09 James MorrisMerge branch 'next-evm' of git://git./linux/kernel...
2011-07-26 Al Viroima: fmode_t misspelled as mode_t...
2011-07-18 Mimi Zoharevm: add evm_inode_setattr to prevent updating an inval...
2011-07-18 Mimi Zoharevm: permit only valid security.evm xattrs to be updated
2011-07-18 Dmitry Kasatkinevm: replace hmac_status with evm_status
2011-07-18 Dmitry Kasatkinevm: evm_verify_hmac must not return INTEGRITY_UNKNOWN
2011-07-18 Dmitry Kasatkinevm: additional parameter to pass integrity cache entry...
2011-07-18 Dmitry Kasatkinevm: crypto hash replaced by shash
2011-07-18 Mimi Zoharevm: add evm_inode_init_security to initialize new...
2011-07-18 Mimi Zoharsecurity: imbed evm calls in security hooks
2011-07-18 Dmitry Kasatkinevm: add support for different security.evm data types
2011-07-18 Mimi Zoharevm: re-release
2011-07-18 Mimi Zoharintegrity: move ima inode integrity data management
2011-02-23 Mimi Zoharima: remove unnecessary call to ima_must_measure
2011-02-10 Mimi ZoharIMA: remove IMA imbalance checking
2011-02-10 Mimi ZoharIMA: maintain i_readcount in the VFS layer
2011-02-10 Mimi ZoharIMA: convert i_readcount to atomic
2011-01-04 Mimi Zoharima: fix add LSM rule bug
2010-10-26 Eric ParisIMA: fix the ToMToU logic
2010-10-26 Eric ParisIMA: explicit IMA i_flag to remove global lock on inode...
2010-10-26 Eric ParisIMA: drop refcnt from ima_iint_cache since it isn't...
2010-10-26 Eric ParisIMA: only allocate iint when needed
2010-10-26 Eric ParisIMA: move read counter into struct inode
2010-10-26 Eric ParisIMA: use i_writecount rather than a private counter
2010-10-26 Eric ParisIMA: use inode->i_lock to protect read and write counters
2010-10-26 Eric ParisIMA: convert internal flags from long to char
2010-10-26 Eric ParisIMA: use unsigned int instead of long for counters
2010-10-26 Eric ParisIMA: drop the inode opencount since it isn't needed...
2010-10-26 Eric ParisIMA: use rbtree instead of radix tree for inode informa...
2010-09-07 Mimi Zoharima: always maintain counters
2010-08-02 Arnd Bergmannima: use generic_file_llseek for securityfs
2010-05-21 NeilBrownkref: remove kref_set
2010-05-16 Mimi Zoharima: remove ACPI dependency
2010-05-06 James MorrisRevert "ima: remove ACPI dependency"
2010-05-06 James MorrisMerge branch 'master' into next
2010-05-05 Mimi Zoharima: remove ACPI dependency
2010-04-22 Eric ParisIMA: include the word IMA in printk messages
2010-04-20 Eric ParisIMA: drop the word integrity in the audit message
2010-04-20 Eric ParisIMA: use audit_log_untrusted_string rather than %s
2010-04-20 Eric ParisIMA: handle comments in policy
2010-04-20 Eric ParisIMA: handle whitespace better
2010-04-20 Eric ParisIMA: reject policies with unknown entries
2010-04-20 Eric ParisIMA: set entry->action to UNKNOWN rather than hard...
2010-04-20 Eric ParisIMA: do not allow the same rule to specify the same...
2010-04-20 Eric Parisima: handle multiple rules per write
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-10 H Hartley Sweetensecurity/ima: replace gcc specific __FUNCTION__ with...
2010-02-24 Xiaotian Fengsecurity: fix error return path in ima_inode_alloc
2010-02-07 Mimi Zoharima: rename PATH_CHECK to FILE_CHECK
2010-02-07 Mimi Zoharima: rename ima_path_check to ima_file_check
2010-02-07 Eric Parisima: initialize ima before inodes can be allocated
2010-02-07 Mimi Zoharfix ima breakage
2009-12-16 Mimi Zoharima: limit imbalance msg
2009-12-16 Al ViroUntangling ima mess, part 3: kill dead code in ima
2009-12-16 Eric Parisima: call ima_inode_free ima_inode_free
2009-12-16 Eric ParisIMA: clean up the IMA counts updating code
2009-12-16 Eric Parisima: only insert at inode creation time
2009-12-16 Eric Parisima: valid return code from ima_inode_alloc
2009-12-03 James MorrisMerge branch 'master' into next
2009-11-18 Mimi Zoharima: replace GFP_KERNEL with GFP_NOFS
2009-10-25 Mimi ZoharLSM: imbed ima calls in the security hooks
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-07 Mimi ZoharIMA: update ima_counts_put
2009-08-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-08-27 Eric ParisIMA: iint put in ima_counts_get and put
2009-08-24 Mimi Zoharima: hashing large files bug fix
2009-06-28 Mimi Zoharintegrity: add ima_counts_put (updated)
2009-06-28 Mimi Zoharintegrity: ima audit hash_exists fix
2009-06-11 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-06-04 Mimi Zoharintegrity: ima audit dentry_open failure
2009-05-21 Mimi Zoharintegrity: path_check update
2009-05-21 Eric ParisIMA: Add __init notation to ima functions
2009-05-21 Eric ParisIMA: Minimal IMA policy and boot param for TCB IMA...
2009-05-18 Eric ParisSELinux: move SELINUX_MAGIC into magic.h
2009-05-14 Eric ParisIMA: do not measure everything opened by root by default
2009-05-14 Eric ParisIMA: remove read permissions on the ima policy file
2009-05-12 Eric ParisIMA: open all files O_LARGEFILE
2009-05-12 Eric ParisIMA: Handle dentry_open failures
2009-05-12 Eric ParisIMA: use current_cred() instead of current->cred
2009-05-06 Mimi Zoharintegrity: remove __setup auditing msgs
2009-05-06 Mimi Zoharintegrity: use audit_log_string
next