summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-2565-498/+698
|\
| * initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRDGeert Uytterhoeven2021-02-241-1/+0
| * kbuild: remove deprecated 'always' and 'hostprogs-y/m'Masahiro Yamada2021-02-243-16/+0
| * kbuild: parse C= and M= before changing the working directoryMasahiro Yamada2021-02-241-30/+31
| * kbuild: reuse this-makefile to define abs_srctreeMasahiro Yamada2021-02-241-3/+2
| * kconfig: unify rule of config, menuconfig, nconfig, gconfig, xconfigMasahiro Yamada2021-02-241-22/+14
| * kconfig: omit --oldaskconfig option for 'make config'Masahiro Yamada2021-02-242-1/+2
| * kconfig: fix 'invalid option' for help optionMasahiro Yamada2021-02-241-2/+2
| * kconfig: remove dead code in conf_askvalue()Masahiro Yamada2021-02-241-15/+1
| * kconfig: clean up nested if-conditionals in check_conf()Masahiro Yamada2021-02-241-26/+29
| * kconfig: Remove duplicate call to sym_get_string_value()Mickaël Salaün2021-02-241-1/+1
| * Makefile: Remove # characters from compiler stringNathan Chancellor2021-02-241-1/+1
| * Makefile: reuse CC_VERSION_TEXTNick Desaulniers2021-02-241-7/+7
| * kbuild: check the minimum linker version in KconfigMasahiro Yamada2021-02-225-41/+90
| * kbuild: remove ld-version macroMasahiro Yamada2021-02-221-5/+1
| * scripts: add generic syscallhdr.shMasahiro Yamada2021-02-221-0/+98
| * scripts: add generic syscalltbl.shMasahiro Yamada2021-02-221-0/+73
| * arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada2021-02-2212-15/+15
| * arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada2021-02-2211-80/+91
| * gen_compile_commands: prune some directoriesMasahiro Yamada2021-02-161-2/+10
| * kbuild: simplify access to the kernel's versionSasha Levin2021-02-166-10/+13
| * kbuild: clamp SUBLEVEL to 255Sasha Levin2021-02-161-3/+9
| * Kconfig: allow explicit opt in to DWARF v5Nick Desaulniers2021-02-163-0/+27
| * Kbuild: make DWARF version a choiceNick Desaulniers2021-02-162-7/+28
| * vmlinux.lds.h: add DWARF v5 sectionsNick Desaulniers2021-02-161-1/+6
| * Kbuild: Make composite object searching more genericElliot Berman2021-02-161-4/+8
| * kbuild: use always-y instead of extra-yMasahiro Yamada2021-02-164-12/+12
| * kbuild: stop removing stale <linux/version.h> fileMasahiro Yamada2021-02-161-2/+0
| * kbuild: doc: remove "Objects which export symbols" sectionMasahiro Yamada2021-02-161-7/+1
| * genksyms: remove useless case DOTSMasahiro Yamada2021-02-161-1/+0
| * genksyms: remove dead code for ST_TABLE_*Masahiro Yamada2021-02-161-54/+0
| * genksyms: make source_file a local variable in lexerMasahiro Yamada2021-02-163-2/+3
| * kbuild: check the minimum compiler version in KconfigMasahiro Yamada2021-02-168-65/+93
| * kbuild: LD_VERSION redenominationMasahiro Yamada2021-02-116-6/+6
| * kbuild: Remove $(cc-option,-gdwarf-4) dependency from DEBUG_INFO_DWARF4Masahiro Yamada2021-02-111-1/+0
| * Makefile: use smaller dictionary size for xz module compressionTor Vic2021-02-111-1/+1
| * ia64: remove generated/nr-irqs.h generation to fix build warningMasahiro Yamada2021-02-114-34/+3
| * ia64: remove unneeded header includes from <asm/mca.h>Masahiro Yamada2021-02-114-6/+6
| * ia64: do not typedef struct pal_min_state_area_sMasahiro Yamada2021-02-116-16/+16
* | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-02-256-49/+59
|\ \
| * | ext4: add .kunitconfig fragment to enable ext4-specific testsDaniel Latypov2021-02-121-0/+3
| * | ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting itGeert Uytterhoeven2021-02-121-2/+1
| * | ext4: reset retry counter when ext4_alloc_file_blocks() makes progressEric Whitney2021-02-091-8/+8
| * | ext4: fix potential htree index checksum corruptionTheodore Ts'o2021-02-041-4/+3
| * | ext4: factor out htree rep invariant checkVinicius Tinti2021-02-031-14/+24
| * | ext4: Change list_for_each* to list_for_each_entry*Daejun Park2021-02-031-18/+11
| * | ext4: don't try to processed freed blocks until mballoc is initializedTheodore Ts'o2021-02-031-1/+8
| * | ext4: use DEFINE_MUTEX() for mutex lockZheng Yongjun2021-02-031-2/+1
* | | Merge tag 'pci-v5.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-2573-781/+5543
|\ \ \
| * \ \ Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas2021-02-247-31/+15
| |\ \ \