aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2014-10-29Merge tag 'v3.2.61' into v3.2-rtSteven Rostedt (Red Hat)
2014-07-11recordmcount/MIPS: Fix possible incorrect mcount_loc table entries in modulesAlex Smith
2014-06-18Merge tag 'v3.2.60' into v3.2-rtSteven Rostedt (Red Hat)
2014-06-09powerpc: Add vr save/restore functionsAndreas Schwab
2014-04-24Merge tag 'v3.2.57' into v3.2-rtSteven Rostedt (Red Hat)
2014-04-24Merge tag 'v3.2.56' into v3.2-rtSteven Rostedt (Red Hat)
2014-04-09deb-pkg: Fix cross-building linux-headers packageBen Hutchings
2014-04-09deb-pkg: Fix building for MIPS big-endian or ARM OABIBen Hutchings
2014-04-09deb-pkg: use KCONFIG_CONFIG instead of .config file directlyAnisse Astier
2014-04-02Modpost: fixed USB alias generation for ranges including 0x9 and 0xAJan Moskyto Matejka
2013-11-20Merge tag 'v3.2.52' into v3.2-rtSteven Rostedt (Red Hat)
2013-10-26kernel-doc: bugfix - multi-line macrosDaniel Santos
2012-10-18Merge tag 'v3.2.32' into v3.2-rtSteven Rostedt
2012-10-17kbuild: make: fix if_changed when command contains backslashesSascha Hauer
2012-10-17kbuild: Fix gcc -x syntaxJean Delvare
2012-10-17scripts/Kbuild.include: Fix portability problem of "echo -e"Bernhard Walle
2012-10-17localmodconfig: Fix localyesconfig to set to 'y' not 'm'Yuta Ando
2012-10-17kbuild: Do not package /boot and /lib in make tar-pkgMichal Marek
2012-08-02Merge tag 'v3.2.24' into v3.2-rtSteven Rostedt
2012-07-25kbuild: do not check for ancient modutils toolsLucas De Marchi
2012-06-06Merge tag 'v3.2.19' into v3.2-rtSteven Rostedt
2012-05-31x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin
2012-05-14Merge tag 'v3.2.17' into v3.2-rtSteven Rostedt
2012-05-11Fix modpost failures in fedora 17David Miller
2012-04-16Merge tag 'v3.2.15' into v3.2-rtSteven Rostedt
2012-04-13modpost: Fix modpost license checking of vmlinux.oFrank Rowand
2012-04-13modpost: fix ALL_INIT_DATA_SECTIONSJan Beulich
2012-04-10kconfig-preempt-rt-full.patchv3.2.14-rt24Thomas Gleixner
2012-02-29builddeb: Don't create files in /tmp with predictable namesBen Hutchings
2012-01-25recordmcount: Fix handling of elf64 big-endian objects.David Daney
2012-01-25kconfig/streamline-config.pl: Fix parsing Makefile with variablesSteven Rostedt
2012-01-25kconfig/streamline-config.pl: Simplify backslash line concatinationSteven Rostedt
2011-12-18kconfig: adapt update-po-config to new UML layoutPaul Bolle
2011-11-06Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds
2011-11-06Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds
2011-11-06Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings
2011-10-31checkpatch: add a --strict check for utf-8 in commit logsJoe Perches
2011-10-31kernel.h/checkpatch: mark strict_strto<foo> and simple_strto<foo> as obsoleteJoe Perches
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-10-11genksyms: Regenerate lexer and parserMichal Marek
2011-10-11genksyms: Do not expand internal typesMichal Marek
2011-10-11genksyms: Minor parser cleanupMichal Marek
2011-09-15Merge branch 'master' into for-nextJiri Kosina
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock
2011-09-09scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputboxCheng Renquan
2011-09-09scripts/kconfig/nconf: fix editing long stringsCheng Renquan
2011-09-09scripts/kconfig/nconf: dynamically alloc dialog_input_resultCheng Renquan
2011-09-09scripts/kconfig/nconf: fix memmove's length argCheng Renquan
2011-09-09scripts/kconfig/nconf: fix typo: unknow => unknownCheng Renquan