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-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
2024-04-19
string: Merge strscpy KUnit tests into string_kunit.c
Kees Cook
-149
/
+120
2024-04-19
string: Prepare to merge strscpy_kunit.c into string_kunit.c
Kees Cook
-25
/
+26
2024-04-19
Merge tag 'bootconfig-fixes-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-9
/
+13
2024-04-18
string_kunit: Add test cases for str*cmp functions
Ivan Orlov
-0
/
+155
2024-04-18
bootconfig: Fix the kerneldoc of _xbc_exit()
Masami Hiramatsu (Google)
-1
/
+2
2024-04-16
bpf, tests: Fix typos in comments
Chen Pei
-1
/
+1
2024-04-15
ubsan: Add awareness of signed integer overflow traps
Kees Cook
-2
/
+16
2024-04-15
net: dqs: make struct dql more cache efficient
Breno Leitao
-4
/
+9
2024-04-14
bootconfig: use memblock_free_late to free xbc memory to buddy
Qiang Zhang
-8
/
+11
2024-04-12
watchdog/softlockup: Low-overhead detection of interrupt storm
Bitao Hu
-0
/
+14
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-5
/
+6
2024-04-11
Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-2
/
+3
2024-04-10
Merge tag 'hardening-v6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
-1
/
+1
2024-04-09
lib: Add one-byte emulation function
Paul E. McKenney
-0
/
+46
2024-04-09
kfifo: add kfifo_dma_out_prepare_mapped()
Jiri Slaby (SUSE)
-12
/
+22
2024-04-09
kfifo: pass offset to setup_sgl_buf() instead of a pointer
Jiri Slaby (SUSE)
-4
/
+7
2024-04-09
kfifo: rename l to len_to_end in setup_sgl()
Jiri Slaby (SUSE)
-4
/
+4
[prev]
[next]