summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* lib/notifier-error-inject: fix error when writing -errno to debugfs fileAkinobu Mita2023-01-071-1/+1
* dyndbg: let query-modname override actual module nameJim Cromie2022-10-261-4/+7
* ratelimit: Fix data-races in ___ratelimit().Kuniyuki Iwashima2022-09-051-3/+9
* ida: don't use BUG_ON() for debuggingLinus Torvalds2022-07-121-1/+3
* swiotlb: skip swiotlb_bounce when orig_addr is zeroLiu Shixin2022-07-021-1/+2
* Reinstate some of "swiotlb: rework "fix info leak with DMA_FROM_DEVICE""Linus Torvalds2022-06-251-4/+8
* swiotlb: fix info leak with DMA_FROM_DEVICEHalil Pasic2022-06-251-1/+2
* random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-06-251-3/+2
* siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-06-251-22/+10
* uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2022-06-251-14/+2
* random: replace custom notifier chain with standard oneJason A. Donenfeld2022-06-251-5/+8
* random: remove unused tracepointsJason A. Donenfeld2022-06-251-0/+2
* crypto: chacha20 - Fix chacha20_block() keystream alignment (again)Eric Biggers2022-06-251-3/+3
* lib/crypto: sha1: re-roll loops to reduce code sizeJason A. Donenfeld2022-06-251-81/+14
* lib/crypto: blake2s: move hmac construction into wireguardJason A. Donenfeld2022-06-252-68/+0
* crypto: blake2s - generic C library implementation and selftestJason A. Donenfeld2022-06-255-0/+857
* crypto: chacha20 - Fix keystream alignment for chacha20_block()Eric Biggers2022-06-251-1/+1
* random: suppress spammy warnings about unseeded randomnessTheodore Ts'o2022-06-251-6/+18
* random: warn when kernel uses unseeded randomnessJason A. Donenfeld2022-06-251-0/+16
* nodemask: Fix return values to be unsignedKees Cook2022-06-141-2/+2
* net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski2022-06-141-1/+1
* dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMICMikulas Patocka2022-06-141-1/+1
* assoc_array: Fix BUG_ON during garbage collectStephen Brennan2022-06-061-0/+8
* hex2bin: fix access beyond string endMikulas Patocka2022-05-121-3/+6
* hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-05-121-7/+25
* lib/raid6/test: fix multiple definition linking errorDirk Müller2022-04-201-1/+0
* ARM: 9178/1: fix unmet dependency on BITREVERSE for HAVE_ARCH_BITREVERSEJulian Braha2022-03-231-1/+0
* lib/iov_iter: initialize "flags" in new pipe_bufferMax Kellermann2022-02-231-0/+2
* ARM: 8800/1: use choice for kernel unwindersStefan Agner2022-01-291-3/+3
* lib/timerqueue: Rely on rbtree semantics for next timerDavidlohr Bueso2022-01-271-19/+12
* rbtree: cache leftmost node internallyDavidlohr Bueso2022-01-271-5/+29
* siphash: use _unaligned version by defaultArnd Bergmann2021-12-081-6/+6
* lib/xz: Validate the value before assigning it to an enum variableLasse Collin2021-11-261-3/+3
* lib/xz: Avoid overlapping memcpy() with invalid input with in-place decompres...Lasse Collin2021-11-262-3/+20
* bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh2021-09-221-1/+8
* bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh2021-09-221-2/+2
* lib/string.c: add multibyte memset functionsMatthew Wilcox2021-08-041-0/+66
* lib/decompress_unlz4.c: correctly handle zero-padding around initrds.Dimitri John Ledkov2021-07-201-0/+8
* seq_buf: Fix overflow in seq_buf_putmem_hex()Yun Zhou2021-07-201-1/+3
* seq_buf: Make trace_seq_putmem_hex() support data longer than 8Yun Zhou2021-07-201-1/+3
* iov_iter_fault_in_readable() should do nothing in xarray caseAl Viro2021-07-201-1/+1
* lib: stackdepot: turn depot_lock spinlock to raw_spinlockZqiang2021-05-221-3/+3
* kobject_uevent: remove warning in init_uevent_argv()Greg Kroah-Hartman2021-05-221-4/+5
* lib/string: Add strscpy_pad() functionTobin C. Harding2021-02-231-7/+40
* lib/genalloc: fix the overflow when size is too bigHuang Shijie2021-01-121-12/+13
* random32: make prandom_u32() output unpredictableGeorge Spelvin2020-11-181-179/+283
* swiotlb: fix "x86: Don't panic if can not alloc buffer for swiotlb"Stefano Stabellini2020-11-181-1/+5
* Fonts: Replace discarded const qualifierLee Jones2020-11-1011-11/+11
* lib/crc32.c: fix trivial typo in preprocessor conditionTobias Jordan2020-10-291-1/+1
* Fonts: Support FONT_EXTRA_WORDS macros for built-in fontsPeilin Ye2020-10-1411-49/+47