Show patches with: Submitter = Masahiro Yamada       |    Archived = No       |   2306 patches
« 1 2 ... 4 5 623 24 »
Patch Series S/W/F Date Submitter Delegate State
[15/15] kbuild: compile test UAPI headers to ensure they are self-contained kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada New
[14/15] fixup: kbuild: add support for ensuring headers are self-contained kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada New
[13/15] kbuild: add support for ensuring headers are self-contained kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada New
[12/15] kbuild: deb-pkg: do not run headers_check kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[11/15] kbuild: simplify scripts/headers_install.sh kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[10/15] kbuild: move hdr-inst shorthand to top Makefile kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[09/15] kbuild: re-implement Makefile.headersinst without directory descending kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[08/15] kbuild: add 'headers' target to build up ready-to-install uapi headers kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[07/15] kbuild: build all prerequisite of headers_install simultaneously kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[06/15] kbuild: remove build_unifdef target in scripts/Makefile kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[05/15] kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[04/15] kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[03/15] kbuild: make gdb_script depend on prepare0 instead of prepare kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
[02/15] kbuild: remove stale dependency between Documentation/ and headers_install kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada New
[01/15] kbuild: remove headers_{install,check}_all kbuild: refactor headers_install and support compile-test of UAPI headers --- 2019-06-04 Masahiro Yamada Accepted
s390: fix unrecognized __aligned() in uapi header s390: fix unrecognized __aligned() in uapi header --- 2019-06-04 Masahiro Yamada Accepted
sparc: fix unknown type name u_int in uapi header sparc: fix unknown type name u_int in uapi header --- 2019-06-04 Masahiro Yamada Accepted
kbuild: use more portable 'command -v' for cc-cross-prefix kbuild: use more portable 'command -v' for cc-cross-prefix --- 2019-06-03 Masahiro Yamada Accepted
[RESEND,2/2] memory: move jedec_ddr.h from include/memory to drivers/memory/ memory: move jedec_ddr_data.c and jedec_ddr.h to drivers/memory/ --- 2019-06-03 Masahiro Yamada Accepted
[RESEND,1/2] memory: move jedec_ddr_data.c from lib/ to drivers/memory/ memory: move jedec_ddr_data.c and jedec_ddr.h to drivers/memory/ --- 2019-06-03 Masahiro Yamada Accepted
treewide: fix typos of SPDX-License-Identifier treewide: fix typos of SPDX-License-Identifier --- 2019-06-01 Masahiro Yamada Accepted
s390/purgatory: update .gitignore s390/purgatory: update .gitignore --- 2019-05-31 Masahiro Yamada Accepted
[5/5] unicore32: rename unicore32_defconfig to defconfig [1/5] kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional --- 2019-05-27 Masahiro Yamada Accepted
[4/5] kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG [1/5] kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional --- 2019-05-27 Masahiro Yamada Accepted
[3/5] kconfig: add static qualifier to expand_string() [1/5] kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional --- 2019-05-27 Masahiro Yamada Accepted
[2/5] kconfig: require the argument of --defconfig [1/5] kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional --- 2019-05-27 Masahiro Yamada Accepted
[1/5] kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional [1/5] kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional --- 2019-05-27 Masahiro Yamada Accepted
[2/2] arm64: replace _BITUL() with BIT() Allow assembly code to use BIT(), GENMASK(), etc. and clean-up arm64 header --- 2019-05-27 Masahiro Yamada New
[1/2] linux/bits.h: make BIT(), GENMASK(), and friends available in assembly Allow assembly code to use BIT(), GENMASK(), etc. and clean-up arm64 header --- 2019-05-27 Masahiro Yamada Superseded
kconfig: tests: fix recursive inclusion unit test kconfig: tests: fix recursive inclusion unit test --- 2019-05-25 Masahiro Yamada Accepted
clocksource: arc_timer: use BIT() instead of _BITUL() clocksource: arc_timer: use BIT() instead of _BITUL() --- 2019-05-24 Masahiro Yamada Superseded
MIPS: replace MBIT_ULL() with BIT_ULL() MIPS: replace MBIT_ULL() with BIT_ULL() --- 2019-05-24 Masahiro Yamada Accepted
[v2] powerpc/mm: mark more tlb functions as __always_inline [v2] powerpc/mm: mark more tlb functions as __always_inline --- 2019-05-21 Masahiro Yamada Accepted
[2/2] x86/io_delay: define IO_DELAY macros in C instead of Kconfig [1/2] x86/io_delay: break instead of fallthrough in switch statement --- 2019-05-21 Masahiro Yamada Accepted
[1/2] x86/io_delay: break instead of fallthrough in switch statement [1/2] x86/io_delay: break instead of fallthrough in switch statement --- 2019-05-21 Masahiro Yamada New
MIPS: mark ginvt() as __always_inline MIPS: mark ginvt() as __always_inline --- 2019-05-21 Masahiro Yamada Accepted
powerpc/mm: mark more tlb functions as __always_inline powerpc/mm: mark more tlb functions as __always_inline --- 2019-05-21 Masahiro Yamada Superseded
hwmon: (smsc47m1) fix outside array bounds warnings hwmon: (smsc47m1) fix outside array bounds warnings --- 2019-05-21 Masahiro Yamada New
MIPS: remove a space after -I to cope with header search paths for VDSO MIPS: remove a space after -I to cope with header search paths for VDSO --- 2019-05-21 Masahiro Yamada Accepted
usb: dwc3: move core validatation after clock enable and reset deassert usb: dwc3: move core validatation after clock enable and reset deassert --- 2019-05-20 Masahiro Yamada New
kbuild: do not check name uniqueness of builtin modules kbuild: do not check name uniqueness of builtin modules --- 2019-05-20 Masahiro Yamada Accepted
[v3] kbuild: check uniqueness of module names [v3] kbuild: check uniqueness of module names --- 2019-05-17 Masahiro Yamada Accepted
[4/4] s390: drop meaningless 'targets' from tools Makefile [1/4] s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.c --- 2019-05-17 Masahiro Yamada Accepted
[3/4] s390: drop redundant directory creation from tools Makefile [1/4] s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.c --- 2019-05-17 Masahiro Yamada Accepted
[2/4] s390: drop unneeded -Wall addition from tools Makefile [1/4] s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.c --- 2019-05-17 Masahiro Yamada Accepted
[1/4] s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.c [1/4] s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.c --- 2019-05-17 Masahiro Yamada Accepted
s390: mark __cpacf_check_opcode() and cpacf_query_func() as __always_inline s390: mark __cpacf_check_opcode() and cpacf_query_func() as __always_inline --- 2019-05-17 Masahiro Yamada Accepted
s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitialized s390: add unreachable() to dump_fault_info() to fix -Wmaybe-uninitialized --- 2019-05-17 Masahiro Yamada Accepted
[v2] kbuild: check uniqueness of module names [v2] kbuild: check uniqueness of module names --- 2019-05-17 Masahiro Yamada Superseded
kbuild: add LICENSES to KBUILD_ALLDIRS kbuild: add LICENSES to KBUILD_ALLDIRS --- 2019-05-15 Masahiro Yamada Accepted
[2/2] memory: move jedec_ddr.h from include/memory to drivers/memory/ memory: sanitize jedec_ddr_data.c and jedec_ddr.h --- 2019-05-15 Masahiro Yamada Superseded
[1/2] memory: move jedec_ddr_data.c from lib/ to drivers/memory/ memory: sanitize jedec_ddr_data.c and jedec_ddr.h --- 2019-05-15 Masahiro Yamada Superseded
[RFC] kbuild: check uniqueness of basename of modules [RFC] kbuild: check uniqueness of basename of modules --- 2019-05-15 Masahiro Yamada Superseded
drm/i915: drop unneeded -Wall addition drm/i915: drop unneeded -Wall addition --- 2019-05-15 Masahiro Yamada New
staging: erofs: drop unneeded -Wall addition staging: erofs: drop unneeded -Wall addition --- 2019-05-15 Masahiro Yamada Accepted
riscv: drop unneeded -Wall addition riscv: drop unneeded -Wall addition --- 2019-05-15 Masahiro Yamada Accepted
[v2] powerpc/boot: pass CONFIG options in a simpler and more robust way [v2] powerpc/boot: pass CONFIG options in a simpler and more robust way --- 2019-05-13 Masahiro Yamada Superseded
powerpc/boot: fix broken way to pass CONFIG options powerpc/boot: fix broken way to pass CONFIG options --- 2019-05-13 Masahiro Yamada New
[4/4] kbuild: remove 'addtree' and 'flags' magic for header search paths [1/4] media: remove unneeded header search paths --- 2019-05-13 Masahiro Yamada Accepted
[3/4] treewide: prefix header search paths with $(srctree)/ [1/4] media: remove unneeded header search paths --- 2019-05-13 Masahiro Yamada Accepted
[2/4] media: prefix header search paths with $(srctree)/ [1/4] media: remove unneeded header search paths --- 2019-05-13 Masahiro Yamada Accepted
[1/4] media: remove unneeded header search paths [1/4] media: remove unneeded header search paths --- 2019-05-13 Masahiro Yamada Accepted
alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig alpha: move arch/alpha/defconfig to arch/alpha/configs/defconfig --- 2019-05-13 Masahiro Yamada Accepted
s390: move arch/s390/defconfig to arch/s390/configs/defconfig s390: move arch/s390/defconfig to arch/s390/configs/defconfig --- 2019-05-13 Masahiro Yamada Accepted
kconfig: make conf_get_autoconfig_name() static kconfig: make conf_get_autoconfig_name() static --- 2019-05-12 Masahiro Yamada Accepted
nios2: remove pointless second entry for CONFIG_TRACE_IRQFLAGS_SUPPORT nios2: remove pointless second entry for CONFIG_TRACE_IRQFLAGS_SUPPORT --- 2019-05-12 Masahiro Yamada Accepted
x86: disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHT x86: disable CONFIG_GENERIC_HWEIGHT and remove __HAVE_ARCH_SW_HWEIGHT --- 2019-05-12 Masahiro Yamada Accepted
kbuild: turn auto.conf.cmd into a mandatory include file kbuild: turn auto.conf.cmd into a mandatory include file --- 2019-05-12 Masahiro Yamada Accepted
.gitignore: exclude .get_maintainer.ignore and .gitattributes .gitignore: exclude .get_maintainer.ignore and .gitattributes --- 2019-05-11 Masahiro Yamada Accepted
kconfig: remove useless pointer check in conf_write_dep() kconfig: remove useless pointer check in conf_write_dep() --- 2019-05-10 Masahiro Yamada New
kconfig: make parent directories for the saved .config as needed kconfig: make parent directories for the saved .config as needed --- 2019-05-10 Masahiro Yamada Accepted
[v2] kbuild: add all Clang-specific flags unconditionally [v2] kbuild: add all Clang-specific flags unconditionally --- 2019-05-10 Masahiro Yamada Accepted
[2/2] kconfig: do not write .config if the content is the same [1/2] kconfig: do not accept a directory for configuration output --- 2019-05-10 Masahiro Yamada New
[1/2] kconfig: do not accept a directory for configuration output [1/2] kconfig: do not accept a directory for configuration output --- 2019-05-10 Masahiro Yamada New
arch: remove dangling asm-generic wrappers arch: remove dangling asm-generic wrappers --- 2019-05-09 Masahiro Yamada Accepted
kbuild: terminate Kconfig when $(CC) or $(LD) is missing kbuild: terminate Kconfig when $(CC) or $(LD) is missing --- 2019-05-09 Masahiro Yamada Accepted
kbuild: add some extra warning flags unconditionally kbuild: add some extra warning flags unconditionally --- 2019-05-09 Masahiro Yamada Accepted
kbuild: add -Wvla flag unconditionally kbuild: add -Wvla flag unconditionally --- 2019-05-09 Masahiro Yamada Accepted
kbuild: add most of Clang-specific flags unconditionally kbuild: add most of Clang-specific flags unconditionally --- 2019-05-09 Masahiro Yamada Superseded
kconfig: remove trailing whitespaces kconfig: remove trailing whitespaces --- 2019-05-09 Masahiro Yamada Accepted
[v2] samples: guard sub-directories with CONFIG options [v2] samples: guard sub-directories with CONFIG options --- 2019-05-09 Masahiro Yamada Accepted
[v2] kbuild: re-enable int-in-bool-context warning [v2] kbuild: re-enable int-in-bool-context warning --- 2019-05-09 Masahiro Yamada Accepted
.gitignore: add more all*.config patterns .gitignore: add more all*.config patterns --- 2019-05-07 Masahiro Yamada Accepted
linux-next: build failure after merge of the kbuild tree linux-next: build failure after merge of the kbuild tree --- 2019-05-06 Masahiro Yamada New
x86,sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE() x86,sh: use __builtin_constant_p() directly instead of IS_IMMEDIATE() --- 2019-05-03 Masahiro Yamada New
[v2] sh: exclude vmlinux.scr from .gitignore pattern [v2] sh: exclude vmlinux.scr from .gitignore pattern --- 2019-05-01 Masahiro Yamada New
[v2] bpftool: exclude bash-completion/bpftool from .gitignore pattern [v2] bpftool: exclude bash-completion/bpftool from .gitignore pattern --- 2019-05-01 Masahiro Yamada New
.gitignore: add / prefix/suffix to generated include directories .gitignore: add / prefix/suffix to generated include directories --- 2019-04-29 Masahiro Yamada New
dontdiff: update with Kconfig build artifacts dontdiff: update with Kconfig build artifacts --- 2019-04-29 Masahiro Yamada Accepted
bpftool: exclude bash-completion/bpftool from .gitignore pattern bpftool: exclude bash-completion/bpftool from .gitignore pattern --- 2019-04-29 Masahiro Yamada Accepted
tools/power/acpi: exclude tools/* from .gitignore pattern tools/power/acpi: exclude tools/* from .gitignore pattern --- 2019-04-29 Masahiro Yamada New
sh: exclude vmlinux.scr from .gitignore pattern sh: exclude vmlinux.scr from .gitignore pattern --- 2019-04-29 Masahiro Yamada Superseded
scripts/tags.sh: fix direct execution of scripts/tags.sh scripts/tags.sh: fix direct execution of scripts/tags.sh --- 2019-04-29 Masahiro Yamada Accepted
[v2] unicode: refactor the rule for regenerating utf8data.h [v2] unicode: refactor the rule for regenerating utf8data.h --- 2019-04-29 Masahiro Yamada Accepted
unicode: refactor the rule for regenerating utf8data.h unicode: refactor the rule for regenerating utf8data.h --- 2019-04-27 Masahiro Yamada Superseded
[5/5] samples: kobject: allow CONFIG_SAMPLE_KOBJECT to become y [1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS --- 2019-04-27 Masahiro Yamada Accepted
[4/5] samples: seccomp: turn CONFIG_SAMPLE_SECCOMP into a bool option [1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS --- 2019-04-27 Masahiro Yamada Accepted
[3/5] samples: guard sub-directories with CONFIG options [1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS --- 2019-04-27 Masahiro Yamada New
[2/5] kbuild: move Documentation to vmlinux-alldirs [1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS --- 2019-04-27 Masahiro Yamada Accepted
[1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS [1/5] kbuild: move samples/ to KBUILD_VMLINUX_OBJS --- 2019-04-27 Masahiro Yamada Accepted
« 1 2 ... 4 5 623 24 »