Linux Kbuild
[Prev Page][Next Page]
- Re: [PATCH] nconfig v5
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH] nconfig v5
- From: nir.tzachar@xxxxxxxxx
- Re: Fast LKM symbol resolution
- From: Carmelo Amoroso <carmelo73@xxxxxxxxx>
- Re: [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Mike Frysinger <vapier.adi@xxxxxxxxx>
- Re: [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 0/10] module: Speed up symbol resolution during module loading (using binary search)
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH] deb-pkg: Make deb-pkg generate a seperate linux-libc-dev deb
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH] deb-pkg: Make deb-pkg generate a seperate linux-libc-dev deb
- From: maximilian attems <max@xxxxxxx>
- Re: [PATCH] deb-pkg: Make deb-pkg generate a seperate linux-libc-dev deb
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH] deb-pkg: Make deb-pkg generate a seperate linux-libc-dev deb
- From: maximilian attems <max@xxxxxxx>
- [PATCH] deb-pkg: Make deb-pkg generate a seperate linux-libc-dev deb
- From: maximilian attems <max@xxxxxxx>
- Re: [PATCH v2 0/2] fakeroot dwimery for scripts/package/*
- From: maximilian attems <max@xxxxxxx>
- Re: [patch 2/4] kbuild: generate modules.builtin
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [patch 1/4] x86: _end symbol missing from Symbol.map
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 4/4] kconfig CROSS_COMPILE option
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 2/4] kbuild: generate modules.builtin
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 3/4] kbuild: rebuild fix for Makefile.modbuiltin
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- Re: [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Mike Frysinger <vapier.adi@xxxxxxxxx>
- Re: [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 06/10] module: refactor symbol tables and try to reduce code size of each_symbol()
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 10/10] module: fix is_exported() to return true for all types of exports
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH 09/10] module: speed up find_symbol() using binary search on the builtin symbol tables
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH 06/10] module: refactor symbol tables and try to reduce code size of each_symbol()
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH] um: minor Makefile simplification through use of cc-ifversion
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH 0/10] module: Speed up symbol resolution during module loading (using binary search)
- From: Greg KH <greg@xxxxxxxxx>
- Re: [PATCH 1/2] lib: Add generic binary search function to the kernel.
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 1/2] lib: Add generic binary search function to the kernel.
- From: Thiago Farina <tfransosi@xxxxxxxxx>
- Re: [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Paul Mundt <lethal@xxxxxxxxxxxx>
- Re: [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Mike Frysinger <vapier.adi@xxxxxxxxx>
- Re: [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Paul Mundt <lethal@xxxxxxxxxxxx>
- Re: [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Mike Frysinger <vapier.adi@xxxxxxxxx>
- Re: [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Paul Mundt <lethal@xxxxxxxxxxxx>
- Re: [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Mike Frysinger <vapier.adi@xxxxxxxxx>
- Re: [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 02/10] ARM: unexport symbols used to implement floating point emulation
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Mike Frysinger <vapier.adi@xxxxxxxxx>
- [PATCH 03/10] module: extract __EXPORT_SYMBOL from module.h into mod_export.h
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 0/10] module: Speed up symbol resolution during module loading (using binary search)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 01/10] ARM: use unified discard definition in linker script
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 09/10] module: speed up find_symbol() using binary search on the builtin symbol tables
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 08/10] lib: bsearch - remove redundant special case for arrays of size 0
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 06/10] module: refactor symbol tables and try to reduce code size of each_symbol()
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 10/10] module: fix is_exported() to return true for all types of exports
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 07/10] lib: Add generic binary search function to the kernel.
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 05/10] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 04/10] module: make MODULE_SYMBOL_PREFIX into a CONFIG option
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: Fast LKM symbol resolution
- From: Greg KH <greg@xxxxxxxxx>
- Re: Fast LKM symbol resolution
- From: Alan Jenkins <sourcejedi.lkml@xxxxxxxxxxxxxx>
- [remarks 4/4] make config / oldconfig: allow editing of remarks for config symbols
- From: Bernhard Kaindl <bernhard.kaindl@xxxxxxx>
- [remarks 3/4] xconfig: allow editing of remarks for config symbols
- From: Bernhard Kaindl <bernhard.kaindl@xxxxxxx>
- [remarks 2/4] menuconfig: allow editing of remarks for config symbols
- From: Bernhard Kaindl <bernhard.kaindl@xxxxxxx>
- [remarks 1/4] Support loading and saving custom remarks for config symbols
- From: Bernhard Kaindl <bernhard.kaindl@xxxxxxx>
- [remarks 0/4] user remarks for config symbols
- From: Bernhard Kaindl <bernhard.kaindl@xxxxxxx>
- [PATCH] kallsyms: clean up alignment (potentially save a few bytes on ARM)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: Compiling 2.6.31/31.5
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Compiling 2.6.31/31.5
- From: MySQL Student <mysqlstudent@xxxxxxxxx>
- Re: unifdef problem (xen)
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: unifdef problem (xen)
- From: Jeremy Fitzhardinge <jeremy@xxxxxxxx>
- unifdef problem (xen)
- From: Randy Dunlap <rdunlap@xxxxxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Greg KH <greg@xxxxxxxxx>
- Re: [PATCH] nconfig v4
- From: Nir Tzachar <nir.tzachar@xxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Robert Hancock <hancockrwd@xxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Alan Jenkins <sourcejedi.lkml@xxxxxxxxxxxxxx>
- Re: [PATCH] nconfig v4
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Greg KH <greg@xxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Carmelo Amoroso <carmelo73@xxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Greg KH <greg@xxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Carmelo Amoroso <carmelo73@xxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Alan Jenkins <sourcejedi.lkml@xxxxxxxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Greg KH <greg@xxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Alan Jenkins <sourcejedi.lkml@xxxxxxxxxxxxxx>
- Re: Fast LKM symbol resolution with SysV ELH hash table
- From: Alan Jenkins <sourcejedi.lkml@xxxxxxxxxxxxxx>
- [PATCH 09/14] kbuild: do not check for include/asm-$ARCH
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 08/14] kbuild: drop include2/ used for O=... builds
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 07/14] sh: move machtypes.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 06/14] arm: move mach-types to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 05/14] ia64: move nr-irqs.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 02/14] dontdiff: add generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 13/14] kbuild: move autoconf.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 10/14] kbuild: drop include/asm
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 11/14] kbuild: move compile.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 14/14] kbuild: move utsrelease.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 03/14] kbuild: move bounds.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 04/14] kbuild: move asm-offsets.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 12/14] drop explicit include of autoconf.h
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 01/14] kbuild: search arch/$ARCH/include before include/
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 0/14 v2] kbuild: Move files to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Pavel Machek <pavel@xxxxxx>
- [PATCH v2 2/2] scripts/package: use fakeroot if available
- From: Jonathan Nieder <jrnieder@xxxxxxxxx>
- [PATCH v2 1/2] scripts/package: add KBUILD_PKG_ROOTCMD variable
- From: Jonathan Nieder <jrnieder@xxxxxxxxx>
- [PATCH v2 0/2] fakeroot dwimery for scripts/package/*
- From: Jonathan Nieder <jrnieder@xxxxxxxxx>
- Re: [PATCH resend 0/2] fakeroot dwimery for scripts/package/*
- From: maximilian attems <max@xxxxxxx>
- Re: [PATCH resend 0/2] fakeroot dwimery for scripts/package/*
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH resend 0/2] fakeroot dwimery for scripts/package/*
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH resend 2/2] scripts/package: use fakeroot if available
- From: Jonathan Nieder <jrnieder@xxxxxxxxx>
- [PATCH resend 1/2] scripts/package: add ROOTCMD variable
- From: Jonathan Nieder <jrnieder@xxxxxxxxx>
- Re: [GIT PULL] kbuild fixes
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- [PATCH resend 0/2] fakeroot dwimery for scripts/package/*
- From: Jonathan Nieder <jrnieder@xxxxxxxxx>
- Re: [GIT PULL] kbuild fixes
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [GIT PULL] kbuild fixes
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- Re: [GIT PULL] kbuild fixes
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [GIT PULL] kbuild fixes
- From: Américo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH] nconfig v4
- From: Nir Tzachar <nir.tzachar@xxxxxxxxx>
- Re: [PATCH] nconfig v4
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- [PATCH] nconfig v4
- From: Nir Tzachar <nir.tzachar@xxxxxxxxx>
- Re: [GIT PULL] kbuild fixes
- From: Michael Tokarev <mjt@xxxxxxxxxx>
- [GIT PULL] kbuild fixes
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: kbuild generating prefix-foo.o from foo.c
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: kbuild generating prefix-foo.o from foo.c
- From: kartikeyan sadasivuni <s.kartikeyan@xxxxxxxxx>
- Re: kbuild generating prefix-foo.o from foo.c
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- kbuild generating prefix-foo.o from foo.c
- From: kartikeyan sadasivuni <s.kartikeyan@xxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
- From: Yuri Frolov <yfrolov@xxxxxxxxxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Bernd Petrovitsch <bernd@xxxxxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Pavel Machek <pavel@xxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Pavel Machek <pavel@xxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Pavel Machek <pavel@xxxxxx>
- Re: 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Pavel Machek <pavel@xxxxxx>
- 32-rc1: "CROSS_COMPILE changed" message breaks compilation
- From: Pavel Machek <pavel@xxxxxx>
- Re: [Drbd-dev] [PATCH] linux-next: 20090926 - drop autoconf.h from DRBD driver
- From: Lars Ellenberg <lars.ellenberg@xxxxxxxxxx>
- Re: [PATCH] warn about use of uninstalled kernel headers
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] scripts: use non-builtin echo for '-e'
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] Makefile: Fix size_append issue for bzip2/lzma kernel
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH,resend] kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT set
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] linux-next: 20090926 - drop autoconf.h from DRBD driver
- From: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] linux-next: 20090926 - drop autoconf.h from DRBD driver
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH] linux-next: 20090926 - drop autoconf.h from DRBD driver
- From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
- Re: [PATCH] linux-next: 20090926 - drop autoconf.h from DRBD driver
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 1/2] kbuild: scripts/package: use $(ROOTCMD) to become root
- From: Jonathan Nieder <jrnieder@xxxxxxxxx>
- [PATCH 2/2] kbuild: scripts/package: set ROOTCMD="fakeroot -u" by default
- From: Jonathan Nieder <jrnieder@xxxxxxxxx>
- Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
- From: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
- Re: [GIT] kbuild - 2nd batch
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [GIT] fixes for alpha+mips
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [GIT] kbuild - 2nd batch
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH] kbuild: generate modules.builtin
- From: Michal Marek <mmarek@xxxxxxx>
- Re: Feedback on "kbuild: generate modules.builtin"
- From: Michal Marek <mmarek@xxxxxxx>
- Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
- From: Yuri Frolov <yfrolov@xxxxxxxxxxxxx>
- Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
- From: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
- [patch] powerpc: build modules outside the kernel tree fails, if it was built using O=
- From: Yuri Frolov <yfrolov@xxxxxxxxxxxxx>
- Re: [PATCH 3/4] module: unexport each_symbol()
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] lib: Add generic binary search function to the kernel.
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: module: Speed up symbol resolution during module loading
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH 3/4] module: unexport each_symbol()
- From: Christoph Hellwig <hch@xxxxxxxxxxxxx>
- [PATCH] Fix linking modules against crtsavres.o
- From: Yuri Frolov <yfrolov@xxxxxxxxxxxxx>
- Re: [PATCH 3/4] module: unexport each_symbol()
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 0/2] Use generic binary search function
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 0/2] Use generic binary search function
- From: Tim Abbott <tabbott@xxxxxxxxxxx>
- [PATCH 2/2] module: use bsearch in find_symbol_in_kernel_section.
- From: Tim Abbott <tabbott@xxxxxxxxxxx>
- Re: [PATCH 3/4] module: unexport each_symbol()
- From: Tim Abbott <tabbott@xxxxxxxxxxx>
- [PATCH 1/2] lib: Add generic binary search function to the kernel.
- From: Tim Abbott <tabbott@xxxxxxxxxxx>
- Re: module: Speed up symbol resolution during module loading
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [patch 11/18] kconfig CROSS_COMPILE option
- From: Pavel Machek <pavel@xxxxxx>
- Re: module: Speed up symbol resolution during module loading
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
- From: Daniel Walker <dwalker@xxxxxxxxxx>
- Re: [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
- From: Daniel Walker <dwalker@xxxxxxxxxx>
- Re: [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 4/4] module: speed up find_symbol() using binary search on the builtin symbol tables
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 3/4] module: unexport each_symbol()
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 4/4] module: speed up find_symbol() using binary search on the builtin symbol tables
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 1/4] module: extract __ExPORT_SYMBOL from module.h into mod_export.h
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- module: Speed up symbol resolution during module loading
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- module: Speed up symbol resolution during module loading
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 3/4] module: unexport each_symbol()
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH 2/4] kbuild: sort the list of symbols exported by the kernel (__ksymtab)
- From: Alan Jenkins <alan-jenkins@xxxxxxxxxxxxxx>
- Re: [PATCH] warn about use of uninstalled kernel headers
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] warn about use of uninstalled kernel headers
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [GIT] kbuild
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH] warn about use of uninstalled kernel headers
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [patch 11/18] kconfig CROSS_COMPILE option
- From: Roland McGrath <roland@xxxxxxxxxx>
- Re: Feedback on "kbuild: generate modules.builtin"
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: Feedback on "kbuild: generate modules.builtin"
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Feedback on "kbuild: generate modules.builtin"
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch 11/18] kconfig CROSS_COMPILE option
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch 11/18] kconfig CROSS_COMPILE option
- From: Roland McGrath <roland@xxxxxxxxxx>
- [PATCH] arm, cris, mips, sparc, powerpc, um, xtensa: fix build with bash 4.0
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch 11/18] kconfig CROSS_COMPILE option
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch 11/18] kconfig CROSS_COMPILE option
- From: Roland McGrath <roland@xxxxxxxxxx>
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch 11/18] kconfig CROSS_COMPILE option
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch 15/18] kbuild: check if linker supports the -X option
- From: Andi Kleen <ak@xxxxxxxxxxxxxxx>
- [patch 12/18] kbuild: fix cc1 options check to ensure we do not use -fPIC when compiling
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 13/18] gconfig: disable "typeahead find" search in treeviews
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 14/18] kbuild: fix ld-option Makefile macro to really work
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 10/18] kbuild: rebuild fix for Makefile.modbuiltin
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 17/18] kbuild: fail build if recordmcount.pl fails
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 16/18] kbuild: echo the record_mcount command
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 18/18] kbuild: set -fconserve-stack option for gcc 4.5
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 15/18] kbuild: check if linker supports the -X option
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 11/18] kconfig CROSS_COMPILE option
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 01/18] gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 05/18] checkincludes.pl: close file as soon as we're done with it
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 06/18] checkincludes.pl: provide usage helper
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 07/18] checkincludes.pl: add option to remove duplicates in place
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 04/18] ctags: usability fix
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 09/18] kbuild: generate modules.builtin
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 08/18] markup_oops: use modinfo to avoid confusion with underscored module names
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 02/18] kernel hacking: move STRIP_ASM_SYMS from General
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 03/18] kbuild: add static to prototypes
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Américo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Caveh Jalali <ecaveh@xxxxxxxxx>
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Caveh Jalali <ecaveh@xxxxxxxxx>
- Re: [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Américo Wang <xiyou.wangcong@xxxxxxxxx>
- [patch] Makefile: can't build modules outside the kernel tree if it was built using O=
- From: Caveh Jalali <ecaveh@xxxxxxxxx>
- [RFC PATCH] kbuild: Warn on selecting symbols with unmet direct dependencies
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH] kallsyms: Fix segfault in prefix_underscores_count().
- From: Li Zefan <lizf@xxxxxxxxxxxxxx>
- Re: [PATCH] kallsyms: Fix segfault in prefix_underscores_count().
- From: Paul Mundt <lethal@xxxxxxxxxxxx>
- Re: [PATCH] kallsyms: Fix segfault in prefix_underscores_count().
- From: Li Zefan <lizf@xxxxxxxxxxxxxx>
- [PATCH] kallsyms: Fix segfault in prefix_underscores_count().
- From: Paul Mundt <lethal@xxxxxxxxxxxx>
- [patch 01/18] gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 04/18] ctags: usability fix
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 11/18] kconfig CROSS_COMPILE option
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 12/18] kbuild: fix cc1 options check to ensure we do not use -fPIC when compiling
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 08/18] markup_oops: use modinfo to avoid confusion with underscored module names
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 17/18] kbuild: fail build if recordmcount.pl fails
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 18/18] kbuild: set -fconserve-stack option for gcc 4.5
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 16/18] kbuild: echo the record_mcount command
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 13/18] gconfig: disable "typeahead find" search in treeviews
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 15/18] kbuild: check if linker supports the -X option
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 14/18] kbuild: fix ld-option Makefile macro to really work
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 10/18] kbuild: rebuild fix for Makefile.modbuiltin
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 07/18] checkincludes.pl: add option to remove duplicates in place
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 06/18] checkincludes.pl: provide usage helper
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 05/18] checkincludes.pl: close file as soon as we're done with it
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 09/18] kbuild: generate modules.builtin
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 03/18] kbuild: add static to prototypes
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 02/18] kernel hacking: move STRIP_ASM_SYMS from General
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- Re: UWB Kconfig: cannot set UWB to N in gconfig
- From: David Vrabel <david.vrabel@xxxxxxx>
- Re: [PATCH] checkpatch: add some common Blackfin checks
- From: Mike Frysinger <vapier.adi@xxxxxxxxx>
- Re: special HID & Kconfig: odd behavior in gconfig
- From: Jiri Kosina <jkosina@xxxxxxx>
- [PATCH 06/15] kconfig: enable CONFIG_IKCONFIG from streamline_config.pl
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 07/15] kconfig: add check if end exists in extract-ikconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 10/15] kconfig: search for a config to base the local(mod|yes)config on
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 08/15] kconfig: have extract-ikconfig read ELF files
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 09/15] kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 01/15] kconfig: add streamline_config.pl to scripts
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 03/15] kconfig: add make localyesconfig option
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 14/15] kconfig: test if a .config already exists
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 15/15] kconfig: add missing dependency of conf to localyesconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 12/15] kconfig: test for /boot/config-uname after /proc/config.gz in localconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 13/15] kconfig: make local .config default for streamline_config
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 05/15] kconfig: do not warn about modules built in
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 02/15] kconfig: make localmodconfig to run streamline_config.pl
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 11/15] kconfig: unset IKCONFIG_PROC and clean up nesting
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 04/15] kconfig: streamline_config.pl do not stop with no depends
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 00/15] [GIT PULL] kconfig: localmodconfig for v2.6.32
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- special HID & Kconfig: odd behavior in gconfig
- From: Richard Kennedy <richard@xxxxxxxxxxxxxxx>
- Re: UWB Kconfig: cannot set UWB to N in gconfig
- From: Richard Kennedy <richard@xxxxxxxxxxxxxxx>
- Re: UWB Kconfig: cannot set UWB to N in gconfig
- From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
- UWB Kconfig: cannot set UWB to N in gconfig
- From: Richard Kennedy <richard@xxxxxxxxxxxxxxx>
- [Patch] menuconfig: Display current values with symbols.
- From: Robin Holt <holt@xxxxxxx>
- How to put output from external module in subdirectory of source tree
- Re: Odd Kconfig output..
- From: "Paul E. McKenney" <paulmck@xxxxxxxxxxxxxxxxxx>
- Re: [RFC Patch 0/5] gcov: integrate gcov into kbuild
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- Re: [RFC Patch 0/5] gcov: integrate gcov into kbuild
- From: Peter Oberparleiter <oberpar@xxxxxxxxxxxxxxxxxx>
- arch/i386/boot/bzImage once a link and once a binary
- From: Dennis Heuer <dh@xxxxxxxxxxxxxxxx>
- Odd Kconfig output..
- From: Valdis.Kletnieks@xxxxxx
- Re: [PATCH] builddeb: Fix packaged file permissions
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH 2/2] kbuild: rebuild fix for Makefile.modbuiltin
- From: Michal Marek <mmarek@xxxxxxx>
- [PATCH 1/2] kbuild: generate modules.builtin
- From: Michal Marek <mmarek@xxxxxxx>
- [PATCH 0/2] kbuild: generate modules.builtin
- From: Michal Marek <mmarek@xxxxxxx>
- Re: [RFC Patch] kbuild: implement "make foo.s_c"
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- Re: [RFC Patch] kbuild: implement "make foo.s_c"
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- [RFC Patch] kbuild: implement "make foo.s_c"
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [Patch 5/5] Makefile: implement "make foo.c.gcov"
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [Patch 4/5] scripts: add gen_gcov.sh
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [Patch 3/5] doc: move the scripts in gcov.txt to tools/gcov/
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [Patch 2/5] Makefile: clean .gcov files
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [Patch 1/5] gitignore: add .gcov files
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [RFC Patch 0/5] gcov: integrate gcov into kbuild
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [PATCH] Makefile: make clean keep bounds.h and asm-offsets.h (previous patch had ws issues)
- From: cndougla@xxxxxxxxxxxxxxxxxx
- [PATCH] Makefile: make clean keep bounds.h and asm-offsets.h
- From: cndougla@xxxxxxxxxxxxxxxxxx
- [PATCH,resend] kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT set
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [kbuild-devel] Problem with KBUILD_MODNAME
- From: Nipun sehrawat <nipunsehrawatns@xxxxxxxxx>
- Re: [kbuild-devel] Problem with KBUILD_MODNAME
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Greg KH <greg@xxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH] kconfig: add missing dependency of conf to localyesconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Greg KH <greg@xxxxxxxxx>
- [PATCH] scripts: use non-builtin echo for '-e'
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH] Makefile: Fix size_append issue for bzip2/lzma kernel
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- [PATCH] Makefile: Fix size_append issue for bzip2/lzma kernel
- From: Alek Du <alek.du@xxxxxxxxx>
- [PATCH 08/14] kconfig: have extract-ikconfig read ELF files
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 10/14] kconfig: search for a config to base the local(mod|yes)config on
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 01/14] kconfig: add streamline_config.pl to scripts
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 14/14] kconfig: test if a .config already exists
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 06/14] kconfig: enable CONFIG_IKCONFIG from streamline_config.pl
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 05/14] kconfig: do not warn about modules built in
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 03/14] kconfig: add make localyesconfig option
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 13/14] kconfig: make local .config default for streamline_config
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 11/14] kconfig: unset IKCONFIG_PROC and clean up nesting
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 09/14] kconfig: keep config.gz around even if CONFIG_IKCONFIG_PROC is not set
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 07/14] kconfig: add check if end exists in extract-ikconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 04/14] kconfig: streamline_config.pl do not stop with no depends
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 12/14] kconfig: test for /boot/config-uname after /proc/config.gz in localconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 00/14] kconfig: streamline distro configs for testers
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 02/14] kconfig: make localmodconfig to run streamline_config.pl
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH] cpumask: fix typo s/CONFIG_CPU_HOTPLUG/CONFIG_HOTPLUG_CPU/
- From: Ingo Molnar <mingo@xxxxxxx>
- [PATCH] cpumask: fix typo s/CONFIG_CPU_HOTPLUG/CONFIG_HOTPLUG_CPU/
- From: Reinhard Tartler <siretart@xxxxxxxxxx>
- Re: [PATCH] sparc64: build compressed image (zImage) by default
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH] sparc64: list zImage build target in 'make help' output
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [RFC PATCH] kbuild: Do not select symbols with unmet dependencies
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [RFC PATCH] kbuild: Do not select symbols with unmet dependencies
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [RFC PATCH] kbuild: Do not select symbols with unmet dependencies
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [RFC PATCH] kbuild: Do not select symbols with unmet dependencies
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- [PATCH] modpost: Remove C99 declaration
- From: Sergei Poselenov <sposelenov@xxxxxxxxxxx>
- [patch 1/8] gitignore usr/initramfs_data.cpio.bz2 and usr/initramfs_data.cpio.lzma
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 5/8] ctags: usability fix
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 8/8] checkincludes.pl: add option to remove duplicates in place
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 7/8] checkincludes.pl: provide usage helper
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 4/8] kbuild: remove extraneous blank line after declaration of usage()
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 6/8] checkincludes.pl: close file as soon as we're done with it
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 2/8] kernel hacking: move STRIP_ASM_SYMS from General
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 3/8] kbuild: add static to prototypes
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- problems compiling 2.6.30
- From: Andrew <nospam@xxxxxxxxx>
- [PATCH] [2/5] kbuild: Check if linker supports the -X option
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- [PATCH] [4/5] kbuild: Fail build if recordmcount.pl fails
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- [PATCH] [1/5] kbuild: Fix ld-option Makefile macro to really work
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- [PATCH] [3/5] kbuild: Echo the record_mcount command
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- [PATCH] [5/5] kbuild: Set -fconserve-stack option for gcc 4.5
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- [PATCH] [0/5] kbuild: A couple of Kbuild fixes/improvements
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- Re: ld:arch/x86/kernel/vmlinux.lds:678: parse error
- From: Jean Delvare <khali@xxxxxxxxxxxx>
- Re: ld:arch/x86/kernel/vmlinux.lds:678: parse error
- From: "H. Peter Anvin" <hpa@xxxxxxxxx>
- ld:arch/x86/kernel/vmlinux.lds:678: parse error
- From: Jean Delvare <khali@xxxxxxxxxxxx>
- Re: RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc)
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc)
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc)
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc)
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc)
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc)
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc)
- From: David Howells <dhowells@xxxxxxxxxx>
- RomFS: enless loop during make oldconfig from 2.6.24 -> 2.6.31-rc4 (parisc)
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH] kbuild: add static to prototypes
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- kbuild: fix the binrpm-pkg target to work with KBUILD_OUTPUT set
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [Bug 13012] 2.6.28.9 causes init to segfault on Debian etch; 2.6.28.8 OK
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [Bug 13012] 2.6.28.9 causes init to segfault on Debian etch; 2.6.28.8 OK
- From: Dave Jones <davej@xxxxxxxxxx>
- Re: [PATCH] ia64: minor Makefile simplification through use of cc-ifversion
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH] ia64: minor Makefile simplification through use of cc-ifversion
- From: Fenghua Yu <fenghua.yu@xxxxxxxxx>
- Re: [PATCH] ia64: minor Makefile simplification through use of cc-ifversion
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH] kbuild: add static to prototypes
- From: Trevor Keith <tsrk@xxxxxxxx>
- Re: [PATCH] x86: minor Makefile simplification through use of cc-ifversion
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH] um: minor Makefile simplification through use of cc-ifversion
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH] ia64: minor Makefile simplification through use of cc-ifversion
- From: Peter Chubb <peterc@xxxxxxxxxxxxxxxxxx>
- Re: [PATCH] powerpc: minor Makefile simplification through use of cc-ifversion
- From: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] powerpc: minor Makefile simplification through use of cc-ifversion
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] um: minor Makefile simplification through use of cc-ifversion
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] ia64: minor Makefile simplification through use of cc-ifversion
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] x86: minor Makefile simplification through use of cc-ifversion
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH] um: minor Makefile simplification through use of cc-ifversion
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH] powerpc: minor Makefile simplification through use of cc-ifversion
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH] ia64: minor Makefile simplification through use of cc-ifversion
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH] x86: minor Makefile simplification through use of cc-ifversion
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH] sparc64: list zImage build target in 'make help' output
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH,v2] Only add '-fwrapv' to gcc CFLAGS for gcc 4.2 and later
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH,v2] Only add '-fwrapv' to gcc CFLAGS for gcc 4.2 and later
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH 0/6] kbuild configuration system improvements
- From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
- Re: [PATCH 0/6] kbuild configuration system improvements
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 0/6] kbuild configuration system improvements
- From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
- Re: [PATCH/RFC] Move generated files to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: "header-y" versus "unifdef-y"?
- From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
- Re: "header-y" versus "unifdef-y"?
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH,resend] sparc64: build compressed image (zImage) by default
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH,resend] sparc64: build compressed image (zImage) by default
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH/RFC] Move generated files to include/generated
- From: Arnd Bergmann <arnd@xxxxxxxx>
- "header-y" versus "unifdef-y"?
- From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
- Re: [PATCH/RFC] Move generated files to include/generated
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH 03/10] ia64: move nr-irqs.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- RE: [PATCH 03/10] ia64: move nr-irqs.h to include/generated
- From: "Yu, Fenghua" <fenghua.yu@xxxxxxxxx>
- [PATCH 07/10] kbuild: move compile.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 06/10] kbuild: drop asm symlink
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 08/10] drop unneeded include of autoconf.h
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 03/10] ia64: move nr-irqs.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 10/10] kbuild: move utsrelease.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 09/10] kbuild: move autoconf.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 01/10] kbuild: move bounds.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 02/10] kbuild: move asm-offsets.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 05/10] arm: move mach-types to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 04/10] sh: move machtypes.h to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH/RFC] Move generated files to include/generated
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- is scripts/checkkconfigsymbols.sh actually used?
- From: Reinhard Tartler <siretart@xxxxxxxxxx>
- Re: Update/override CONFIG_ during kbuild?
- From: John Williams <john.williams@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Mike Frysinger <vapier.adi@xxxxxxxxx>
- [GIT] kbuild fixes
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 0/6] kbuild configuration system improvements
- From: Cheng Renquan <crq@xxxxxxxxxx>
- Re: [PATCH 0/6] kbuild configuration system improvements
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH,v2] Only add '-fwrapv' to gcc CFLAGS for gcc 4.2 and later
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- Re: [PATCH,v2] Only add '-fwrapv' to gcc CFLAGS for gcc 4.2 and later
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH,v2] Only add '-fwrapv' to gcc CFLAGS for gcc 4.2 and later
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 1/2] Kconfig: variable argument lists needs `stdarg.h'
- From: Arnaud Lacombe <lacombar@xxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] KBUILD: Centralize the compression tests for BLK_DEV_INITRD.
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 1/2] Kconfig: variable argument lists needs `stdarg.h'
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg fix install scripts for posix sh
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] KBUILD: Correct initramfs compression comment.
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: Update/override CONFIG_ during kbuild?
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH,resend] sparc64: build compressed image (zImage) by default
- From: Julian Calaby <julian.calaby@xxxxxxxxx>
- Re: [PATCH,resend] sparc64: build compressed image (zImage) by default
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH,resend] sparc64: build compressed image (zImage) by default
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH,resend] sparc64: build compressed image (zImage) by default
- From: David Miller <davem@xxxxxxxxxxxxx>
- [PATCH,resend] sparc64: build compressed image (zImage) by default
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH] KBUILD: Combine config and %config targets.
- From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Michal Marek <mmarek@xxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Andreas Robinson <andr345@xxxxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Michal Marek <mmarek@xxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Andreas Robinson <andr345@xxxxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Kay Sievers <kay.sievers@xxxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Scott James Remnant <scott@xxxxxxxxxx>
- Re: [Bug 13012] 2.6.28.9 causes init to segfault on Debian etch; 2.6.28.8 OK
- From: Ian Lance Taylor <iant@xxxxxxxxxx>
- Re: [Bug 13012] 2.6.28.9 causes init to segfault on Debian etch; 2.6.28.8 OK
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [Bug 13012] 2.6.28.9 causes init to segfault on Debian etch; 2.6.28.8 OK
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/6] add symbol value to help find the real depend
- From: Cheng Renquan <crq@xxxxxxxxxx>
- Re: [PATCH 1/6] add symbol value to help find the real depend
- From: Mikael Pettersson <mikpe@xxxxxxxx>
- [PATCH 2/6] add menu_get_ext_help function to display more information
- From: Cheng Renquan <crq@xxxxxxxxxx>
- [PATCH 6/6] make use of menu_get_ext_help in "make config"
- From: Cheng Renquan <crq@xxxxxxxxxx>
- [PATCH 4/6] make use of menu_get_ext_help in gconfig
- From: Cheng Renquan <crq@xxxxxxxxxx>
- [PATCH 3/6] menuconfig improvements
- From: Cheng Renquan <crq@xxxxxxxxxx>
- [PATCH 5/6] make use of menu_get_ext_help in qconfig
- From: Cheng Renquan <crq@xxxxxxxxxx>
- [PATCH 1/6] add symbol value to help find the real depend
- From: Cheng Renquan <crq@xxxxxxxxxx>
- [PATCH 0/6] kbuild configuration system improvements
- From: Cheng Renquan <crq@xxxxxxxxxx>
- [PATCH,v2] Only add '-fwrapv' to gcc CFLAGS for gcc 4.2 and later
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [Bug 13012] 2.6.28.9 causes init to segfault on Debian etch; 2.6.28.8 OK
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [Bug 13012] 2.6.28.9 causes init to segfault on Debian etch; 2.6.28.8 OK
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg fix install scripts for posix sh
- From: Andres Salomon <dilinger@xxxxxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- [PATCH] KBUILD: Centralize the compression tests for BLK_DEV_INITRD.
- From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg fix install scripts for posix sh
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH 2/2] Kconfig: initialize the screen before using curses(3) functions
- From: Arnaud Lacombe <lacombar@xxxxxxxxx>
- [PATCH 1/2] Kconfig: variable argument lists needs `stdarg.h'
- From: Arnaud Lacombe <lacombar@xxxxxxxxx>
- Re: Update/override CONFIG_ during kbuild?
- From: John Williams <john.williams@xxxxxxxxxxxxx>
- [PATCH] kbuild: deb-pkg fix install scripts for posix sh
- From: maximilian attems <max@xxxxxxx>
- [PATCH] KBUILD: Correct initramfs compression comment.
- From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
- Re: [GIT] kbuild fixes
- From: Floris Kraak <randakar@xxxxxxxxx>
- [GIT] kbuild fixes
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Michal Marek <mmarek@xxxxxxx>
- finding inappropriate "tristate" variables that should be bool?
- From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
- Re: [PATCH] reduce export symbol CRC table size on 64-bit archs
- From: "Jan Beulich" <JBeulich@xxxxxxxxxx>
- Re: [PATCH] reduce export symbol CRC table size on 64-bit archs
- From: Rusty Russell <rusty@xxxxxxxxxxxxxxx>
- Re: Update/override CONFIG_ during kbuild?
- From: Randy Dunlap <randy.dunlap@xxxxxxxxxx>
- how to use the SWIG backend in kconfig
- From: Reinhard Tartler <siretart@xxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- [PATCH] sparc64: build compressed image (zImage) by default
- From: Frans Pop <elendil@xxxxxxxxx>
- Update/override CONFIG_ during kbuild?
- From: John Williams <john.williams@xxxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg ship changelog
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg ship changelog
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg ship changelog
- From: maximilian attems <max@xxxxxxx>
- Re: [PATCH] kbuild: deb-pkg ship changelog
- From: maximilian attems <max@xxxxxxx>
- Re: [PATCH] kbuild: deb-pkg ship changelog
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg ship changelog
- From: Frans Pop <elendil@xxxxxxxxx>
- Re: [PATCH] kbuild: deb-pkg ship changelog
- From: Frans Pop <elendil@xxxxxxxxx>
- [PATCH] kbuild: deb-pkg ship changelog
- From: maximilian attems <max@xxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- Re: [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- [PATCH] kconfig: simplification of scripts/extract-ikconfig
- From: Dick Streefland <dick@xxxxxxxxxxxxxx>
- Re: [PATCH -tip 2/5] x86: use asm-generic/dma-mapping-common.h
- From: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
- Re: [PATCH -tip 2/5] x86: use asm-generic/dma-mapping-common.h
- From: Catalin Marinas <catalin.marinas@xxxxxxx>
- Re: [PATCH -tip 2/5] x86: use asm-generic/dma-mapping-common.h
- From: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
- [GIT] kbuild fixes
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] Improve vmlinux.lds.h support for arch specific linker scripts
- From: Tim Abbott <tabbott@xxxxxxxxxxx>
- [GIT] kbuild
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] Improve vmlinux.lds.h support for arch specific linker scripts
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: PATCH: README - Fix misleading pointer to the defconf directory [NEW]
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH] scripts/checksyscalls.sh: only whine perf_counter_open when supported
- From: Mike Frysinger <vapier@xxxxxxxxxx>
- Re: [PATCH] Improve vmlinux.lds.h support for arch specific linker scripts
- From: Tim Abbott <tabbott@xxxxxxxxxxx>
- PATCH: README - Fix misleading pointer to the defconf directory [NEW]
- From: Patrick Ringl <patrick_@xxxxxxxxxx>
- Re: PATCH: README - Fix misleading pointer to the defconf directory
- From: Patrick Ringl <patrick_@xxxxxxxxxx>
- Re: PATCH: README - Fix misleading pointer to the defconf directory
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] kbuild: fix spacing for bzip2 commands
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 18/39] kbuild/headers_check: refine extern check
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [PATCH] Improve vmlinux.lds.h support for arch specific linker scripts
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH] kbuild: fix spacing for bzip2 commands
- From: Mike Frysinger <vapier@xxxxxxxxxx>
- Re: [PATCH 18/39] kbuild/headers_check: refine extern check
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 18/39] kbuild/headers_check: refine extern check
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 17/39] kbuild: fix header export when __ASSEMBLY__ is used
- From: Russell King <rmk+lkml@xxxxxxxxxxxxxxxx>
- Re: Building a 32 bit on a 64 bit machine.
- From: Karen Shaeffer <shaeffer@xxxxxxxxxxxxxxx>
- Re: Building a 32 bit on a 64 bit machine.
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 17/39] kbuild: fix header export when __ASSEMBLY__ is used
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 17/39] kbuild: fix header export when __ASSEMBLY__ is used
- From: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx>
- Re: Building a 32 bit on a 64 bit machine.
- From: Kevin Wilson <wkevils@xxxxxxxxx>
- Re: [PATCH 18/39] kbuild/headers_check: refine extern check
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH 17/39] kbuild: fix header export when __ASSEMBLY__ is used
- From: Arnd Bergmann <arnd@xxxxxxxx>
- [PATCH 11/39] kbuild, deb-pkg: improve Source field
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 12/39] kbuild, deb-pkg: fix generated package name
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 14/39] kbuild, deb-pkg: fix Section field
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 15/39] kbuild, deb-pkg: bump standards version
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 18/39] kbuild/headers_check: refine extern check
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 24/39] kconfig: add a note about the deps to the 'silentoldconfig' help
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 20/39] kbuild: allow docproc invocation from external
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 19/39] kbuild: clean up scripts/headers.sh
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 21/39] kbuild/Documentation: Incorrect makefile syntax in example
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 27/39] kconfig qconf: fix -Wall compiler warnings
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 25/39] kconfig: resort the documentation of the environment variables
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 35/39] kbuild: add hint about __refdata to modpost
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 26/39] gitignore: ignore Kconfig i18n files
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 32/39] kconfig: do not hardcode "include/config/auto.conf" filename
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 34/39] scripts/headers_check.pl: correct RE in header CONFIG leak check
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 36/39] menu: fix embedded menu presentation
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 37/39] Remove bashisms from scripts
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 31/39] kconfig: do not hardcode ".config" filename
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 39/39] kbuild: fix "Argument list too long" error for "make headers_check",
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 33/39] kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix whitespace
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 38/39] ignore *.patch files
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 30/39] kconfig qconf: fix the type of the desktop widget
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 29/39] kconfig qconf: add namespace for use of Key_ enum values
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 09/39] kbuild, deb-pkg: generate debian/copyright file
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 23/39] kconfig: fix typo "mconfig" to "menuconfig" in a comment
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 28/39] kconfig qconf: fix namespace for Horizontal and Vertical enum values
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 17/39] kbuild: fix header export when __ASSEMBLY__ is used
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 22/39] kbuild: remove extra ifdef/endif of top Makefile
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 08/39] kbuild, deb-pkg: improve changelog entry and package descriptions
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 16/39] initconst adjustments
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 13/39] kbuild, deb-pkg: fix Provides field
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 10/39] kbuild, deb-pkg: improve maintainer identification
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 07/39] kbuild, deb-pkg: allow alternative hook scripts directory in .deb packages
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 06/39] kbuild, deb-pkg: allow to specify a custom revision for .deb packages
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 05/39] kbuild, deb-pkg: pass Debian maintainer script parameters to packaging hook scripts
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 03/39] kbuild, deb-pkg: refactor code to reduce duplication
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 04/39] kbuild, deb-pkg: fix 'file not found' error when building .deb package for arm
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 02/39] kbuild, deb-pkg: minor general improvements in builddeb script
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 01/39] kconfig: handle comment entries within choice/endchoice
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- kbuild-next content
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: dubious section mismatch test (was Re: [PULL] soc-camera: one commit as v4l2-dev preparation)
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch 3/3] scripts/headers_check.pl: correct RE in header CONFIG leak check
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [patch 1/3] kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix whitespace
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH resend 00/10] kconfig: various fixes and documentation updates
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] Kbuild: remove extra ifdef/endif of top Makefile
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH] documentation:kbuild Incorrect makefile syntix in examnple
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [Patch] kbuild: clean up scripts/headers.sh
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [Patch] kbuild: fix headers_check.pl
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Building a 32 bit on a 64 bit machine.
- From: Kevin Wilson <wkevils@xxxxxxxxx>
- Re: [Patch] kbuild: fix headers_check.pl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [Patch] kbuild: fix headers_check.pl
- From: Artem Bityutskiy <dedekind1@xxxxxxxxx>
- Re: [Patch] kbuild: fix headers_check.pl
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- Re: [Patch] kbuild: fix headers_check.pl
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [Patch 1/2] kbuild: two trivial fixes for check headers
- From: Jaswinder Singh Rajput <jaswinder@xxxxxxxxxx>
- [Patch] kbuild: clean up scripts/headers.sh
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [Patch] kbuild: fix headers_check.pl
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- Re: [Patch 1/2] kbuild: two trivial fixes for check headers
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- Re: [Patch 1/2] kbuild: two trivial fixes for check headers
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [Patch 1/2] kbuild: two trivial fixes for check headers
- From: Amerigo Wang <xiyou.wangcong@xxxxxxxxx>
- Re: [Patch 1/2] kbuild: two trivial fixes for check headers
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- Re: [Patch 1/2] kbuild: two trivial fixes for check headers
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [Patch 2/2] kbuild: clean up scripts/headers.sh
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [Patch 1/2] kbuild: two trivial fixes for check headers
- From: Amerigo Wang <amwang@xxxxxxxxxx>
- [PATCH] documentation:kbuild Incorrect makefile syntix in examnple
- From: David VomLehn <dvomlehn@xxxxxxxxx>
- Re: [PATCH resend 00/10] kconfig: various fixes and documentation updates
- From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Scott James Remnant <scott@xxxxxxxxxx>
- Re: [PATCH] kbuild: generate modules.builtin
- From: Kay Sievers <kay.sievers@xxxxxxxx>
- Re: [PATCH] Kbuild: remove extra ifdef/endif of top Makefile
- From: Cheng Renquan <crquan@xxxxxxxxx>
- [PATCH] checkpatch: add some common Blackfin checks
- From: Mike Frysinger <vapier@xxxxxxxxxx>
- [PATCH] kbuild: generate modules.builtin
- From: Michal Marek <mmarek@xxxxxxx>
- [PATCH] Kbuild: remove extra ifdef/endif of top Makefile
- From: Cheng Renquan <crq@xxxxxxxxxxxxxxx>
- Re: "make config" to another architecture doesn't relink include/asm
- From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx>
- Re: "make config" to another architecture doesn't relink include/asm
- From: "Michael S. Zick" <lkml@xxxxxxxxxxxx>
- Re: "make config" to another architecture doesn't relink include/asm
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: Kconfig: fix problem in HID menu
- From: Jiri Slaby <jirislaby@xxxxxxxxx>
- Re: Kconfig: fix problem in HID menu
- From: Krzysztof Helt <krzysztof.h1@xxxxx>
- Re: Kconfig: fix problem in HID menu
- From: Jiri Slaby <jirislaby@xxxxxxxxx>
- [PATCH resend 10/10] kconfig: do not hardcode "include/config/auto.conf" filename
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 07/10] kconfig qconf: add namespace for use of Key_ enum values
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 09/10] kconfig: do not hardcode ".config" filename
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 08/10] kconfig qconf: fix the type of the desktop widget
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 06/10] kconfig qconf: fix namespace for Horizontal and Vertical enum values
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 05/10] kconfig qconf: fix -Wall compiler warnings
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 03/10] kconfig: resort the documentation of the environment variables
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 04/10] gitignore: ignore Kconfig i18n files
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 01/10] kconfig: fix typo "mconfig" to "menuconfig" in a comment
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 02/10] kconfig: add a note about the deps to the 'silentoldconfig' help
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- [PATCH resend 00/10] kconfig: various fixes and documentation updates
- From: Markus Heidelberg <markus.heidelberg@xxxxxx>
- Kconfig: fix problem in HID menu
- From: Krzysztof Helt <krzysztof.h1@xxxxx>
- Re: eliminate -pipe from kernel compile
- From: Lance Tagliapietra <lancetag@xxxxxxxxxxx>
- Re: eliminate -pipe from kernel compile
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [patch 3/3] scripts/headers_check.pl: correct RE in header CONFIG leak check
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 1/3] kernel/kallsyms.c: replace deprecated __initcall with device_initcall and fix whitespace
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- [patch 2/3] menu: fix embedded menu presentation
- From: akpm@xxxxxxxxxxxxxxxxxxxx
- Re: eliminate -pipe from kernel compile
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- Re: dubious section mismatch test (was Re: [PULL] soc-camera: one commit as v4l2-dev preparation)
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: dubious section mismatch test (was Re: [PULL] soc-camera: one commit as v4l2-dev preparation)
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- dubious section mismatch test (was Re: [PULL] soc-camera: one commit as v4l2-dev preparation)
- From: Guennadi Liakhovetski <g.liakhovetski@xxxxxx>
- Re: [PATCH 0/7] kconfig: more featured minimum module configs
- From: Ingo Molnar <mingo@xxxxxxx>
- [GIT] kbuild fixes
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 0/14] deb-pkg target improvements
- From: maximilian attems <max@xxxxxxx>
- Re: [PATCH 0/14] deb-pkg target improvements
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 0/14] deb-pkg target improvements
- From: maximilian attems <max@xxxxxxx>
- Re: [PATCH 7/7] kconfig: search for a config to base the local(mod|yes)config on
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- Re: [PATCH 7/7] kconfig: search for a config to base the local(mod|yes)config on
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 7/7] kconfig: search for a config to base the local(mod|yes)config on
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 7/7] kconfig: search for a config to base the local(mod|yes)config on
- From: Andi Kleen <andi@xxxxxxxxxxxxxx>
- [PATCH 3/3] kbuild, modpost: fix unexpected non-allocatable warning with mips
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 2/3] kbuild, modpost: fix "unexpected non-allocatable" warning with SUSE gcc
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [PATCH 1/3] kbuild, modpost: fix unexpected non-allocatable section when cross compiling
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- kbuild, modpost: fix "non-allocatable section" warnings
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 0/7] kconfig: more featured minimum module configs
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 0/7] kconfig: more featured minimum module configs
- From: Ingo Molnar <mingo@xxxxxxx>
- Re: [PATCH 0/14] deb-pkg target improvements
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- [GIT] kbuild
- From: Sam Ravnborg <sam@xxxxxxxxxxxx>
- Re: [PATCH 0/2] kconfig: updates to streamline_config.pl
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Re: [PATCH 0/2] kconfig: updates to streamline_config.pl
- From: Alan Jenkins <sourcejedi.lkml@xxxxxxxxxxxxxx>
- [PATCH 2/2] kconfig: test for /boot/config-uname after /proc/config.gz in localconfig
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 1/2] kconfig: unset IKCONFIG_PROC and clean up nesting
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- [PATCH 0/2] kconfig: updates to streamline_config.pl
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 0/7] kconfig: more featured minimum module configs
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 7/7] kconfig: search for a config to base the local(mod|yes)config on
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 3/7] kconfig: enable CONFIG_IKCONFIG from streamline_config.pl
- From: Steven Rostedt <rostedt@xxxxxxxxxxx>
- Re: [PATCH 7/7] kconfig: search for a config to base the local(mod|yes)config on
- From: Alan Jenkins <sourcejedi.lkml@xxxxxxxxxxxxxx>
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Video for Linux]
[Linux SCSI]
[Samba]
[Yosemite News]