summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2024-11-06kconfig: qconf: remove non-functional href="m..." tagMasahiro Yamada1-2/+2
2024-11-06kconfig: qconf: remove redundant check in goBack()Masahiro Yamada1-3/+0
2024-11-06kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressedMasahiro Yamada1-1/+1
2024-11-06kconfig: qconf: remove ConfigItem::visible memberMasahiro Yamada2-25/+18
2024-11-06kconfig: qconf: do not show goParent button in split viewMasahiro Yamada1-2/+1
2024-11-06kconfig: qconf: convert the last old connection syntax to Qt5 styleMasahiro Yamada1-1/+3
2024-11-06kconfig: qconf: remove unnecessary lastWindowClosed() signal connectionMasahiro Yamada1-1/+0
2024-11-06kconfig: qconf: remove unnecessary setRootIsDecorated() callMasahiro Yamada1-1/+0
2024-11-06kconfig: qconf: remove redundant type check for choice membersMasahiro Yamada1-1/+1
2024-11-06kconfig: qconf: remove mouse{Press,Move}Event() functionsMasahiro Yamada2-16/+0
2024-11-06kconfig: qconf: simplify character replacementRolf Eike Beer1-21/+12
2024-11-06kconfig: qconf: use default platform shortcutsRolf Eike Beer1-5/+7
2024-11-06kconfig: qconf: use QString to store path to configuration fileRolf Eike Beer2-19/+7
2024-11-06kconfig: nconf: Fix typo in function commentThorsten Blum1-1/+1
2024-11-06streamline_config.pl: remove prompt warnings for configs with defaultsDavid Hunter1-2/+12
2024-11-06streamline_config.pl: ensure all defaults are trackedDavid Hunter1-1/+1
2024-11-05scripts: Remove export_report.plMatthew Maurer1-186/+0
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman8-17/+40
2024-11-05scripts/tags.sh: Fix warnings "null expansion of name pattern"Costa Shulyupin1-1/+1
2024-11-05scripts/tags.sh: use list of identifiers to ignoreCosta Shulyupin1-13/+23
2024-11-05scripts/tags.sh: add regex to map IDT entriesCosta Shulyupin1-0/+2
2024-11-05rust: add arch_static_branchAlice Ryhl1-1/+8
2024-11-04streamline_config.pl: fix missing variable operator in debug printDavid Hunter1-1/+1
2024-11-04kconfig: nconf: Use TAB to cycle thru dialog buttonsThorsten Blum1-0/+9
2024-11-04kconfig: qconf: set parent in the widget constructorMasahiro Yamada1-8/+4
2024-11-04kconfig: qconf: reorder code in ConfigMainWindow() constructorMasahiro Yamada1-12/+11
2024-11-04kconfig: qconf: set QSplitter orientation in the constructorMasahiro Yamada1-6/+3
2024-11-04kconfig: remove zconfprint()Masahiro Yamada1-17/+5
2024-11-04kconfig: remove support for "bool" prompt for choice entriesMasahiro Yamada1-6/+0
2024-11-04kbuild: add generic support for built-in boot DTBsMasahiro Yamada2-0/+48
2024-11-03Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds7-16/+39
2024-11-03modpost: fix input MODULE_DEVICE_TABLE() built for 64-bit on 32-bit hostMasahiro Yamada1-1/+1
2024-11-03modpost: fix acpi MODULE_DEVICE_TABLE built with mismatched endiannessMasahiro Yamada1-5/+5
2024-10-31kconfig: show sub-menu entries even if the prompt is hiddenMasahiro Yamada1-1/+12
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg build profileMasahiro Yamada1-0/+1
2024-10-31kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profileMasahiro Yamada3-6/+11
2024-10-31kbuild: rpm-pkg: disable kernel-devel package when cross-compilingMasahiro Yamada1-1/+6
2024-10-31kbuild: Add generic hook for architectures to use before the final vmlinux linkNaveen N Rao2-1/+13
2024-10-28kbuild: rust: avoid errors with old `rustc`s without LLVM patch versionMiguel Ojeda1-1/+1
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov9-14/+97
2024-10-23sumversion: Fix a memory leak in get_src_version()Elena Salomatkina1-2/+3
2024-10-21reiserfs: The last commitJan Kara1-3/+0
2024-10-19modules: Add missing entry for __ex_tableHelge Deller1-0/+1
2024-10-19modules: Ensure 64-bit alignment on __ksymtab_* sectionsHelge Deller1-4/+4
2024-10-18Revert "scripts/faddr2line: Check only two symbols when calculating symbol size"Carlos Llamas1-1/+1
2024-10-17kernel-doc: allow object-like macros in ReST outputRandy Dunlap1-13/+30
2024-10-16checkpatch: Remove links to outdated documentationAnna-Maria Behnsen1-5/+5
2024-10-16kbuild: rust: remove the `alloc` crate and `GlobalAlloc`Danilo Krummrich2-11/+4
2024-10-14scripts/kernel-doc: Do not track section counter across processed filesChen-Yu Tsai1-3/+1
2024-10-14scripts/kernel-doc: Fix build time warningsAndré Almeida1-1/+1