summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds-16/+396
2015-02-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller-155/+0
2015-02-17HID: hid-sensor-hub: Correct documentationSrinivas Pandruvada-0/+5
2015-02-17virtio_net: unconditionally define struct virtio_net_hdr_v1.Rusty Russell-29/+25
2015-02-16rtc: add driver for DS1685 family of real time clocksJoshua Kinard-0/+375
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox-0/+1
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox-1/+1
2015-02-16vfs: remove get_xip_memMatthew Wilcox-3/+1
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox-9/+1
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox-1/+3
2015-02-16dax,ext2: replace ext2_clear_xip_target with dax_clear_blocksMatthew Wilcox-0/+1
2015-02-16dax,ext2: replace XIP read and write with DAX I/OMatthew Wilcox-4/+8
2015-02-16vfs,ext2: introduce IS_DAX(inode)Matthew Wilcox-0/+6
2015-02-16mm: allow page fault handlers to perform the COWMatthew Wilcox-0/+1
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-61/+737
2015-02-16Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+0
2015-02-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+7
2015-02-16Revert "locks: keep a count of locks on the flctx lists"Jeff Layton-3/+0
2015-02-15Merge branch 'bfin_rotary' into nextDmitry Torokhov-129/+400
2015-02-15Input: bfin_rotary - move pin lists into into platform dataSonic Zhang-0/+1
2015-02-15Input: bfin_rotary - move platform header to linux/platform_dataSonic Zhang-0/+116
2015-02-15Merge tag 'tty-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12/+98
2015-02-15Merge tag 'staging-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1067/+240
2015-02-15Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-32/+30
2015-02-15Merge tag 'char-misc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-26/+109
2015-02-15PM / sleep: Make it possible to quiesce timers during suspend-to-idleRafael J. Wysocki-1/+14
2015-02-15Merge tag 'usb-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-12/+41
2015-02-15Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifsLinus Torvalds-1/+52
2015-02-14mutex: remove unused field "name" in debug modeAdrien Schildknecht-1/+0
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds-5/+16
2015-02-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-13/+13
2015-02-13kasan: enable instrumentation of global variablesAndrey Ryabinin-0/+16
2015-02-13module: fix types of device tables aliasesAndrey Ryabinin-1/+1
2015-02-13kernel: add support for .init_array.* constructorsAndrey Ryabinin-0/+1
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin-1/+3
2015-02-13mm: vmalloc: add flag preventing guard hole allocationAndrey Ryabinin-2/+7
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin-0/+8
2015-02-13mm: slub: add kernel address sanitizer support for slub allocatorAndrey Ryabinin-2/+36
2015-02-13mm: slub: share object_err functionAndrey Ryabinin-0/+3
2015-02-13mm: slub: introduce virt_to_obj functionAndrey Ryabinin-0/+16
2015-02-13mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin-0/+6
2015-02-13kasan: add kernel address sanitizer infrastructureAndrey Ryabinin-0/+49
2015-02-13compiler: introduce __alias(symbol) shortcutAndrey Ryabinin-0/+1
2015-02-13bitmap, cpumask, nodemask: remove dedicated formatting functionsTejun Heo-92/+7
2015-02-13cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo-0/+16
2015-02-13cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo-7/+7
2015-02-13kernfs: remove KERNFS_STATIC_NAMETejun Heo-5/+2
2015-02-13mm/util: add kstrdup_constAndrzej Hajda-0/+3
2015-02-13lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes-6/+6
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes-6/+6