summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-2629-95/+335
|\
| * kbuild: move -Wunused-const-variable to W=1 warning levelArnd Bergmann2016-05-112-2/+4
| * kbuild: fix if_change and friends to consider argument orderMasahiro Yamada2016-05-101-6/+5
| * kbuild: fix adjust_autoksyms.sh for modules that need only one symbolNicolas Pitre2016-05-101-1/+1
| * kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same lineNicolas Pitre2016-05-101-1/+1
| * gcov: disable -Wmaybe-uninitialized warningArnd Bergmann2016-05-101-1/+1
| * gcov: disable tree-loop-im to reduce stack usageArnd Bergmann2016-05-101-1/+1
| * gcov: disable for COMPILE_TESTArnd Bergmann2016-05-101-0/+1
| * Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHESArnd Bergmann2016-05-101-1/+5
| * Kbuild: change CC_OPTIMIZE_FOR_SIZE definitionArnd Bergmann2016-05-101-0/+13
| * kbuild: forbid kernel directory to contain spaces and colonsRobert Jarzmik2016-05-101-0/+4
| * kbuild: adjust ksym_dep_filter for some cmd_* renamesNicolas Pitre2016-04-271-4/+6
| * kbuild: Fix dependencies for final vmlinux linkNicolas Pitre2016-04-271-1/+1
| * kbuild: better abstract vmlinux sequential prerequisitesNicolas Pitre2016-04-261-16/+15
| * kbuild: fix call to adjust_autoksyms.sh when output directory specifiedNicolas Ferre2016-04-261-3/+3
| * kbuild: Get rid of KBUILD_STRMichal Marek2016-04-201-4/+4
| * kbuild: rename cmd_as_s_S to cmd_cpp_s_SMasahiro Yamada2016-04-201-3/+3
| * kbuild: rename cmd_cc_i_c to cmd_cpp_i_cMasahiro Yamada2016-04-202-7/+7
| * kbuild: drop redundant "PHONY += FORCE"Masahiro Yamada2016-04-203-3/+3
| * kbuild: delete unnecessary "@:"Masahiro Yamada2016-04-2013-14/+0
| * kbuild: mark help target as PHONYMasahiro Yamada2016-04-201-0/+2
| * kbuild: specify modules(_install) as PHONY rather than FORCEMasahiro Yamada2016-04-201-1/+2
| * kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-204-9/+9
| * scripts: genksyms: fix resource leakMaxim Zhukov2016-04-201-0/+3
| * kconfig option for TRIM_UNUSED_KSYMSNicolas Pitre2016-03-291-0/+16
| * 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
OpenPOWER on IntegriCloud