summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-05-22crypto: seqiv - Add support for new AEAD interfaceHerbert Xu
2015-05-22crypto: null - Add default null skcipherHerbert Xu
2015-05-22crypto: aead - Add support for new AEAD implementationsHerbert Xu
2015-05-22crypto: aead - Add crypto_aead_maxauthsizeHerbert Xu
2015-05-22crypto: aead - Rename aead_alg to old_aead_algHerbert Xu
2015-05-22crypto: aead - Add new interface with single SG listHerbert Xu
2015-05-22crypto: scatterwalk - Add scatterwalk_ffwd helperHerbert Xu
2015-05-18crypto: md5 - add MD5 initial vectorsLABBE Corentin
2015-05-13crypto: aead - Convert top level interface to new styleHerbert Xu
2015-05-13crypto: cryptd - Add missing aead.h inclusionHerbert Xu
2015-05-13crypto: aead - Add crypto_aead_set_reqsize helperHerbert Xu
2015-05-13crypto: api - Add crypto_grab_spawn primitiveHerbert Xu
2015-05-11crypto: nx - add PowerNV platform NX-842 driverDan Streetman
2015-05-11crypto: nx - add nx842 constraintsDan Streetman
2015-05-11crypto: nx - add NX-842 platform frontend driverDan Streetman
2015-05-11lib: add software 842 compression/decompressionDan Streetman
2015-05-01crypto: pcomp - Constify (de)compression parametersDavid Howells
2015-04-23crypto: api - Move module sig ifdef into accessor functionHerbert Xu
2015-04-22crypto: rng - Remove old low-level rng interfaceHerbert Xu
2015-04-22crypto: drbg - Convert to new rng interfaceHerbert Xu
2015-04-22crypto: rng - Add multiple algorithm registration interfaceHerbert Xu
2015-04-22crypto: rng - Add crypto_rng_set_entropyHerbert Xu
2015-04-22crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu
2015-04-22crypto: rng - Mark crypto_rng_reset seed as constHerbert Xu
2015-04-21crypto: rng - Introduce crypto_rng_generateHerbert Xu
2015-04-21crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu
2015-04-21crypto: drbg - replace spinlock with mutexStephan Mueller
2015-04-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-15linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASKRasmus Villemoes
2015-04-15lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes
2015-04-15printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt
2015-04-15kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley
2015-04-15kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda
2015-04-15include/linux: remove empty conditionalsRasmus Villemoes
2015-04-15zsmalloc: support compactionMinchan Kim
2015-04-15dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh
2015-04-15mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh
2015-04-15mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov
2015-04-15mm: cma: add trace events for CMA allocations and freeingsStefan Strogin
2015-04-15include/linux/mm.h: simplify flag checkBorislav Petkov
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi
2015-04-15mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz
2015-04-15hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim
2015-04-15mm: allow compaction of unevictable pagesEric B Munson
2015-04-15mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov
2015-04-15mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov