summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* crypto: akcipher - add PKE APITadeusz Struk2015-06-172-0/+6
* MPILIB: add mpi_read_buf() and mpi_get_size() helpersTadeusz Struk2015-06-161-0/+15
* crypto: nx - move include/linux/nx842.h into drivers/crypto/nx/nx-842.hDan Streetman2015-06-151-24/+0
* random: Remove kernel blocking APIHerbert Xu2015-06-101-1/+0
* random: Add callback API for random pool readinessHerbert Xu2015-06-101-0/+9
* crypto: doc - Fix typo in crypto-API.xmlMasanari Iida2015-06-041-1/+1
* scatterlist: introduce sg_nents_for_lenTom Lendacky2015-06-031-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2015-05-283-1/+22
|\
| * lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-043-1/+22
* | random: Blocking API for accessing nonblocking_poolStephan Mueller2015-05-271-0/+1
* | crypto: aead - Rename aead_alg to old_aead_algHerbert Xu2015-05-221-3/+3
* | crypto: aead - Convert top level interface to new styleHerbert Xu2015-05-131-441/+1
* | crypto: nx - add PowerNV platform NX-842 driverDan Streetman2015-05-111-2/+4
* | crypto: nx - add nx842 constraintsDan Streetman2015-05-111-0/+9
* | crypto: nx - add NX-842 platform frontend driverDan Streetman2015-05-111-4/+6
* | lib: add software 842 compression/decompressionDan Streetman2015-05-111-0/+12
* | crypto: api - Move module sig ifdef into accessor functionHerbert Xu2015-04-231-0/+12
* | crypto: rng - Remove old low-level rng interfaceHerbert Xu2015-04-221-30/+0
* | crypto: rng - Convert low-level crypto_rng to new styleHerbert Xu2015-04-221-3/+3
* | crypto: rng - Convert crypto_rng to new style crypto_typeHerbert Xu2015-04-211-12/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-1522-230/+206
|\
| * linux/bitmap.h: improve BITMAP_{LAST,FIRST}_WORD_MASKRasmus Villemoes2015-04-151-6/+2
| * lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-4/+4
| * printk: comment pr_cont() stating it is only to continue a lineSteven Rostedt2015-04-151-0/+5
| * kernel/reboot.c: add orderly_reboot for graceful rebootJoel Stanley2015-04-151-1/+2
| * kernel/resource.c: remove deprecated __check_region() and friendsJakub Sitnicki2015-04-151-8/+0
| * kernel: conditionally support non-root users, groups and capabilitiesIulia Manda2015-04-153-4/+60
| * include/linux: remove empty conditionalsRasmus Villemoes2015-04-152-73/+0
| * zsmalloc: support compactionMinchan Kim2015-04-151-0/+1
| * dax: use pfn_mkwrite to update c/mtime + freeze protectionBoaz Harrosh2015-04-151-0/+1
| * mm: new pfn_mkwrite same as page_mkwrite for VM_PFNMAPBoaz Harrosh2015-04-151-0/+3
| * mm/mempool.c: kasan: poison mempool elementsAndrey Ryabinin2015-04-151-0/+2
| * mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov2015-04-152-14/+2
| * include/linux/mm.h: simplify flag checkBorislav Petkov2015-04-151-3/+3
| * mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi2015-04-152-2/+7
| * mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes2015-04-151-1/+2
| * hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz2015-04-151-1/+2
| * hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz2015-04-151-1/+7
| * mm: rename deactivate_page to deactivate_file_pageMinchan Kim2015-04-151-1/+1
| * mm: allow compaction of unevictable pagesEric B Munson2015-04-151-0/+1
| * mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov2015-04-151-1/+1
| * mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov2015-04-154-105/+96
| * mm: refactor zone_movable_is_highmem()Zhang Zhen2015-04-151-4/+4
| * vfs: delete vfs_readdir function declarationZhang Zhen2015-04-151-1/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-04-152-18/+6
|\ \
| * | leds: flash: Fix the size of sysfs_groups arrayJacek Anaszewski2015-03-301-2/+2
| * | leds: flash: Remove synchronized flash strobe featureJacek Anaszewski2015-03-092-15/+0
| * | leds: Introduce devres helper for led_classdev_registerBjorn Andersson2015-03-091-0/+4
| * | leds: flash: remove stray include directiveJacek Anaszewski2015-02-241-1/+0
* | | Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds2015-04-151-2/+2
|\ \ \