public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-11-04 17:18:21 to 2014-12-26 22:40:27 UTC [more...]

[PATCH 1/2] merge_config.sh: Display usage if given too few arguments
 2014-12-26 22:40 UTC  (4+ messages)
` [PATCH 2/2] merge_config.sh: add -? for help

deb-pkg: Cleaning of debian/*tmp files when running 'make (dist)clean'
 2014-12-26 12:43 UTC  (2+ messages)

[PATCH 0/6] kbuild: refactor Makefiles related with cc-version
 2014-12-25 22:41 UTC  (8+ messages)
` [PATCH 1/6] kbuild: fix cc-ifversion macro
` [PATCH 2/6] kbuild: do not add $(call ...) to invoke cc-version or cc-fullversion
` [PATCH 3/6] kbuild,gcov: remove unnecessary workaround
` [PATCH 4/6] kbuild,gcov: simplify kernel/gcov/Makefile
` [PATCH 5/6] kbuild: allow cc-ifversion to have the argument for false condition
` [PATCH 6/6] kbuild,gcov: simplify kernel/gcov/Makefile more

[PATCH v3 00/20] kselftest install target feature
 2014-12-24 16:27 UTC  (21+ messages)
` [PATCH v3 01/20] selftests/breakpoints: add install target to enable test install
` [PATCH v3 02/20] selftests/cpu-hotplug: "
` [PATCH v3 03/20] selftests/efivarfs: "
` [PATCH v3 04/20] selftests/firmware: "
` [PATCH v3 05/20] selftests/ftrace: "
` [PATCH v3 06/20] selftests/ipc: "
` [PATCH v3 07/20] selftests/kcmp: "
` [PATCH v3 08/20] selftests/memfd: "
` [PATCH v3 09/20] selftests/memory-hotplug: "
` [PATCH v3 10/20] selftests/mount: "
` [PATCH v3 11/20] selftests/mqueue: "
` [PATCH v3 12/20] selftests/net: "
` [PATCH v3 13/20] selftests/ptrace: "
` [PATCH v3 14/20] selftests/size: "
` [PATCH v3 15/20] selftests/sysctl: "
` [PATCH v3 16/20] selftests/timers: "
` [PATCH v3 17/20] selftests/user: "
` [PATCH v3 18/20] selftests/vm: "
` [PATCH v3 19/20] selftests: "
` [PATCH v3 20/20] kbuild: add a new kselftest_install make target to install selftests

[PATCH 0/2] kbuild: Refactor ./Kbuild
 2014-12-24  6:49 UTC  (3+ messages)
` [PATCH 1/2] kbuild: merge bounds.h and asm-offsets.h rules
` [PATCH 2/2] kbuild: remove redundant line from bounds.h/asm-offsets.h

[PATCH] kconfig: use bool instead of boolean for type definition attributes
 2014-12-20 20:41 UTC 

arch/x86/kernel/cpu/mkcapflags.sh
 2014-12-20 10:14 UTC  (2+ messages)

[GIT PULL] kbuild misc changes for v3.19-rc1
 2014-12-19 20:53 UTC 

[GIT PULL] kbuild changes for v3.19-rc1
 2014-12-19 20:51 UTC 

[PATCH] kconfig: improve handling EOF
 2014-12-19 17:07 UTC  (2+ messages)

[PATCH 1/2] kconfig: don't silently ignore unhandled characters
 2014-12-19 16:31 UTC  (8+ messages)

[PATCH 0/1]: Setting KCONFIG_CONFIG can break conf_write
 2014-12-18 18:07 UTC  (2+ messages)
` [PATCH] kconfig: allow KCONFIG_CONFIG environment to be full path

[Patch V2 0/4] xen: auto-generate symbols for xen hypercalls
 2014-12-17 10:27 UTC  (7+ messages)
` [Patch V2 1/4] xen: build infrastructure for generating hypercall depending symbols
  ` [Xen-devel] "
` [Patch V2 2/4] xen: synchronize include/xen/interface/xen.h with xen
` [Patch V2 3/4] xen: use generated hypervisor symbols in arch/x86/xen/trace.c
` [Patch V2 4/4] xen: use generated hypercall symbols in arch/x86/xen/xen-head.S
  ` [Xen-devel] "

[PATCH 0/4] xen: auto-generate symbols for xen hypercalls
 2014-12-16 14:51 UTC  (18+ messages)
` [PATCH 1/4] xen: build infrastructure for generating hypercall depending symbols
    ` [Xen-devel] "
` [PATCH 2/4] xen: synchronize include/xen/interface/xen.h with xen
  ` [Xen-devel] "
` [PATCH 3/4] xen: use generated hypervisor symbols in arch/x86/xen/trace.c
  ` [Xen-devel] "
` [PATCH 4/4] xen: use generated hypercall symbols in arch/x86/xen/xen-head.S
  ` [Xen-devel] "

"make binrpm-pkg O=jg/master" fails
 2014-12-16 10:56 UTC 

[PATCH] kbuild: use mixed-targets when two or more config targets are given
 2014-12-11 10:12 UTC 

[PATCH] kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE
 2014-12-11  1:46 UTC  (2+ messages)

[PATCH] kbuild: remove old information in headers_install.txt document
 2014-12-11  1:41 UTC  (4+ messages)

[PATCH] kbuild: fix scripts/headers.sh to see the correct Kbuild path
 2014-12-11  1:41 UTC  (3+ messages)

[PATCH v2 0/4] kconfig: store default ARCH in .config
 2014-12-10 20:24 UTC  (3+ messages)

[PATCH 0/3] remove undocumented type definition alias
 2014-12-09 23:14 UTC  (15+ messages)
