summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-24initramfs: Check timestamp to prevent broken cpio archiveNicolas Schier
2021-10-24kbuild: split DEBUG_CFLAGS out to scripts/Makefile.debugMasahiro Yamada
2021-10-13gen_init_cpio: add static const qualifiersMasahiro Yamada
2021-10-12kbuild: Add make tarzst-pkg build optionPaweł Jasiak
2021-10-12scripts: update the comments of kallsyms supportHui Su
2021-10-11sparc: Add missing "FORCE" target when using if_changedKees Cook
2021-10-11kconfig: refactor conf_touch_dep()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_dep()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_autoconf()Masahiro Yamada
2021-10-11kconfig: add conf_get_autoheader_name()Masahiro Yamada
2021-10-11kconfig: move sym_escape_string_value() to confdata.cMasahiro Yamada
2021-10-11kconfig: refactor listnewconfig codeMasahiro Yamada
2021-10-11kconfig: refactor conf_write_symbol()Masahiro Yamada
2021-10-11kconfig: refactor conf_write_heading()Masahiro Yamada
2021-10-01kconfig: remove 'const' from the return type of sym_escape_string_value()Masahiro Yamada
2021-09-30kconfig: rename a variable in the lexer to a clearer nameMasahiro Yamada
2021-09-30kconfig: narrow the scope of variables in the lexerMasahiro Yamada
2021-09-25kconfig: Create links to main menu items in searchAriel Marcovitch
2021-09-22kbuild: reuse $(cmd_objtool) for cmd_cc_lto_link_modulesMasahiro Yamada
2021-09-22kbuild: detect objtool update without using .SECONDEXPANSIONMasahiro Yamada
2021-09-22kbuild: factor out OBJECT_FILES_NON_STANDARD check into a macroMasahiro Yamada
2021-09-22kbuild: store the objtool command in *.cmd filesMasahiro Yamada
2021-09-22kbuild: rename __objtool_obj and reuse it for cmd_cc_lto_link_modulesMasahiro Yamada
2021-09-22kbuild: move objtool_args back to scripts/Makefile.buildMasahiro Yamada
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan
2021-09-22nios2: move the install rule to arch/nios2/MakefileMasahiro Yamada
2021-09-19Linux 5.15-rc2Linus Torvalds
2021-09-19pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds
2021-09-19Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-19Merge tag 'perf-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-09-19Merge tag 'locking-urgent-2021-09-19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-09-19Merge tag 'powerpc-5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-09-19Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-19Merge tag 'perf-tools-fixes-for-v5.15-2021-09-18' of git://git.kernel.org/pub...Linus Torvalds
2021-09-19dmascc: use proper 'virt_to_bus()' rather than casting to 'int'Linus Torvalds
2021-09-19alpha: enable GENERIC_PCI_IOMAP unconditionallyLinus Torvalds
2021-09-19parisc: Declare pci_iounmap() parisc version only when CONFIG_PCI enabledHelge Deller
2021-09-19Revert "drm/vc4: hdmi: Remove drm_encoder->crtc usage"Linus Torvalds
2021-09-19Revert drm/vc4 hdmi runtime PM changesLinus Torvalds
2021-09-19kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGSNathan Chancellor
2021-09-19x86/build: Do not add -falign flags unconditionally for clangNathan Chancellor
2021-09-19kbuild: Fix comment typo in scripts/Makefile.modpostRamji Jiyani
2021-09-19sh: Add missing FORCE prerequisites in MakefileGeert Uytterhoeven
2021-09-19gen_compile_commands: fix missing 'sys' packageKortan
2021-09-19checkkconfigsymbols.py: Remove skipping of help lines in parse_kconfig_fileAriel Marcovitch
2021-09-19checkkconfigsymbols.py: Forbid passing 'HEAD' to --commitAriel Marcovitch
2021-09-18alpha: move __udiv_qrnnd library function to arch/alpha/lib/Linus Torvalds
2021-09-18alpha: mark 'Jensen' platform as no longer brokenLinus Torvalds
2021-09-18perf bpf: Ignore deprecation warning when using libbpf's btf__get_from_id()Andrii Nakryiko
2021-09-18libperf evsel: Make use of FD robust.Ian Rogers