summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-21Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki4-48/+56
2015-02-21Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources'Rafael J. Wysocki4-6/+30
2015-02-19cpuidle: powernv: Avoid endianness conversions while parsing DTPreeti U Murthy1-13/+16
2015-02-19cpufreq: s3c: remove last use of resume_clocks callbackArnd Bergmann1-8/+0
2015-02-19cpufreq: s3c: remove incorrect __init annotationsArnd Bergmann2-3/+3
2015-02-18ACPI / LPSS: Deassert resets for SPI host controllers on BraswellMika Westerberg1-4/+15
2015-02-18ACPI / LPSS: Always disable I2C host controllersMika Westerberg1-0/+4
2015-02-18ACPI / resources: Change pr_info() to pr_debug() for debug informationRafael J. Wysocki1-1/+1
2015-02-18ACPI / video: Disable native backlight on Samsung Series 9 laptopsJens Reyer1-0/+9
2015-02-18cpuidle: powernv: Read target_residency value of idle states from DT if avail...Preeti U Murthy1-29/+40
2015-02-17Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-108/+407
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds8-62/+102
2015-02-17Merge tag '64bit-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-1/+1720
2015-02-17Merge tag 'defconfig-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-73/+203
2015-02-17Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-268/+1570
2015-02-17Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds249-2428/+14920
2015-02-17Revert "ACPI / LPSS: Remove non-existing clock control from Intel Lynxpoint I2C"Jarkko Nikula1-1/+1
2015-02-17ACPI / EC: Remove non-standard log emphasisScot Doyle1-2/+2
2015-02-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds137-1378/+4076
2015-02-17Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds114-8286/+177
2015-02-17Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds21-28/+113
2015-02-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds72-946/+4491
2015-02-16rtc: add driver for DS1685 family of real time clocksJoshua Kinard5-0/+2724
2015-02-16MAINTAINERS: add entry for Maxim PMICs on Samsung boardsKrzysztof Kozlowski1-0/+20
2015-02-16lib/Kconfig: use bool instead of booleanChristoph Jaeger1-1/+1
2015-02-16powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov11-26/+4
2015-02-16ocfs2: set append dio as a ro compat featureJoseph Qi3-2/+31
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi4-0/+43
2015-02-16ocfs2: complete the rest request through buffer ioJoseph Qi1-1/+42
2015-02-16ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi1-1/+4
2015-02-16ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi1-3/+42
2015-02-16ocfs2: implement ocfs2_direct_IO_writeJoseph Qi2-3/+204
2015-02-16ocfs2: add orphan recovery types in ocfs2_recover_orphansJoseph Qi2-20/+93
2015-02-16ocfs2: add functions to add and remove inode in orphan dirJoseph Qi5-30/+238
2015-02-16ocfs2: prepare some interfaces used in append direct ioJoseph Qi2-2/+18
2015-02-16MAINTAINERS: fix spelling mistake & remove trailing WSAkash Shende1-1/+1
2015-02-16dax: does not work correctly with virtual aliasing cachesMatthew Wilcox2-0/+4
2015-02-16brd: rename XIP to DAXMatthew Wilcox2-13/+14
2015-02-16ext4: add DAX functionalityRoss Zwisler8-37/+179
2015-02-16dax: add dax_zero_page_rangeMatthew Wilcox3-6/+34
2015-02-16ext2: get rid of most mentions of XIP in ext2Matthew Wilcox6-25/+34
2015-02-16ext2: remove ext2_aops_xipMatthew Wilcox3-9/+3
2015-02-16vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAXMatthew Wilcox8-26/+21
2015-02-16ext2: remove xip.c and xip.hMatthew Wilcox6-35/+0
2015-02-16ext2: remove ext2_use_xipMatthew Wilcox3-3/+7
2015-02-16ext2: remove ext2_xip_verify_sb()Matthew Wilcox3-35/+12
2015-02-16vfs: remove get_xip_memMatthew Wilcox13-95/+7
2015-02-16dax: replace XIP documentation with DAX documentationMatthew Wilcox3-73/+92
2015-02-16dax,ext2: replace xip_truncate_page with dax_truncate_pageMatthew Wilcox4-50/+46
2015-02-16dax,ext2: replace the XIP page fault handler with the DAX page fault handlerMatthew Wilcox4-209/+276