summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: atmel - remove useless irq initTudor-Dan Ambarus2017-11-033-6/+0
* crypto: atmel - return appropriate error codeTudor-Dan Ambarus2017-11-033-6/+3
* crypto: doc - adapt api sample to use async. op waitGilad Ben-Yossef2017-11-031-42/+10
* crypto: mediatek - move to generic async completionGilad Ben-Yossef2017-11-031-26/+5
* crypto: qce - move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
* crypto: talitos - move to generic async completionGilad Ben-Yossef2017-11-031-33/+5
* crypto: tcrypt - move to generic async completionGilad Ben-Yossef2017-11-031-59/+25
* ima: move to generic async completionGilad Ben-Yossef2017-11-031-39/+17
* cifs: move to generic async completionGilad Ben-Yossef2017-11-031-26/+4
* dm: move dm-verity to generic async completionGilad Ben-Yossef2017-11-032-66/+20
* fscrypt: move to generic async completionGilad Ben-Yossef2017-11-034-82/+13
* crypto: testmgr - move to generic async completionGilad Ben-Yossef2017-11-031-138/+66
* crypto: gcm - move to generic async completionGilad Ben-Yossef2017-11-031-26/+6
* crypto: drbg - move to generic async completionGilad Ben-Yossef2017-11-032-29/+10
* crypto: move pub key to generic async completionGilad Ben-Yossef2017-11-031-24/+4
* crypto: algif - move to generic async completionGilad Ben-Yossef2017-11-035-66/+23
* crypto: introduce crypto wait for async opGilad Ben-Yossef2017-11-032-0/+53
* crypto: marvell/cesa - remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-032-3/+2
* crypto: remove redundant backlog checks on EBUSYGilad Ben-Yossef2017-11-035-37/+13
* net: use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-034-4/+4
* crypto: ccp - use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-032-7/+8
* crypto: change transient busy return code to -ENOSPCGilad Ben-Yossef2017-11-032-5/+5
* hwrng: xgene - Convert timers to use timer_setup()Kees Cook2017-11-031-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-11-03561-3691/+8593
|\
| * Linux 4.14-rc3v4.14-rc3Linus Torvalds2017-10-011-1/+1
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-0114-47/+56
| |\
| | * x86/asm: Use register variable to get stack pointer valueAndrey Ryabinin2017-09-295-18/+7
| | * x86/mm: Disable branch profiling in mem_encrypt.cTom Lendacky2017-09-291-0/+2
| | * x86/asm: Fix inline asm call constraints for GCC 4.4Josh Poimboeuf2017-09-291-2/+4
| | * perf/x86/intel/uncore: Correct num_boxes for IIO and IRPKan Liang2017-09-251-2/+2
| | * perf/x86/intel/rapl: Add missing CPU IDsKan Liang2017-09-251-0/+3
| | * perf/x86/msr: Add missing CPU IDsKan Liang2017-09-251-0/+8
| | * perf/x86/intel/cstate: Add missing CPU IDsKan Liang2017-09-251-0/+4
| | * x86: Don't cast away the __user in __get_user_asm_u64()Ville Syrjälä2017-09-251-1/+1
| | * x86/sysfs: Fix off-by-one error in loop terminationSean Fu2017-09-251-1/+1
| | * x86/mm: Fix fault error path using unsafe vma pointerLaurent Dufour2017-09-251-23/+24
| | * x86/numachip: Add const and __initconst to numachip2_clockeventBhumika Goyal2017-09-251-1/+1
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-012-2/+16
| |\ \
| | * | um/time: Fixup namespace collisionThomas Gleixner2017-09-291-2/+2
| | * | timer: Prepare to change timer callback argument typeKees Cook2017-09-281-0/+14
| | |/
| * | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-012-143/+384
| |\ \
| | * | smp/hotplug: Hotplug state fail injectionPeter Zijlstra2017-09-252-2/+61
| | * | smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra2017-09-251-17/+32
| | * | smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra2017-09-251-9/+32
| | * | smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra2017-09-251-4/+22
| | * | smp/hotplug: Rewrite AP state machine corePeter Zijlstra2017-09-251-115/+206
| | * | smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra2017-09-251-15/+32
| | * | smp/hotplug: Add state diagramPeter Zijlstra2017-09-251-0/+18
| | |/
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-018-74/+102
| |\ \
| | * | sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2017-09-291-1/+2