summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MODSIGN: Make mrproper should remove generated files.Rusty Russell2012-10-102-2/+4
* MODSIGN: Use utf8 strings in signer's name in autogenerated X.509 certsDavid Howells2012-10-101-0/+1
* MODSIGN: Use the same digest for the autogen key sig as for the module sigDavid Howells2012-10-101-1/+21
* MODSIGN: Sign modules during the build processDavid Howells2012-10-102-1/+191
* MODSIGN: Provide a script for generating a key ID from an X.509 certDavid Howells2012-10-101-0/+268
* MODSIGN: Implement module signature checkingDavid Howells2012-10-102-1/+229
* MODSIGN: Provide module signing public keys to the kernelDavid Howells2012-10-103-2/+124
* MODSIGN: Automatically generate module signing keys if missingDavid Howells2012-10-101-0/+49
* MODSIGN: Provide Kconfig optionsDavid Howells2012-10-101-0/+38
* MODSIGN: Provide gitignore and make clean rules for extra filesDavid Howells2012-10-102-0/+15
* MODSIGN: Add FIPS policyDavid Howells2012-10-101-0/+4
* module: signature checking hookRusty Russell2012-10-107-1/+157
* X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells2012-10-088-0/+832
* MPILIB: Provide a function to read raw data into an MPIDavid Howells2012-10-082-0/+56
* X.509: Add an ASN.1 decoderDavid Howells2012-10-083-0/+503
* X.509: Add simple ASN.1 grammar compilerDavid Howells2012-10-087-0/+1721
* X.509: Add utility functions to render OIDs as stringsDavid Howells2012-10-082-0/+83
* X.509: Implement simple static OID registryDavid Howells2012-10-086-1/+410
* RSA: Fix signature verification for shorter signaturesDavid Howells2012-10-081-3/+11
* RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells2012-10-084-0/+279
* MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells2012-10-082-0/+71
* KEYS: Provide signature verification with an asymmetric keyDavid Howells2012-10-083-1/+54
* KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells2012-10-085-0/+250
* KEYS: Asymmetric key pluggable data parsersDavid Howells2012-10-082-1/+156
* KEYS: Implement asymmetric key typeDavid Howells2012-10-088-0/+273
* KEYS: Document asymmetric key typeDavid Howells2012-10-081-0/+312
* MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells2012-10-084-139/+62
* KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-0815-102/+250
* module: wait when loading a module which is currently initializing.Rusty Russell2012-09-281-2/+26
* module: fix symbol waiting when module fails before initRusty Russell2012-09-281-4/+4
* Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-2857-224/+168
* MIPS: Fix module.c build for 32 bitRalf Baechle2012-09-283-120/+147
* module: taint kernel when lve module is loadedMatthew Garrett2012-09-281-0/+4
* Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-09-181-1/+2
|\
| * hwspinlock/core: move the dereference below the NULL testWei Yongjun2012-09-101-1/+2
* | vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2012-09-182-2/+4
* | Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-09-171-2/+10
|\ \
| * | workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan2012-09-171-2/+10
* | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-09-1713-20/+60
|\ \ \
| * | | memory hotplug: fix section info double registration bugqiuxishi2012-09-171-6/+10
| * | | mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng2012-09-171-1/+1
| * | | drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman2012-09-171-0/+5
| * | | compiler.h: add __visibleAndi Kleen2012-09-172-0/+11
| * | | pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin2012-09-171-1/+5
| * | | include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever2012-09-171-1/+1
| * | | slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim2012-09-171-5/+10
| * | | slab: fix starting index for finding another objectJoonsoo Kim2012-09-171-1/+1
| * | | slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman2012-09-171-2/+2
| * | | nbd: clear waiting_queue on shutdownPaul Clements2012-09-171-0/+9
| * | | MAINTAINERS: fix TXT maintainer list and source repo pathGang Wei2012-09-171-2/+3
OpenPOWER on IntegriCloud