Commit Graph

3522 Commits (eba3b47b26191385326406903120ca6f88300785)

Author SHA1 Message Date
Peter Zijlstra 90eec103b9 treewide: Remove old email address 9 years ago
Andy Shevchenko 3368e8fbcd lib/string.c: add ULL suffix to the constant definition 9 years ago
Andrew Morton 79211c8ed1 remove abs64() 9 years ago
Robin Murphy 7f8306429c dma-debug: check nents in dma_sync_sg* 9 years ago
Andy Shevchenko 9f029f540c lib/hexdump.c: truncate output in case of overflow 9 years ago
Oleg Nesterov 90224350ea lib/is_single_threaded.c: change current_is_single_threaded() to use for_each_thread() 9 years ago
Rasmus Villemoes f773f32d71 lib/kobject.c: use kvasprintf_const for formatting ->name 9 years ago
Rasmus Villemoes 0a9df786a6 lib/kasprintf.c: introduce kvasprintf_const 9 years ago
Dmitry Vyukov 2cf12f821c lib/llist.c: fix data race in llist_del_first 9 years ago
Vitaly Kuznetsov 943ba65038 lib/test-string_helpers.c: add string_get_size() tests 9 years ago
Alexander Kuleshov 1c78bc170f lib/halfmd4.c: use rol32 inline function in the ROUND macro 9 years ago
Rasmus Villemoes d7ec9a05d6 lib/vsprintf.c: update documentation 9 years ago
Rasmus Villemoes 707cc7280f test_printf: test printf family at runtime 9 years ago
Rasmus Villemoes 80c9eb46fa lib/vsprintf.c: remove SPECIAL handling in pointer() 9 years ago
Rasmus Villemoes 762abb5154 lib/vsprintf.c: also improve sanity check in bstr_printf() 9 years ago
Rasmus Villemoes b006f19b05 lib/vsprintf.c: handle invalid format specifiers more robustly 9 years ago
Martin Kletzander 5e4ee7b13b printk: synchronize %p formatting documentation 9 years ago
Rasmus Villemoes 3e406b1d7c lib/dynamic_debug.c: use kstrdup_const 9 years ago
Mel Gorman 71baba4b92 mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM 9 years ago
Mel Gorman d0164adc89 mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd 9 years ago
Andrey Ryabinin 89d3c87e20 mm, slub, kasan: enable user tracking by default with KASAN=y 9 years ago
Wang Long f523e737c0 lib: test_kasan: add some testcases 9 years ago
Yang Shi d4e4bc1610 bpf: add mod default A and X test cases 9 years ago
David S. Miller d618382ba5 iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}(). 9 years ago
Florian Westphal bb38700269 fault-inject: fix inverted interval/probability values in printk 9 years ago
Andrey Ryabinin 3f181b4d86 lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=y 9 years ago
David Howells 146aa8b145 KEYS: Merge the type-specific data with the payload data 9 years ago
Stephan Mueller 63349d02c1 lib/mpi: fix off by one in mpi_read_raw_from_sgl 9 years ago
Andrew Morton 1fd4e5c347 lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE 9 years ago
Christoph Hellwig a1164a3ac7 move count_zeroes.h out of asm-generic 9 years ago
Haren Myneni ea0b3984c1 crypto: 842 - Add CRC and validation support 9 years ago
Tadeusz Struk 2d4d1eea54 lib/mpi: Add mpi sgl helpers 9 years ago
Daniel Borkmann 897ece56e7 random32: add prandom_init_once helper for own rngs 9 years ago
Daniel Borkmann 0dd50d1b0c random32: add prandom_seed_full_state helper 9 years ago
Hannes Frederic Sowa c90aeb9482 once: make helper generic for calling functions once 9 years ago
Hannes Frederic Sowa 46234253b9 net: move net_get_random_once to lib 9 years ago
Chris Metcalf 990486c8af strscpy: zero any trailing garbage bytes in the destination 9 years ago
Nicolas Boichat 47490ec141 modpost: Add flag -E for making section mismatches fatal 9 years ago
Dan Carpenter 1f35d04a02 devres: fix a for loop bounds check 9 years ago
Gabriel Somlo fa40ae3444 kobject: move EXPORT_SYMBOL() macros next to corresponding definitions 9 years ago
Viresh Kumar 621a5f7ad9 debugfs: Pass bool pointer to debugfs_create_bool() 9 years ago
Daniel Thompson 0768330d46 ARM: 8439/1: Fix backtrace generation when IPI is masked 9 years ago
Dmitriy Vyukov 7def0f952e lib: fix data race in rhashtable_rehash_one 9 years ago
Sowmini Varadhan d046b770c9 lib/iommu-common.c: do not try to deref a null iommu->lazy_flush() pointer when n < pool->hint 9 years ago
Vitaly Kuznetsov 62bef58a55 lib/string_helpers.c: fix infinite loop in string_get_size() 10 years ago
yalin wang 8b235f2f16 zlib_deflate/deftree: remove bi_reverse() 10 years ago
Fabio Estevam e4e29dc484 lib/decompress_unlzma: Do a NULL check for pointer 10 years ago
Yinghai Lu 2d3862d26e lib/decompressors: use real out buf size for gunzip with kernel 10 years ago
Wang Long 6b4a35fc19 lib/test_kasan.c: make kmalloc_oob_krealloc_less more correctly 10 years ago
Wang Long 9789d8e0cf lib/test_kasan.c: fix a typo 10 years ago