index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/scatterlist: replace the !preemptible warning in sg_miter_stop()
Thomas Gleixner
2021-11-09
1
-7
/
+4
*
lib: uninline simple_strntoull() as well
Alexey Dobriyan
2021-11-09
1
-2
/
+1
*
lib, stackdepot: add helper to print stack entries into buffer
Imran Khan
2021-11-09
1
-0
/
+25
*
lib, stackdepot: add helper to print stack entries
Imran Khan
2021-11-09
1
-0
/
+18
*
lib, stackdepot: check stackdepot handle before accessing slabs
Imran Khan
2021-11-09
1
-0
/
+3
*
kfence: default to dynamic branch instead of static keys mode
Marco Elver
2021-11-06
1
-11
/
+15
*
stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
Marco Elver
2021-11-06
1
-24
/
+0
*
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
2021-11-06
1
-1
/
+1
*
memblock: use memblock_free for freeing virtual pointers
Mike Rapoport
2021-11-06
2
-2
/
+2
*
memblock: rename memblock_free to memblock_phys_free
Mike Rapoport
2021-11-06
1
-1
/
+1
*
memblock: drop memblock_free_early_nid() and memblock_free_early()
Mike Rapoport
2021-11-06
1
-1
/
+1
*
lib/test_vmalloc.c: use swap() to make code cleaner
Changcheng Deng
2021-11-06
1
-4
/
+2
*
kasan: test: bypass __alloc_size checks
Kees Cook
2021-11-06
2
-1
/
+9
*
kasan: test: add memcpy test that avoids out-of-bounds write
Peter Collingbourne
2021-11-06
1
-1
/
+17
*
lib/stackdepot: introduce __stack_depot_save()
Marco Elver
2021-11-06
1
-6
/
+37
*
lib/stackdepot: remove unused function argument
Marco Elver
2021-11-06
1
-5
/
+4
*
Merge tag 'linux-kselftest-kunit-fixes-5.15-rc6' of git://git.kernel.org/pub/...
Linus Torvalds
2021-10-12
2
-3
/
+3
|
\
|
*
bitfield: build kunit tests without structleak plugin
Arnd Bergmann
2021-10-07
1
-1
/
+1
|
*
kunit: fix reference count leak in kfree_at_end
Xiyu Yang
2021-10-01
1
-2
/
+2
*
|
lib/zlib_inflate/inffast: check config in C to avoid unused function warning
Paul Menzel
2021-09-25
1
-7
/
+6
*
|
xtensa: increase size of gcc stack frame check
Guenter Roeck
2021-09-25
1
-1
/
+1
*
|
kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS
Marco Elver
2021-09-25
1
-0
/
+2
*
|
Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-09-23
1
-1
/
+1
|
\
\
|
*
|
net: update NXP copyright text
Vladimir Oltean
2021-09-17
1
-1
/
+1
*
|
|
pci_iounmap'2: Electric Boogaloo: try to make sense of it all
Linus Torvalds
2021-09-20
1
-0
/
+43
*
|
|
Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-09-17
1
-0
/
+36
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
iov_iter: add helper to save iov_iter state
Jens Axboe
2021-09-14
1
-0
/
+36
*
|
|
memblock: introduce saner 'memblock_free_ptr()' interface
Linus Torvalds
2021-09-14
1
-1
/
+1
*
|
|
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
2021-09-13
1
-1
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Kconfig.debug: drop GCC 5+ version check for DWARF5
Nick Desaulniers
2021-09-13
1
-1
/
+1
*
|
|
Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2021-09-11
1
-4
/
+4
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()
Masami Hiramatsu
2021-09-10
1
-4
/
+4
*
|
|
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-09-09
1
-7
/
+9
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
lib/logic_iomem: fix sparse warnings
Johannes Berg
2021-08-26
1
-7
/
+9
*
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
8
-32
/
+37
|
\
\
\
|
*
|
|
Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
Lukas Bulwahn
2021-09-08
1
-1
/
+0
|
*
|
|
lib/iov_iter.c: fix kernel-doc warnings
Randy Dunlap
2021-09-08
1
-2
/
+6
|
*
|
|
lib/dump_stack: correct kernel-doc notation
Randy Dunlap
2021-09-08
1
-1
/
+2
|
*
|
|
lib/test: convert test_sort.c to use KUnit
Daniel Latypov
2021-09-08
2
-23
/
+22
|
*
|
|
math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
Geert Uytterhoeven
2021-09-08
1
-2
/
+1
|
*
|
|
math: make RATIONAL tristate
Geert Uytterhoeven
2021-09-08
2
-1
/
+4
|
*
|
|
mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
Muchun Song
2021-09-08
2
-2
/
+2
|
|
/
/
*
|
|
lib/test_scanf: split up number parsing test routines
Linus Torvalds
2021-09-06
1
-8
/
+71
*
|
|
Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux
Linus Torvalds
2021-09-04
1
-3
/
+2
|
\
\
\
|
*
|
|
mm: remove VM_DENYWRITE
David Hildenbrand
2021-09-03
1
-3
/
+2
|
|
/
/
*
|
|
Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2021-09-04
5
-5
/
+6
|
\
\
\
|
*
|
|
Makefile: remove stale cc-option checks
Nick Desaulniers
2021-09-03
1
-0
/
+2
|
*
|
|
isystem: ship and use stdarg.h
Alexey Dobriyan
2021-08-19
4
-5
/
+4
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-03
4
-38
/
+72
|
\
\
\
\
|
*
|
|
|
kasan: test: avoid corrupting memory in kasan_rcu_uaf
Andrey Konovalov
2021-09-03
1
-1
/
+1
[next]