messages from 2014-05-16 21:43:51 to 2014-06-11 19:44:56 UTC [more...]
[PATCH] x86,build: Fix make -jN modules_install install
2014-06-11 19:44 UTC (2+ messages)
[PATCH v2] x86,vdso: Fix vdso_install
2014-06-11 19:25 UTC
[PATCH RFC 00/10] tools: Revamp the unaligned endian access functions
2014-06-11 19:21 UTC (16+ messages)
` [PATCH RFC 01/10] tools: Remove double-underscore symbols from user space byteshift functions
` [PATCH RFC 02/10] tools: Create <tools/unaligned.h> and an unaligned subdirectory
` [PATCH RFC 03/10] tools: Add le_direct/be_direct methods for unaligned access
` [PATCH RFC 04/10] tools: Add packed struct method for unaligned references
` [PATCH RFC 05/10] tools: Add <endian.h> libc support "
` [PATCH RFC 06/10] tools: Add gcc __builtin_bswap*() "
` [PATCH RFC 07/10] tools: Remove leading underscores from header guards
` [PATCH RFC 08/10] tools: Move unaligned common infrastructure into <tools/unaligned.h>
` [PATCH RFC 09/10] tools: Add common infrastructure for byte swapping
` [PATCH RFC 10/10] tools: Use reasonable defaults for the default access
[PATCH 0/2] x86,vdso,kbuild: Fix vdso_install
2014-06-11 19:18 UTC (18+ messages)
` [PATCH 1/2] kbuild: Add recipe-cmd, an @-less cmd variant
` [PATCH 2/2] x86,vdso: Fix vdso_install
Kernel build fail with "Circular xxxx <- xxxx dependency dropped"
2014-06-11 15:40 UTC (5+ messages)
` [PATCH v2] powerpc: Avoid circular dependency with zImage.%
[PATCH v2 1/2] deb-pkg: Add automatic support for armhf architecture
2014-06-11 6:33 UTC (6+ messages)
[PATCH] kbuild: document KBUILD_SHELL
2014-06-10 19:56 UTC (10+ messages)
[RESEND PATCH v2 0/2] kconfig: Remove bad inference rules expr_eliminate_dups2()
2014-06-10 14:31 UTC
[RESEND PATCH v2 1/2] kconfig: completely remove expr_eliminate_dups2() and related code
2014-06-10 14:31 UTC
[RESEND PATCH v2 2/2] kconfig: trivial - adjust comments in expr.c
2014-06-10 14:31 UTC
[PATCH v2 0/5] kbuild: Use relative paths if possible
2014-06-10 14:30 UTC (17+ messages)
` [PATCH v2 3/5] kbuild: Use relative path for $(objtree)
[PATCH v2 0/5] kbuild: Clean-up and bug fixes of scripts/Makefile.host
2014-06-10 13:21 UTC (7+ messages)
` [PATCH v2 1/5] kbuild: fix a typo in scripts/Makefile.host
` [PATCH v2 2/5] kbuild: fix a bug of C++ host program handling
` [PATCH v2 3/5] kbuild: drop shared library support from Makefile.host
` [PATCH v2 4/5] kbuild: clean up scripts/Makefile.host
` [PATCH v2 5/5] kbuild: clean-up and bug fix of scripts/Makefile.host
[PATCH v2 0/1] builddeb: add arm64 in the supported architectures
2014-06-10 12:49 UTC (7+ messages)
` [PATCH v2 1/1] "
[PATCH v2 2/2] deb-pkg: Add automatic support for s390x architecture
2014-06-10 12:49 UTC (2+ messages)
[PATCH] Documentation/kbuild/makefiles.txt: Improve description of lib-* targets
2014-06-10 12:47 UTC (5+ messages)
possible typo
2014-06-10 12:16 UTC (5+ messages)
[PATCH v2] kbuild: trivial - use tabs for code indent where possible
2014-06-10 12:03 UTC (2+ messages)
[PATCH v2] kbuild: make KBUILD_SHELL overridable and document it
2014-06-10 11:26 UTC (2+ messages)
[PATCH] kbuild: trivial - use tabs for code indent where possible
2014-06-10 10:10 UTC (5+ messages)
[PATCH 0/7] scripts: objdiff: various clean-up, fix and new features
2014-06-10 10:04 UTC (14+ messages)
` [PATCH 1/7] scripts: objdiff: get the path to .tmp_objdiff more simply
` [PATCH 2/7] scripts: objdiff: direct error messages to stderr
` [PATCH 3/7] scripts: objdiff: remove unnecessary code
` [PATCH 4/7] scripts: objdiff: improve path flexibility for record command
` [PATCH 5/7] scripts: objdiff: change the extension of disassembly from .o to .dis
` [PATCH 6/7] scripts: objdiff: fix a comment
` [PATCH 7/7] scripts: objdiff: support directories for the augument of record command
[PATCH] kbuild: fix a typo in a kbuild document
2014-06-10 7:36 UTC
[PATCH] kbuild: rename CONFIG_SHELL to KBUILD_SHELL
2014-06-10 1:11 UTC (6+ messages)
[PATCH 1/2] kbuild: do not create include/linux directory
2014-06-09 22:21 UTC (3+ messages)
` [PATCH 2/2] kbuild: create include/config directory in scripts/kconfig/Makefile
[PATCH] kbuild: trivial - remove trailing empty lines
2014-06-09 22:08 UTC (2+ messages)
[PATCH] Makefile: Fix unrecognized cross-compiler command line options
2014-06-09 21:36 UTC (2+ messages)
[PATCH] kbuild: do not add "selinux" to subdir- twice
2014-06-09 21:26 UTC (3+ messages)
[PATCH v8 00/22] Add gdb python scripts as kernel debugging helpers
2014-06-09 16:59 UTC (3+ messages)
` [PATCH v8 01/22] scripts/gdb: Add infrastructure
[RFC PATCH] kbuild: move cc_c_o logic to a shell script
2014-06-09 16:23 UTC
[Question] Why CONFIG_SHELL
2014-06-09 11:40 UTC (4+ messages)
[PATCH 0/5] kbuild: Clean-up and bug fixes of scripts/Makefile.host
2014-06-09 4:29 UTC (8+ messages)
` [PATCH 1/5] kbuild: fix a typo in scripts/Makefile.host
` [PATCH 2/5] kbuild: fix a bug of C++ host program handling
` [PATCH 3/5] kbuild: clean up scripts/Makefile.host
` [PATCH 4/5] kbuild: clean-up and bug fix of scripts/Makefile.host
` [PATCH 5/5] kbuild: create directory of .o files from shlib-objs notation
[PATCH v2 0/7] scripts: objdiff: various clean-up, fix and new features
2014-06-09 2:16 UTC (8+ messages)
` [PATCH v2 1/7] scripts: objdiff: get the path to .tmp_objdiff more simply
` [PATCH v2 2/7] scripts: objdiff: direct error messages to stderr
` [PATCH v2 3/7] scripts: objdiff: remove unnecessary code
` [PATCH v2 4/7] scripts: objdiff: improve path flexibility for record command
` [PATCH v2 5/7] scripts: objdiff: change the extension of disassembly from .o to .dis
` [PATCH v2 6/7] scripts: objdiff: fix a comment
` [PATCH v2 7/7] scripts: objdiff: support directories for the augument of record command
[PATCH] scripts/Makefile.clean: clean also $(extra-m) and $(extra-)
2014-06-06 13:30 UTC (2+ messages)
[PATCH 0/2] kconfig: fix multi-byte UTF handling in nconfig
2014-06-06 13:18 UTC (7+ messages)
` [PATCH 1/2] kconfig: lxdialog: fix spelling
` [PATCH 2/2] kconfig: nconfig: fix multi-byte UTF handling
[PATCH] selinux,kbuild: remove unnecessary $(hostprogs-y) from clean-files
2014-06-05 20:30 UTC (6+ messages)
` [PATCH] selinux, kbuild: "
[PATCH] kconfig/mconf: fix handling of BACKSPACE key
2014-06-04 19:54 UTC
[PATCH 02/32] perf tools: Kbuild builtin source related fixies
2014-06-04 14:15 UTC (7+ messages)
` [PATCH 03/32] perf tools: Kbuild "
` [PATCH 04/32] perf tools: Add kbuild support into Makefile.kbuild
[RFC PATCH 00/11] Embeddable Position Independent Executable
2014-06-04 13:36 UTC (4+ messages)
[PATCH, resend] allow putting the exception table into .rodata (and do so on x86)
2014-06-02 14:54 UTC
[PATCH] deb-pkg: Apply $(CROSS_COMPILE) when calling objcopy
2014-06-02 9:39 UTC (4+ messages)
[PATCH] um: Generate "generic-y" header files for $(HEADER_ARCH)
2014-06-01 8:40 UTC
[PATCH 3/7] scripts: objdiff: remove unnecessary code
2014-05-30 11:06 UTC
[PATCH] scripts/dtc: pad DTBs to facilitate later modification
2014-05-29 17:20 UTC (3+ messages)
Your Urgent reply
2014-05-26 17:58 UTC
[PATCH] kconfig: plug false-positive warning in get_prompt_str() seen with gcc-4.9
2014-05-25 23:18 UTC (2+ messages)
[PATCH 8/8] Kbuild: add inline-account tool to find inline bloat
2014-05-17 16:51 UTC (4+ messages)
[PATCH 1/2] kbuild: Support split debug info v3
2014-05-16 22:06 UTC (2+ messages)
` [PATCH 2/2] Kbuild: Add a option to enable dwarf4
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).