summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mm/memory_hotplug: drop "online" parameter from add_memory_resource()David Hildenbrand2018-12-281-1/+1
* drivers/base/memory.c: remove an unnecessary check on NR_MEM_SECTIONSWei Yang2018-12-281-1/+1
* mm, hmm: mark hmm_devmem_{add, add_resource} EXPORT_SYMBOL_GPLDan Williams2018-12-281-8/+2
* mm, devm_memremap_pages: fix shutdown handlingDan Williams2018-12-282-19/+8
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-2814-20/+20
* mm: convert zone->managed_pages to atomic variableArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-9/+10
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-2775-1332/+3554
|\
| * crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-237-12/+1
| * crypto: cavium/nitrox - Fix build with !CONFIG_DEBUG_FSEric Biggers2018-12-231-2/+1
| * crypto: cavium/nitrox - Added AEAD cipher supportNagadheeraj Rottela2018-12-237-605/+1103
| * crypto: mxc-scc - fix build warnings on ARM64Fabio Estevam2018-12-231-6/+6
| * crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2018-12-232-10/+10
| * crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain2018-12-231-0/+4
| * crypto: chelsio - Handle PCI shutdown eventHarsh Jain2018-12-233-93/+278
| * crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain2018-12-231-8/+8
| * crypto: chelsio - Use same value for both channel in single WRHarsh Jain2018-12-232-8/+6
| * crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-233-120/+104
| * crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing2018-12-231-2/+1
| * crypto: ux500 - Use proper enum in hash_set_dma_transferNathan Chancellor2018-12-231-1/+1
| * crypto: ux500 - Use proper enum in cryp_set_dma_transferNathan Chancellor2018-12-231-2/+2
| * crypto: cavium/nitrox - Enabled Mailbox supportSrikanth, Jampala2018-12-1311-54/+441
| * crypto: cavium/nitrox - convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2018-12-071-39/+9
| * crypto: chcr - ESN for Inline IPSec TxAtul Gupta2018-12-072-36/+148
| * crypto: chcr - small packet Tx stalls the queueAtul Gupta2018-12-071-1/+4
| * crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef2018-12-076-9/+90
| * crypto: cavium/nitrox - Enable interrups for PF in SR-IOV mode.Srikanth, Jampala2018-11-294-10/+142
| * crypto: cavium/nitrox - crypto request format changesNagadheeraj, Rottela2018-11-293-244/+227
| * crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers2018-11-204-32/+31
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-203-6/+4
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-208-11/+8
| * crypto: remove useless initializations of cra_listEric Biggers2018-11-206-8/+0
| * crypto: inside-secure - remove useless setting of type flagsEric Biggers2018-11-201-4/+4
| * hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren2018-11-161-5/+2
| * crypto: caam/qi2 - add support for Chacha20 + Poly1305Horia Geantă2018-11-164-6/+154
| * crypto: caam/jr - add support for Chacha20 + Poly1305Horia Geantă2018-11-166-5/+354
| * crypto: caam/qi2 - add support for ChaCha20Horia Geantă2018-11-164-4/+36
| * crypto: caam - add register map changes cf. Era 10Horia Geantă2018-11-168-49/+184
| * crypto: mxs-dcp - Add support for dcp clkLeonard Crestez2018-11-161-3/+25
| * crypto: bcm - fix normal/non key hash algorithm failureRaveendra Padasalagi2018-11-161-1/+5
| * crypto: chelsio - clean up various indentation issuesColin Ian King2018-11-091-8/+8
| * crypto: cavium/nitrox - fix a DMA pool free failureWenwen Wang2018-11-093-10/+31
| * crypto: ccree - add SM3 supportYael Chemla2018-11-094-24/+113
| * crypto: ccree - modify set_cipher_mode usage from cc_hashYael Chemla2018-11-092-9/+23
| * crypto: ccree - adjust hash length to suit certain context specificsYael Chemla2018-11-094-24/+47
| * crypto: ccree - add SM4 supportGilad Ben-Yossef2018-11-093-0/+70
| * crypto: ccree - add support for CryptoCell 713Gilad Ben-Yossef2018-11-093-11/+19
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-27864-59790/+48443
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-241-4/+10
| |\ \
| | * | bnx2x: Fix NULL pointer dereference in bnx2x_del_all_vlans() on some hwIvan Mironov2018-12-241-4/+10