summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-02-144-13/+13
|\
| * crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-9/+1
| * crypto: doc - remove colons in commentsStephan Mueller2015-01-201-4/+4
| * crypto: aead - add check for presence of auth tagStephan Mueller2015-01-081-0/+3
| * hwrng: core - Use struct completion for cleanup_doneHerbert Xu2014-12-261-1/+2
| * hwrng: fix unregister race.Rusty Russell2014-12-221-0/+1
| * hwrng: use reference counts on each struct hwrng.Rusty Russell2014-12-221-0/+2
| * crypto: af_alg - add setsockopt for auth tag sizeStephan Mueller2014-12-221-0/+1
* | kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-133-0/+16
* | module: fix types of device tables aliasesAndrey Ryabinin2015-02-131-1/+1
* | kernel: add support for .init_array.* constructorsAndrey Ryabinin2015-02-131-0/+1
* | mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin2015-02-131-1/+3
* | mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin2015-02-131-2/+7
* | kasan: enable stack instrumentationAndrey Ryabinin2015-02-131-0/+8
* | mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin2015-02-132-2/+36
* | mm: slub: share object_err functionAndrey Ryabinin2015-02-131-0/+3
* | mm: slub: introduce virt_to_obj functionAndrey Ryabinin2015-02-131-0/+16
* | mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin2015-02-131-0/+6
* | kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2015-02-132-0/+49
* | compiler: introduce __alias(symbol) shortcutAndrey Ryabinin2015-02-131-0/+1
* | bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo2015-02-135-92/+7
* | cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2015-02-132-0/+16
* | cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo2015-02-131-7/+7
* | kernfs: remove KERNFS_STATIC_NAMETejun Heo2015-02-131-5/+2
* | mm/util: add kstrdup_constAndrzej Hajda2015-02-131-0/+3
* | lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes2015-02-131-6/+6
* | lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2015-02-131-6/+6
* | lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2015-02-131-0/+4
* | lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2015-02-131-1/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2015-02-132-0/+210
|\ \
| * | leds: Add LED Flash class extension to the LED subsystemJacek Anaszewski2015-01-262-0/+210
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-135-10/+122
|\ \ \
| * | | kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-061-0/+19
| * | | kvm: remove KVM_MMIO_SIZETiejun Chen2015-02-051-4/+0
| * | | KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang2015-01-291-1/+1
| * | | Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-232-1/+8
| |\ \ \
| | * | | KVM: s390: forward most SIGP orders to user spaceDavid Hildenbrand2015-01-231-0/+1
| | * | | KVM: s390: new parameter for SIGP STOP irqsDavid Hildenbrand2015-01-231-0/+6
| | * | | KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-1/+1
| * | | | arm/arm64: KVM: allow userland to request a virtual GICv3Andre Przywara2015-01-201-2/+2
| * | | | arm/arm64: KVM: enable kernel side of GICv3 emulationAndre Przywara2015-01-201-0/+2
| * | | | arm64: KVM: add SGI generation register emulationAndre Przywara2015-01-201-0/+1
| * | | | arm64: GICv3: introduce symbolic names for GICv3 ICC_SGI1R_EL1 fieldsAndre Przywara2015-01-201-0/+12
| * | | | arm/arm64: KVM: add virtual GICv3 distributor emulationAndre Przywara2015-01-204-1/+43
| * | | | arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variableAndre Przywara2015-01-201-0/+1
| * | | | arm/arm64: KVM: make the maximum number of vCPUs a per-VM valueAndre Przywara2015-01-201-0/+8
| * | | | arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara2015-01-201-0/+1
| * | | | arm/arm64: KVM: introduce per-VM opsAndre Przywara2015-01-201-0/+11
| * | | | arm/arm64: KVM: pass down user space provided GIC type into vGIC codeAndre Przywara2015-01-201-2/+5
| * | | | KVM: Add generic support for dirty page loggingMario Smarduch2015-01-161-0/+9
| |/ / /