summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* kconfig: import more list macros and inline functionsMasahiro Yamada2024-02-192-0/+77
* kconfig: resync list.hMasahiro Yamada2024-02-191-62/+121
* kconfig: split list_head into a separate headerMasahiro Yamada2024-02-196-7/+15
* kconfig: change file_lookup() to return the file nameMasahiro Yamada2024-02-195-16/+13
* kconfig: make file::name a flexible array memberMasahiro Yamada2024-02-192-3/+6
* kconfig: move the file and lineno in struct file to struct bufferMasahiro Yamada2024-02-193-33/+23
* kconfig: replace remaining current_file->name with cur_filenameMasahiro Yamada2024-02-192-6/+6
* kconfig: do not delay the cur_filename updateMasahiro Yamada2024-02-192-10/+15
* kconfig: replace file->name with name in zconf_nextfile()Masahiro Yamada2024-02-191-5/+5
* kconfig: associate struct property with file name directlyMasahiro Yamada2024-02-193-9/+9
* kconfig: associate struct menu with file name directlyMasahiro Yamada2024-02-195-10/+10
* kconfig: remove zconf_curname() and zconf_lineno()Masahiro Yamada2024-02-195-51/+37
* kconfig: replace current_pos with separate cur_{filename,lineno}Masahiro Yamada2024-02-191-8/+17
* kconfig: split preprocessor prototypes into preprocess.hMasahiro Yamada2024-02-195-13/+23
* kconfig: call env_write_dep() right after yyparse()Masahiro Yamada2024-02-194-12/+18
* kconfig: write Kconfig files to autoconf.cmd in orderMasahiro Yamada2024-02-194-4/+11
* kconfig: remove unneeded sym_find() call in conf_parse()Masahiro Yamada2024-02-191-1/+1
* kconfig: remove compat_getline()Masahiro Yamada2024-02-191-52/+1
* kconfig: remove orphan lookup_file() declarationMasahiro Yamada2024-02-191-1/+0
* kconfig: fix off-by-one in zconf_error()Masahiro Yamada2024-02-191-1/+1
* kconfig: fix infinite loop when expanding a macro at the end of fileMasahiro Yamada2024-02-191-2/+5
* Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"Masahiro Yamada2024-02-191-3/+1
* Revert "kbuild/mkspec: support 'update-bootloader'-based systems"Masahiro Yamada2024-02-191-5/+0
* kbuild: rpm-pkg: mark installed files in /boot as %ghostMasahiro Yamada2024-02-191-0/+4
* kbuild: rpm-pkg: do not include depmod-generated filesMasahiro Yamada2024-02-191-3/+19
* kbuild: deb-pkg: call more misc debhelper commandsMasahiro Yamada2024-02-192-9/+5
* kbuild: deb-pkg: build binary-arch in parallelMasahiro Yamada2024-02-192-34/+47
* kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg'Masahiro Yamada2024-02-191-7/+9
* kbuild: deb-pkg: show verbose log for direct package buildsMasahiro Yamada2024-02-191-0/+8
* kbuild: simplify dtbs_install by reading the list of compiled DTBsMasahiro Yamada2024-02-193-21/+19
* kbuild: create a list of all built DTB filesMasahiro Yamada2024-02-194-10/+21
* docs: kbuild/kconfig: reformat/cleanupVegard Nossum2024-02-191-197/+166
* kconfig: fix line number in recursive inclusion detectionMasahiro Yamada2024-02-191-4/+5
* kconfig: remove unneeded buffer allocation in zconf_initscan()Masahiro Yamada2024-02-191-16/+13
* Linux 6.8-rc5v6.8-rc5Linus Torvalds2024-02-181-1/+1
* Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-02-189-32/+33
|\
| * kallsyms: ignore ARMv4 thunks along with othersArnd Bergmann2024-02-151-11/+2
| * modpost: trim leading spaces when processing source files listRadek Krejci2024-02-151-1/+6
| * gen_compile_commands: fix invalid escape sequence warningAndrew Ballance2024-02-151-1/+1
| * kbuild: Fix changing ELF file type for output of gen_btf for big endianNathan Chancellor2024-02-151-2/+7
| * docs: kconfig: Fix grammar and formattingThorsten Blum2024-02-151-3/+3
| * kbuild: use 4-space indentation when followed by conditionalsMasahiro Yamada2024-02-154-14/+14
* | Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-181-5/+18
|\ \
| * | x86/mm/ident_map: Use gbpages only where full GB page should be mapped.Steve Wahl2024-02-121-5/+18
* | | Merge tag 'irq_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-02-184-26/+47
|\ \ \
| * | | irqchip/gic-v3-its: Fix GICv4.1 VPE affinity updateMarc Zyngier2024-02-131-9/+13
| * | | irqchip/gic-v3-its: Restore quirk probing for ACPI-based systemsMarc Zyngier2024-02-131-1/+2
| * | | irqchip/gic-v3-its: Handle non-coherent GICv4 redistributorsMarc Zyngier2024-02-131-12/+25
| * | | irqchip/qcom-mpm: Fix IS_ERR() vs NULL check in qcom_mpm_init()Dan Carpenter2024-02-131-2/+2
| * | | irqchip/loongson-eiointc: Use correct struct type in eiointc_domain_alloc()Bibo Mao2024-02-131-1/+1