index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2024-05-02
Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-3
/
+4
2024-05-02
string: Add additional __realloc_size() annotations for "dup" helpers
Kees Cook
-0
/
+26
2024-05-02
vmlinux: Avoid weak reference to notes section
Ard Biesheuvel
-2
/
+2
2024-05-02
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-2
/
+2
2024-05-02
lib/fonts: Allow to select fonts for drm_panic
Jocelyn Falempe
-10
/
+10
2024-05-01
kunit/fortify: Fix replaced failure path to unbreak __alloc_size
Kees Cook
-3
/
+3
2024-05-01
objpool: cache nr_possible_cpus() and avoid caching nr_cpu_ids
Andrii Nakryiko
-6
/
+6
2024-05-01
objpool: enable inlining objpool_push() and objpool_pop() operations
Andrii Nakryiko
-100
/
+0
2024-04-30
kunit/fortify: Add memcpy() tests
Kees Cook
-3
/
+82
2024-04-30
kunit/fortify: Do not spam logs with fortify WARNs
Kees Cook
-1
/
+8
2024-04-30
kunit/fortify: Rename tests to use recommended conventions
Kees Cook
-40
/
+40
2024-04-30
dyndbg: fix old BUG_ON in >control parser
Jim Cromie
-1
/
+5
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-1
/
+1
2024-04-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-2
/
+3
2024-04-26
kunit/fortify: Fix mismatched kvalloc()/vfree() usage
Kees Cook
-8
/
+8
2024-04-26
Merge tag 'mm-hotfixes-stable-2024-04-26-13-30' of git://git.kernel.org/pub/s...
Linus Torvalds
-2
/
+2
2024-04-26
Fix a potential infinite loop in extract_user_to_sg()
David Howells
-1
/
+1
2024-04-26
sbitmap: use READ_ONCE to access map->word
linke li
-4
/
+4
2024-04-25
test_hexdump: avoid string truncation warning
Arnd Bergmann
-1
/
+1
2024-04-25
devres: don't use "proxy" headers
Andy Shevchenko
-3
/
+6
2024-04-25
devres: switch to use dev_err_probe() for unification
Andy Shevchenko
-8
/
+9
2024-04-25
kgdb: add HAS_IOPORT dependency
Niklas Schnelle
-0
/
+1
2024-04-25
lib/build_OID_registry: don't mention the full path of the script in output
Uwe Kleine-König
-1
/
+4
2024-04-25
mm/filemap: optimize filemap folio adding
Kairui Song
-0
/
+59
2024-04-25
lib/xarray: introduce a new helper xas_get_order
Kairui Song
-18
/
+65
2024-04-25
alloc_tag: Tighten file permissions on /proc/allocinfo
Kees Cook
-1
/
+1
2024-04-25
lib: add memory allocations report in show_mem()
Suren Baghdasaryan
-0
/
+43
2024-04-25
rhashtable: plumb through alloc tag
Kent Overstreet
-8
/
+14
2024-04-25
lib: add codetag reference into slabobj_ext
Suren Baghdasaryan
-0
/
+1
2024-04-25
lib: introduce early boot parameter to avoid page_ext memory overhead
Suren Baghdasaryan
-1
/
+40
2024-04-25
lib: introduce support for page allocation tagging
Suren Baghdasaryan
-0
/
+18
2024-04-25
lib: add allocation tagging support for memory allocation profiling
Suren Baghdasaryan
-0
/
+179
2024-04-25
lib: prevent module unloading if memory is not freed
Suren Baghdasaryan
-3
/
+8
2024-04-25
lib: code tagging module support
Suren Baghdasaryan
-2
/
+56
2024-04-25
lib: code tagging framework
Suren Baghdasaryan
-0
/
+224
2024-04-25
lib/test_hmm.c: handle src_pfns and dst_pfns allocation failure
Duoming Zhou
-4
/
+4
2024-04-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-11
/
+29
2024-04-24
stackdepot: respect __GFP_NOLOCKDEP allocation flag
Andrey Ryabinin
-2
/
+2
2024-04-24
ubsan: Avoid i386 UBSAN handler crashes with Clang
Kees Cook
-14
/
+27
2024-04-24
cpumask: Introduce cpumask_first_and_and()
Dawei Li
-0
/
+12
2024-04-24
ubsan: Remove 1-element array usage in debug reporting
Kees Cook
-1
/
+1
2024-04-24
string_kunit: Move strtomem KUnit test to string_kunit.c
Kees Cook
-53
/
+54
2024-04-24
string.h: Introduce memtostr() and memtostr_pad()
Kees Cook
-0
/
+26
2024-04-23
Merge 6.9-rc5 into tty-next
Greg Kroah-Hartman
-14
/
+33
2024-04-22
s390: Stop using weak symbols for __iowrite64_copy()
Jason Gunthorpe
-4
/
+3
2024-04-22
x86: Stop using weak symbols for __iowrite32_copy()
Jason Gunthorpe
-3
/
+3
2024-04-19
Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-2
/
+16
2024-04-19
string: Convert KUnit test names to standard convention
Kees Cook
-36
/
+36
2024-04-19
string: Merge strcat KUnit tests into string_kunit.c
Kees Cook
-110
/
+82
2024-04-19
string: Prepare to merge strcat KUnit tests into string_kunit.c
Kees Cook
-6
/
+6
[prev]
[next]