summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-285-23/+166
|\
| * x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi2013-02-143-8/+9
| * efivarfs: guid part of filenames are case-insensitiveMatt Fleming2013-02-121-2/+93
| * efivarfs: Validate filenames much more aggressivelyMatt Fleming2013-02-121-5/+44
| * efivarfs: Use sizeof() instead of magic numberMatt Fleming2013-01-311-1/+1
| * x86, efi: Allow slash in file path of initrdLee, Chun-Yi2013-01-311-7/+19
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-285-23/+44
|\ \
| * | x86: Make sure we can boot in the case the BDA contains pure garbageH. Peter Anvin2013-02-271-19/+34
| * | x86, efi: Mark disable_runtime as __initdataMatt Fleming2013-02-261-1/+1
| * | x86, doc: Fix incorrect comment about 64-bit code segment descriptorsKonrad Rzeszutek Wilk2013-02-251-2/+2
| * | doc, kernel-parameters: Document 'console=hvc<n>'Konrad Rzeszutek Wilk2013-02-251-0/+2
| * | doc, xen: Mention 'earlyprintk=xen' in the documentation.Konrad Rzeszutek Wilk2013-02-251-0/+3
| * | ACPI: Overriding ACPI tables via initrd only works with an initrd and on X86Thomas Renninger2013-02-251-1/+2
* | | Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2013-02-2721-283/+391
|\ \ \
| * \ \ Merge branch 'kbuild/rc-fixes' into kbuild/kconfigMichal Marek2013-02-2510888-302223/+522743
| |\ \ \
| | * \ \ Merge branch 'yem-kconfig-rc-fixes' of git://gitorious.org/linux-kconfig/linu...Michal Marek2013-01-121-1/+0
| | |\ \ \
| | | * | | kconfig:lxdialog: remove duplicate codeWang YanQing2012-12-271-1/+0
| * | | | | kbuild: Fix missing '\n' for NEW symbols in yes "" | make oldconfig >conf.newBen Hutchings2013-02-191-1/+6
| * | | | | kconfig: nconf: rewrite labels of function keys lineRoland Eggner2013-02-091-4/+4
| * | | | | kconfig: nconf: rewrite help textsRoland Eggner2013-02-091-164/+156
| * | | | | kconfig: fix a compiliation error when using make xconfigTiana Rakotovao Andriamahefa2013-01-301-0/+1
| * | | | | nconf: function keys line, change background color for better readabilityRoland Eggner2013-01-241-1/+1
| * | | | | menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an A...Wang YanQing2013-01-161-14/+0
| * | | | | menuconfig: Add Save/Load buttonsWang YanQing2013-01-162-14/+36
| * | | | | menuconfig:inputbox: support navigate input positionWang YanQing2012-12-251-29/+92
| * | | | | kconfig: document use of CONFIG_ environment variableYann E. MORIN2012-12-251-0/+6
| * | | | | scripts/kconfig: ensure we use proper CONFIG_ prefixYann E. MORIN2012-12-201-0/+3
| * | | | | merge_config.sh: Add option to specify output dirZhangfei Gao2012-12-091-4/+16
| * | | | | Revert "kconfig-language: add to hints"Yann E. MORIN2012-12-061-23/+0
| * | | | | kconfig: Regenerate lexerMichal Marek2012-11-201-4/+4
| * | | | | kconfig: Fix malloc handling in conf toolsAlan Cox2012-11-206-19/+40
| * | | | | kconfig: get CONFIG_ prefix from the environmentYann E. MORIN2012-11-203-2/+3
| * | | | | kconfig: add a function to get the CONFIG_ prefixYann E. MORIN2012-11-201-0/+6
| * | | | | kconfig: remove CONFIG_ from string constantsYann E. MORIN2012-11-202-4/+17
| * | | | | menuconfig: fix extended colors ncurses supportKrzysztof Mazur2012-11-201-0/+1
* | | | | | Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds2013-02-277-34/+302
|\ \ \ \ \ \
| * | | | | | scripts/coccinelle: find constant additions that could be bit orsJulia Lawall2013-02-221-0/+55
| * | | | | | coccicheck: Allow to show the executed command lineBernd Schubert2013-02-221-7/+21
| * | | | | | coccicheck: Allow the user to give a V= (verbose) argumentBernd Schubert2013-02-222-1/+14
| * | | | | | scripts/coccinelle/misc/memcpy-assign.cocci: Replace memcpy with struct assig...Peter Senna Tschudin2013-02-221-0/+103
| * | | | | | kbuild: clear KBUILD_SRC when calling 'make' in RPM specDavid R. Bild2013-02-221-1/+1
| * | | | | | scripts/coccinelle/misc/semicolon.cocci: Add unneeded semicolon testPeter Senna Tschudin2013-01-241-0/+83
| * | | | | | scripts/tags.sh: Fix regex syntax for etagsAndreas Schwab2013-01-131-25/+25
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2013-02-2715-758/+749
|\ \ \ \ \ \
| * | | | | | kbuild: Fix reading of .config in link-vmlinux.shMichal Marek2013-02-251-1/+8
| * | | | | | kbuild: Unset language specific variables in setlocalversion scriptChristophe Leroy2013-02-221-1/+1
| * | | | | | Kbuild: Disable var tracking with CONFIG_DEBUG_INFO_REDUCEDAndi Kleen2013-02-221-1/+2
| * | | | | | depmod: pass -P $CONFIG_SYMBOL_PREFIXJames Hogan2013-02-222-4/+24
| * | | | | | kbuild: Fix destination-y for installed headersJesper Nilsson2013-02-221-3/+3
| * | | | | | scripts/link-vmlinux.sh: source variables from KCONFIG_CONFIGMichael Grzeschik2013-02-221-1/+1