summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-18perf/x86/intel: Expose LBR callstack to user space toolingPeter Zijlstra1-8/+8
2015-02-18perf: Simplify the branch stack checkYan, Zheng1-0/+5
2015-02-18perf: Add pmu specific data for perf task contextYan, Zheng1-0/+6
2015-02-18perf/x86/intel: Use context switch callback to flush LBR stackYan, Zheng1-1/+0
2015-02-18perf: Introduce pmu context switch callbackYan, Zheng1-0/+9
2015-02-18perf/x86/intel: Reduce lbr_sel_map[] sizeYan, Zheng1-14/+35
2015-02-18Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds2-0/+8
2015-02-18Merge branch 'cleanups'Trond Myklebust330-1763/+5335
2015-02-18clockevents: Introduce mode specific callbacksViresh Kumar1-2/+19
2015-02-18genirq: Provide disable_hardirq()Peter Zijlstra2-1/+2
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown1-3/+7
2015-02-18new helper: dup_iter()Al Viro1-0/+2
2015-02-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-21/+88
2015-02-18Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds5-2/+103
2015-02-18Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-1/+6
2015-02-18Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-10/+2
2015-02-18Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+18
2015-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-16/+19
2015-02-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-13/+17
2015-02-18lib/rbtree.c: fix typo in commentJohn de la Garza1-1/+1
2015-02-18kexec: add IND_FLAGS macroGeoff Levand1-0/+1
2015-02-18kexec: add bit definitions for kimage entry flagsGeoff Levand1-4/+15
2015-02-18kexec: Fix make headers_checkGeoff Levand1-6/+0
2015-02-18kexec: remove never used member destination in kimageBaoquan He1-2/+0
2015-02-18Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-155/+0
2015-02-18Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+32
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/gi...Linus Torvalds4-0/+389
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds9-0/+183
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds3-2/+4
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-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller2-155/+0
2015-02-17HID: hid-sensor-hub: Correct documentationSrinivas Pandruvada1-0/+5
2015-02-17include/uapi/sound/emu10k1.h: include sound/asound.hMikko Rapeli1-2/+1
2015-02-17include/uapi/sound/asequencer.h: include sound/asound.hMikko Rapeli1-0/+1
2015-02-17include/uapi/sound/asound.h: include stdlib.h in userspaceMikko Rapeli1-0/+3
2015-02-17hdspm.h: include stdint.h in userspaceMikko Rapeli1-0/+6
2015-02-17virtio_net: unconditionally define struct virtio_net_hdr_v1.Rusty Russell1-29/+25
2015-02-17rtc: add driver for DS1685 family of real time clocksJoshua Kinard1-0/+375
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-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds18-61/+737