public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-06 08:48:56 to 2015-01-30 23:18:04 UTC [more...]

[RFC/PATCH RESEND -next 00/21] Address sanitizer for kernel (kasan) - dynamic memory error detector
 2015-01-30 23:18 UTC  (14+ messages)
  ` [PATCH v9 01/17] Add kernel address sanitizer infrastructure
  ` [PATCH v9 12/17] kasan: enable stack instrumentation
  ` [PATCH v9 17/17] kasan: enable instrumentation of global variables
  ` [PATCH v10 01/17] Add kernel address sanitizer infrastructure
  ` [PATCH v10 12/17] kasan: enable stack instrumentation
  ` [PATCH v10 17/17] kasan: enable instrumentation of global variables

[PATCH v12 00/28] Add gdb python scripts as kernel debugging helpers
 2015-01-30 10:59 UTC  (4+ messages)
` [PATCH v12 01/28] scripts/gdb: Add infrastructure
` [PATCH v12 23/28] scripts/gdb: Ignore byte-compiled python files

[PATCH] modsign: provide option to automatically delete the key after modules were installed
 2015-01-29 22:39 UTC  (35+ messages)
` [PATCH] modsign: overwrite keys with zero before deleting them
        ` [PATCH v2] modsign: use shred to overwrite the private key before deleting it

[PATCH v11 00/28] Add gdb python scripts as kernel debugging helpers
 2015-01-29 14:41 UTC  (9+ messages)
` [PATCH v11 01/28] scripts/gdb: Add infrastructure
` [PATCH v11 23/28] scripts/gdb: Ignore byte-compiled python files

[PATCH 1/1] kconfig: warn if an unknown symbol is selected
 2015-01-29 12:39 UTC  (5+ messages)

[PATCH] builddeb: fix missing modules signatures if debug info is enabled
 2015-01-29 10:15 UTC 

[PATCH] tools: unbreak 'make tools/*'
 2015-01-29  4:47 UTC 

[PATCH] DocBook: Do not exceed argument list limit
 2015-01-28 19:00 UTC  (3+ messages)

[RESEND Patch V2 0/4] xen: auto-generate symbols for xen hypercalls
 2015-01-28  5:11 UTC  (6+ messages)
` [RESEND Patch V2 1/4] xen: build infrastructure for generating hypercall depending symbols
` [RESEND Patch V2 2/4] xen: synchronize include/xen/interface/xen.h with xen
` [RESEND Patch V2 3/4] xen: use generated hypervisor symbols in arch/x86/xen/trace.c
` [RESEND Patch V2 4/4] xen: use generated hypercall symbols in arch/x86/xen/xen-head.S

[PATCHv3 1/1] deb-pkg: Add device tree blobs to the package
 2015-01-28  0:22 UTC  (2+ messages)

[PATCH] kconfig: use va_end to match corresponding va_start
 2015-01-27 15:59 UTC  (2+ messages)

[PATCHv2 0/1] deb-pkg: Add device tree blobs to the package
 2015-01-23  9:55 UTC  (12+ messages)
` [PATCHv2 1/1] "

[PATCH] [RFC] kconfig: menuconfig make "Selected by:" readable
 2015-01-22 10:51 UTC  (8+ messages)

[PATCH 1/3] jump_label: Allow asm/jump_label.h to be included in assembly
 2015-01-21  3:55 UTC  (6+ messages)
` [PATCH 2/3] jump_label: Allow jump labels to be used "
` [PATCH 3/3] powerpc: Include linux/jump_label.h to get HAVE_JUMP_LABEL define

[PATCH v3 3/3] kconfig: allow use of relations other than (in)equality
 2015-01-20 12:53 UTC 

[PATCH v3 2/3] kconfig: don't silently ignore unhandled characters
 2015-01-20 12:52 UTC 

[PATCH v3 1/3] trivial: sound/soc/intel/Kconfig: use single backslash for line continuation
 2015-01-20 12:52 UTC 

[PATCH v3 0/3] kconfig: enhance parsing and operator recognition
 2015-01-20 12:51 UTC 

[PATCH 1/6] selftests: Introduce minimal shared logic for running tests
 2015-01-20  3:13 UTC  (18+ messages)
` [PATCH 2/6] selftests: Add install target
` [PATCH 3/6] selftests: Add install support for the powerpc tests
` [PATCH 4/6] kbuild: add a new kselftest_install make target to install selftests
` [PATCH 5/6] kbuild: Don't pass -rR to selftest makefiles
` [PATCH 6/6] selftests: Set CC using CROSS_COMPILE once in lib.mk

[Patch V2 0/4] xen: auto-generate symbols for xen hypercalls
 2015-01-19 15:42 UTC  (3+ messages)

[PATCH v2 1/2] kconfig: don't silently ignore unhandled characters
 2015-01-19 12:50 UTC  (6+ messages)

[PATCH] kbuild: fix scripts/headers.sh to see the correct Kbuild path
 2015-01-17 21:41 UTC  (3+ messages)

[PATCH v2 2/2] kconfig: allow use of relations other than (in)equality
 2015-01-16 16:18 UTC  (3+ messages)

[PATCH v2 0/2] kconfig: enhance parsing and operator recognition
 2015-01-16 15:43 UTC 

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

[PATCH] headers_check: don't warn about kexec.h
 2015-01-14  0:47 UTC  (5+ messages)

[PATCH] X.509: shut up about included cert for silent build
 2015-01-13 21:24 UTC  (2+ messages)
` [PATCH] X.509: silence asn1 compiler debug output

[PATCH 0/6] kbuild: refactor Makefiles related with cc-version
 2015-01-09 16:27 UTC  (2+ messages)

[GIT PULL] make mrproper fix for v3.19-rc4
 2015-01-09  9:40 UTC  (4+ messages)

[PATCH] kbuild: drop $(version_h) from MRPROPER_FILES
 2015-01-08 15:27 UTC  (2+ messages)

[PATCH] kbuild: use mixed-targets when two or more config targets are given
 2015-01-08 14:06 UTC  (2+ messages)

[PATCH] kbuild: trivial - fix the help doc of CONFIG_CC_OPTIMIZE_FOR_SIZE
 2015-01-08 13:54 UTC  (3+ messages)

[PATCH] kbuild: Update documentation of clean-files and clean-dirs
 2015-01-08 13:49 UTC 

[PATCH v3 00/20] kselftest install target feature
 2015-01-07 23:22 UTC  (6+ messages)
` [PATCH v3 14/20] selftests/size: add install target to enable test install
  ` WIP alternative - was "

[PATCH 1/2] merge_config.sh: Display usage if given too few arguments
 2015-01-07 20:29 UTC  (4+ messages)
` [PATCH 2/2] merge_config.sh: add -? for help

[PATCH 1/2] jump_label: Allow jump labels to be used in assembly
 2015-01-07 10:34 UTC  (5+ messages)
` [PATCH 2/2] powerpc: Include linux/jump_label.h to get HAVE_JUMP_LABEL define

[PATCH v6] builddeb: Try to determine distribution
 2015-01-07  9:47 UTC  (6+ messages)

[PATCH v7] builddeb: Try to determine distribution
 2015-01-06 13:35 UTC 

[PATCH] kconfig: use bool instead of boolean for type definition attributes
 2015-01-06  8:48 UTC  (6+ messages)


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