summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-12IB/mlx5: Fix RC transport send queue overhead computationLeon Romanovsky1-5/+7
2016-02-12IB/ipoib: fix for rare multicast join race conditionAlex Estrin1-7/+17
2016-02-12Merge tag 'mmc-v4.5-rc2' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds9-36/+93
2016-02-12Merge tag 'sound-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds42-209/+292
2016-02-12Merge tag 'fbdev-fixes-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-33/+41
2016-02-12Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-20/+31
2016-02-12Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-257/+373
2016-02-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-1/+2
2016-02-12Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-71/+131
2016-02-12Merge tag 'xfs-fixes-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2016-02-12btrfs: Introduce new mount option alias for nologreplayQu Wenruo1-1/+3
2016-02-12btrfs: Introduce new mount option to disable tree log replayQu Wenruo4-7/+40
2016-02-12btrfs: Introduce new mount option usebackuproot to replace recoveryQu Wenruo4-11/+25
2016-02-12Merge tag 'asoc-fix-v4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai29-144/+221
2016-02-12EVM: Use crypto_memneq() for digest comparisonsRyan Ware1-1/+2
2016-02-12ARC: mm: Introduce explicit super page size supportVineet Gupta2-19/+45
2016-02-12Merge tag 'phy-for-4.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman3-12/+19
2016-02-12arch/x86/Kconfig: CONFIG_X86_UV should depend on CONFIG_EFIAndrew Morton1-0/+1
2016-02-12mm: fix pfn_t vs highmemDan Williams3-12/+11
2016-02-12kernel/locking/lockdep.c: convert hash tables to hlistsAndrew Morton2-25/+21
2016-02-12mm,thp: fix spellos in describing __HAVE_ARCH_FLUSH_PMD_TLB_RANGEVineet Gupta1-2/+2
2016-02-12mm,thp: khugepaged: call pte flush at the time of collapseVineet Gupta1-1/+3
2016-02-12mm/backing-dev.c: fix error path in wb_init()Rasmus Villemoes1-1/+1
2016-02-12mm, dax: check for pmd_none() after split_huge_pmd()Kirill A. Shutemov2-2/+6
2016-02-12vsprintf: kptr_restrict is okay in IRQ when 2Jason A. Donenfeld1-13/+13
2016-02-12mm: fix filemap.c kernel doc warningRandy Dunlap1-0/+1
2016-02-12ubsan: cosmetic fix to Kconfig textYang Shi1-1/+3
2016-02-11Merge tag 'gpio-v4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2-5/+7
2016-02-11Merge tag 'platform-drivers-x86-v4.5-3' of git://git.infradead.org/users/dvha...Linus Torvalds2-3/+2
2016-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-66/+191
2016-02-11IB/core: Fix reading capability mask of the port info classEran Ben Elisha1-3/+2
2016-02-11net/mlx4: fix some error handling in mlx4_multi_func_init()Rasmus Villemoes1-1/+1
2016-02-11Revert "mmc: block: don't use parameter prefix if built as module"Ulf Hansson1-3/+0
2016-02-11btrfs: teach print_leaf about temporary item subtypesDavid Sterba1-0/+11
2016-02-11btrfs: teach print_leaf about permanent item subtypesDavid Sterba1-2/+10
2016-02-11btrfs: switch dev stats item to the permanent item keyDavid Sterba2-5/+8
2016-02-11btrfs: introduce key type for persistent permanent itemsDavid Sterba1-3/+17
2016-02-11btrfs: switch balance item to the temporary item keyDavid Sterba1-3/+3
2016-02-11btrfs: introduce key type for persistent temporary itemsDavid Sterba1-0/+16
2016-02-11thermal: cpu_cooling: fix out of bounds access in time_in_idleJavi Merino1-6/+8
2016-02-11btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-02-11btrfs: switch to kcalloc in btrfs_cmp_data_prepareDavid Sterba1-2/+2
2016-02-11btrfs: extent same: use GFP_KERNEL for page array allocationsDavid Sterba1-2/+2
2016-02-11btrfs: device add and remove: use GFP_KERNELDavid Sterba1-4/+5
2016-02-11btrfs: readdir: use GFP_KERNELDavid Sterba1-1/+1
2016-02-11btrfs: fallocate: use GFP_KERNELDavid Sterba1-3/+3
2016-02-11btrfs: let callers of btrfs_alloc_root pass gfp flagsDavid Sterba1-10/+11
2016-02-11btrfs: scrub: use GFP_KERNEL on the submission pathDavid Sterba2-12/+14
2016-02-11btrfs: reada: use GFP_KERNEL everywhereDavid Sterba1-5/+5
2016-02-11btrfs: send: use GFP_KERNEL everywhereDavid Sterba2-19/+19