Linux Kbuild
[Prev Page][Next Page]
- [PATCH v9 19/20] kasan: update documentation, (continued)
- [PATCH v9 19/20] kasan: update documentation, Andrey Konovalov
- [PATCH v9 20/20] kasan: add SPDX-License-Identifier mark to source files, Andrey Konovalov
- [PATCH v9 17/20] kasan, arm64: add brk handler for inline instrumentation, Andrey Konovalov
- [PATCH v9 03/20] kasan: rename source files to reflect the new naming scheme, Andrey Konovalov
- [PATCH v9 02/20] kasan: move common generic and tag-based code to common.c, Andrey Konovalov
- [PATCH v9 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS, Andrey Konovalov
- [PATCH v9 08/20] kasan: add tag related helper functions, Andrey Konovalov
- [PATCH v9 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU, Andrey Konovalov
- [PATCH v9 12/20] kasan, arm64: enable top byte ignore for the kernel, Andrey Konovalov
- [PATCH v9 13/20] kasan, mm: perform untagged pointers comparison in krealloc, Andrey Konovalov
- [PATCH v9 14/20] kasan: split out generic_report.c from report.c, Andrey Konovalov
- [PATCH v9 11/20] kasan, arm64: fix up fault handling logic, Andrey Konovalov
- [PATCH v9 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear, Andrey Konovalov
- [PATCH v9 05/20] kasan, arm64: adjust shadow size for tag-based mode, Andrey Konovalov
- Re: [PATCH v9 00/20] kasan: add software tag-based mode for arm64, Dmitry Vyukov
- [PATCH v5 00/15] Compiler Attributes,
Miguel Ojeda
- [PATCH v5 03/15] Compiler Attributes: remove unneeded tests, Miguel Ojeda
- [PATCH v5 04/15] Compiler Attributes: homogenize __must_be_array, Miguel Ojeda
- [PATCH v5 15/15] Compiler Attributes: ext4: remove local __nonstring definition, Miguel Ojeda
- [PATCH v5 01/15] Compiler Attributes: remove unused attributes, Miguel Ojeda
- [PATCH v5 02/15] Compiler Attributes: always use the extra-underscores syntax, Miguel Ojeda
- [PATCH v5 05/15] Compiler Attributes: remove unneeded sparse (__CHECKER__) tests, Miguel Ojeda
- [PATCH v5 06/15] Compiler Attributes: add missing SPDX ID in compiler_types.h, Miguel Ojeda
- [PATCH v5 08/15] Compiler Attributes: KENTRY used twice the "used" attribute, Miguel Ojeda
- [PATCH v5 07/15] Compiler Attributes: use feature checks instead of version checks, Miguel Ojeda
- [PATCH v5 10/15] Compiler Attributes: add Doc/process/programming-language.rst, Miguel Ojeda
- [PATCH v5 11/15] Compiler Attributes: add MAINTAINERS entry, Miguel Ojeda
- [PATCH v5 12/15] Compiler Attributes: add support for __nonstring (gcc >= 8), Miguel Ojeda
- [PATCH v5 13/15] Compiler Attributes: enable -Wstringop-truncation on W=1 (gcc >= 8), Miguel Ojeda
- [PATCH v5 14/15] Compiler Attributes: auxdisplay: panel: use __nonstring, Miguel Ojeda
- [PATCH v5 09/15] Compiler Attributes: remove uses of __attribute__ from compiler.h, Miguel Ojeda
- Re: [PATCH v5 00/15] Compiler Attributes, Nick Desaulniers
- Re: [PATCH v5 00/15] Compiler Attributes, Luc Van Oostenryck
- <Possible follow-ups>
- [PATCH v5 00/15] Compiler Attributes, Sedat Dilek
Multi-threaded build on 4.14.122 return code 2 for some configurations, Piotr Król
[PATCH v8 00/20] kasan: add software tag-based mode for arm64,
Andrey Konovalov
- [PATCH v8 01/20] kasan, mm: change hooks signatures, Andrey Konovalov
- [PATCH v8 05/20] kasan, arm64: adjust shadow size for tag-based mode, Andrey Konovalov
- [PATCH v8 07/20] kasan, arm64: untag address in __kimg_to_phys and _virt_addr_is_linear, Andrey Konovalov
- [PATCH v8 09/20] kasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU, Andrey Konovalov
- [PATCH v8 11/20] kasan, arm64: fix up fault handling logic, Andrey Konovalov
- [PATCH v8 18/20] kasan, mm, arm64: tag non slab memory allocated via pagealloc, Andrey Konovalov
- [PATCH v8 19/20] kasan: update documentation, Andrey Konovalov
- [PATCH v8 20/20] kasan: add SPDX-License-Identifier mark to source files, Andrey Konovalov
- [PATCH v8 16/20] kasan: add hooks implementation for tag-based mode, Andrey Konovalov
- [PATCH v8 17/20] kasan, arm64: add brk handler for inline instrumentation, Andrey Konovalov
- [PATCH v8 14/20] kasan: split out generic_report.c from report.c, Andrey Konovalov
- [PATCH v8 15/20] kasan: add bug reporting routines for tag-based mode, Andrey Konovalov
- [PATCH v8 13/20] kasan, mm: perform untagged pointers comparison in krealloc, Andrey Konovalov
- [PATCH v8 12/20] kasan, arm64: enable top byte ignore for the kernel, Andrey Konovalov
- [PATCH v8 08/20] kasan: add tag related helper functions, Andrey Konovalov
- [PATCH v8 10/20] mm: move obj_to_index to include/linux/slab_def.h, Andrey Konovalov
- Re: [PATCH v8 00/20] kasan: add software tag-based mode for arm64, Andrey Konovalov
- [PATCH v8 04/20] kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS, Andrey Konovalov
- [PATCH v8 06/20] kasan: initialize shadow to 0xff for tag-based mode, Andrey Konovalov
- [PATCH v8 03/20] kasan: rename source files to reflect the new naming scheme, Andrey Konovalov
- [PATCH v8 02/20] kasan: move common generic and tag-based code to common.c, Andrey Konovalov
- Re: [PATCH v8 00/20] kasan: add software tag-based mode for arm64, Andrey Konovalov
How to define some additional KBUILD_CFLAGS after building include/generated/asm-offsets.h ?,
Christophe Leroy
[PATCH v8 02/10] Makefile: Prepare for using macros for inline asm,
Nadav Amit
[PATCH 1/4] kbuild: remove VERSION and PATCHLEVEL from $(objtree)/Makefile,
Masahiro Yamada
[PATCH] samples: disable CONFIG_SAMPLES for UML,
Masahiro Yamada
[PATCH] kbuild: allow to use GCC toolchain not in Clang search path,
Stefan Agner
[PATCH] ftrace: Build with CPPFLAGS to get -Qunused-arguments,
Joel Stanley
[GIT PULL] tracing/Makefile: Fix handling redefinition of CC_FLAGS_FTRACE, Steven Rostedt
[PATCH v2] kbuild: add --include-dir flag only for out-of-tree build,
Masahiro Yamada
[PATCH] kbuild: add --include-dir flag only for out-of-tree build, Masahiro Yamada
[PATCH] kbuild: remove unneeded link_multi_deps,
Masahiro Yamada
defconfig fails if CROSS_COMPILE is set while cross-gcc is not avaialble,
Alexey Brodkin
Re: 4.19-rc3: bindeb-pkg target is failing on ppc64,
Rui Salvaterra
[PATCH 1/2] kbuild: hide most of targets when running config or mixed targets,
Masahiro Yamada
[PATCH] kbuild: remove old check for CFLAGS use,
Masahiro Yamada
[PATCH] kbuild: prefix Makefile.dtbinst path with $(srctree) unconditionally,
Masahiro Yamada
[PATCH v3 0/9] Devicetree build consolidation,
Rob Herring
[PATCH v2] kconfig: add hardened defconfig helpers,
Salvatore Mesoraca
[GIT PULL] Kbuild fixes for v4.19-rc3, Masahiro Yamada
[PATCH v2] modules_install: warn when missing System.map file,
Randy Dunlap
[PATCH v2 0/9] Devicetree build consolidation,
Rob Herring
[RFC 1/2] tracing/Makefile: fix handling redefinition of CC_FLAGS_FTRACE,
Paulo Zanoni
[RFC] UAPI: Check headers by compiling all together as C++,
David Howells
- [PATCH 01/11] UAPI: drm: Fix use of C++ keywords as structural members, David Howells
- [PATCH 02/11] UAPI: keys: Fix use of C++ keywords as structural members, David Howells
- [PATCH 03/11] UAPI: virtio_net: Fix use of C++ keywords as structural members, David Howells
- [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array, David Howells
- [PATCH 05/11] UAPI: coda: Don't use internal kernel structs in UAPI, David Howells
- [PATCH 06/11] UAPI: netfilter: Fix symbol collision issues, David Howells
- [PATCH 07/11] UAPI: nilfs2: Fix use of undefined byteswapping functions, David Howells
- [PATCH 08/11] UAPI: sound: Fix use of u32 and co. in UAPI headers, David Howells
- [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers, David Howells
- [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE, David Howells
- [PATCH 11/11] UAPI: Check headers build for C++, David Howells
- Re: [RFC] UAPI: Check headers by compiling all together as C++, Greg KH
- Re: [RFC] UAPI: Check headers by compiling all together as C++, David Howells
- <Possible follow-ups>
- [RFC] UAPI: Check headers by compiling all together as C++, David Howells
- [PATCH 01/11] UAPI: drm: Fix use of C++ keywords as structural members [ver #2], David Howells
- [PATCH 02/11] UAPI: keys: Fix use of C++ keywords as structural members [ver #2], David Howells
- [PATCH 03/11] UAPI: virtio_net: Fix use of C++ keywords as structural members [ver #2], David Howells
- [PATCH 04/11] UAPI: bcache: Fix use of embedded flexible array [ver #2], David Howells
- [PATCH 05/11] UAPI: coda: Move kernel internals out of public view [ver #2], David Howells
- [PATCH 09/11] UAPI: ndctl: Fix g++-unsupported initialisation in headers [ver #2], David Howells
- [PATCH 11/11] UAPI: Check headers build for C++ [ver #2], David Howells
- [PATCH 10/11] UAPI: ndctl: Remove use of PAGE_SIZE [ver #2], David Howells
- [PATCH 08/11] UAPI: nilfs2: Fix use of undefined byteswapping functions [ver #2], David Howells
- [PATCH 07/11] UAPI: netfilter: Fix symbol collision issues [ver #2], David Howells
- [PATCH 06/11] coda: Move internal defs out of include/linux/ [ver #2], David Howells
Re: [PATCH] [RFC v2] Drop all 00-INDEX files from Documentation/, Paul Moore
[PATCH] kallsyms: remove left-over Blackfin code,
Masahiro Yamada
[RFC PATCH 0/3] kbuild: support syncing .config non-interactively and record ARCH in spec file,
Masahiro Yamada
[PATCH] kbuild: modules_install: Warn if System.map file is not found,
Randy Dunlap
[PATCH] kconfig: do not require pkg-config on make {menu,n}config,
Masahiro Yamada
[PATCH] kconfig: remove a spurious self-assignment,
Lukas Bulwahn
[PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer,
Andrey Konovalov
- [PATCH v6 01/18] khwasan, mm: change kasan hooks signatures, Andrey Konovalov
- [PATCH v6 02/18] khwasan: move common kasan and khwasan code to common.c, Andrey Konovalov
- [PATCH v6 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW, Andrey Konovalov
- [PATCH v6 05/18] khwasan: initialize shadow to 0xff, Andrey Konovalov
- [PATCH v6 11/18] khwasan, mm: perform untagged pointers comparison in krealloc, Andrey Konovalov
- [PATCH v6 12/18] khwasan: split out kasan_report.c from report.c, Andrey Konovalov
- [PATCH v6 13/18] khwasan: add bug reporting routines, Andrey Konovalov
- [PATCH v6 15/18] khwasan, arm64: add brk handler for inline instrumentation, Andrey Konovalov
- [PATCH v6 14/18] khwasan: add hooks implementation, Andrey Konovalov
- [PATCH v6 17/18] khwasan: update kasan documentation, Andrey Konovalov
- [PATCH v6 18/18] kasan: add SPDX-License-Identifier mark to source files, Andrey Konovalov
- [PATCH v6 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc, Andrey Konovalov
- [PATCH v6 07/18] khwasan: add tag related helper functions, Andrey Konovalov
- [PATCH v6 09/18] khwasan, arm64: fix up fault handling logic, Andrey Konovalov
- [PATCH v6 10/18] khwasan, arm64: enable top byte ignore for the kernel, Andrey Konovalov
- [PATCH v6 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU, Andrey Konovalov
- [PATCH v6 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear, Andrey Konovalov
- [PATCH v6 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW, Andrey Konovalov
- Re: [PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer, Andrew Morton
- Re: [PATCH v6 00/18] khwasan: kernel hardware assisted address sanitizer, Andrey Ryabinin
[PATCH] scripts/setlocalversion: git: Make -dirty check more robust,
Genki Sky
[PATCH v4] modules_install: make missing $DEPMOD a Warning instead of an Error,
Randy Dunlap
[PATCH] kallsyms: reduce size a little on 64-bit,
Jan Beulich
kernel version build number in .deb to low by 1. [REGRESSION][BISECTED], Doug Smythies
Re: [PATCH v9 2/2] iommu/amd: Add basic debugfs infrastructure for AMD IOMMU,
Geert Uytterhoeven
[PATCH] x86/build: remove jump label quirk for GCC older than 4.5.2, Masahiro Yamada
[PATCH] objtool: remove workaround for unreachable warnings from old GCC,
Masahiro Yamada
[GIT PULL] more Kbuild updates for v4.19, Masahiro Yamada
[PATCH v3 1/2] kbuild: pass LDFLAGS to recordmcount.pl,
Masahiro Yamada
[PATCH v3] modules_install: make missing $DEPMOD a warning instead of an error,
Randy Dunlap
Re: please revert commit ce8556cca6 "kbuild: verify that $DEPMOD is installed" introduced in v4.18.4.,
Randy Dunlap
Bug: Unnecessary, repeated, and inconsistent work done when rebuilding bzImage,
Casey Fitzpatrick
[kbuild:for-next 17/18] microblaze-linux-ld: Warning: size of symbol `sys_acct' changed from 8 in kernel/sys_ni.o to 872 in kernel/acct.o, kbuild test robot
[kbuild:for-next 17/18] microblaze-linux-ld: Warning: size of symbol `page_is_ram' changed from 32 in arch/microblaze/mm/init.o to 48 in kernel/resource.o, kbuild test robot
[PATCH] kbuild: test dead code/data elimination support in Kconfig, Masahiro Yamada
[PATCH v2] kbuild: rename LDFLAGS to KBUILD_LDFLAGS,
Masahiro Yamada
[PATCH 0/8] Devicetree build consolidation,
Rob Herring
[PATCH] initramfs: move gen_initramfs_list.sh from scripts/ to usr/, Masahiro Yamada
make *config regression: pkg-build,
Meelis Roos
[PATCH] export.h: remove VMLINUX_SYMBOL() and VMLINUX_SYMBOL_STR(),
Masahiro Yamada
[RFC PATCH] scripts: add header bloat measuring script, Rasmus Villemoes
[PATCH v8 0/2] MIPS: Override barrier_before_unreachable() to fix microMIPS,
Paul Burton
[PATCH v8 2/2] MIPS: Workaround GCC __builtin_unreachable reordering bug, Paul Burton
[PATCH] kbuild: remove "rpm" target, which is alias of "rpm-pkg", Masahiro Yamada
[PATCH] kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt,
Michal Suchanek
[PATCH] kconfig: suppress "configuration written to .config" for syncconfig, Masahiro Yamada
[PATCH] kconfig: fix "Can't open ..." in parallel build,
Masahiro Yamada
[PATCH] kbuild: Add a space after `!` to prevent parsing as file pattern,
Michael Forney
[PATCH v2] scripts: modpost: check memory allocation results,
Randy Dunlap
[GIT PULL 3/3] consolidate arch Kconfig files for v4.19, Masahiro Yamada
[GIT PULL 2/3] Kconfig updates for v4.19,
Masahiro Yamada
[GIT PULL 1/3] Kbuild updates for v4.19, Masahiro Yamada
[PATCH 0/3] Kbuild: Some fixdep tweaks,
Rasmus Villemoes
[PATCH v2 1/3] kconfig: error out when seeing recursive dependency,
Masahiro Yamada
[PATCH] kconfig: add build-only configurator targets,
Randy Dunlap
[PATCH] modpost: check strdup() return value,
Randy Dunlap
[PATCH 1/2] kconfig: report recursive dependency involving 'imply',
Masahiro Yamada
Re: [PATCH] Support mksh as /bin/sh.,
Kees Cook
[PATCH 1/2] kconfig: remove unused sym_get_env_prop() function,
Masahiro Yamada
HELP: Count Lines of Code in Custom Compiled Kernel,
Faisal Mehmood
[PATCH v7 02/10] Makefile: Prepare for using macros for inline asm,
Nadav Amit
[PATCH v5 00/18] khwasan: kernel hardware assisted address sanitizer,
Andrey Konovalov
- [PATCH v5 01/18] khwasan, mm: change kasan hooks signatures, Andrey Konovalov
- [PATCH v5 02/18] khwasan: move common kasan and khwasan code to common.c, Andrey Konovalov
- [PATCH v5 08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU, Andrey Konovalov
- [PATCH v5 12/18] khwasan: split out kasan_report.c from report.c, Andrey Konovalov
- [PATCH v5 14/18] khwasan: add hooks implementation, Andrey Konovalov
- [PATCH v5 16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc, Andrey Konovalov
- [PATCH v5 06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear, Andrey Konovalov
- [PATCH v5 09/18] khwasan, arm64: fix up fault handling logic, Andrey Konovalov
- [PATCH v5 10/18] khwasan, arm64: enable top byte ignore for the kernel, Andrey Konovalov
- [PATCH v5 13/18] khwasan: add bug reporting routines, Andrey Konovalov
- [PATCH v5 15/18] khwasan, arm64: add brk handler for inline instrumentation, Andrey Konovalov
- [PATCH v5 17/18] khwasan: update kasan documentation, Andrey Konovalov
- [PATCH v5 18/18] kasan: add SPDX-License-Identifier mark to source files, Andrey Konovalov
- [PATCH v5 11/18] khwasan, mm: perform untagged pointers comparison in krealloc, Andrey Konovalov
- [PATCH v5 07/18] khwasan: add tag related helper functions, Andrey Konovalov
- [PATCH v5 05/18] khwasan: initialize shadow to 0xff, Andrey Konovalov
- [PATCH v5 03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW, Andrey Konovalov
- [PATCH v5 04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW, Andrey Konovalov
[PATCH] kconfig: fix the rule of mainmenu_stmt symbol,
Masahiro Yamada
[PATCH] kbuild: remove deprecated host-progs variable,
Masahiro Yamada
[RESEND PATCH] init/Kconfig: Use short unix-style option instead of --longname,
Masahiro Yamada
[PATCH v2] kbuild: make samples really depend on headers_install,
Masahiro Yamada
[PATCH] kbuild: make samples depend on headers_install really, Masahiro Yamada
Re: linux-next: build failure after merge of the vfs tree,
Stephen Rothwell
debugging kbuild,
Nick Desaulniers
[PATCH 0/1] kbuild: allow alternate src for target's implicit prerequisite,
Vasily Gorbik
[PATCH] kbuild: add Map option to save vmlinux linker map file(s),
Vasily Gorbik
[PATCH 0/4] ftrace build improvements,
Vasily Gorbik
[PATCH 0/3] Kbuild: fix and clean-up arch/um/Makefile,
Masahiro Yamada
kbuild: ARCH=um archheaders failed,
Randy Dunlap
[PATCH] Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory,
Dirk Gouders
Can we fix samples/ dependency on headers please?,
David Howells
include architecture Kconfig files from top-level Kconfig v4,
Christoph Hellwig
- [PATCH 01/10] um: stop abusing KBUILD_KCONFIG, Christoph Hellwig
- [PATCH 02/10] um: cleanup Kconfig files, Christoph Hellwig
- [PATCH 03/10] um: create a proper drivers Kconfig, Christoph Hellwig
- [PATCH 04/10] kconfig: remove duplicate SWAP symbol defintions, Christoph Hellwig
- [PATCH 05/10] kconfig: include common Kconfig files from top-level Kconfig, Christoph Hellwig
- [PATCH 06/10] Kconfig: consolidate the "Kernel hacking" menu, Christoph Hellwig
- [PATCH 07/10] kconfig: include kernel/Kconfig.preempt from init/Kconfig, Christoph Hellwig
- [PATCH 08/10] kconfig: use a menu in arch/Kconfig to reduce clutter, Christoph Hellwig
- [PATCH 09/10] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt, Christoph Hellwig
- [PATCH 10/10] kconfig: add a Memory Management options" menu, Christoph Hellwig
- Re: include architecture Kconfig files from top-level Kconfig v4, Masahiro Yamada
[TRIVIAL RFC PATCH] Kconfigs - reduce use of "depends on EXPERT",
Joe Perches
[PATCH v2] scripts: Add Python 3 support to tracing/draw_functrace.py,
Jeremy Cline
[kbuild:kconfig2 1/10] arch/um/Kconfig:3: can't open file "arch/x86_64/um/Kconfig",
kbuild test robot
[kbuild:kconfig2 1/10] arch/um/Kconfig:3: can't open file "arch/i386/um/Kconfig", kbuild test robot
[PATCH 00/12] Update architecture detection,
Ben Hutchings
- [PATCH 01/12] builddeb: Skip architecture detection when KBUILD_DEBARCH is set, Ben Hutchings
- [PATCH 02/12] builddeb: Change architecture detection fallback to use dpkg-architecture, Ben Hutchings
- [PATCH 03/12] builddeb: Drop check for 32-bit s390, Ben Hutchings
- [PATCH 04/12] builddeb: Introduce functions to simplify kconfig tests in set_debarch, Ben Hutchings
- [PATCH 05/12] builddeb: Add automatic support for ppc64 and powerpcspe architectures, Ben Hutchings
- [PATCH 06/12] builddeb: Add automatic support for mips64el architecture, Ben Hutchings
- [PATCH 07/12] builddeb: Add automatic support for mips{,64}r6{,el} architectures, Ben Hutchings
- [PATCH 08/12] builddeb: Add automatic support for sparc64 architecture, Ben Hutchings
- [PATCH 09/12] builddeb: Add automatic support for or1k architecture, Ben Hutchings
- [PATCH 10/12] builddeb: Add automatic support for m68k architecture, Ben Hutchings
- [PATCH 11/12] builddeb: Add automatic support for riscv* architectures, Ben Hutchings
- [PATCH 12/12] builddeb: Add automatic support for sh{3,4}{,eb} architectures, Ben Hutchings
- Re: [PATCH 00/12] Update architecture detection, Masahiro Yamada
[PATCH] [stable 4.14] turn off -Wattribute-alias,
Arnd Bergmann
[PATCH 1/2] ARM: at91: remove unused duplicated filechk_offsets,
Masahiro Yamada
include architecture Kconfig files from top-level Kconfig v3,
Christoph Hellwig
- [PATCH 01/10] um: stop abusing KBUILD_KCONFIG, Christoph Hellwig
- [PATCH 02/10] um: cleanup Kconfig files, Christoph Hellwig
- [PATCH 04/10] kconfig: remove duplicate SWAP symbol defintions, Christoph Hellwig
- [PATCH 03/10] um: create a proper drivers Kconfig, Christoph Hellwig
- [PATCH 05/10] kconfig: include common Kconfig files from top-level Kconfig, Christoph Hellwig
- [PATCH 06/10] Kconfig: consolidate the "Kernel hacking" menu, Christoph Hellwig
- [PATCH 07/10] kconfig: include kernel/Kconfig.preempt from init/Kconfig, Christoph Hellwig
- [PATCH 08/10] kconfig: use a menu in arch/Kconfig to reduce clutter, Christoph Hellwig
- [PATCH 09/10] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt, Christoph Hellwig
- [PATCH 10/10] kconfig: add a Memory Management options" menu, Christoph Hellwig
- Re: include architecture Kconfig files from top-level Kconfig v3, Masahiro Yamada
[PATCH 4.4 018/107] x86/paravirt: Make native_save_fl() extern inline,
Greg Kroah-Hartman
[PATCH] scripts: Add Python 3 support to tracing/draw_functrace.py,
Jeremy Cline
[PATCH 4.17 003/101] x86/paravirt: Make native_save_fl() extern inline, Greg Kroah-Hartman
[PATCH 4.17 002/101] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>, Greg Kroah-Hartman
[PATCH 4.17 001/101] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations, Greg Kroah-Hartman
[PATCH 4.14 01/92] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations, Greg Kroah-Hartman
[PATCH 4.9 07/66] x86/paravirt: Make native_save_fl() extern inline, Greg Kroah-Hartman
[PATCH 4.9 05/66] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations, Greg Kroah-Hartman
[PATCH 4.4 05/31] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>, Greg Kroah-Hartman
[PATCH 4.4 04/31] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations, Greg Kroah-Hartman
[PATCH 4.14 03/92] x86/paravirt: Make native_save_fl() extern inline, Greg Kroah-Hartman
[PATCH 4.14 02/92] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>, Greg Kroah-Hartman
[PATCH 4.9 06/66] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>, Greg Kroah-Hartman
[PATCH v4 00/11] kbuild/kconfig: do not update config during installation,
Masahiro Yamada
- [PATCH v4 01/11] kconfig: rename file_write_dep and move it to confdata.c, Masahiro Yamada
- [PATCH v4 04/11] kconfig: create directories needed for syncconfig by itself, Masahiro Yamada
- [PATCH v4 09/11] kbuild: do not update config when running install targets, Masahiro Yamada
- [PATCH v4 05/11] kconfig: make syncconfig update .config regardless of sym_change_count, Masahiro Yamada
- [PATCH v4 11/11] kbuild: remove auto.conf from prerequisite of phony targets, Masahiro Yamada
- [PATCH v4 02/11] kconfig: split out useful helpers in confdata.c, Masahiro Yamada
- [PATCH v4 08/11] kbuild: add .DELETE_ON_ERROR special target, Masahiro Yamada
- [PATCH v4 03/11] kconfig: remove unneeded directory generation from local*config, Masahiro Yamada
- [PATCH v4 06/11] kconfig: allow all config targets to write auto.conf if missing, Masahiro Yamada
- [PATCH v4 07/11] kbuild: use 'include' directive to load auto.conf from top Makefile, Masahiro Yamada
- [PATCH v4 10/11] kbuild: do not update config for 'make kernelrelease', Masahiro Yamada
- Re: [PATCH v4 00/11] kbuild/kconfig: do not update config during installation, Masahiro Yamada
[PATCH] buildtar: Copy bzImage for s390, Major Hayden
[PATCH] kbuild: fix typos in description of "choice" in kconfig-language.txt,
Randy Dunlap
[PATCH] buildtar: Copy vmlinuz for arm64,
Major Hayden
[PATCH] kbuild: if_changed: document single use per target limitation,
Dirk Gouders
[PATCH] checkpatch: if_changed: check for multiple calls in targets,
Dirk Gouders
[PATCH 0/6] Symbol namespaces,
Martijn Coenen
- [PATCH 2/6] module: add support for symbol namespaces., Martijn Coenen
- [PATCH 3/6] modpost: add support for checking symbol namespaces., Martijn Coenen
- [PATCH 6/6] RFC: USB: storage: move symbols into USB_STORAGE namespace., Martijn Coenen
- [PATCH 1/6] export: explicitly align struct kernel_symbol., Martijn Coenen
- [PATCH 4/6] modpost: add support for generating namespace dependencies., Martijn Coenen
- [PATCH 5/6] scripts: Coccinelle script for namespace dependencies., Martijn Coenen
- Re: [PATCH 0/6] Symbol namespaces, Greg Kroah-Hartman
- Re: [PATCH 0/6] Symbol namespaces, Arnd Bergmann
- [PATCH v2 0/10] Symbol namespaces - RFC, Matthias Maennich
- [PATCH v2 06/10] export: allow definition default namespaces in Makefiles or sources, Matthias Maennich
- [PATCH v2 07/10] modpost: add support for generating namespace dependencies, Matthias Maennich
- [PATCH v2 05/10] module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS, Matthias Maennich
- [PATCH v2 04/10] modpost: add support for symbol namespaces, Matthias Maennich
- [PATCH v2 03/10] module: add support for symbol namespaces., Matthias Maennich
- [PATCH v2 02/10] export: explicitly align struct kernel_symbol, Matthias Maennich
- [PATCH v2 08/10] scripts: Coccinelle script for namespace dependencies., Matthias Maennich
- [PATCH v2 10/10] RFC: usb-storage: export symbols in USB_STORAGE namespace, Matthias Maennich
- [PATCH v2 09/10] usb-storage: remove single-use define for debugging, Matthias Maennich
- [PATCH v2 01/10] module: support reading multiple values per modinfo tag, Matthias Maennich
- Message not available
- Message not available
Message not available
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]