summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-17dax: add dax_zero_page_rangeMatthew Wilcox1-0/+1
2015-02-17vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox1-1/+1
2015-02-17vfs: remove get_xip_memMatthew Wilcox2-3/+1
2015-02-17dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-9/+1
2015-02-17dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-1/+3
2015-02-17dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox1-0/+1
2015-02-17dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox1-4/+8
2015-02-17vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-0/+6
2015-02-17mm: allow page fault handlers to perform the COWMatthew Wilcox1-0/+1
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds8-12/+98
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-1067/+240
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-32/+30
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-26/+109
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-12/+41
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds1-1/+52
2015-02-14mutex: remove unused field "name" in debug modeAdrien Schildknecht1-1/+0
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds1-5/+16
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-13/+13
2015-02-14kasan: enable instrumentation of global variablesAndrey Ryabinin3-0/+16
2015-02-14module: fix types of device tables aliasesAndrey Ryabinin1-1/+1
2015-02-14kernel: add support for .init_array.* constructorsAndrey Ryabinin1-0/+1
2015-02-14mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+3
2015-02-14mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin1-2/+7
2015-02-14kasan: enable stack instrumentationAndrey Ryabinin1-0/+8
2015-02-14mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin2-2/+36
2015-02-14mm: slub: share object_err functionAndrey Ryabinin1-0/+3
2015-02-14mm: slub: introduce virt_to_obj functionAndrey Ryabinin1-0/+16
2015-02-14mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin1-0/+6
2015-02-14kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2-0/+49
2015-02-14compiler: introduce __alias(symbol) shortcutAndrey Ryabinin1-0/+1
2015-02-14bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo5-92/+7
2015-02-14cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2-0/+16
2015-02-14cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo1-7/+7
2015-02-14kernfs: remove KERNFS_STATIC_NAMETejun Heo1-5/+2
2015-02-14mm/util: add kstrdup_constAndrzej Hajda1-0/+3
2015-02-14lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes1-6/+6
2015-02-14lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes1-6/+6
2015-02-14lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes1-0/+4
2015-02-14lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes1-1/+1
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2-0/+210
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-10/+122
2015-02-13Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2-78/+77
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-254/+209
2015-02-13lib/halfmd4.c: simplify includesRasmus Villemoes1-0/+2
2015-02-13hexdump: make it return number of bytes placed in bufferAndy Shevchenko1-3/+3
2015-02-13lib/string.c: remove strnicmp()Rasmus Villemoes1-3/+0
2015-02-13lib/bitmap.c: make the bits parameter of bitmap_remap unsignedRasmus Villemoes1-1/+1
2015-02-13lib/bitmap.c: simplify bitmap_ord_to_posRasmus Villemoes1-1/+1
2015-02-13lib/bitmap.c: change parameters of bitmap_fold to unsignedRasmus Villemoes1-1/+1
2015-02-13lib/bitmap.c: update bitmap_onto to unsignedRasmus Villemoes1-1/+1