aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-17watchdog: bcm47xx_wdt.c: add restart handler supportRafał Miłecki1-0/+1
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+310
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells1-0/+13
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-16/+396
2015-02-17HID: hid-sensor-hub: Correct documentationSrinivas Pandruvada1-0/+5
2015-02-16rtc: add driver for DS1685 family of real time clocksJoshua Kinard1-0/+375
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox1-0/+1
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox1-1/+1
2015-02-16vfs: remove get_xip_memMatthew Wilcox2-3/+1
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox1-9/+1
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox1-1/+3
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox1-0/+1
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox1-4/+8
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox1-0/+6
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox1-0/+1
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-2/+16
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+7
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton1-3/+0
2015-02-15Merge branch 'bfin_rotary' into nextDmitry Torokhov27-54/+287
2015-02-15Input: bfin_rotary - move pin lists into into platform dataSonic Zhang1-0/+1
2015-02-15Input: bfin_rotary - move platform header to linux/platform_dataSonic Zhang1-0/+116
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds6-10/+85
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-1067/+121
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-32/+30
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds5-26/+109
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki2-1/+14
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-11/+38
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/borntraeger/linuxLinus Torvalds1-5/+16
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-4/+11
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin3-0/+16
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin1-1/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+3
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin1-2/+7
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin1-0/+8
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin2-2/+36
2015-02-13mm: slub: share object_err functionAndrey Ryabinin1-0/+3
2015-02-13mm: slub: introduce virt_to_obj functionAndrey Ryabinin1-0/+16
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin1-0/+6
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin2-0/+49
2015-02-13compiler: introduce __alias(symbol) shortcutAndrey Ryabinin1-0/+1
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo5-92/+7
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2-0/+16
2015-02-13cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo1-7/+7
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo1-5/+2
2015-02-13mm/util: add kstrdup_constAndrzej Hajda1-0/+3
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes1-6/+6
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes1-6/+6