linux-2.6-microblaze.git
2020-06-06 Denis Efremovkbuild: add variables for compression tools
2020-06-06 Jonas ZeigerMakefile: install modules.builtin even if CONFIG_MODULES=n
2020-06-06 ashimidamksysmap: Fix the mismatch of '.L' symbols in System.map
2020-06-06 Masahiro Yamadakbuild: doc: rename LDFLAGS to KBUILD_LDFLAGS
2020-06-06 Masahiro Yamadamodpost: change elf_info->size to size_t
2020-06-06 Masahiro Yamadamodpost: remove is_vmlinux() helper
2020-06-06 Masahiro Yamadamodpost: strip .o from modname before calling new_module()
2020-06-06 Masahiro Yamadamodpost: set have_vmlinux in new_module()
2020-06-06 Masahiro Yamadamodpost: remove mod->skip struct member
2020-06-06 Masahiro Yamadamodpost: add mod->is_vmlinux struct member
2020-06-06 Masahiro Yamadamodpost: remove is_vmlinux() call in check_for_{gpl_usa...
2020-06-06 Masahiro Yamadamodpost: remove mod->is_dot_o struct member
2020-06-06 Masahiro Yamadamodpost: move -d option in scripts/Makefile.modpost
2020-06-06 Masahiro Yamadamodpost: remove -s option
2020-06-06 Masahiro Yamadamodpost: remove get_next_text() and make {grab,release_...
2020-06-06 Masahiro Yamadamodpost: use read_text_file() and get_line() for readin...
2020-06-06 Masahiro Yamadamodpost: avoid false-positive file open error
2020-06-06 Masahiro Yamadamodpost: fix potential mmap'ed file overrun in get_src_...
2020-06-06 Masahiro Yamadamodpost: add read_text_file() and get_line() helpers
2020-06-06 Masahiro Yamadamodpost: do not call get_modinfo() for vmlinux(.o)
2020-06-06 Masahiro Yamadamodpost: drop RCS/CVS $Revision handling in MODULE_VERS...
2020-06-06 Masahiro Yamadamodpost: show warning if any of symbol dump files is...
2020-06-06 Masahiro Yamadamodpost: show warning if vmlinux is not found when...
2020-06-06 Masahiro Yamadamodpost: invoke modpost only when input files are updated
2020-06-06 Masahiro Yamadamodpost: generate vmlinux.symvers and reuse it for...
2020-06-06 Masahiro Yamadamodpost: refactor -i option calculation
2020-06-06 Masahiro Yamadamodpost: print symbol dump file as the build target...
2020-06-06 Masahiro Yamadamodpost: re-add -e to set external_module flag
2020-06-06 Masahiro Yamadamodpost: rename ext_sym_list to dump_list
2020-06-06 Masahiro Yamadamodpost: allow to pass -i option multiple times to...
2020-06-06 Masahiro Yamadamodpost: track if the symbol origin is a dump file...
2020-06-03 Masahiro Yamadamodpost: load KBUILD_EXTRA_SYMBOLS files in order
2020-06-03 Masahiro Yamadamodpost: pass -N option only for modules modpost
2020-06-03 Masahiro Yamadamodpost: move -T option close to the modpost command
2020-06-03 Masahiro Yamadamodpost: fix -i (--ignore-errors) MAKEFLAGS detection
2020-06-03 Masahiro Yamadakbuild: update modules.order only when contained module...
2020-06-03 Masahiro Yamadakbuild: refactor KBUILD_VMLINUX_{OBJS,LIBS} calculation
2020-06-01 Masahiro Yamadakbuild: merge net-y and virt-y into drivers-y
2020-06-01 Masahiro Yamadakbuild: merge init-y into core-y
2020-06-01 Masahiro Yamadakbuild: refactor tagets caluculation for KBUILD_{BUILTI...
2020-06-01 Masahiro Yamadakbuild: refactor subdir-ym calculation
2020-06-01 Masahiro Yamadakbuild: merge two 'ifdef CONFIG_TRIM_UNUSED_KSYMS'...
2020-06-01 Masahiro Yamadakbuild: force to build vmlinux if CONFIG_MODVERSION=y
2020-05-28 Nick DesaulniersMakefile: support compressed debug info
2020-05-28 Masahiro Yamadamodpost: refactor sech_name()
2020-05-28 Masahiro Yamadamodpost: fix potential segmentation fault for addend_i3...
2020-05-28 Masahiro Yamadakbuild: disallow multi-word in M= or KBUILD_EXTMOD
2020-05-25 Masahiro Yamadakbuild: make modules.order rule consistent with built...
2020-05-25 Masahiro Yamadakbuild: rename subdir-obj-y to subdir-builtin
2020-05-25 Masahiro Yamadakbuild: move subdir-obj-y to scripts/Makefile.build
2020-05-25 Masahiro Yamadakbuild: clear KBUILD_MODULES in top Makefile if CONFIG_...
2020-05-25 Masahiro Yamadakbuild: remove ifdef builtin-target / lib-target
2020-05-25 Masahiro Yamadakbuild: doc: remove documentation about copying Module...
2020-05-25 Masahiro Yamadakbuild: make module name conflict fatal error
2020-05-25 Masahiro Yamadakbuild: error out if targets prefixed with '__' are...
2020-05-25 Masahiro Yamadakbuild: add this-makefile as a shorthand for $(lastword...
2020-05-25 Masahiro Yamadagcc-plugins: remove always-false $(if ...) in Makefile
2020-05-25 Valdis Kl ē... bpfilter: document build requirements for bpfilter_umh
2020-05-25 Maninder Singhscripts/checkstack.pl: fix arm sp regex
2020-05-25 Maninder Singhscripts/checkstack.pl: add arm push handling for stack...
2020-05-25 Maninder Singhscripts/checkstack.pl: Add argument to print stacks...
2020-05-25 Maninder Singhscripts/checkstack.pl: don't display $dre as different...
2020-05-25 Gustavo A.... modpost,fixdep: Replace zero-length array with flexible...
2020-05-25 Siddharth Guptascripts: headers_install: Exit with error on config...
2020-05-25 Masahiro Yamadakbuild: remove {CLEAN,MRPROPER,DISTCLEAN}_DIRS
2020-05-25 Masahiro Yamadakbuild: remove misleading stale FIXME comment
2020-05-25 Masahiro Yamadakbuild: invoke syncconfig if autoconf.h is missing
2020-05-17 Masahiro Yamadasamples: watchdog: use 'userprogs' syntax
2020-05-17 Masahiro Yamadasamples: timers: use 'userprogs' syntax
2020-05-17 Masahiro Yamadasamples: auxdisplay: use 'userprogs' syntax
2020-05-17 Masahiro Yamadasamples: mei: build sample program for target architecture
2020-05-17 Masahiro Yamadasamples: pidfd: build sample program for target archite...
2020-05-17 Masahiro Yamadasamples: vfs: build sample programs for target architecture
2020-05-17 Masahiro Yamadasamples: connector: build sample program for target...
2020-05-17 Masahiro Yamadasamples: hidraw: build sample program for target archit...
2020-05-17 Masahiro Yamadasamples: uhid: build sample program for target architecture
2020-05-17 Sam Ravnborgsamples: uhid: fix warnings in uhid-example
2020-05-17 Masahiro Yamadakbuild: doc: document the new syntax 'userprogs'
2020-05-17 Masahiro Yamadasamples: seccomp: build sample programs for target...
2020-05-17 Masahiro Yamadabpfilter: use 'userprogs' syntax to build bpfilter_umh
2020-05-17 Masahiro Yamadakbuild: add infrastructure to build userspace programs
2020-05-17 Masahiro Yamadabpfilter: check if $(CC) can link static libc in Kconfig
2020-05-17 Masahiro Yamadabpfilter: match bit size of bpfilter_umh to that of...
2020-05-17 Masahiro Yamadakbuild: warn if always, hostprogs-y, or hostprogs-m...
2020-05-12 Masahiro Yamadakbuild: determine the output format of DTC by the targe...
2020-05-12 Masahiro Yamadakbuild: remove unused AS assignment
2020-05-12 Masahiro Yamadakbuild: remove '/' target
2020-05-12 Masahiro YamadaRevert "objtool: Skip samples subdirectory"
2020-05-12 Masahiro Yamadakbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_C...
2020-05-12 Masahiro Yamadakbuild: use -MMD instead of -MD to exclude system heade...
2020-05-12 Masahiro Yamadakbuild: ensure full rebuild when the compiler is updated
2020-05-12 Masahiro Yamadakbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC...
2020-05-12 Masahiro Yamadaunicore32: do not evaluate compiler's library path...
2020-05-12 Masahiro Yamadah8300: suppress error messages for 'make clean'
2020-05-12 Masahiro Yamadahexagon: suppress error message for 'make clean'
2020-05-12 Masahiro Yamadaum: do not evaluate compiler's library path when cleaning
2020-05-10 Linus TorvaldsLinux 5.7-rc5
2020-05-10 Linus TorvaldsMerge tag 'x86-urgent-2020-05-10' of git://git./linux...
2020-05-10 Linus TorvaldsMerge tag 'objtool-urgent-2020-05-10' of git://git...
2020-05-10 Linus TorvaldsMerge tag 'locking-urgent-2020-05-10' of git://git...
next