summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-0937-643/+1005
|\
| * docs: cgroup-v1: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-1434-648/+966
| * cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo2019-06-141-42/+42
| * Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo2019-06-101-1/+5
| |\
| * | cgroup: add cgroup_parse_float()Tejun Heo2019-05-313-0/+51
* | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2019-07-092-19/+13
|\ \ \
| * | | workqueue: Remove GPF argument from alloc_workqueue_attrs()Thomas Gleixner2019-06-271-12/+11
| * | | workqueue: Make alloc/apply/free_workqueue_attrs() staticThomas Gleixner2019-06-272-8/+3
* | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-07-0914-19/+107
|\ \ \ \
| * \ \ \ Merge branches 'fixes' and 'misc'Russell King2019-07-0814-19/+107
| |\ \ \ \
| | * | | | ARM: 8863/1: stm32: select ARM errata 814220Benjamin Gaignard2019-06-211-0/+1
| | * | | | ARM: 8862/1: errata: 814220-B-Cache maintenance by set/way operations can exe...Benjamin Gaignard2019-06-212-0/+15
| | * | | | ARM: 8865/1: mm: remove unused variablesYueHaibing2019-06-201-6/+0
| | * | | | ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU coresMarek Szyprowski2019-06-207-0/+48
| | * | | | ARM: 8861/1: errata: Workaround errata A12 857271 / A17 857272Doug Anderson2019-06-202-0/+28
| | * | | | ARM: 8860/1: VDSO: Drop implicit common-page-size linker flagNick Desaulniers2019-06-201-2/+1
| | * | | | ARM: arrange show_pte() to issue severity-based messagesRussell King2019-06-203-11/+10
| | * | | | ARM: add "8<--- cut here ---" to kernel dumpsRussell King2019-06-202-0/+4
* | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-09168-3798/+4527
|\ \ \ \ \ \
| * | | | | | crypto: stm32/hash - remove interruptible condition for dmaLionel Debieve2019-07-031-2/+2
| * | | | | | crypto: stm32/hash - Fix hmac issue more than 256 bytesLionel Debieve2019-07-031-1/+1
| * | | | | | crypto: stm32/crc32 - rename driver fileLionel Debieve2019-07-032-1/+1
| * | | | | | crypto: amcc - remove memset after dma_alloc_coherentFuqian Huang2019-07-031-1/+0
| * | | | | | crypto: ccp - Switch to SPDX license identifiersHook, Gary2019-07-0322-88/+20
| * | | | | | crypto: ccp - Validate the the error value used to index error messagesHook, Gary2019-07-032-46/+52
| * | | | | | crypto: doc - Fix formatting of new crypto engine contentHook, Gary2019-07-031-38/+73
| * | | | | | crypto: doc - Add parameter documentationHook, Gary2019-07-032-1/+12
| * | | | | | crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTRArd Biesheuvel2019-07-033-31/+75
| * | | | | | crypto: arm64/aes-ce - add 5 way interleave routinesArd Biesheuvel2019-07-033-68/+52
| * | | | | | crypto: talitos - drop icv_oolChristophe Leroy2019-07-032-5/+0
| * | | | | | crypto: talitos - fix hash on SEC1.Christophe Leroy2019-07-031-28/+41
| * | | | | | crypto: talitos - move struct talitos_edesc into talitos.hChristophe Leroy2019-07-032-30/+30
| * | | | | | lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZEChristophe Leroy2019-07-031-4/+5
| * | | | | | crypto/NX: Set receive window credits to max number of CRBs in RxFIFOHaren Myneni2019-06-281-3/+5
| * | | | | | crypto: asymmetric_keys - select CRYPTO_HASH where neededArnd Bergmann2019-06-271-0/+3
| * | | | | | crypto: serpent - mark __serpent_setkey_sbox noinlineArnd Bergmann2019-06-271-1/+7
| * | | | | | crypto: testmgr - dynamically allocate crypto_shashArnd Bergmann2019-06-271-6/+13
| * | | | | | crypto: testmgr - dynamically allocate testvec_configArnd Bergmann2019-06-271-11/+32
| * | | | | | crypto: talitos - eliminate unneeded 'done' functions at build timeChristophe Leroy2019-06-271-1/+1
| * | | | | | crypto: sun4i-ss - reduce stack usageArnd Bergmann2019-06-271-17/+30
| * | | | | | crypto: ccree - add HW engine config checkGilad Ben-Yossef2019-06-273-0/+38
| * | | | | | crypto: ccree - prevent isr handling in case driver is suspendedOfir Drang2019-06-273-0/+16
| * | | | | | crypto: ccree - check that cryptocell reset completedOfir Drang2019-06-274-1/+43
| * | | | | | crypto: ccree - Relocate driver irq registration after clk initofir.drang@arm.com2019-06-271-9/+9
| * | | | | | crypto: nx - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-203-61/+26
| * | | | | | fs: cifs: switch to RC4 library interfaceArd Biesheuvel2019-06-203-48/+17
| * | | | | | ppp: mppe: switch to RC4 library interfaceArd Biesheuvel2019-06-202-85/+15
| * | | | | | crypto: arc4 - remove cipher implementationArd Biesheuvel2019-06-202-50/+16
| * | | | | | net/lib80211: move TKIP handling to ARC4 library codeArd Biesheuvel2019-06-202-31/+18
| * | | | | | net/lib80211: move WEP handling to ARC4 library codeArd Biesheuvel2019-06-202-38/+14