diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-25 20:01:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-25 20:01:57 -0700 |
commit | 154dd78d30b56ffb8b447f629bfcceb14150e5c4 (patch) | |
tree | a1d34da3de50d25b96ba315416817a6850cd7b90 /fs/jffs2/os-linux.h | |
parent | vfs: make gcc generate more obvious code for acl permission checking (diff) | |
parent | genksyms: Use same type in loop comparison (diff) | |
parent | package: Makefile: fix perf target bug (diff) | |
parent | gitignore: ignore debian build directory (diff) | |
download | linux-dev-154dd78d30b56ffb8b447f629bfcceb14150e5c4.tar.xz linux-dev-154dd78d30b56ffb8b447f629bfcceb14150e5c4.zip |
Merge branches 'kbuild', 'packaging' and 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
* 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
genksyms: Use same type in loop comparison
kbuild: silence generated makefile message
kernel: prevent unnecessary rebuilding due to config_data.gz
headers_install: fix __packed in exported kernel headers
dtc: regen parser
dtc: migrate parser to implicit rules
kconfig: regen parser
kconfig: migrate parser to implicit rules
kconfig/zconf.l: do not ask to generate backup
kconfig: kill no longer needed reference to YYDEBUG
kconfig: constify `kconf_id_lookup'
genksym: regen parser
genksyms: migrate parser to implicit rules
genksyms: drop -Wno-uninitialized from HOSTCFLAGS_parse.tab.o
genksyms: pass hash and lookup functions name and target language though the input file
kbuild: simplify the %_shipped rule
kbuild: add implicit rules for parser generation
kbuild: add `baseprereq'
kbuild: Fix reference to vermagic.h
* 'packaging' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
package: Makefile: fix perf target bug
* 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6:
gitignore: ignore debian build directory