summaryrefslogtreecommitdiffstats
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variablesMasahiro Yamada2024-11-284-11/+11
| * kbuild: change working directory to external module directory with M=Masahiro Yamada2024-11-287-18/+15
| * kbuild: add $(objtree)/ prefix to some in-kernel build artifactsMasahiro Yamada2024-11-276-19/+19
| * kbuild: deb-pkg: Don't fail if modules.order is missingMatt Fleming2024-11-271-10/+12
| * kbuild: Fix Propeller build optionRong Xu2024-11-271-2/+13
| * kbuild: Add Propeller configuration for kernel buildRong Xu2024-11-272-0/+38
| * AutoFDO: Enable machine function split optimization for AutoFDORong Xu2024-11-271-0/+2
| * AutoFDO: Enable -ffunction-sections for the AutoFDO buildRong Xu2024-11-271-1/+1
| * MIPS: Place __kernel_entry at the beginning of text sectionRong Xu2024-11-271-1/+0
| * kbuild: Add AutoFDO support for Clang buildRong Xu2024-11-062-0/+32
| * kconfig: document the positional argument in the help messageMasahiro Yamada2024-11-061-1/+4
| * kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()Masahiro Yamada2024-11-061-1/+1
| * kconfig: qconf: refactor ConfigInfoView::clicked()Masahiro Yamada2024-11-061-37/+6
| * kconfig: add sym_get_prompt_menu() helper functionMasahiro Yamada2024-11-062-7/+20
| * kconfig: qconf: remove non-functional href="m..." tagMasahiro Yamada2024-11-061-2/+2
| * kconfig: qconf: remove redundant check in goBack()Masahiro Yamada2024-11-061-3/+0
| * kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressedMasahiro Yamada2024-11-061-1/+1
| * kconfig: qconf: remove ConfigItem::visible memberMasahiro Yamada2024-11-062-25/+18
| * kconfig: qconf: do not show goParent button in split viewMasahiro Yamada2024-11-061-2/+1
| * kconfig: qconf: convert the last old connection syntax to Qt5 styleMasahiro Yamada2024-11-061-1/+3
| * kconfig: qconf: remove unnecessary lastWindowClosed() signal connectionMasahiro Yamada2024-11-061-1/+0
| * kconfig: qconf: remove unnecessary setRootIsDecorated() callMasahiro Yamada2024-11-061-1/+0
| * kconfig: qconf: remove redundant type check for choice membersMasahiro Yamada2024-11-061-1/+1
| * kconfig: qconf: remove mouse{Press,Move}Event() functionsMasahiro Yamada2024-11-062-16/+0
| * kconfig: qconf: simplify character replacementRolf Eike Beer2024-11-061-21/+12
| * kconfig: qconf: use default platform shortcutsRolf Eike Beer2024-11-061-5/+7
| * kconfig: qconf: use QString to store path to configuration fileRolf Eike Beer2024-11-062-19/+7
| * kconfig: nconf: Fix typo in function commentThorsten Blum2024-11-061-1/+1
| * streamline_config.pl: remove prompt warnings for configs with defaultsDavid Hunter2024-11-061-2/+12
| * streamline_config.pl: ensure all defaults are trackedDavid Hunter2024-11-061-1/+1
| * streamline_config.pl: fix missing variable operator in debug printDavid Hunter2024-11-041-1/+1
| * kconfig: nconf: Use TAB to cycle thru dialog buttonsThorsten Blum2024-11-041-0/+9
| * kconfig: qconf: set parent in the widget constructorMasahiro Yamada2024-11-041-8/+4
| * kconfig: qconf: reorder code in ConfigMainWindow() constructorMasahiro Yamada2024-11-041-12/+11
| * kconfig: qconf: set QSplitter orientation in the constructorMasahiro Yamada2024-11-041-6/+3
| * kconfig: remove zconfprint()Masahiro Yamada2024-11-041-17/+5
| * kconfig: remove support for "bool" prompt for choice entriesMasahiro Yamada2024-11-041-6/+0
| * kbuild: add generic support for built-in boot DTBsMasahiro Yamada2024-11-042-0/+48
* | Merge tag 'char-misc-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-11-291-14/+26
|\ \
| * | scripts/tags.sh: Don't tag usages of DEFINE_MUTEXCosta Shulyupin2024-11-121-1/+1
| * | Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman2024-11-058-17/+40
| |\|
| * | scripts/tags.sh: Fix warnings "null expansion of name pattern"Costa Shulyupin2024-11-051-1/+1
| * | scripts/tags.sh: use list of identifiers to ignoreCosta Shulyupin2024-11-051-13/+23
| * | scripts/tags.sh: add regex to map IDT entriesCosta Shulyupin2024-11-051-0/+2
* | | Merge tag 'sparc-for-6.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-11-291-0/+1
|\ \ \
| * | | sparc/build: Add SPARC target flags for compiling with clangKoakuma2024-11-161-0/+1
* | | | Merge tag 'modules-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-11-272-190/+5
|\ \ \ \
| * | | | scripts: Remove export_report.plMatthew Maurer2024-11-051-186/+0
| * | | | modules: Add missing entry for __ex_tableHelge Deller2024-10-191-0/+1
| * | | | modules: Ensure 64-bit alignment on __ksymtab_* sectionsHelge Deller2024-10-191-4/+4