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-31
Merge tag 'docs-6.17' of git://git.lwn.net/linux
Linus Torvalds
10
-586
/
+1065
2025-07-30
Merge tag 'ftrace-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-1
/
+1
2025-07-30
Merge tag 'rcu.release.v6.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+0
2025-07-30
Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-0
/
+13
2025-07-29
Merge tag 'sysctl-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-82
/
+102
2025-07-29
Merge tag 'hardening-v6.17-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2025-07-29
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-0
/
+26
2025-07-29
kstack_erase: Fix missed export of renamed KSTACK_ERASE_CFLAGS
Kees Cook
1
-1
/
+1
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2025-07-28
Merge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+147
2025-07-28
Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-40
/
+49
2025-07-28
Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+2
2025-07-26
kstack_erase: Support Clang stack depth tracking
Kees Cook
1
-0
/
+6
2025-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+2
2025-07-24
scripts: add origin commit identification based on specific patterns
Zhiyu Zhang
1
-1
/
+37
2025-07-23
docs: Replace spaces with tabs in check-sysctl-docs
Joel Granados
1
-82
/
+81
2025-07-23
docs: Add awk section for ucount sysctl entries
Joel Granados
1
-0
/
+8
2025-07-23
docs: Use skiplist when checking sysctl admin-guide
Joel Granados
1
-4
/
+17
2025-07-23
docs: nixify check-sysctl-docs
Joel Granados
1
-1
/
+1
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-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-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
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
[next]