index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-01
kconfig: gconf: remove unnecessary NULL checks for tree1 and tree2
Masahiro Yamada
1
-8
/
+4
2025-07-01
kconfig: gconf: remove parents[] array and indent variable
Masahiro Yamada
1
-35
/
+14
2025-07-01
kconfig: gconf: remove internal-child="image" nodes from glade
Masahiro Yamada
1
-84
/
+0
2025-07-01
kconfig: gconf: remove unnecessary gtk_set_locale() call
Masahiro Yamada
1
-1
/
+0
2025-07-01
kconfig: gconf: remove gtk_tree_view_set_rules_hint() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove gtk_widget_realize() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove gtk_tree_view_column_set_visible() calls
Masahiro Yamada
1
-11
/
+0
2025-07-01
kconfig: gconf: remove unneeded gtk_tree_view_set_headers_visible() calls
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove meaningless code in init_main_window()
Masahiro Yamada
1
-1
/
+0
2025-07-01
kconfig: gconf: remove empty if-block
Masahiro Yamada
1
-2
/
+0
2025-07-01
kconfig: gconf: remove old #ifdef GTK_CHECK_VERSION
Masahiro Yamada
1
-4
/
+0
2025-07-01
kconfig: gconf: always destroy dialog in on_window1_delete_event()
Masahiro Yamada
1
-5
/
+8
2025-06-30
docs: kdoc: remove the brcount floor in process_proto_type()
Jonathan Corbet
1
-3
/
+1
2025-06-30
docs: kdoc: micro-optimize KernRe
Jonathan Corbet
1
-4
/
+2
2025-06-30
kconfig: gconf: fix potential memory leak in renderer_edited()
Masahiro Yamada
1
-1
/
+2
2025-06-30
kconfig: gconf: make columns resizable
Masahiro Yamada
1
-6
/
+3
2025-06-30
kconfig: re-add menu_get_parent_menu() that returns parent menu
Masahiro Yamada
2
-0
/
+15
2025-06-30
kconfig: rename menu_get_parent_menu() to menu_get_menu_or_parent_menu()
Masahiro Yamada
4
-6
/
+12
2025-06-30
kconfig: qconf: show selected choice in the Value column
Masahiro Yamada
1
-1
/
+8
2025-06-30
kconfig: qconf: do not show checkbox icon for choice
Masahiro Yamada
1
-5
/
+6
2025-06-27
docs: kdoc: don't reinvent string.strip()
Jonathan Corbet
1
-22
/
+5
2025-06-27
docs: kdoc: split the processing of the two remaining inline states
Jonathan Corbet
1
-19
/
+18
2025-06-27
docs: kdoc: remove the inline states-within-a-state
Jonathan Corbet
1
-30
/
+13
2025-06-27
kconfig: set MENU_CHANGED to choice when the selected member is changed
Masahiro Yamada
1
-0
/
+4
2025-06-26
docs: kdoc: remove the INLINE_END state
Jonathan Corbet
1
-3
/
+1
2025-06-26
checkpatch: check for comment explaining rgmii(|-rxid|-txid) PHY modes
Matthias Schiffer
1
-0
/
+12
2025-06-26
docs: kdoc: rework process_export() slightly
Jonathan Corbet
1
-16
/
+14
2025-06-26
docs: kdoc: remove KernelEntry::function
Jonathan Corbet
1
-1
/
+0
2025-06-26
scripts/gdb: fix dentry_name() lookup
Florian Fainelli
1
-1
/
+1
2025-06-26
docs: kdoc: remove a bit of dead code
Jonathan Corbet
1
-7
/
+0
2025-06-26
docs: kdoc: Move content handling into KernelEntry
Jonathan Corbet
1
-32
/
+30
2025-06-25
docs: kdoc: remove KernelEntry::in_doc_sect
Jonathan Corbet
1
-4
/
+0
2025-06-25
scripts: test_doc_build.py: regroup and rename arguments
Mauro Carvalho Chehab
1
-34
/
+61
2025-06-25
scripts: sphinx-pre-install: fix release detection for Fedora
Mauro Carvalho Chehab
1
-1
/
+1
2025-06-25
scripts: sphinx-pre-install: properly handle SPHINXBUILD
Mauro Carvalho Chehab
1
-0
/
+4
2025-06-25
scripts: test_doc_build.py: make the script smarter
Mauro Carvalho Chehab
1
-49
/
+105
2025-06-25
scripts: test_doc_build.py: improve cmd.log logic
Mauro Carvalho Chehab
1
-8
/
+11
2025-06-25
scripts: test_doc_build.py: improve dependency list
Mauro Carvalho Chehab
1
-18
/
+50
2025-06-25
scripts: test_doc_build.py: better adjust to python version
Mauro Carvalho Chehab
1
-5
/
+18
2025-06-25
scripts: test_doc_build.py: better control its output
Mauro Carvalho Chehab
1
-27
/
+51
2025-06-25
scripts: test_doc_build.py: make capture assynchronous
Mauro Carvalho Chehab
1
-113
/
+230
2025-06-25
scripts: scripts/test_doc_build.py: add script to test doc build
Mauro Carvalho Chehab
1
-0
/
+241
2025-06-25
docs: kdoc: finish disentangling the BODY and SPECIAL_SECTION states
Jonathan Corbet
1
-32
/
+48
2025-06-25
docs: kdoc: Add some comments to process_decl()
Jonathan Corbet
1
-14
/
+16
2025-06-25
docs: kdoc: coalesce the end-of-comment processing
Jonathan Corbet
1
-22
/
+14
2025-06-25
docs: kdoc: rework the handling of SPECIAL_SECTION
Jonathan Corbet
1
-28
/
+20
2025-06-25
docs: kdoc: coalesce the new-section handling
Jonathan Corbet
1
-36
/
+13
2025-06-25
docs: kdoc: split out the special-section state
Jonathan Corbet
1
-12
/
+12
2025-06-25
docs: kdoc: separate out the handling of the declaration phase
Jonathan Corbet
1
-15
/
+78
2025-06-25
docs: kdoc: consolidate the "begin section" logic
Jonathan Corbet
1
-15
/
+17
[prev]
[next]