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-01-27
Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2
-1
/
+9
2025-01-27
Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
2
-8
/
+2
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-18
/
+67
2025-01-24
checkpatch: don't warn about extra parentheses in staging/
Dan Carpenter
1
-3
/
+3
2025-01-24
checkpatch: remove migrated RCU APIs from deprecated_apis
David Reaver
1
-10
/
+0
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
1
-1
/
+5
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-1
/
+41
2025-01-21
Merge tag 'docs-6.14' of git://git.lwn.net/linux
Linus Torvalds
2
-3
/
+3
2025-01-21
Merge tag 'rust-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/linux
Linus Torvalds
2
-6
/
+15
2025-01-21
Merge tag 'trace-sorttable-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
2
-555
/
+685
2025-01-21
Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+7
2025-01-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+14
2025-01-16
scripts/tags.sh: Don't tag usages of DECLARE_BITMAP
Costa Shulyupin
1
-0
/
+1
2025-01-13
Merge 6.13-rc4 into char-misc-next
Greg Kroah-Hartman
8
-44
/
+74
2025-01-13
Merge 6.13-rc7 into usb-next
Greg Kroah-Hartman
6
-35
/
+50
2025-01-12
kernel-wide: add explicity||explicitly to spelling.txt
Shivam Chaudhary
1
-0
/
+1
2025-01-12
coccinelle: misc: add secs_to_jiffies script
Easwar Hariharan
1
-0
/
+22
2025-01-12
checkpatch: check return of `git_commit_info`
Tamir Duberstein
1
-4
/
+4
2025-01-12
checkpatch: update reference to include/asm-<arch>
Geert Uytterhoeven
1
-1
/
+1
2025-01-12
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-0
/
+36
2025-01-12
scripts/decode_stacktrace.sh: fix decoding of lines with an additional info
Luca Ceresoli
1
-2
/
+14
2025-01-10
cleanup, tags: Create tags for the cleanup primitives
Peter Zijlstra
1
-0
/
+7
2025-01-10
scripts/sorttable: Use a structure of function pointers for elf helpers
Steven Rostedt
1
-57
/
+118
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-35
/
+50
2025-01-10
rust: use host dylib naming convention to support macOS
Tamir Duberstein
1
-4
/
+11
2025-01-10
rust: document `bindgen` 0.71.0 regression
Miguel Ojeda
1
-2
/
+4
2025-01-08
scripts/spdxcheck: Handle license identifiers in Jinja comments
Lukas Bulwahn
1
-0
/
+3
2025-01-08
scripts/spdxcheck: Parse j2 comments correctly
Thomas Gleixner
1
-0
/
+3
2025-01-08
scripts/tags.sh: Tag timer definitions
Costa Shulyupin
1
-1
/
+2
2025-01-07
scripts/sorttable: Get start/stop_mcount_loc from ELF file directly
Steven Rostedt
1
-50
/
+45
2025-01-07
scripts/sorttable: Move code from sorttable.h into sorttable.c
Steven Rostedt
2
-498
/
+460
2025-01-07
scripts/sorttable: Use uint64_t for mcount sorting
Steven Rostedt
1
-11
/
+11
2025-01-07
scripts/sorttable: Add helper functions for Elf_Sym
Steven Rostedt
2
-14
/
+63
2025-01-07
scripts/sorttable: Add helper functions for Elf_Shdr
Steven Rostedt
2
-23
/
+85
2025-01-07
scripts/sorttable: Add helper functions for Elf_Ehdr
Steven Rostedt
2
-4
/
+41
2025-01-07
scripts/sorttable: Convert Elf_Sym MACRO over to a union
Steven Rostedt
2
-11
/
+19
2025-01-07
scripts/sorttable: Replace Elf_Shdr Macro with a union
Steven Rostedt
2
-33
/
+51
2025-01-07
scripts/sorttable: Convert Elf_Ehdr to union
Steven Rostedt
2
-22
/
+26
2025-01-07
scripts/sorttable: Make compare_extable() into two functions
Steven Rostedt
2
-14
/
+20
2025-01-07
scripts/sorttable: Have the ORC code use the _r() functions to read
Steven Rostedt
1
-4
/
+4
2025-01-07
scripts/sorttable: Remove unneeded Elf_Rel
Steven Rostedt
1
-21
/
+2
2025-01-07
scripts/sorttable: Remove unused write functions
Steven Rostedt
1
-26
/
+0
2025-01-07
scripts/sorttable: Remove unused macro defines
Steven Rostedt
1
-27
/
+0
2025-01-05
Merge tag 'kbuild-fixes-v6.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
5
-34
/
+46
2025-01-05
kbuild: pacman-pkg: provide versioned linux-api-headers package
Thomas Weißschuh
1
-1
/
+1
2025-01-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-9
/
+24
2024-12-30
scripts/sorttable: fix orc_sort_cmp() to maintain symmetry and transitivity
Kuan-Wei Chiu
1
-1
/
+4
2024-12-30
Align git commit ID abbreviation guidelines and checks
Geert Uytterhoeven
1
-2
/
+2
2024-12-30
scripts/kernel-doc: fix identifier parsing regex
Vegard Nossum
1
-1
/
+1
2024-12-28
modpost: work around unaligned data access error
Masahiro Yamada
3
-25
/
+39
[next]