summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-18fs/affs/amigaffs.c: remove else after returnFabian Frederick1-2/+1
2015-02-18fs/affs: define AFFSNAMEMAX to replace constant useFabian Frederick5-13/+16
2015-02-18fs/affs: use unsigned int for string lengthsFabian Frederick2-8/+9
2015-02-18fs/affs/super.c: destroy sbi mutex in affs_kill_sb()Fabian Frederick1-0/+1
2015-02-18fs/affs/file.c: fix direct IO writes beyond EOFFabian Frederick1-0/+7
2015-02-18fs/affs/file.c: replace if/BUG by BUG_ONFabian Frederick1-4/+2
2015-02-18fs/affs: fix casting in printed messagesGeert Uytterhoeven5-40/+33
2015-02-18eventfd: don't take the spinlock in eventfd_pollChris Mason1-6/+6
2015-02-18lib/rbtree.c: fix typo in commentJohn de la Garza1-1/+1
2015-02-18vmcore: fix PT_NOTE n_namesz, n_descsz overflow issueWANG Chao1-4/+4
2015-02-18kexec: add IND_FLAGS macroGeoff Levand2-2/+1
2015-02-18kexec: add bit definitions for kimage entry flagsGeoff Levand1-4/+15
2015-02-18kexec: simplify conditionalGeoff Levand1-7/+10
2015-02-18kexec: Fix make headers_checkGeoff Levand1-6/+0
2015-02-18kexec: fix a typo in commentAlexander Kuleshov1-1/+1
2015-02-18kexec: remove never used member destination in kimageBaoquan He2-6/+0
2015-02-18signal: use current->state helpersDavidlohr Bueso1-2/+2
2015-02-18ptrace: remove linux/compat.h inclusion under CONFIG_COMPATFabian Frederick1-1/+0
2015-02-18fs: fat: use MSDOS_SB macro to get msdos_sb_infoFred Chou1-1/+1
2015-02-18fs/reiserfs/inode.c: replace 0 by NULL for pointersFabian Frederick1-1/+1
2015-02-18fs/ufs/super.c: fix potential race conditionFabian Frederick1-4/+0
2015-02-18fs/ufs/super.c: remove unnecessary castingFabian Frederick1-1/+3
2015-02-18fs/coda/dir.c: forward declaration clean-upFabian Frederick1-82/+56
2015-02-18fs/befs/linuxvfs.c: remove unnecessary castingFabian Frederick1-3/+3
2015-02-18Merge branch 'parisc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds23-3264/+80
2015-02-18Merge tag 'nios2-v3.20-rc1' of git://git.rocketboards.org/linux-socfpga-nextLinus Torvalds21-11/+1067
2015-02-18Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-108/+407
2015-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds8-62/+102
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck1-2/+7
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-17Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds137-1378/+4076
2015-02-17debugfs: Provide a file creation function that also takes an initial sizeDavid Howells6-42/+79
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-17fs/binfmt_som: Drop kernel support for HP-UX SOM binariesHelge Deller5-462/+0
2015-02-17parisc: Remove unused functionRickard Strandqvist1-3/+0
2015-02-17parisc: macro whitespace fixesMichael S. Tsirkin1-58/+58
2015-02-17rtc: add driver for DS1685 family of real time clocksJoshua Kinard5-0/+2724
2015-02-17MAINTAINERS: add entry for Maxim PMICs on Samsung boardsKrzysztof Kozlowski1-0/+20
2015-02-17lib/Kconfig: use bool instead of booleanChristoph Jaeger1-1/+1
2015-02-17powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov11-26/+4
2015-02-17ocfs2: set append dio as a ro compat featureJoseph Qi3-2/+31
2015-02-17ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi4-0/+43
2015-02-17ocfs2: complete the rest request through buffer ioJoseph Qi1-1/+42
2015-02-17ocfs2: do not fallback to buffer I/O write if appendingJoseph Qi1-1/+4
2015-02-17ocfs2: allocate blocks in ocfs2_direct_IO_get_blocksJoseph Qi1-3/+42