| Commit message (Expand) | Author | Age | Files | Lines |
* | kbuild: fix if_change and friends to consider argument order | Masahiro Yamada | 2016-05-10 | 1 | -6/+5 |
* | kbuild: fix adjust_autoksyms.sh for modules that need only one symbol | Nicolas Pitre | 2016-05-10 | 1 | -1/+1 |
* | kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line | Nicolas Pitre | 2016-05-10 | 1 | -1/+1 |
* | gcov: disable -Wmaybe-uninitialized warning | Arnd Bergmann | 2016-05-10 | 1 | -1/+1 |
* | gcov: disable tree-loop-im to reduce stack usage | Arnd Bergmann | 2016-05-10 | 1 | -1/+1 |
* | gcov: disable for COMPILE_TEST | Arnd Bergmann | 2016-05-10 | 1 | -0/+1 |
* | Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHES | Arnd Bergmann | 2016-05-10 | 1 | -1/+5 |
* | Kbuild: change CC_OPTIMIZE_FOR_SIZE definition | Arnd Bergmann | 2016-05-10 | 1 | -0/+13 |
* | kbuild: forbid kernel directory to contain spaces and colons | Robert Jarzmik | 2016-05-10 | 1 | -0/+4 |
* | kbuild: adjust ksym_dep_filter for some cmd_* renames | Nicolas Pitre | 2016-04-27 | 1 | -4/+6 |
* | kbuild: Fix dependencies for final vmlinux link | Nicolas Pitre | 2016-04-27 | 1 | -1/+1 |
* | kbuild: better abstract vmlinux sequential prerequisites | Nicolas Pitre | 2016-04-26 | 1 | -16/+15 |
* | kbuild: fix call to adjust_autoksyms.sh when output directory specified | Nicolas Ferre | 2016-04-26 | 1 | -3/+3 |
* | kbuild: Get rid of KBUILD_STR | Michal Marek | 2016-04-20 | 1 | -4/+4 |
* | kbuild: rename cmd_as_s_S to cmd_cpp_s_S | Masahiro Yamada | 2016-04-20 | 1 | -3/+3 |
* | kbuild: rename cmd_cc_i_c to cmd_cpp_i_c | Masahiro Yamada | 2016-04-20 | 2 | -7/+7 |
* | kbuild: drop redundant "PHONY += FORCE" | Masahiro Yamada | 2016-04-20 | 3 | -3/+3 |
* | kbuild: delete unnecessary "@:" | Masahiro Yamada | 2016-04-20 | 13 | -14/+0 |
* | kbuild: mark help target as PHONY | Masahiro Yamada | 2016-04-20 | 1 | -0/+2 |
* | kbuild: specify modules(_install) as PHONY rather than FORCE | Masahiro Yamada | 2016-04-20 | 1 | -1/+2 |
* | kbuild: drop FORCE from PHONY targets | Masahiro Yamada | 2016-04-20 | 4 | -9/+9 |
* | scripts: genksyms: fix resource leak | Maxim Zhukov | 2016-04-20 | 1 | -0/+3 |
* | kconfig option for TRIM_UNUSED_KSYMS | Nicolas Pitre | 2016-03-29 | 1 | -0/+16 |
* | kbuild: build sample modules along with the rest of the kernel | Nicolas Pitre | 2016-03-29 | 1 | -3/+5 |
* | kbuild: create/adjust generated/autoksyms.h | Nicolas Pitre | 2016-03-29 | 2 | -0/+114 |
* | kbuild: add fine grained build dependencies for exported symbols | Nicolas Pitre | 2016-03-29 | 3 | -1/+40 |
* | kbuild: de-duplicate fixdep usage | Nicolas Pitre | 2016-03-29 | 2 | -15/+9 |
* | fixdep: accept extra dependencies on stdin | Nicolas Pitre | 2016-03-29 | 1 | -15/+45 |
* | export.h: allow for per-symbol configurable EXPORT_SYMBOL() | Nicolas Pitre | 2016-03-29 | 2 | -2/+22 |
* | kbuild: record needed exported symbols for modules | Nicolas Pitre | 2016-03-29 | 1 | -2/+11 |
* | Linux 4.6-rc1v4.6-rc1 | Linus Torvalds | 2016-03-26 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag... | Linus Torvalds | 2016-03-26 | 22 | -519/+811 |
|\ |
|
| * | libceph: use KMEM_CACHE macro | Geliang Tang | 2016-03-25 | 1 | -8/+2 |
| * | ceph: use kmem_cache_zalloc | Geliang Tang | 2016-03-25 | 2 | -2/+2 |
| * | rbd: use KMEM_CACHE macro | Geliang Tang | 2016-03-25 | 1 | -8/+2 |
| * | ceph: use lookup request to revalidate dentry | Yan, Zheng | 2016-03-25 | 2 | -0/+35 |
| * | ceph: kill ceph_get_dentry_parent_inode() | Yan, Zheng | 2016-03-25 | 2 | -20/+5 |
| * | ceph: fix security xattr deadlock | Yan, Zheng | 2016-03-25 | 8 | -11/+125 |
| * | ceph: don't request vxattrs from MDS | Yan, Zheng | 2016-03-25 | 1 | -2/+4 |
| * | ceph: fix mounting same fs multiple times | Yan, Zheng | 2016-03-25 | 1 | -18/+15 |
| * | ceph: remove unnecessary NULL check | Yan, Zheng | 2016-03-25 | 1 | -2/+2 |
| * | ceph: avoid updating directory inode's i_size accidentally | Yan, Zheng | 2016-03-25 | 1 | -0/+4 |
| * | ceph: fix race during filling readdir cache | Yan, Zheng | 2016-03-25 | 1 | -2/+7 |
| * | libceph: use sizeof_footer() more | Ilya Dryomov | 2016-03-25 | 1 | -16/+3 |
| * | ceph: kill ceph_empty_snapc | Ilya Dryomov | 2016-03-25 | 4 | -34/+6 |
| * | ceph: fix a wrong comparison | Anton Protopopov | 2016-03-25 | 1 | -1/+1 |
| * | ceph: replace CURRENT_TIME by current_fs_time() | Deepa Dinamani | 2016-03-25 | 4 | -6/+6 |
| * | ceph: scattered page writeback | Yan, Zheng | 2016-03-25 | 1 | -109/+196 |
| * | libceph: add helper that duplicates last extent operation | Yan, Zheng | 2016-03-25 | 2 | -0/+24 |
| * | libceph: enable large, variable-sized OSD requests | Ilya Dryomov | 2016-03-25 | 3 | -19/+32 |