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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-10
lib/crypto: aes: Add FIPS self-tests for GCM and CCM
Eric Biggers
1
-0
/
+23
2026-08-10
lib/crypto: aes: Add FIPS self-tests for unauthenticated modes
Eric Biggers
1
-0
/
+48
2026-08-10
lib/crypto: fips: Split fips.h into fips-aes.h and fips-sha.h
Eric Biggers
1
-26
/
+57
2026-08-10
kbuild: Support generated asm-headers in subdirectories
Thomas Weißschuh
1
-6
/
+5
2026-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc7
Daniel Borkmann
1
-0
/
+11
2026-08-06
resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tags
Ihor Solodrai
1
-1
/
+1
2026-08-06
resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
Ihor Solodrai
1
-2
/
+0
2026-08-06
module: Remove unused DISCARD_EH_FRAME definition from module.lds.S
Petr Pavlu
1
-5
/
+0
2026-08-05
checkpatch.pl: adapt to new Assisted-by: format
Jeff Layton
1
-3
/
+4
2026-08-05
kbuild: link-vmlinux.sh: improve detection of third pass requirement
André Draszik
1
-1
/
+19
2026-08-05
kallsyms: add symbol size for kallsyms symbols that can change size
André Draszik
1
-0
/
+4
2026-08-05
kbuild: set the initial value of subdir-rustflags-y
Yuntao Wang
1
-0
/
+1
2026-08-05
scripts/config: Use in-place editing (-i) in sed portably
Rong Zhang
1
-12
/
+19
2026-08-05
scripts/config: Use POSIX standard ERE (-E) in sed
Rong Zhang
1
-10
/
+7
2026-08-05
modpost: prevent leak when early return no suffix .o in read_symbols()
Robertus Diawan Chris
1
-3
/
+3
2026-08-05
fixdep: make gendered language gender-neutral
Elsie Heck
1
-5
/
+5
2026-08-05
kconfig: fix minor typos in comments
Julian Braha
1
-2
/
+2
2026-08-05
scripts: fix spelling mistakes
Martin Weiss
2
-2
/
+2
2026-08-05
kconfig: abort rather than loop for ever on EOF
Simon Glass
1
-0
/
+17
2026-08-05
scripts/tags.sh: Add support for rust source files
Sergei Litvin
1
-9
/
+31
2026-08-05
scripts/tags.sh: Prevent binary files appearing in cscope.files
Sergei Litvin
1
-1
/
+1
2026-08-04
scripts: headers_install.sh: Normalize __ASSEMBLY__ to __ASSEMBLER__
Thomas Huth
1
-1
/
+1
2026-08-03
checkpatch: don't emit warnings for ID-base USB & PCI DT compatibles
Chen-Yu Tsai
1
-0
/
+6
2026-08-03
rust: rust_is_available: warn for `bindgen` < 0.72.1 && libclang >= 22
Miguel Ojeda
3
-1
/
+48
2026-08-03
rust: rust_is_available: support testing with `bash` as `/bin/sh`
Miguel Ojeda
1
-2
/
+14
2026-08-03
objtool/klp: Fix symbol resolution for duplicate data symbols
Josh Poimboeuf
1
-0
/
+4
2026-08-03
objtool/klp: Add .klp.symid for sympos disambiguation
Josh Poimboeuf
3
-0
/
+9
2026-08-03
objtool/klp: Skip hidden directories when finding objects
Josh Poimboeuf
1
-2
/
+3
2026-07-31
scripts/sbom: catch ValueError from malformed shell quoting
Carlos Sampaio Ribeiro
2
-1
/
+26
2026-07-31
rust/powerpc: Set min rustc version for powerpc
Mukesh Kumar Chaurasiya (IBM)
1
-0
/
+2
2026-07-29
kbuild: rpm-pkg: Preserve BTF sections in kernel modules during debuginfo stripping
Yafang Shao
1
-0
/
+11
2026-07-28
mm/page_owner: add MR_NEVER to enum migrate_reason and use it for last_migrate_reason
Ye Liu
1
-1
/
+3
2026-07-27
arch: hookup fchroot() system call
Christian Brauner
1
-0
/
+1
2026-07-20
dtc: dt-check-style: Add more DTS test cases
Krzysztof Kozlowski
10
-0
/
+215
2026-07-20
dtc: dt-check-style: Print proper line number of indentation detection place
Krzysztof Kozlowski
3
-16
/
+17
2026-07-20
dtc: dt-check-style: Handle properly DTC-style includes
Krzysztof Kozlowski
4
-2
/
+98
2026-07-20
dtc: dt-check-style: Expect first device_type
Krzysztof Kozlowski
6
-14
/
+140
2026-07-20
dtc: dt-check-style: Rework handling YAML/DTS in rules
Krzysztof Kozlowski
1
-11
/
+12
2026-07-20
dtc: dt-check-style: Allow space-aligning indentation in DTS
Krzysztof Kozlowski
4
-4
/
+43
2026-07-20
dtc: dt-check-style: Narrow disallowing of tab in DTS only to YAML
Krzysztof Kozlowski
3
-6
/
+6
2026-07-13
scripts: headers_install.sh: Normalize __ASSEMBLER__ to __ASSEMBLY__
Thomas Weißschuh
1
-0
/
+1
2026-07-13
scripts: kconfig: merge_config.sh: keep temp file in the output dir
Gustavo Luiz Duarte
1
-1
/
+1
2026-07-07
kbuild: remove srctree path from CHECK output
Ben Dooks
1
-2
/
+2
2026-06-25
scripts/sorttable: Handle RISC-V patchable ftrace entries
Wang Han
1
-3
/
+8
2026-06-25
Merge tag 'kbuild-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux
Linus Torvalds
9
-7
/
+196
2026-06-24
Merge tag 'rust-fixes-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
1
-6
/
+10
2026-06-23
Merge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Linus Torvalds
1
-1
/
+27
2026-06-22
Merge tag 'spdx-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
Linus Torvalds
38
-0
/
+4077
2026-06-21
Merge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
4
-42
/
+84
2026-06-19
rust: doctest: fix incorrect pattern in replacement
Gary Guo
1
-6
/
+10
[prev]
[next]