Show patches with: State = Action Required       |   12346 patches
« 1 2 ... 69 70 71123 124 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt kbuild: Fix LOADLIBES rename in Documentation/kbuild/makefiles.txt 1 - - --- 2018-08-16 Michal Suchánek New
kconfig: suppress "configuration written to .config" for syncconfig kconfig: suppress "configuration written to .config" for syncconfig - - - --- 2018-08-16 Masahiro Yamada New
kconfig: fix "Can't open ..." in parallel build kconfig: fix "Can't open ..." in parallel build - - 1 --- 2018-08-16 Masahiro Yamada New
kbuild: Add a space after `!` to prevent parsing as file pattern kbuild: Add a space after `!` to prevent parsing as file pattern - - - --- 2018-08-16 Michael Forney New
[v2] scripts: modpost: check memory allocation results [v2] scripts: modpost: check memory allocation results - - - --- 2018-08-15 Randy Dunlap New
[GIT,PULL,3/3] consolidate arch Kconfig files for v4.19 [GIT,PULL,1/3] Kbuild updates for v4.19 - - - --- 2018-08-15 Masahiro Yamada New
[GIT,PULL,2/3] Kconfig updates for v4.19 [GIT,PULL,1/3] Kbuild updates for v4.19 - - - --- 2018-08-15 Masahiro Yamada New
[GIT,PULL,1/3] Kbuild updates for v4.19 [GIT,PULL,1/3] Kbuild updates for v4.19 - - - --- 2018-08-15 Masahiro Yamada New
[3/3] Kbuild: let fixdep do the renaming to .cmd Kbuild: Some fixdep tweaks - - - --- 2018-08-15 Rasmus Villemoes New
[2/3] Kbuild: teach fixdep to optionally remove the depfile Kbuild: Some fixdep tweaks - - - --- 2018-08-15 Rasmus Villemoes New
[1/3] Kbuild: refactor fixdep to use getopt() Kbuild: Some fixdep tweaks - - - --- 2018-08-15 Rasmus Villemoes New
[v2,3/3] kconfig: improve the recursive dependency report [v2,1/3] kconfig: error out when seeing recursive dependency - - - --- 2018-08-15 Masahiro Yamada New
[v2,2/3] kconfig: report recursive dependency involving 'imply' [v2,1/3] kconfig: error out when seeing recursive dependency - - - --- 2018-08-15 Masahiro Yamada New
[v2,1/3] kconfig: error out when seeing recursive dependency [v2,1/3] kconfig: error out when seeing recursive dependency - - 1 --- 2018-08-15 Masahiro Yamada New
kconfig: add build-only configurator targets kconfig: add build-only configurator targets - - - --- 2018-08-15 Randy Dunlap New
modpost: check strdup() return value modpost: check strdup() return value - - - --- 2018-08-14 Randy Dunlap New
[2/2] kconfig: improve the recursive dependency report [1/2] kconfig: report recursive dependency involving 'imply' - - - --- 2018-08-14 Masahiro Yamada New
[1/2] kconfig: report recursive dependency involving 'imply' [1/2] kconfig: report recursive dependency involving 'imply' - - - --- 2018-08-14 Masahiro Yamada New
[2/2] kconfig: remove P_ENV property type [1/2] kconfig: remove unused sym_get_env_prop() function - - - --- 2018-08-13 Masahiro Yamada New
[1/2] kconfig: remove unused sym_get_env_prop() function [1/2] kconfig: remove unused sym_get_env_prop() function 1 - - --- 2018-08-13 Masahiro Yamada New
[v7,02/10] Makefile: Prepare for using macros for inline asm Untitled series #7059 2 - - --- 2018-08-09 Nadav Amit New
[v5,18/18] kasan: add SPDX-License-Identifier mark to source files khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,17/18] khwasan: update kasan documentation khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,16/18] khwasan, mm, arm64: tag non slab memory allocated via pagealloc khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,15/18] khwasan, arm64: add brk handler for inline instrumentation khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,14/18] khwasan: add hooks implementation khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,13/18] khwasan: add bug reporting routines khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,12/18] khwasan: split out kasan_report.c from report.c khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,11/18] khwasan, mm: perform untagged pointers comparison in krealloc khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,10/18] khwasan, arm64: enable top byte ignore for the kernel khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,09/18] khwasan, arm64: fix up fault handling logic khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,08/18] khwasan: preassign tags to objects with ctors or SLAB_TYPESAFE_BY_RCU khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,07/18] khwasan: add tag related helper functions khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,06/18] khwasan, arm64: untag virt address in __kimg_to_phys and _virt_addr_is_linear khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,05/18] khwasan: initialize shadow to 0xff khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,04/18] khwasan, arm64: adjust shadow size for CONFIG_KASAN_HW khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,03/18] khwasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_HW khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,02/18] khwasan: move common kasan and khwasan code to common.c khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5,01/18] khwasan, mm: change kasan hooks signatures khwasan: kernel hardware assisted address sanitizer - - - --- 2018-08-09 Andrey Konovalov New
[v5] selftests: add headers_install to lib.mk [v5] selftests: add headers_install to lib.mk - 1 - --- 2018-08-09 Anders Roxell New
kconfig: fix the rule of mainmenu_stmt symbol kconfig: fix the rule of mainmenu_stmt symbol - - - --- 2018-08-09 Masahiro Yamada New
kbuild: remove deprecated host-progs variable kbuild: remove deprecated host-progs variable 1 - - --- 2018-08-09 Masahiro Yamada New
[RESEND] init/Kconfig: Use short unix-style option instead of --longname [RESEND] init/Kconfig: Use short unix-style option instead of --longname - - - --- 2018-08-08 Masahiro Yamada New
[v2] kbuild: make samples really depend on headers_install [v2] kbuild: make samples really depend on headers_install - - 1 --- 2018-08-08 Masahiro Yamada New
kbuild: make samples depend on headers_install really kbuild: make samples depend on headers_install really - - - --- 2018-08-08 Masahiro Yamada New
[1/1] kbuild: allow alternate src for target's implicit prerequisite kbuild: allow alternate src for target's implicit prerequisite - - - --- 2018-08-06 Vasily Gorbik New
kbuild: add Map option to save vmlinux linker map file(s) kbuild: add Map option to save vmlinux linker map file(s) - - - --- 2018-08-06 Vasily Gorbik New
[4/4] s390/ftrace: add -mfentry and -mnop-mcount support ftrace build improvements - 1 - --- 2018-08-06 Vasily Gorbik New
[3/4] trace: add -mcount-nop option support ftrace build improvements - - - --- 2018-08-06 Vasily Gorbik New
[2/4] trace: avoid calling cc-option -mrecord-mcount for every Makefile ftrace build improvements 1 - - --- 2018-08-06 Vasily Gorbik New
[1/4] trace: handle CC_FLAGS_FTRACE more accurately ftrace build improvements - - - --- 2018-08-06 Vasily Gorbik New
[3/3] um: clean up archheaders recipe Kbuild: fix and clean-up arch/um/Makefile - - - --- 2018-08-04 Masahiro Yamada New
[2/3] kbuild: add %asm-generic to no-dot-config-targets Kbuild: fix and clean-up arch/um/Makefile - - - --- 2018-08-04 Masahiro Yamada New
[1/3] um: fix parallel building with O= option Kbuild: fix and clean-up arch/um/Makefile - - - --- 2018-08-04 Masahiro Yamada New
Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory Kbuild: Makefile.modbuiltin: include auto.conf and tristate.conf mandatory - - - --- 2018-08-02 Dirk Gouders New
Can we fix samples/ dependency on headers please? Can we fix samples/ dependency on headers please? - - - --- 2018-08-01 David Howells New
[10/10] kconfig: add a Memory Management options" menu [01/10] um: stop abusing KBUILD_KCONFIG 1 - 1 --- 2018-07-31 Christoph Hellwig New
[09/10] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt [01/10] um: stop abusing KBUILD_KCONFIG 1 - 1 --- 2018-07-31 Christoph Hellwig New
[08/10] kconfig: use a menu in arch/Kconfig to reduce clutter [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-31 Christoph Hellwig New
[07/10] kconfig: include kernel/Kconfig.preempt from init/Kconfig [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-31 Christoph Hellwig New
[06/10] Kconfig: consolidate the "Kernel hacking" menu [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-31 Christoph Hellwig New
[05/10] kconfig: include common Kconfig files from top-level Kconfig [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-31 Christoph Hellwig New
[04/10] kconfig: remove duplicate SWAP symbol defintions [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-31 Christoph Hellwig New
[03/10] um: create a proper drivers Kconfig [01/10] um: stop abusing KBUILD_KCONFIG 1 - - --- 2018-07-31 Christoph Hellwig New
[02/10] um: cleanup Kconfig files [01/10] um: stop abusing KBUILD_KCONFIG 1 - - --- 2018-07-31 Christoph Hellwig New
[01/10] um: stop abusing KBUILD_KCONFIG [01/10] um: stop abusing KBUILD_KCONFIG 1 - - --- 2018-07-31 Christoph Hellwig New
[TRIVIAL,RFC] Kconfigs - reduce use of "depends on EXPERT" [TRIVIAL,RFC] Kconfigs - reduce use of "depends on EXPERT" - - - --- 2018-07-28 Joe Perches New
[v2] scripts: Add Python 3 support to tracing/draw_functrace.py [v2] scripts: Add Python 3 support to tracing/draw_functrace.py - - - --- 2018-07-28 Jeremy Cline New
[12/12] builddeb: Add automatic support for sh{3,4}{,eb} architectures Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[11/12] builddeb: Add automatic support for riscv* architectures Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[10/12] builddeb: Add automatic support for m68k architecture Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[09/12] builddeb: Add automatic support for or1k architecture Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[08/12] builddeb: Add automatic support for sparc64 architecture Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[07/12] builddeb: Add automatic support for mips{,64}r6{,el} architectures Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[06/12] builddeb: Add automatic support for mips64el architecture Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[05/12] builddeb: Add automatic support for ppc64 and powerpcspe architectures Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[04/12] builddeb: Introduce functions to simplify kconfig tests in set_debarch Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[03/12] builddeb: Drop check for 32-bit s390 Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[02/12] builddeb: Change architecture detection fallback to use dpkg-architecture Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[01/12] builddeb: Skip architecture detection when KBUILD_DEBARCH is set Update architecture detection - - - --- 2018-07-26 Ben Hutchings New
[1/2,stable,4.9] turn off -Wattribute-alias [1/2,stable,4.9] turn off -Wattribute-alias - - - --- 2018-07-26 Arnd Bergmann New
[stable,4.4] turn off -Wattribute-alias [stable,4.4] turn off -Wattribute-alias - - - --- 2018-07-26 Arnd Bergmann New
[stable,4.14] turn off -Wattribute-alias [stable,4.14] turn off -Wattribute-alias - - - --- 2018-07-26 Arnd Bergmann New
[2/2] kbuild: do not redirect the first prerequisite for filechk [1/2] ARM: at91: remove unused duplicated filechk_offsets - - - --- 2018-07-25 Masahiro Yamada New
[1/2] ARM: at91: remove unused duplicated filechk_offsets [1/2] ARM: at91: remove unused duplicated filechk_offsets 1 - - --- 2018-07-25 Masahiro Yamada New
[10/10] kconfig: add a Memory Management options" menu [01/10] um: stop abusing KBUILD_KCONFIG 1 - 1 --- 2018-07-24 Christoph Hellwig New
[09/10] kconfig: move the "Executable file formats" menu to fs/Kconfig.binfmt [01/10] um: stop abusing KBUILD_KCONFIG 1 - 1 --- 2018-07-24 Christoph Hellwig New
[08/10] kconfig: use a menu in arch/Kconfig to reduce clutter [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-24 Christoph Hellwig New
[07/10] kconfig: include kernel/Kconfig.preempt from init/Kconfig [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-24 Christoph Hellwig New
[06/10] Kconfig: consolidate the "Kernel hacking" menu [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-24 Christoph Hellwig New
[05/10] kconfig: include common Kconfig files from top-level Kconfig [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-24 Christoph Hellwig New
[04/10] kconfig: remove duplicate SWAP symbol defintions [01/10] um: stop abusing KBUILD_KCONFIG - - - --- 2018-07-24 Christoph Hellwig New
[03/10] um: create a proper drivers Kconfig [01/10] um: stop abusing KBUILD_KCONFIG 1 - - --- 2018-07-24 Christoph Hellwig New
[02/10] um: cleanup Kconfig files [01/10] um: stop abusing KBUILD_KCONFIG 1 - - --- 2018-07-24 Christoph Hellwig New
[01/10] um: stop abusing KBUILD_KCONFIG [01/10] um: stop abusing KBUILD_KCONFIG 1 - - --- 2018-07-24 Christoph Hellwig New
[4.4,018/107] x86/paravirt: Make native_save_fl() extern inline Untitled series #361 1 - 1 --- 2018-07-23 Greg KH New
[4/9] kconfig: include common Kconfig files from top-level Kconfig - - - --- 2018-07-20 Dirk Gouders New
scripts: Add Python 3 support to tracing/draw_functrace.py - - - --- 2018-07-20 Jeremy Cline New
[4.4,05/31] x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h> 1 1 - --- 2018-07-20 Greg KH New
[4.4,04/31] compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations 1 - - --- 2018-07-20 Greg KH New
« 1 2 ... 69 70 71123 124 »