` [PATCH 1/3] kconfig: regenerate parser
` [PATCH 2/3] kconfig: remove undocumented type definition alias 'boolean'
` [PATCH 3/3] kconfig: rename S_BOOLEAN to S_BOOL for consistency

[PATCH v2 00/19] kselftest install target feature
 2014-12-03 14:14 UTC  (34+ messages)
` [PATCH v2 01/19] selftests/user: move test out of Makefile into a shell script
` [PATCH v2 02/19] kbuild: kselftest_install - add a new make target to install selftests
` [PATCH v2 03/19] selftests: add install target to enable installing selftests
` [PATCH v2 04/19] selftests/breakpoints: add install target to enable installing test
` [PATCH v2 05/19] selftests/cpu-hotplug: "
` [PATCH v2 06/19] selftests/efivarfs: "
` [PATCH v2 07/19] selftests/firmware: "
` [PATCH v2 08/19] selftests/ipc: "
` [PATCH v2 09/19] selftests/kcmp: "
` [PATCH v2 10/19] selftests/memfd: "
` [PATCH v2 11/19] selftests/memory-hotplug: "
` [PATCH v2 12/19] selftests/mount: "
` [PATCH v2 13/19] selftests/mqueue: "
` [PATCH v2 14/19] selftests/net: "
` [PATCH v2 15/19] selftests/ptrace: "
` [PATCH v2 16/19] selftests/sysctl: "
` [PATCH v2 17/19] selftests/timers: "
` [PATCH v2 18/19] selftests/vm: "
` [PATCH v2 19/19] selftests/user: "

[PATCH] kbuild: update headers_install.txt document
 2014-12-03 14:02 UTC  (2+ messages)

[PATCH] kbuild: remove redundant -rR flag of hdr-inst
 2014-12-03 13:22 UTC  (2+ messages)

[PATCH] kconfig: fix a misspelling in scripts/kconfig/merge_config.sh
 2014-12-03  6:55 UTC 

[PATCH] scripts/package: binrpm-pkg do not build source tar file
 2014-12-01 21:11 UTC  (4+ messages)

[PATCH] kconfig: fix warning in get_prompt_str()
 2014-12-01 16:52 UTC 

[PATCH] kconfig: fix build warning
 2014-12-01 14:32 UTC  (2+ messages)

[PATCH] kbuild: Automatically remove stale <linux/version.h> file
 2014-11-28 15:40 UTC  (2+ messages)

[PATCH] kbuild: Fix make help-<board series> on powerpc
 2014-11-28 15:40 UTC  (2+ messages)

[PATCH v2] kconfig: Fix warning "‘jump’ may be used uninitialized"
 2014-11-28 13:42 UTC  (2+ messages)

[PATCH] kconfig: Fix compiler warning
 2014-11-28 13:19 UTC  (2+ messages)

[PATCH] Makefile: sort list of defconfig targets in make help output
 2014-11-28 12:23 UTC  (3+ messages)

[PATCH] Fix -Wmaybe-uninitialized warning seen with make menuconfig
 2014-11-27  9:06 UTC  (2+ messages)

[PATCH] kbuild: Remove duplicate $(cmd) definition in Makefile.clean
 2014-11-26 14:12 UTC 

[PATCH] kbuild: collect shorthands into scripts/Kbuild.include
 2014-11-26 13:55 UTC  (2+ messages)

[PATCH] kbuild: Use -nostdinc in compile tests
 2014-11-26 13:47 UTC  (3+ messages)

[PATCH] kbuild: collect shorthands into the top Makefile
 2014-11-25 21:23 UTC  (4+ messages)

arm: pxa: CPU_PXA27x?
 2014-11-21 17:09 UTC  (3+ messages)

[PATCH v10 00/27] Add gdb python scripts as kernel debugging helpers
 2014-11-20 17:02 UTC  (3+ messages)
` [PATCH v10 01/27] scripts/gdb: Add infrastructure
` [PATCH v10 23/27] scripts/gdb: Ignore byte-compiled python files

[PATCH] Replace mentions of "list_struct" to "list_head"
 2014-11-15  2:59 UTC  (7+ messages)
  ` [RESUBMIT] "

[PATCH v2 0/2] UBSan: run-time undefined behavior sanity checker
 2014-11-14 20:54 UTC  (5+ messages)
` [PATCH v2 1/2] kernel: printk: specify alignment for struct printk_log
` [PATCH v2 2/2] UBSan: run-time undefined behavior sanity checker

[PATCH 00/20] kselftest install target feature
 2014-11-05 23:23 UTC  (12+ messages)
` [PATCH 02/20] selftests/net: move test out of Makefile into a shell script
` [PATCH 03/20] kbuild: kselftest_install - add a new make target to install selftests
` [PATCH 08/20] selftests/firmware: add install target to enable installing test
` [PATCH 13/20] selftests/mount: "
` [PATCH 14/20] selftests/mqueue: "
` [PATCH 18/20] selftests/timers: "
` [PATCH 20/20] selftests/user: "

[PATCH] xconfig: Search text should have focus after search and reopen
 2014-11-05  6:55 UTC  (3+ messages)
  ` Aw: "

[PATCH] xconfig: Set configuration strings on focus lost
 2014-11-05  6:53 UTC 

[PATCH] xconfig: Don't move focus when clicking on the search button
 2014-11-05  6:37 UTC 

[PATCH] xconfig: Set keyboard focus to line edit whenever the search dialog opens
 2014-11-05  6:23 UTC 

[PATCH] xconfig: Don't forget changed string value on focus lost
 2014-11-04 20:08 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox