summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux 4.6-rc1v4.6-rc1Linus Torvalds2016-03-261-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2016-03-2622-519/+811
|\
| * libceph: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| * ceph: use kmem_cache_zallocGeliang Tang2016-03-252-2/+2
| * rbd: use KMEM_CACHE macroGeliang Tang2016-03-251-8/+2
| * ceph: use lookup request to revalidate dentryYan, Zheng2016-03-252-0/+35
| * ceph: kill ceph_get_dentry_parent_inode()Yan, Zheng2016-03-252-20/+5
| * ceph: fix security xattr deadlockYan, Zheng2016-03-258-11/+125
| * ceph: don't request vxattrs from MDSYan, Zheng2016-03-251-2/+4
| * ceph: fix mounting same fs multiple timesYan, Zheng2016-03-251-18/+15
| * ceph: remove unnecessary NULL checkYan, Zheng2016-03-251-2/+2
| * ceph: avoid updating directory inode's i_size accidentallyYan, Zheng2016-03-251-0/+4
| * ceph: fix race during filling readdir cacheYan, Zheng2016-03-251-2/+7
| * libceph: use sizeof_footer() moreIlya Dryomov2016-03-251-16/+3
| * ceph: kill ceph_empty_snapcIlya Dryomov2016-03-254-34/+6
| * ceph: fix a wrong comparisonAnton Protopopov2016-03-251-1/+1
| * ceph: replace CURRENT_TIME by current_fs_time()Deepa Dinamani2016-03-254-6/+6
| * ceph: scattered page writebackYan, Zheng2016-03-251-109/+196
| * libceph: add helper that duplicates last extent operationYan, Zheng2016-03-252-0/+24
| * libceph: enable large, variable-sized OSD requestsIlya Dryomov2016-03-253-19/+32