linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-14 10:13:53 to 2017-01-15 21:11:25 UTC [more...]

[PATCH v4 00/16] linux: generalize sections, ranges and linker tables
 2017-01-15 21:10 UTC  (42+ messages)
` [PATCH v5 00/14] "
  ` [PATCH v5 01/14] generic-sections: add section core helpers
  ` [PATCH v5 02/14] xtensa: skip adding literal when SORT() is used
  ` [PATCH v5 03/14] ranges.h: add helpers to build and identify Linux section ranges
  ` [PATCH v5 04/14] tables.h: add linker table support
  ` [PATCH v5 05/14] kbuild: enable option to force compile force-obj-y and force-lib-y
  ` [PATCH v5 06/14] firmware/Makefile: force recompilation if makefile changes
  ` [PATCH v5 07/14] firmware: port built-in section to linker table
  ` [PATCH v5 08/14] jump_label: move guard #endif down where it belongs
  ` [PATCH v5 09/14] jump_label: port __jump_table to linker tables
  ` [PATCH v5 10/14] dynamic_debug: port to use "
  ` [PATCH v5 11/14] kprobes: move kprobe declarations to asm-generic/kprobes.h
  ` [PATCH v5 12/14] kprobes: port .kprobes.text to section range
  ` [PATCH v5 13/14] kprobes: port blacklist kprobes to linker table
  ` [PATCH v5 14/14] lib: add linker tables test driver
  ` [PATCH v6 00/14] linux: generalize sections, ranges and linker tables
    ` [PATCH v6 01/14] generic-sections: add section core helpers
    ` [PATCH v6 02/14] xtensa: skip adding literal when SORT() is used
    ` [PATCH v6 03/14] ranges.h: add helpers to build and identify Linux section ranges
    ` [PATCH v6 04/14] tables.h: add linker table support
    ` [PATCH v6 05/14] kbuild: enable option to force compile force-obj-y and force-lib-y
    ` [PATCH v6 06/14] firmware/Makefile: force recompilation if makefile changes
    ` [PATCH v6 07/14] firmware: port built-in section to linker table
    ` [PATCH v6 08/14] jump_label: move guard #endif down where it belongs
    ` [PATCH v6 09/14] jump_label: port __jump_table to linker tables
    ` [PATCH v6 10/14] dynamic_debug: port to use "
    ` [PATCH v6 11/14] kprobes: move kprobe declarations to asm-generic/kprobes.h
    ` [PATCH v6 12/14] kprobes: port .kprobes.text to section range
    ` [PATCH v6 13/14] kprobes: port blacklist kprobes to linker table
    ` [PATCH v6 14/14] lib: add linker tables test driver
    ` [PATCH v7 00/14] linux: generalize sections, ranges and linker tables
      ` [PATCH v7 01/14] generic-sections: add section core helpers
      ` [PATCH v7 02/14] xtensa: skip adding literal when SORT() is used
      ` [PATCH v7 03/14] ranges.h: add helpers to build and identify Linux section ranges

[PATCH] builddeb: add make fastdeb-pkg target
 2017-01-15 12:44 UTC  (4+ messages)

[PATCH v2 0/7] uapi: export all headers under uapi directories
 2017-01-13 17:06 UTC  (41+ messages)
  ` [PATCH v2 1/7] arm: put types.h in uapi
  ` [PATCH v2 2/7] h8300: put bitsperlong.h "
  ` [PATCH v2 3/7] nios2: put setup.h "
  ` [PATCH v2 4/7] x86: put msr-index.h "
  ` [PATCH v2 5/7] Makefile.headersinst: cleanup input files
  ` [PATCH v2 6/7] Makefile.headersinst: remove destination-y option
  ` [PATCH v2 7/7] uapi: export all headers under uapi directories
    ` [Linux-c6x-dev] "
    ` [PATCH v3 0/8] "
      ` [PATCH v3 1/8] arm: put types.h in uapi
      ` [PATCH v3 2/8] h8300: put bitsperlong.h "
      ` [PATCH v3 3/8] nios2: put setup.h "
      ` [PATCH v3 4/8] x86: stop exporting msr-index.h to userland
      ` [PATCH v3 5/8] Makefile.headersinst: cleanup input files
      ` [PATCH v3 6/8] Makefile.headersinst: remove destination-y option
      ` [PATCH v3 7/8] uapi: export all headers under uapi directories
      ` [PATCH v3 8/8] uapi: export all arch specifics directories
      ` (no subject)

[PATCH] Kbuild: use cc-disable-warning consistently for maybe-uninitialized
 2017-01-13 15:40 UTC 

[PATCH v4 0/4] Introduce the initify gcc plugin
 2017-01-12 23:40 UTC  (18+ messages)
` [PATCH v4 1/4] gcc-plugins: Add "
` [PATCH v4 2/4] util: Move type casts into is_kernel_rodata
` [PATCH v4 3/4] initify: Mark functions with the __nocapture attribute
` [PATCH v4 4/4] initify: Mark functions with the __unverified_nocapture attribute

