index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
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-07-22
tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
Steven Rostedt
1
-1
/
+1
2025-07-21
stackleak: Split KSTACK_ERASE_CFLAGS from GCC_PLUGINS_CFLAGS
Kees Cook
2
-14
/
+17
2025-07-21
stackleak: Rename stackleak_track_stack to __sanitizer_cov_stack_depth
Kees Cook
1
-26
/
+26
2025-07-21
stackleak: Rename STACKLEAK to KSTACK_ERASE
Kees Cook
1
-3
/
+3
2025-07-21
scripts: rust: emit path candidates in panic message
Tamir Duberstein
1
-3
/
+5
2025-07-21
scripts: rust: replace length checks with match
Tamir Duberstein
1
-16
/
+15
2025-07-19
coccinelle: misc: secs_to_jiffies: implement context and report modes
Easwar Hariharan
1
-5
/
+44
2025-07-19
rust: list: add `impl_list_item!` examples
Tamir Duberstein
1
-2
/
+3
2025-07-19
Merge tag 'rust-fixes-6.16-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2025-07-17
scripts: kdoc: make it backward-compatible with Python 3.7
Mauro Carvalho Chehab
1
-1
/
+3
2025-07-17
docs: kernel-doc: emit warnings for ancient versions of Python
Mauro Carvalho Chehab
1
-0
/
+10
2025-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-9
/
+296
2025-07-16
checkpatch: Remove SRCU-lite deprecation
Paul E. McKenney
1
-2
/
+0
2025-07-15
Merge branch 'kdoc-item2' into docs-mw
Jonathan Corbet
4
-244
/
+145
2025-07-15
docs: kdoc: emit a warning for ancient versions of Python
Jonathan Corbet
1
-0
/
+9
2025-07-15
docs: kdoc: clean up check_sections()
Jonathan Corbet
1
-20
/
+11
2025-07-15
docs: kdoc: directly access the always-there KdocItem fields
Jonathan Corbet
2
-13
/
+8
2025-07-15
docs: kdoc: straighten up dump_declaration()
Jonathan Corbet
1
-10
/
+5
2025-07-15
docs: kdoc: Regularize the use of the declaration name
Jonathan Corbet
2
-30
/
+15
2025-07-15
docs: kdoc: Coalesce parameter-list handling
Jonathan Corbet
3
-67
/
+43
2025-07-15
docs: kdoc: use self.entry.parameterlist directly in check_sections()
Jonathan Corbet
1
-9
/
+5
2025-07-15
docs: kdoc: remove the "struct_actual" machinery
Jonathan Corbet
1
-30
/
+2
2025-07-15
docs: kdoc: Centralize handling of the item section list
Jonathan Corbet
3
-40
/
+25
2025-07-15
docs: kdoc: drop "sectionlist"
Jonathan Corbet
2
-24
/
+7
2025-07-14
rust: use `#[used(compiler)]` to fix build and `modpost` with Rust >= 1.89.0
Miguel Ojeda
1
-1
/
+2
2025-07-14
lib/crypto: tests: Add KUnit tests for Poly1305
Eric Biggers
1
-2
/
+47
2025-07-14
lib/crypto: tests: Add hash-test-template.h and gen-hash-testvecs.py
Eric Biggers
1
-0
/
+102
2025-07-12
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes which
Andrew Morton
5
-9
/
+296
2025-07-10
Merge branch 'virtio_udp_tunnel_08_07_2025' of https://github.com/pabeni/linu...
Jakub Kicinski
1
-0
/
+1
2025-07-10
scripts/gdb/symbols: make lx-symbols skip the s390 decompressor
Ilya Leoshkevich
1
-0
/
+26
2025-07-09
checkpatch: check for missing sentinels in ID arrays
Brian Norris
1
-0
/
+28
2025-07-09
scripts: gdb: move MNT_* constants to gdb-parsed
Johannes Berg
1
-6
/
+6
2025-07-09
checkpatch: use utf-8 match for spell checking
Antonio Borneo
1
-2
/
+3
2025-07-09
alloc_tag: remove empty module tag section
Casey Chen
1
-5
/
+0
2025-07-09
scripts: gdb: vfs: support external dentry names
Illia Ostapyshyn
1
-1
/
+1
2025-07-09
scripts/gdb: de-reference per-CPU MCE interrupts
Florian Fainelli
1
-1
/
+1
2025-07-09
scripts/gdb: fix interrupts.py after maple tree conversion
Florian Fainelli
4
-6
/
+293
2025-07-09
scripts/gdb: fix interrupts display after MCP on x86
Florian Fainelli
1
-1
/
+1
2025-07-08
scripts/kernel_doc.py: properly handle VIRTIO_DECLARE_FEATURES
Paolo Abeni
1
-0
/
+1
2025-07-08
docs: kdoc: pretty up dump_enum()
Jonathan Corbet
1
-14
/
+25
2025-07-08
docs: kdoc: some tweaks to process_proto_function()
Jonathan Corbet
1
-19
/
+24
2025-07-08
docs: kdoc: rework type prototype parsing
Jonathan Corbet
1
-18
/
+25
2025-07-08
docs: kdoc: remove the brcount floor in process_proto_type()
Jonathan Corbet
1
-3
/
+1
2025-07-08
docs: kdoc: micro-optimize KernRe
Jonathan Corbet
1
-5
/
+2
2025-07-08
docs: kdoc: don't reinvent string.strip()
Jonathan Corbet
1
-22
/
+5
2025-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2025-07-02
docs: kdoc: simplify the output-item passing
Jonathan Corbet
2
-3
/
+3
2025-07-02
docs: kdoc; Add a rudimentary class to represent output items
Jonathan Corbet
2
-21
/
+35
2025-07-02
fs: introduce file_getattr and file_setattr syscalls
Andrey Albershteyn
1
-0
/
+2
2025-07-02
kconfig: gconf: remove GtkHandleBox from glade
Masahiro Yamada
1
-9
/
+0
[prev]
[next]