index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-28
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-25
docs: kdoc: rework process_export() slightly
Jonathan Corbet
1
-16
/
+14
2025-06-25
docs: kdoc: remove KernelEntry::function
Jonathan Corbet
1
-1
/
+0
2025-06-25
scripts/gdb: fix dentry_name() lookup
Florian Fainelli
1
-1
/
+1
2025-06-25
docs: kdoc: remove a bit of dead code
Jonathan Corbet
1
-7
/
+0
2025-06-25
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
2025-06-25
docs: kdoc: Make body_with_blank_line parsing more flexible
Jonathan Corbet
1
-1
/
+1
2025-06-24
kconfig: lxdialog: fix 'space' to (de)select options
Yann E. MORIN
1
-1
/
+1
2025-06-23
Merge 6.16-rc3 into driver-core-next
Greg Kroah-Hartman
3
-61
/
+33
2025-06-18
kconfig: use memcmp instead of deprecated bcmp
Thomas Meyer
1
-1
/
+1
2025-06-17
const_structs.checkpatch: add bin_attribute
Thomas Weißschuh
1
-0
/
+1
2025-06-16
gendwarfksyms: Fix structure type overrides
Sami Tolvanen
2
-58
/
+21
2025-06-16
kbuild: move warnings about linux/export.h from W=1 to W=2
Masahiro Yamada
1
-3
/
+12
2025-06-09
ver_linux: Remove checks for reiserfsprogs.
Collin Funk
1
-2
/
+0
2025-06-09
docs: kdoc: some final touches for process_name()
Jonathan Corbet
1
-13
/
+20
2025-06-09
docs: kdoc: move the declaration regexes out of process_name()
Jonathan Corbet
1
-13
/
+17
2025-06-09
docs: kdoc: remove some ineffective code
Jonathan Corbet
1
-5
/
+0
2025-06-09
docs: kdoc: remove the KernelEntry::descr pseudo member
Jonathan Corbet
1
-6
/
+8
2025-06-09
docs: kdoc: remove the KernelEntry::is_kernel_comment member
Jonathan Corbet
1
-8
/
+8
2025-06-09
docs: kdoc: simplify the kerneldoc recognition code
Jonathan Corbet
1
-16
/
+8
2025-06-09
docs: kdoc: remove the section_intro variable
Jonathan Corbet
1
-2
/
+1
[prev]
[next]