[PATCH v1 0/7] tools: add linker table userspace sandbox
 2017-01-09 15:02 UTC  (13+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] tools: add a userspace tools bug.h
  ` [PATCH v2 2/6] tools: add init.h for tools
  ` [PATCH v2 3/6] tools: add __used and enable to override
  ` [PATCH v2 4/6] tools: expand export.h with VMLINUX_SYMBOL()
  ` [PATCH v2 5/6] tools: add __section() to compiler.h
  ` [PATCH v3 0/6] tools: add linker table userspace sandbox
    ` [PATCH v3 1/6] tools: add a userspace tools bug.h
    ` [PATCH v3 2/6] tools: add init.h for tools
    ` [PATCH v3 3/6] tools: add __used and enable to override
    ` [PATCH v3 4/6] tools: expand export.h with VMLINUX_SYMBOL()
    ` [PATCH v3 5/6] tools: add __section() to compiler.h

[GIT PULL] kbuild fix for v4.10-rc3
 2017-01-07  7:52 UTC 

[PATCH 1/2] kbuild: initramfs fix dependency checking for compressed target
 2017-01-05 19:07 UTC  (4+ messages)
` [PATCH 2/2] kbuild: initramfs cleanup, set target from Kconfig

[PATCH 1/3] asm-prototypes: Clear any CPP defines before declaring the functions
 2017-01-05 12:20 UTC  (5+ messages)
` [PATCH 2/3] genksyms: Fix segfault with invalid declarations
` [PATCH 3/3] genksyms: Regenerate parser

[PATCH] kbuild: Fix dependency checking for initramfs build
 2017-01-04 13:50 UTC  (2+ messages)

[RFC] minimum gcc version for kernel: raise to gcc-4.3 or 4.6?
 2017-01-04 10:39 UTC  (28+ messages)
` [PATCH 01/13] [HACK] gcc-4.5: avoid link errors for unused function pointers
` [PATCH 02/13] KVM: arm: fix gcc-4.5 build
` [PATCH 03/13] ARM: div64: fix building with gcc-4.5 and lower
` [PATCH 04/13] vfio-pci: use 32-bit comparisons for register address for gcc-4.5
` [PATCH 05/13] clk: pxa: fix gcc-4.4 build
` [PATCH 06/13] ARM: atomic: "
` [PATCH 07/13] watchdog: kempld: fix gcc-4.3 build
` [PATCH 08/13] arm/arm64: xen: avoid gcc-4.4 warning
` [PATCH 09/13] ARM: mark cmpxchg and xchg __always_inline for gcc-4.3
` [PATCH 10/13] asm-generic: mark cmpxchg as "
` [PATCH 11/13] fs: fix unsigned enum warning with gcc-4.2
` [PATCH 12/13] KVM: arm: avoid binary number literals for gcc-4.2
` [PATCH 13/13] ARM: avoid 'Q' asm constraint for gcc-4.1 and earlier

Ambiguity in Documentation/kbuild/modules.txt
 2017-01-03 10:36 UTC  (2+ messages)

[PATCH] jump label: pass kbuild_cflags when checking for asm goto support
 2017-01-02 18:51 UTC  (3+ messages)

Urgent Please;;
 2017-01-02 17:34 UTC 

[PATCH v8 3/8] drivers:input:tsc2007: add iio interface to read external ADC input and temperature
 2016-12-30 20:17 UTC  (7+ messages)

Соберем для Вас в интернет базу данных клиентов Email: prodawez392@gmail.com Skype: prodawez390 тел +79139230330 (whatsapp\viber\telegram) Узнайте подробнее!
 2016-12-29  0:11 UTC 

default 0 if KASAN expression not working in kbuild
 2016-12-19 10:57 UTC  (5+ messages)

[GIT PULL] kbuild changes for v4.9-rc1
 2016-12-18 15:08 UTC  (14+ messages)

[PATCH] kbuild: disable -ffunction-sections on gcc-4.7 with ftrace
 2016-12-18 14:14 UTC  (2+ messages)

[GIT PULL] kbuild updates for v4.10-rc1
 2016-12-17 21:57 UTC 

[GIT PULL] kconfig update for v4.10-rc1
 2016-12-17 22:00 UTC 

[GIT PULL] kbuild misc updates for v4.10-rc1
 2016-12-17 22:06 UTC 

[PATCH v2] kasan: Support for r/w instrumentation control
 2016-12-16 10:46 UTC  (7+ messages)

[PATCH v2] tags: honor COMPILED_SOURCE with apart output directory
 2016-12-15 16:35 UTC 

[PATCH] x86/kbuild: enable modversions for symbols exported from asm
 2016-12-15 15:17 UTC  (19+ messages)

[PATCH 0/8] enable endian checks for all sparse builds
 2016-12-15  5:15 UTC 

[PATCH] x86/kbuild: enable modversions for symbols exported from asm
 2016-12-14 17:59 UTC  (19+ messages)


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).