public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-07-26 20:18:19 to 2016-08-19 21:35:02 UTC [more...]

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-08-19 21:32 UTC  (8+ messages)
` [PATCH v4 03/16] scripts/module-common.lds: enable generation
` [PATCH v4 05/16] xtensa: skip adding literal when SORT() is used
` [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges
` [PATCH v4 07/16] tables.h: add linker table support
` [PATCH v4 08/16] kbuild: enable option to force compile force-obj-y and force-lib-y
` [PATCH v4 09/16] firmware/Makefile: force recompilation if makefile changes
` [PATCH v4 10/16] firmware: port built-in section to linker table

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2016-08-19 21:34 UTC  (10+ messages)
` [PATCH v4 01/16] x86: remove LTO_REFERENCE_INITCALL()
` [PATCH v4 02/16] dell-smo8800: include uaccess.h
` [PATCH v4 03/16] scripts/module-common.lds: enable generation
` [PATCH v4 04/16] generic-sections: add section core helpers
` [PATCH v4 05/16] xtensa: skip adding literal when SORT() is used
` [PATCH v4 06/16] ranges.h: add helpers to build and identify Linux section ranges
` [PATCH v4 07/16] tables.h: add linker table support
` [PATCH v4 08/16] kbuild: enable option to force compile force-obj-y and force-lib-y
` [PATCH v4 09/16] firmware/Makefile: force recompilation if makefile changes

[PATCH] kconfig-language: improve menuconfig usage description
 2016-08-19 19:51 UTC  (3+ messages)

[PATCH] docs-rst: add support for LaTeX output
 2016-08-18 14:53 UTC 

[PATCH 1/2] scripts: buildtar fix build w/o modules v2
 2016-08-18  0:33 UTC  (4+ messages)
` [PATCH 2/2] scripts: buildtar use parallel compress if available v2

[PATCH 0/6 v2] kbuild changes, thin archives, --gc-sections
 2016-08-18  0:17 UTC  (21+ messages)
` [PATCH 1/6] kbuild: allow architectures to use thin archives instead of ld -r
` [PATCH 2/6] kbuild: allow archs to select link dead code/data elimination
` [PATCH 3/6] kbuild: add arch specific post-link pass
` [PATCH 4/6] powerpc: switch to using thin archives
` [PATCH 5/6] powerpc/64: use linker dead code elimination
` [PATCH 6/6] powerpc: use the new post-link pass to check relocations
` [PATCH] Xen: remove -fshort-wchar gcc flag
  ` [Xen-devel] "
` [EXPERIMENTAL] enable thin archives and --gc-sections on ARM

[PATCH 1/2] scripts: buildtar fix build w/o modules
 2016-08-16 21:37 UTC  (6+ messages)
` [PATCH 2/2] scripts: buildtar use parallel compress if available

[PATCH] builddeb: Skip gcc-plugins when not configured
 2016-08-16  8:34 UTC  (2+ messages)

[RFC][PATCHSET] allowing exports in *.S
 2016-08-16  5:57 UTC  (5+ messages)
` [RFC][PATCHSET v2] "

Building a subdirectory ignores parent subdir-ccflags (was: Re: [PATCH 1/2] staging: lustre: Add include path to Makefile)
 2016-08-15 22:46 UTC  (3+ messages)
        ` Building a subdirectory ignores parent subdir-ccflags

[RFC v3 00/13] linux: generalize sections, ranges and linker tables
 2016-08-15 22:44 UTC  (45+ messages)
` [RFC v3 05/13] sections.h: add sections header to collect all section info
` [RFC v3 07/13] tables.h: add linker table support
` [RFC v3 10/13] jump_label: port __jump_table to linker tables
` [RFC v3 12/13] kprobes: port .kprobes.text to section range
` [RFC v3 13/13] kprobes: port blacklist kprobes to linker table

[4.8-rc1] make bindeb-pkg O= fails
 2016-08-14 19:46 UTC  (3+ messages)

[PATCH] arm: add an option for erratum 657417
 2016-08-12 14:32 UTC  (11+ messages)

[RFC][PATCH 0/5] kbuild changes, thin archives, --gc-sections
 2016-08-10  0:37 UTC  (40+ messages)
` [PATCH 1/5] kbuild: allow architectures to use thin archives instead of ld -r
` [PATCH 2/5] kbuild: allow archs to select build for link dead code/data elimination
` [PATCH 3/5] kbuild: add arch specific post-module-link pass
` [PATCH 4/5] powerpc: switch to using thin archives
` [PATCH 5/5] powerpc/64: use linker dce

[PATCH 2/3] doc-rst: add an option to build media documentation in nitpick mode
 2016-08-06 12:00 UTC 

nopea Lainat
 2016-08-02 21:52 UTC 

[GIT PULL] kbuild changes for v4.8-rc1
 2016-08-02 22:11 UTC  (6+ messages)

[GIT PULL] kbuild misc changes for v4.8-rc1
 2016-08-02 19:04 UTC 

[PATCH] doc-rst: Remove the media docbook
 2016-08-01 17:39 UTC  (6+ messages)

[PATCH] kconfig: Fix menu/endmenu markers in zconfdump()
 2016-07-31 20:48 UTC  (2+ messages)
` [PATCH v2] "

[RFC] Turn off -Wmaybe-uninitialized completely and move it to W=1
 2016-07-29 18:26 UTC  (18+ messages)
  ` [PATCH] Kbuild: Move -Wmaybe-uninitialized "

[PATCH v3 0/7] Introduce the initify gcc plugin
 2016-07-27 15:34 UTC  (15+ messages)
` [PATCH v3 1/7] Move type casts into is_kernel_rodata
` [PATCH v3 2/7] Split up struct warn_args
` [PATCH v3 3/7] Constify some function parameters
` [PATCH v3 4/7] Add the initify gcc plugin
` [PATCH v3 5/7] Mark functions with the __nocapture attribute
` [PATCH v3 6/7] Mark a few functions with the printf attribute
` [PATCH v3 7/7] Mark functions with the __unverified_nocapture attribute

Officially vetted programming languages
 2016-07-27  0:00 UTC  (6+ messages)

[PATCH v2] kbuild: Abort build on bad stack protector flag
 2016-07-26 21:52 UTC  (2+ messages)

[RESEND][PATCH] kbuild: Abort build on bad stack protector flag
 2016-07-26 21:22 UTC  (3+ messages)

[PATCH] Fix the Debian packaging script on systems with no codename
 2016-07-26 21:13 UTC  (2+ messages)

[PATCH] builddeb: fix file permissions before packaging
 2016-07-26 20:27 UTC  (3+ messages)
` [PATCHv2] "


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