summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* kasan: enable instrumentation of global variablesAndrey Ryabinin2015-02-133-0/+16
* module: fix types of device tables aliasesAndrey Ryabinin2015-02-131-1/+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-132-5/+56
|\ \
| * | 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-231-1/+1
| |\ \
| | * | KVM: remove unneeded return value of vcpu_postcreateDominik Dingel2015-01-231-1/+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-202-0/+33
| * | | arm/arm64: KVM: move kvm_register_device_ops() into vGIC probingAndre Przywara2015-01-201-0/+1
| * | | KVM: Add generic support for dirty page loggingMario Smarduch2015-01-161-0/+9
| |/ /
* | | Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2015-02-121-0/+7
|\ \ \
| * | | f2fs: introduce macros to convert bytes and blocks in f2fsJaegeuk Kim2015-02-111-0/+4
| * | | f2fs: split UMOUNT and FASTBOOT flagsJaegeuk Kim2015-02-111-0/+1
| * | | f2fs: fix missing cold bit during recoveryJaegeuk Kim2015-01-091-0/+2
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-1223-101/+196
|\ \ \ \
| * | | | lib/halfmd4.c: simplify includesRasmus Villemoes2015-02-121-0/+2
| * | | | hexdump: make it return number of bytes placed in bufferAndy Shevchenko2015-02-121-3/+3
| * | | | lib/string.c: remove strnicmp()Rasmus Villemoes2015-02-121-3/+0
| * | | | lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes2015-02-121-1/+1
| * | | | lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes2015-02-121-1/+1
| * | | | lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes2015-02-121-1/+1
| * | | | lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes2015-02-121-1/+1
| * | | | linux/cpumask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2015-02-121-11/+11
| * | | | linux/nodemask.h: update bitmap wrappers to take unsigned intRasmus Villemoes2015-02-121-13/+13
| * | | | lib/bitmap.c: more signed->unsigned conversionsRasmus Villemoes2015-02-121-7/+7
| * | | | libstring_helpers.c:string_get_size(): return voidRasmus Villemoes2015-02-121-2/+2
| * | | | kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-121-3/+0
| * | | | kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-121-0/+1
| * | | | linux/types.h: Always use unsigned long for pgoff_tGeert Uytterhoeven2015-02-121-4/+1