summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | kbuild: build sample modules along with the rest of the kernelNicolas Pitre2016-03-291-3/+5
| * | kbuild: create/adjust generated/autoksyms.hNicolas Pitre2016-03-292-0/+114
| * | kbuild: add fine grained build dependencies for exported symbolsNicolas Pitre2016-03-293-1/+40
| * | kbuild: de-duplicate fixdep usageNicolas Pitre2016-03-292-15/+9
| * | fixdep: accept extra dependencies on stdinNicolas Pitre2016-03-291-15/+45
| * | export.h: allow for per-symbol configurable EXPORT_SYMBOL()Nicolas Pitre2016-03-292-2/+22
| * | kbuild: record needed exported symbols for modulesNicolas Pitre2016-03-291-2/+11
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-05-2612-49/+37
|\ \
| * | drivers/pinctrl/intel/pinctrl-baytrail.c: fix build with gcc-4.4Andrew Morton2016-05-261-3/+7
| * | update "mm/zsmalloc: don't fail if can't create debugfs info"Dan Streetman2016-05-261-19/+16
| * | dma-debug: avoid spinlock recursion when disabling dma-debugVille Syrjälä2016-05-261-1/+1
| * | mm: oom_reaper: remove some bloatMichal Hocko2016-05-263-1/+7
| * | memcg: fix mem_cgroup_out_of_memory() return value.Tetsuo Handa2016-05-261-0/+2
| * | ocfs2: fix improper handling of return errnoEric Ren2016-05-261-6/+1
| * | mm: slub: remove unused virt_to_obj()Andrey Ryabinin2016-05-261-16/+0
| * | mm: kasan: remove unused 'reserved' field from struct kasan_alloc_metaAndrey Ryabinin2016-05-261-1/+0
| * | mm: make CONFIG_DEFERRED_STRUCT_PAGE_INIT depends on !FLATMEM explicitlyYang Shi2016-05-261-0/+1
| * | seqlock: fix raw_read_seqcount_latch()Alexey Dobriyan2016-05-261-2/+2
* | | Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-05-267-235/+513
|\ \ \
| * | | dax: Remove i_mmap_lock protectionJan Kara2016-05-192-21/+5
| * | | dax: Use radix tree entry lock to protect cow faultsJan Kara2016-05-194-27/+37
| * | | dax: New fault lockingJan Kara2016-05-194-180/+447
| * | | dax: Allow DAX code to replace exceptional entriesJan Kara2016-05-192-7/+15
| * | | dax: Define DAX lock bit for radix tree exceptional entryJan Kara2016-05-192-6/+14
| * | | dax: Make huge page handling depend of CONFIG_BROKENJan Kara2016-05-193-2/+3
| * | | dax: Fix condition for filling of PMD holesJan Kara2016-05-191-1/+1
* | | | Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-05-2619-293/+246
|\| | |
| * | | dax: fix a comment in dax_zero_page_range and dax_truncate_pageVishal Verma2016-05-181-12/+0
| * | | dax: for truncate/hole-punch, do zeroing through the driver if possibleVishal Verma2016-05-182-5/+57
| * | | dax: export a low-level __dax_zero_page_range helperChristoph Hellwig2016-05-182-15/+27
| * | | dax: use sb_issue_zerout instead of calling dax_clear_sectorsMatthew Wilcox2016-05-184-48/+8
| * | | dax: enable dax in the presence of known media errors (badblocks)Dan Williams2016-05-186-18/+15
| * | | dax: fallback from pmd to pte on errorDan Williams2016-05-171-2/+2
| * | | block: Update blkdev_dax_capable() for consistencyToshi Kani2016-05-174-40/+38
| * | | xfs: Add alignment check for DAX mountToshi Kani2016-05-171-7/+5
| * | | ext2: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2
| * | | ext4: Add alignment check for DAX mountToshi Kani2016-05-171-9/+2
| * | | block: Add bdev_dax_supported() for dax mount checksToshi Kani2016-05-172-0/+46
| * | | block: Add vfs_msg() interfaceToshi Kani2016-05-172-0/+23
| * | | dax: Remove redundant inode size checksJan Kara2016-05-171-59/+1
| * | | dax: Remove pointless writeback from dax_do_io()Jan Kara2016-05-171-9/+1
| * | | dax: Remove zeroing from dax_io()Jan Kara2016-05-171-18/+10
| * | | dax: Remove dead zeroing code from fault handlersJan Kara2016-05-171-15/+2
| * | | ext2: Avoid DAX zeroing to corrupt dataJan Kara2016-05-171-2/+2
| * | | ext2: Fix block zeroing in ext2_get_blocks() for DAXJan Kara2016-05-171-1/+1
| * | | dax: Remove complete_unwritten argumentJan Kara2016-05-167-55/+25
| * | | DAX: move RADIX_DAX_ definitions to dax.cNeilBrown2016-05-162-9/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-05-2629-2508/+4758
|\ \ \ \ | |_|/ / |/| | |
| * | | ceph: fix wake_up_session_cb()Yan, Zheng2016-05-261-1/+1
| * | | ceph: don't use truncate_pagecache() to invalidate read cacheYan, Zheng2016-05-262-5/+7