deliverable/linux.git
2013-10-30  Josh BoyerKEYS: Make BIG_KEYS boolean
2013-10-30  James MorrisMerge branch 'smack-for-3.13' of git://git.gitorious...
2013-10-28  Casey SchauflerSmack: Ptrace access check mode
2013-10-27  Dmitry Kasatkinima: provide hash algo info in the xattr
2013-10-27  Mimi Zoharima: enable support for larger default filedata hash...
2013-10-27  Roberto Sassuima: define kernel parameter 'ima_template=' to change...
2013-10-27  Mimi Zoharima: add Kconfig default measurement list template
2013-10-27  Roberto Sassuima: defer determining the appraisal hash algorithm...
2013-10-27  Mimi Zoharima: add audit log support for larger hashes
2013-10-25  Roberto Sassuima: switch to new template management mechanism
2013-10-25  Roberto Sassuima: define new template ima-ng and template fields...
2013-10-25  Roberto Sassuima: define template fields library and new helpers
2013-10-25  Roberto Sassuima: new templates management mechanism
2013-10-25  Roberto Sassuima: define new function ima_alloc_init_template()...
2013-10-25  Roberto Sassuima: pass the filename argument up to ima_add_template_...
2013-10-25  Roberto Sassuima: pass the file descriptor to ima_add_violation()
2013-10-25  Dmitry Kasatkinima: ima_calc_boot_agregate must use SHA1
2013-10-25  Dmitry Kasatkinima: support arbitrary hash algorithms in ima_calc_buff...
2013-10-25  Dmitry Kasatkinima: provide dedicated hash algo allocation function
2013-10-25  Mimi Zoharima: differentiate between template hash and file data...
2013-10-25  Dmitry Kasatkinima: use dynamically allocated hash storage
2013-10-25  Dmitry Kasatkinima: pass full xattr with the signature
2013-10-25  Dmitry Kasatkinima: read and use signature hash algorithm
2013-10-25  Dmitry Kasatkinima: provide support for arbitrary hash algorithms
2013-10-25  Dmitry Kasatkinkeys: change asymmetric keys to use common hash definitions
2013-10-25  Dmitry Kasatkincrypto: provide single place for hash algo information
2013-10-25  Mimi ZoharRevert "ima: policy for RAMFS"
2013-10-25  Dmitry Kasatkinima: fix script messages
2013-10-22  Peter Huewetpm: use tabs instead of whitespaces in Kconfig
2013-10-22  Peter Huewetpm: Fix module name description in Kconfig for tpm_i2c...
2013-10-22  Jason Gunthorpetpm: Add support for Atmel I2C TPMs
2013-10-22  Jason Gunthorpetpm: Add support for the Nuvoton NPCT501 I2C TPM
2013-10-22  Jason Gunthorpetpm: Merge the tpm-bios module with tpm.o
2013-10-22  Jason Gunthorpetpm: Rename tpm.c to tpm-interface.c
2013-10-22  Peter Huewetpm: cleanup checkpatch warnings
2013-10-22  Jason Gunthorpetpm: Remove tpm_show_caps_1_2
2013-10-22  Jason Gunthorpetpm: st33: Remove chip->data_buffer access from this...
2013-10-22  Jason Gunthorpetpm: Remove redundant dev_set_drvdata
2013-10-22  Jason Gunthorpetpm: Use container_of to locate the tpm_chip in tpm_open
2013-10-22  Jason Gunthorpetpm: Store devname in the tpm_chip
2013-10-22  Jason Gunthorpetpm atmel: Call request_region with the correct base
2013-10-22  Jason Gunthorpetpm: ibmvtpm: Use %zd formatting for size_t format...
2013-10-22  Peter Huewetpm: MAINTAINERS: Add myself as tpm maintainer
2013-10-22  James MorrisMerge branch 'master' of git://git.infradead.org/users...
2013-10-18  Casey SchauflerSmack: Implement lock security mode
2013-09-26  Paul Mooreselinux: correct locking in selinux_netlbl_socket_connect)
2013-09-26  Duan Jiongselinux: Use kmemdup instead of kmalloc + memcpy
2013-09-25  Antonio Alecrim JrX.509: remove possible code fragility: enumeration...
2013-09-25  Konstantin... X.509: add module description and license
2013-09-25  Konstantin... MPILIB: add module description and license
2013-09-25  Mimi ZoharKEYS: initialize root uid and session keyrings early
2013-09-25  Mimi ZoharKEYS: verify a certificate is signed by a 'trusted...
2013-09-25  Mimi ZoharKEYS: Make the system 'trusted' keyring viewable by...
2013-09-25  David HowellsKEYS: Set the asymmetric-key type default search method
2013-09-25  David HowellsKEYS: Add a 'trusted' flag and a 'trusted only' flag
2013-09-25  David HowellsKEYS: Separate the kernel signature checking keyring...
2013-09-25  David HowellsKEYS: Have make canonicalise the paths of the X.509...
2013-09-25  David HowellsKEYS: Load *.x509 files into kernel keyring
2013-09-25  David HowellsX.509: Remove certificate date checks
2013-09-25  David HowellsX.509: Handle certificates that lack an authorityKeyIde...
2013-09-25  David HowellsX.509: Check the algorithm IDs obtained from parsing...
2013-09-25  David HowellsX.509: Embed public_key_signature struct and create...
2013-09-25  David HowellsX.509: struct x509_certificate needs struct tm declaring
2013-09-25  David HowellsKEYS: Store public key algo ID in public_key_signature...
2013-09-25  David HowellsKEYS: Split public_key_verify_signature() and make...
2013-09-25  David HowellsKEYS: Store public key algo ID in public_key struct
2013-09-25  David HowellsKEYS: Move the algorithm pointer array from x509 to...
2013-09-25  David HowellsKEYS: Rename public key parameter name arrays
2013-09-24  David HowellsKEYS: Add per-user_namespace registers for persistent...
2013-09-24  David HowellsKEYS: Implement a big key type that can save to tmpfs
2013-09-24  David HowellsKEYS: Expand the capacity of a keyring
2013-09-24  David HowellsAdd a generic associative array implementation.
2013-09-24  David HowellsKEYS: Drop the permissions argument from __keyring_sear...
2013-09-24  David HowellsKEYS: Define a __key_get() wrapper to use rather than...
2013-09-24  David HowellsKEYS: Search for auth-key by name rather than target...
2013-09-24  David HowellsKEYS: Introduce a search context structure
2013-09-24  David HowellsKEYS: Consolidate the concept of an 'index key' for...
2013-09-24  David HowellsKEYS: key_is_dead() should take a const key pointer...
2013-09-24  David HowellsKEYS: Use bool in make_key_ref() and is_key_possessed()
2013-09-24  David HowellsKEYS: Skip key state checks when checking for possession
2013-09-24  Paul Mooreselinux: add Paul Moore as a SELinux maintainer
2013-09-24  Eric Parissecurity: remove erroneous comment about capabilities...
2013-09-23  Linus TorvaldsLinux 3.12-rc2
2013-09-23  Linus TorvaldsMerge tag 'staging-3.12-rc2' of git://git./linux/kernel...
2013-09-23  Linus TorvaldsMerge tag 'usb-3.12-rc2' of git://git./linux/kernel...
2013-09-23  Linus TorvaldsMerge branch 'drm-fixes' of git://people.freedesktop...
2013-09-22  Linus TorvaldsMerge branch 'for-3.12/core' of git://git.kernel.dk...
2013-09-22  Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2013-09-22  Anatol Pomozovcfq: explicitly use 64bit divide operation for 64bit...
2013-09-21  Greg Kroah... Merge tag 'iio-fixes-for-3.12a' of git://git./linux...
2013-09-21  Linus TorvaldsMerge tag 'nfs-for-3.12-3' of git://git.linux-nfs.org...
2013-09-21  Jun'ichi Nomurablock: Add nr_bios to block_rq_remap tracepoint
2013-09-21  Josef BacikBtrfs: create the uuid tree on remount rw
2013-09-21  Mark Fashehbtrfs: change extent-same to copy entire argument struct
2013-09-21  Guangyu SunBtrfs: dir_inode_operations should use btrfs_update_tim...
2013-09-21  Frank Holtonbtrfs: Add btrfs: prefix to kernel log output
2013-09-21  David Sterbabtrfs: refuse to remount read-write after abort
2013-09-21  chandanBtrfs: btrfs_ioctl_default_subvol: Revert back to tople...
2013-09-21  Filipe David... Btrfs: don't leak transaction in btrfs_sync_file()
2013-09-21  Stefan BehrensBtrfs: add the missing mutex unlock in write_all_supers()
next
This page took 0.040894 seconds and 5 git commands to generate.