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
/
lib
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-07
lib: Allow for the DIM library to be modular
Florian Fainelli
3
-3
/
+6
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+6
2024-05-02
Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-3
/
+4
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-1
/
+1
2024-04-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-2
/
+3
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2024-04-26
Fix a potential infinite loop in extract_user_to_sg()
David Howells
1
-1
/
+1
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-11
/
+29
2024-04-24
stackdepot: respect __GFP_NOLOCKDEP allocation flag
Andrey Ryabinin
1
-2
/
+2
2024-04-19
Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-2
/
+16
2024-04-19
Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace
Linus Torvalds
1
-9
/
+13
2024-04-18
bootconfig: Fix the kerneldoc of _xbc_exit()
Masami Hiramatsu (Google)
1
-1
/
+2
2024-04-16
bpf, tests: Fix typos in comments
Chen Pei
1
-1
/
+1
2024-04-15
ubsan: Add awareness of signed integer overflow traps
Kees Cook
1
-2
/
+16
2024-04-15
net: dqs: make struct dql more cache efficient
Breno Leitao
1
-4
/
+9
2024-04-14
bootconfig: use memblock_free_late to free xbc memory to buddy
Qiang Zhang
1
-8
/
+11
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-5
/
+6
2024-04-11
Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-2
/
+3
2024-04-10
Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
1
-1
/
+1
2024-04-08
lib: checksum: hide unused expected_csum_ipv6_magic[]
Arnd Bergmann
1
-2
/
+3
2024-04-05
stackdepot: rename pool_index to pool_index_plus_1
Peter Collingbourne
1
-2
/
+2
2024-04-05
bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition
Andrii Nakryiko
1
-2
/
+3
2024-04-03
ubsan: fix unused variable warning in test module
Arnd Bergmann
1
-1
/
+1
2024-04-01
lib/bitmap: add compile-time test for __assign_bit() optimization
Alexander Lobakin
1
-8
/
+10
2024-04-01
bitmap: introduce generic optimized bitmap_size()
Alexander Lobakin
1
-2
/
+0
2024-04-01
lib/test_bitmap: use pr_info() for non-error messages
Alexander Potapenko
1
-5
/
+5
2024-04-01
lib/test_bitmap: add tests for bitmap_{read,write}()
Alexander Potapenko
1
-7
/
+172
2024-03-23
Merge tag 'hardening-v6.9-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
4
-15
/
+21
2024-03-22
overflow: Change DEFINE_FLEX to take __counted_by member
Kees Cook
1
-0
/
+19
2024-03-22
Merge tag 'fbdev-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev
Linus Torvalds
1
-6
/
+9
2024-03-21
Merge tag 'kbuild-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-1
/
+1
2024-03-21
Merge tag 'driver-core-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
1
-13
/
+11
2024-03-21
Merge tag 'tty-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-1
/
+1
2024-03-18
Revert "kunit: memcpy: Split slow memcpy tests into MEMCPY_SLOW_KUNIT_TEST"
Guenter Roeck
2
-15
/
+0
2024-03-18
ubsan: Disable signed integer overflow sanitizer on GCC < 8
Kees Cook
1
-0
/
+2
2024-03-16
Merge tag 'cxl-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
Linus Torvalds
1
-5
/
+10
2024-03-16
fbcon: Increase maximum font width x height to 64 x 128
Samuel Thibault
1
-6
/
+9
2024-03-15
Merge tag 'sparc-for-6.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/alarsson/linux-sparc
Linus Torvalds
1
-1
/
+2
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-23
/
+12
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
12
-96
/
+42
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
5
-62
/
+252
2024-03-14
Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
4
-391
/
+1
2024-03-13
lib/generic-radix-tree.c: Make nodes more reasonably sized
Kent Overstreet
1
-23
/
+12
2024-03-13
Merge tag 'modules-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linux
Linus Torvalds
1
-1
/
+5
2024-03-13
lib/firmware_table: Provide buffer length argument to cdat_table_parse()
Robert Richter
1
-5
/
+10
2024-03-12
Merge tag 'printk-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-3
/
+13
2024-03-12
Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
4
-2
/
+124
2024-03-12
Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
Linus Torvalds
14
-468
/
+1265
2024-03-12
assoc_array: fix the return value in assoc_array_insert_mid_shortcut()
Roman Smirnov
1
-1
/
+1
2024-03-12
buildid: use kmap_local_page()
Peng Hao
1
-2
/
+2
[next]