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
2024-07-21
Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
6
-28
/
+57
2024-07-19
Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
1
-1
/
+0
2024-07-19
Merge tag 'probes-fixes-v6.11-pre-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-0
/
+1
2024-07-19
Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-0
/
+1
2024-07-19
syscalls: Fix to add sys_uretprobe to syscall.tbl
Masami Hiramatsu (Google)
1
-0
/
+1
2024-07-18
Merge tag 'docs-6.11' of git://git.lwn.net/linux
Linus Torvalds
1
-0
/
+203
2024-07-18
Merge tag 'slab-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka/slab
Linus Torvalds
1
-0
/
+1
2024-07-18
kbuild: fix rebuild of generic syscall headers
Masahiro Yamada
1
-0
/
+8
2024-07-17
Merge tag 'devicetree-for-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux
Linus Torvalds
16
-159
/
+547
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2
-5
/
+8
2024-07-16
Merge tag 'objtool-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-26
/
+84
2024-07-16
Merge tag 'hardening-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-5
/
+0
2024-07-16
Merge tag 'asm-generic-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Linus Torvalds
3
-58
/
+502
2024-07-15
Merge tag 'x86_bugs_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+16
2024-07-15
Merge tag 'x86_build_for_v6.11_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+2
2024-07-15
Merge tag 'regmap-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap
Linus Torvalds
1
-0
/
+10
2024-07-15
Merge branch 'slab/for-6.11/buckets' into slab/for-next
Vlastimil Babka
1
-0
/
+1
2024-07-15
kbuild: rpm-pkg: avoid the warnings with dtb's listed twice
Jose Ignacio Tornos Martinez
1
-1
/
+0
2024-07-15
kbuild: Make ld-version.sh more robust against version string changes
Nathan Chancellor
1
-3
/
+5
2024-07-12
init/modpost: conditionally check section mismatch to __meminit*
Masahiro Yamada
1
-15
/
+4
2024-07-10
riscv: convert to generic syscall table
Arnd Bergmann
1
-0
/
+3
2024-07-10
openrisc: convert to generic syscall table
Arnd Bergmann
1
-0
/
+2
2024-07-10
nios2: convert to generic syscall table
Arnd Bergmann
1
-0
/
+2
2024-07-10
csky: convert to generic syscall table
Arnd Bergmann
1
-0
/
+4
2024-07-10
arc: convert to generic syscall table
Arnd Bergmann
1
-0
/
+5
2024-07-10
kbuild: add syscall table generation to scripts/Makefile.asm-headers
Arnd Bergmann
2
-58
/
+98
2024-07-10
kbuild: verify asm-generic header list
Arnd Bergmann
1
-1
/
+1
2024-07-09
scripts/dtc: Update to upstream version v1.7.0-93-g1df7b047fe43
Rob Herring (Arm)
15
-158
/
+539
2024-07-09
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2
-2
/
+7
2024-07-09
kbuild: verify dtoverlay files against schema
Dmitry Baryshkov
1
-1
/
+8
2024-07-08
gcc-plugins: Remove duplicate included header file stringpool.h
Thorsten Blum
1
-5
/
+0
2024-07-08
regmap-irq: handle const struct regmap_irq_sub_irq_map
Thomas Weißschuh
1
-0
/
+1
2024-07-08
const_structs.checkpatch: add regmap structs
Thomas Weißschuh
1
-0
/
+9
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-9
/
+7
2024-07-04
syscalls: add generic scripts/syscall.tbl
Arnd Bergmann
1
-0
/
+388
2024-07-03
mm/slab: Plumb kmem_buckets into __do_kmalloc_node()
Kees Cook
1
-0
/
+1
2024-07-02
scripts/faddr2line: Check only two symbols when calculating symbol size
Brian Johannesmeyer
1
-1
/
+1
2024-07-02
scripts/faddr2line: Remove call to addr2line from find_dir_prefix()
Brian Johannesmeyer
1
-5
/
+7
2024-07-02
scripts/faddr2line: Invoke addr2line as a single long-running process
Brian Johannesmeyer
1
-7
/
+45
2024-07-02
scripts/faddr2line: Pass --addresses argument to addr2line
Brian Johannesmeyer
1
-2
/
+5
2024-07-02
scripts/faddr2line: Check vmlinux only once
Brian Johannesmeyer
1
-11
/
+14
2024-07-02
scripts/faddr2line: Combine three readelf calls into one
Brian Johannesmeyer
1
-4
/
+8
2024-07-02
scripts/faddr2line: Reduce number of readelf calls to three
Brian Johannesmeyer
1
-9
/
+17
2024-06-28
scripts/gdb: rename pool_index to pool_index_plus_1
Kuan-Ying Lee
1
-2
/
+6
2024-06-28
scripts/gdb: change VA_BITS_MIN when we use 16K page
Kuan-Ying Lee
1
-1
/
+4
2024-06-28
scripts/gdb: set vabits_actual based on TCR_EL1
Kuan-Ying Lee
1
-1
/
+3
2024-06-28
scripts/gdb: change the layout of vmemmap
Kuan-Ying Lee
1
-4
/
+4
2024-06-28
scripts/gdb: rework module VA range
Kuan-Ying Lee
1
-1
/
+1
2024-06-28
scripts/gdb: redefine MAX_ORDER sanely
Kuan-Ying Lee
1
-2
/
+2
2024-06-28
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
Jesse Brandeburg
1
-0
/
+3
[next]