linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-01 09:41:29 to 2020-08-04 06:52:51 UTC [more...]

[GIT PULL][PATCH v10 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-08-04  6:52 UTC  (15+ messages)
` [PATCH v10 1/8] lib: prepare zstd for preboot environment
` [PATCH v10 2/8] lib: add zstd support to decompress
` [PATCH v10 3/8] init: add support for zstd compressed kernel
` [PATCH v10 4/8] usr: add support for zstd compressed initramfs
` [PATCH v10 5/8] x86: bump ZO_z_extra_bytes margin for zstd
` [PATCH v10 6/8] x86: Add support for ZSTD compressed kernel
` [PATCH v10 7/8] .gitignore: add ZSTD-compressed files
` [PATCH v10 8/8] Documentation: dontdiff: Add zstd compressed files

[PATCH 1/3] scripts/sorttable: Change section type of orc_lookup to SHT_PROGBITS
 2020-08-04  1:40 UTC 

[PATCH v7] Makefile: Add clang-tidy and static analyzer support to makefile
 2020-08-03 20:29 UTC  (5+ messages)

[GIT PULL] Kbuild fixes for v5.8(-rc8)
 2020-08-02 18:40 UTC  (2+ messages)

[PATCH 01/16] kconfig: qconf: rename 'config' to 'fileMenu'
 2020-08-02 16:17 UTC  (16+ messages)
` [PATCH 02/16] kconfig: qconf: remove 'menu' variable
` [PATCH 03/16] kconfig: qconf: remove toolBar from ConfigMainWindow members
` [PATCH 04/16] kconfig: qconf: overload addToolBar() to create and insert toolbar
` [PATCH 05/16] kconfig: qconf: remove unused ConfigList::listView()
` [PATCH 06/16] kconfig: qconf: remove name from ConfigSearchWindow constructor
` [PATCH 07/16] kconfig: qconf: omit parent to QHBoxLayout()
` [PATCH 08/16] kconfig: qconf: remove unused argument from ConfigList::updateList()
` [PATCH 09/16] kconfig: qconf: remove unused argument from ConfigView::updateList()
` [PATCH 10/16] kconfig: qconf: remove 'parent' from ConfigList::updateMenuList()
` [PATCH 11/16] kconfig: qconf: drop more localization code
` [PATCH 12/16] kconfig: qconf: remove ConfigItem::pixmap/setPixmap
` [PATCH 13/16] kconfig: qconf: remove ConfigList::addColumn/removeColumn
` [PATCH 14/16] kconfig: qconf: remove ConfigItem::text/setText
` [PATCH 15/16] kconfig: qconf: remove unused voidPix, menuInvPix
` [PATCH 16/16] kconfig: qconf: refactor icon setups

[PATCH] kbuild: remove redundant FORCE definition in scripts/Makefile.modpost
 2020-08-02 13:54 UTC 

[PATCH 1/2] kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled
 2020-08-01 15:00 UTC  (2+ messages)
` [PATCH 2/2] kbuild: stop filtering out $(GCC_PLUGINS_CFLAGS) from cc-option base

[PATCH] kbuild: introduce hostprogs-always-y and userprogs-always-y
 2020-08-01 12:50 UTC  (2+ messages)

[PATCH for v5.9] kbuild: Replace HTTP links with HTTPS ones
 2020-08-01 12:33 UTC 

[PATCH 1/2] Revert "kconfig: qconf: don't show goback button on splitMode"
 2020-08-01  7:08 UTC  (2+ messages)
` [PATCH 2/2] kconfig: qconf: remove wrong ConfigList::firstChild()

[PATCH 1/2] kbuild: move shared library build rules to scripts/gcc-plugins/Makefile
 2020-07-31  4:16 UTC  (4+ messages)
` [PATCH 2/2] kbuild: sort hostprogs before passing it to ifneq

[GIT PULL][PATCH v9 0/7] Add support for ZSTD-compressed kernel and initramfs
 2020-07-30 18:13 UTC  (13+ messages)
` [PATCH v9 1/7] lib: prepare zstd for preboot environment
` [PATCH v9 2/7] lib: add zstd support to decompress
` [PATCH v9 3/7] init: add support for zstd compressed kernel
` [PATCH v9 4/7] usr: add support for zstd compressed initramfs
` [PATCH v9 5/7] x86: bump ZO_z_extra_bytes margin for zstd
` [PATCH v9 6/7] x86: Add support for ZSTD compressed kernel
` [PATCH v9 7/7] .gitignore: add ZSTD-compressed files

[PATCH] Revert "kconfig: qconf: Change title for the item window"
 2020-07-29 17:46 UTC 

[PATCH] kconfig: qconf: remove "goBack" debug message
 2020-07-29 17:12 UTC 

[PATCH v2 1/3] kconfig: qconf: use if_changed for qconf.moc rule
 2020-07-29 17:02 UTC  (3+ messages)
` [PATCH v2 2/3] kconfig: qconf: compile moc object separately
` [PATCH v2 3/3] kconfig: qconf: use delete[] instead of delete to free array

[PATCH] kconfig: qconf: use delete[] instead of delete to free array
 2020-07-29 15:29 UTC 

[PATCH] kconfig: clean qconf.moc by 'make mrproper'
 2020-07-29 15:22 UTC 

linux-5.8-rc4/scripts/kconfig/qconf.cc: 2 * bad delete ?
 2020-07-29 15:13 UTC  (2+ messages)

[PATCH] extract-cert: add static to local data
 2020-07-29  3:18 UTC 

[PATCH] kconfig: add 'static' to some file-local data
 2020-07-29  3:18 UTC 

[PATCH v8 6/7] x86: Add support for ZSTD compressed kernel
 2020-07-27 22:44 UTC  (2+ messages)

linux-kbuild missing from lore?
 2020-07-27 22:30 UTC  (15+ messages)
          ` [Kernel.org Helpdesk #93182] [linuxfoundation.org #93182] "
          ` [Kernel.org Helpdesk "

[PATCH] kbuild: Move -Wtype-limits to W=2
 2020-07-08 20:00 UTC  (2+ messages)

[PATCH v2] Makefile: Add clang-tidy and static analyzer support to makefile
 2020-07-08 19:10 UTC  (2+ messages)

[GIT PULL][PATCH v7 0/7] Add support for ZSTD-compressed kernel and initramfs
 2020-07-08 18:50 UTC  (8+ messages)
` [PATCH v7 1/7] lib: prepare zstd for preboot environment
` [PATCH v7 2/7] lib: add zstd support to decompress
` [PATCH v7 3/7] init: add support for zstd compressed kernel
` [PATCH v7 4/7] usr: add support for zstd compressed initramfs
` [PATCH v7 5/7] x86: bump ZO_z_extra_bytes margin for zstd
` [PATCH v7 6/7] x86: Add support for ZSTD compressed kernel
` [PATCH v7 7/7] .gitignore: add ZSTD-compressed files

[PATCH] kconfig confdata: Add an option to keep all .config backups
 2020-07-08 13:35 UTC 

[PATCH] kconfig qconf: Fix mouse events in search view
 2020-07-08 13:32 UTC 

[PATCH] kconfig qconf: Add grey background for hidden options
 2020-07-08 13:30 UTC 

My Dear Beloved One,
 2020-07-08 12:33 UTC 

[PATCH v2 1/2] kbuild: introduce ccflags-remove-y and asflags-remove-y
 2020-07-08  9:23 UTC  (7+ messages)
` [PATCH v2 2/2] kbuild: trace functions in subdirectories of lib/

Kbuild support for rebuilding a single driver gone?
 2020-07-08  6:52 UTC  (3+ messages)

[GIT PULL][PATCH v6 0/8] Add support for ZSTD-compressed kernel and initramfs
 2020-07-08  3:25 UTC  (23+ messages)
` [PATCH v6 1/8] lib: prepare zstd for preboot environment
` [PATCH v6 2/8] lib: prepare xxhash "
` [PATCH v6 3/8] lib: add zstd support to decompress
` [PATCH v6 4/8] init: add support for zstd compressed kernel
` [PATCH v6 5/8] usr: add support for zstd compressed initramfs
` [PATCH v6 6/8] x86: bump ZO_z_extra_bytes margin for zstd
` [PATCH v6 7/8] x86: Add support for ZSTD compressed kernel
` [PATCH v6 8/8] .gitignore: add ZSTD-compressed files

[PATCH 00/22] add support for Clang LTO
 2020-07-07 17:30 UTC  (38+ messages)

[PATCH] kbuild: fix single target builds for external modules
 2020-07-07 16:35 UTC 

kbuild: Improve descriptions for the make parameter “C”
 2020-07-07 14:16 UTC 

[PATCH] kbuild: introduce ccflags-remove-y and asflags-remove-y
 2020-07-06 18:14 UTC  (6+ messages)

Kernel compression benchmarks
 2020-07-06 15:05 UTC  (8+ messages)

[PATCH] kbuild: make Clang build userprogs for target architecture
 2020-07-06  4:48 UTC  (6+ messages)

[GIT PULL] Kbuild fixes for v5.8-rc4
 2020-07-05 19:55 UTC  (2+ messages)

[PATCH] kbuild: Allow Clang global merging if !MODULES
 2020-07-05  2:43 UTC  (2+ messages)

Ich grüße dich im Namen des Herrn
 2020-07-04 18:59 UTC 

[PATCH] kbuild: do not export LDFLAGS_vmlinux
 2020-07-02  2:41 UTC  (4+ messages)

[PATCH 1/2] kbuild: remove cc-option test of -fno-stack-protector
 2020-07-01 19:33 UTC  (6+ messages)

[PATCH] bpfilter: allow to build bpfilter_umh as a module without static library
 2020-07-01 17:50 UTC  (4+ messages)

[PATCH v3 0/7] Fix split view search and debug info navigation
 2020-07-01 15:55 UTC  (7+ messages)
` [PATCH v3 7/7] kconfig: qconf: navigate menus on hyperlinks
  ` [PATCH v3.1 "

[PATCH v2] modpost: remove use of non-standard strsep() in HOSTCC code
 2020-07-01 15:50 UTC  (2+ messages)

[PATCH] kconfig: qconf: parse newer types at debug info
 2020-07-01 15:22 UTC  (2+ messages)

[PATCH 0/2] Clean up goback logic
 2020-07-01 15:17 UTC  (5+ messages)
` [PATCH 2/2] kconfig: qconf: don't show goback button on splitMode

UN Compensation of $2.3Million Dollars
 2020-07-01 14:23 UTC 


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