index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2023-01-07
test_kprobes: Fix implicit declaration error of test_kprobes
Li Hua
2022-12-31
test_firmware: fix memory leak in test_firmware_init()
Zhengchao Shao
2022-12-31
lib/notifier-error-inject: fix error when writing -errno to debugfs file
Akinobu Mita
2022-12-31
lib/fonts: fix undefined behavior in bit shift for get_default_font
Gaosheng Cui
2022-12-31
lib/debugobjects: fix stat count and optimize debug_objects_mem_init
wuchi
2022-12-08
Kconfig.debug: provide a little extra FRAME_WARN leeway when KASAN is enabled
Lee Jones
2022-12-08
error-injection: Add prompt for function error injection
Steven Rostedt (Google)
2022-12-02
mm: fix unexpected changes to {failslab|fail_page_alloc}.attr
Qi Zheng
2022-12-02
lib/vdso: use "grep -E" instead of "egrep"
Greg Kroah-Hartman
2022-12-02
test_kprobes: fix implicit declaration error of test_kprobes
Li Hua
2022-10-21
lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5
Nathan Chancellor
2022-10-21
Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
Masahiro Yamada
2022-10-21
Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5
Masahiro Yamada
2022-10-21
dyndbg: drop EXPORTed dynamic_debug_exec_queries
Jim Cromie
2022-10-21
dyndbg: let query-modname override actual module name
Jim Cromie
2022-10-21
dyndbg: fix static_branch manipulation
Jim Cromie
2022-10-21
once: add DO_ONCE_SLOW() for sleepable contexts
Eric Dumazet
2022-09-24
Makefile.debug: re-enable debug info for .S files
Nick Desaulniers
2022-08-31
Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2022-08-28
Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linux
Linus Torvalds
2022-08-26
crypto: lib - remove unneeded selection of XOR_BLOCKS
Eric Biggers
2022-08-25
Merge tag 'net-6.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2022-08-24
lib/cpumask_kunit: log mask contents
Sander Vanheule
2022-08-24
lib/test_cpumask: follow KUnit style guidelines
Sander Vanheule
2022-08-24
lib/test_cpumask: fix cpu_possible_mask last test
Sander Vanheule
2022-08-24
lib/test_cpumask: drop cpu_possible_mask full test
Sander Vanheule
2022-08-24
ratelimit: Fix data-races in ___ratelimit().
Kuniyuki Iwashima
2022-08-15
lib/cpumask: drop always-true preprocessor guard
Sander Vanheule
2022-08-15
lib/cpumask: add inline cpumask_next_wrap() for UP
Sander Vanheule
2022-08-12
lib: remove lib/nodemask.c
Yury Norov
2022-08-08
Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-08-08
fix copy_page_from_iter() for compound destinations
Al Viro
2022-08-08
copy_page_to_iter(): don't split high-order page in case of ITER_PIPE
Al Viro
2022-08-08
expand those iov_iter_advance()...
Al Viro
2022-08-08
pipe_get_pages(): switch to append_pipe()
Al Viro
2022-08-08
get rid of non-advancing variants
Al Viro
2022-08-08
iov_iter: saner helper for page array allocation
Al Viro
2022-08-08
fold __pipe_get_pages() into pipe_get_pages()
Al Viro
2022-08-08
ITER_XARRAY: don't open-code DIV_ROUND_UP()
Al Viro
2022-08-08
unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() guts
Al Viro
2022-08-08
unify xarray_get_pages() and xarray_get_pages_alloc()
Al Viro
2022-08-08
unify pipe_get_pages() and pipe_get_pages_alloc()
Al Viro
2022-08-08
iov_iter_get_pages(): sanity-check arguments
Al Viro
2022-08-08
iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...
Al Viro
2022-08-08
ITER_PIPE: fold data_start() and pipe_space_for_user() together
Al Viro
2022-08-08
ITER_PIPE: cache the type of last buffer
Al Viro
2022-08-08
ITER_PIPE: clean iov_iter_revert()
Al Viro
2022-08-08
ITER_PIPE: clean pipe_advance() up
Al Viro
2022-08-08
ITER_PIPE: lose iter_head argument of __pipe_get_pages()
Al Viro
2022-08-08
ITER_PIPE: fold push_pipe() into __pipe_get_pages()
Al Viro
[next]