summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: use early_pfn_to_nid in page_ext_initYang Shi2016-05-272-3/+4
* MAINTAINERS: Kdump maintainers updateVivek Goyal2016-05-271-2/+3
* MAINTAINERS: add kexec_core.c and kexec_file.cMinfei Huang2016-05-271-1/+1
* mm: oom: do not reap task if there are live threads in threadgroupVladimir Davydov2016-05-271-2/+0
* direct-io: fix direct write stale data exposure from concurrent buffered readEryu Guan2016-05-271-7/+7
* ocfs2: bump up o2cb network protocol versionJunxiao Bi2016-05-271-1/+4
* ocfs2: o2hb: fix hb hung timeJunxiao Bi2016-05-271-1/+1
* ocfs2: o2hb: don't negotiate if last hb failJunxiao Bi2016-05-271-0/+10
* ocfs2: o2hb: add some user/debug logJunxiao Bi2016-05-271-7/+32
* ocfs2: o2hb: add NEGOTIATE_APPROVE messageJunxiao Bi2016-05-271-1/+27
* ocfs2: o2hb: add NEGO_TIMEOUT messageJunxiao Bi2016-05-271-1/+65
* ocfs2: o2hb: add negotiate timerJunxiao Bi2016-05-271-4/+47
* Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2016-05-266-177/+14
|\
| * coccicheck: Fix missing 0 index in kill loopKees Cook2016-05-191-1/+1
| * scripts/package/Makefile: rpmbuild add support of RPMOPTSSrinivas Pandruvada2016-05-161-2/+2
| * builddeb: fix missing headers in linux-headers packageAzriel Samson2016-05-101-1/+1
| * builddeb: include objtool binary in headers packageBjørn Mork2016-05-101-0/+3
| * kbuild/mkspec: support 'update-bootloader'-based systemsJiri Kosina2016-04-201-0/+5
| * scripts: coccinelle: remove check to move constants to rightWolfram Sang2016-04-201-171/+0
| * Coccinelle: setup_timer: Add space in front of parenthesesVaishali Thakkar2016-04-201-2/+2
* | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2016-05-263-10/+30
|\ \
| * | kconfig/symbol.c: handle choice_values that depend on 'm' symbolsDirk Gouders2016-05-101-0/+14
| * | kconfig-language: elaborate on the type of a choiceDirk Gouders2016-05-101-6/+11
| * | kconfig-language: fix comment on dependency-generated menu structures.Dirk Gouders2016-05-101-3/+2
| * | kconfig: add unexpected data itself to warningPaul Bolle2016-05-101-1/+3
| |/
* | 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