aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-10-10MODSIGN: Implement module signature checkingDavid Howells2-1/+229
2012-10-10MODSIGN: Provide module signing public keys to the kernelDavid Howells3-2/+124
2012-10-10MODSIGN: Automatically generate module signing keys if missingDavid Howells1-0/+49
2012-10-10MODSIGN: Provide Kconfig optionsDavid Howells1-0/+38
2012-10-10MODSIGN: Provide gitignore and make clean rules for extra filesDavid Howells2-0/+15
2012-10-10MODSIGN: Add FIPS policyDavid Howells1-0/+4
2012-10-10module: signature checking hookRusty Russell7-1/+157
2012-10-08X.509: Add a crypto key parser for binary (DER) X.509 certificatesDavid Howells8-0/+832
2012-10-08MPILIB: Provide a function to read raw data into an MPIDavid Howells2-0/+56
2012-10-08X.509: Add an ASN.1 decoderDavid Howells3-0/+503
2012-10-08X.509: Add simple ASN.1 grammar compilerDavid Howells7-0/+1721
2012-10-08X.509: Add utility functions to render OIDs as stringsDavid Howells2-0/+83
2012-10-08X.509: Implement simple static OID registryDavid Howells6-1/+410
2012-10-08RSA: Fix signature verification for shorter signaturesDavid Howells1-3/+11
2012-10-08RSA: Implement signature verification algorithm [PKCS#1 / RFC3447]David Howells4-0/+279
2012-10-08MPILIB: Reinstate mpi_cmp[_ui]() and export for RSA signature verificationDavid Howells2-0/+71
2012-10-08KEYS: Provide signature verification with an asymmetric keyDavid Howells3-1/+54
2012-10-08KEYS: Asymmetric public-key algorithm crypto key subtypeDavid Howells5-0/+250
2012-10-08KEYS: Asymmetric key pluggable data parsersDavid Howells2-1/+156
2012-10-08KEYS: Implement asymmetric key typeDavid Howells8-0/+273
2012-10-08KEYS: Document asymmetric key typeDavid Howells1-0/+312
2012-10-08MPILIB: Provide count_leading/trailing_zeros() based on arch functionsDavid Howells4-139/+62
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells15-102/+250
2012-09-28module: wait when loading a module which is currently initializing.Rusty Russell1-2/+26
2012-09-28module: fix symbol waiting when module fails before initRusty Russell1-4/+4
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells57-224/+168
2012-09-28MIPS: Fix module.c build for 32 bitRalf Baechle3-120/+147
2012-09-28module: taint kernel when lve module is loadedMatthew Garrett1-0/+4
2012-09-18Merge tag 'hwspinlock-3.6-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlockLinus Torvalds1-1/+2
2012-09-18vfs: dcache: use DCACHE_DENTRY_KILLED instead of DCACHE_DISCONNECTED in d_kill()Miklos Szeredi2-2/+4
2012-09-17Merge branch 'for-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-2/+10
2012-09-17workqueue: always clear WORKER_REBIND in busy_worker_rebind_fn()Lai Jiangshan1-2/+10
2012-09-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds13-20/+60
2012-09-17memory hotplug: fix section info double registration bugqiuxishi1-6/+10
2012-09-17mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-09-17drivers/rtc/rtc-twl.c: ensure all interrupts are disabled during probeKevin Hilman1-0/+5
2012-09-17compiler.h: add __visibleAndi Kleen2-0/+11
2012-09-17pid-namespace: limit value of ns_last_pid to (0, max_pid)Andrew Vagin1-1/+5
2012-09-17include/net/sock.h: squelch compiler warning in sk_rmem_schedule()Chuck Lever1-1/+1
2012-09-17slub: consider pfmemalloc_match() in get_partial_node()Joonsoo Kim1-5/+10
2012-09-17slab: fix starting index for finding another objectJoonsoo Kim1-1/+1
2012-09-17slab: do ClearSlabPfmemalloc() for all pages of slabMel Gorman1-2/+2
2012-09-17nbd: clear waiting_queue on shutdownPaul Clements1-0/+9
2012-09-17MAINTAINERS: fix TXT maintainer list and source repo pathGang Wei1-2/+3
2012-09-17mm/ia64: fix a memory block size bugJianguo Wu1-1/+1
2012-09-17memory hotplug: reset pgdat->kswapd to NULL if creating kernel thread failsWen Congyang1-0/+1
2012-09-17Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds8-75/+78
2012-09-17fs/proc: fix potential unregister_sysctl_table hangFrancesco Ruggeri1-3/+2
2012-09-16Linux 3.6-rc6Linus Torvalds1-1/+1
2012-09-16Merge tag 'mfd-for-linus-3.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds58-247/+343