aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2021-09-30Merge branch 'akpm-current/current'Stephen Rothwell3-34/+108
2021-09-30Merge branch 'for-next' of git://git.infradead.org/users/willy/pagecache.gitStephen Rothwell1-9/+19
2021-09-30Merge branch 'rust-next' of https://github.com/Rust-for-Linux/linux.gitStephen Rothwell2-0/+156
2021-09-30Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/l...Stephen Rothwell3-30/+200
2021-09-30Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell24-204/+657
2021-09-30Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Stephen Rothwell1-1/+1
2021-09-30Merge branch 'auto-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Stephen Rothwell2-2/+2
2021-09-30Merge branch 'for-next' of git://git.kernel.dk/linux-block.gitStephen Rothwell1-0/+1
2021-09-30Merge branch 'for-linux-next' of git://anongit.freedesktop.org/drm/drm-miscStephen Rothwell1-0/+82
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/herber...Stephen Rothwell1-2/+2
2021-09-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/...Stephen Rothwell1-52/+3336
2021-09-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Stephen Rothwell1-0/+1
2021-09-30Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Stephen Rothwell1-0/+4
2021-09-30Merge branch 'for-next/kspp' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell1-12/+10
2021-09-29lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3Imran Khan1-0/+1
2021-09-29lib, stackdepot: add helper to print stack entries into bufferImran Khan1-0/+24
2021-09-29lib, stackdepot: add helper to print stack entriesImran Khan1-0/+18
2021-09-29lib, stackdepot: check stackdepot handle before accessing slabsImran Khan1-0/+3
2021-09-29fs/buffer.c: add debug print for __getblk_gfp() stall problemTetsuo Handa1-0/+6
2021-09-29stacktrace: move filter_irq_stacks() to kernel/stacktrace.cMarco Elver1-24/+0
2021-09-29lib/stackdepot: introduce __stack_depot_save()Marco Elver1-6/+37
2021-09-29lib/stackdepot: remove unused function argumentMarco Elver1-5/+4
2021-09-29kasan: test: add memcpy test that avoids out-of-bounds writePeter Collingbourne1-1/+17
2021-09-28bpf: Replace "want address" users of BPF_CAST_CALL with BPF_CALL_IMMKees Cook1-1/+1
2021-09-28Merge remote-tracking branch 'tip/locking/wwmutex' into tip-masterBorislav Petkov1-1/+1
2021-09-28Merge remote-tracking branch 'tip/objtool/core' into tip-masterBorislav Petkov1-1/+1
2021-09-28bpf/tests: Add tail call limit test with external function callJohan Almbladh1-3/+83
2021-09-28bpf/tests: Fix error in tail call limit testsJohan Almbladh1-10/+27
2021-09-28bpf/tests: Add more BPF_END byte order conversion testsJohan Almbladh1-0/+122
2021-09-28bpf/tests: Expand branch conversion JIT testJohan Almbladh1-34/+91
2021-09-28bpf/tests: Add JMP tests with degenerate conditionalJohan Almbladh1-0/+229
2021-09-28bpf/tests: Add JMP tests with small offsetsJohan Almbladh1-0/+71
2021-09-28bpf/tests: Add test case flag for verifier zero-extensionJohan Almbladh1-0/+3
2021-09-28bpf/tests: Add exhaustive test of LD_IMM64 immediate magnitudesJohan Almbladh1-0/+63
2021-09-28bpf/tests: Add staggered JMP and JMP32 testsJohan Almbladh1-0/+829
2021-09-28bpf/tests: Add exhaustive tests of JMP operand magnitudesJohan Almbladh1-0/+779
2021-09-28bpf/tests: Add exhaustive tests of ALU operand magnitudesJohan Almbladh1-0/+772
2021-09-28bpf/tests: Add exhaustive tests of ALU shift valuesJohan Almbladh1-0/+260
2021-09-28bpf/tests: Reduce memory footprint of test suiteJohan Almbladh1-14/+12
2021-09-28bpf/tests: Allow different number of runs per test caseJohan Almbladh1-0/+4
2021-09-27mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-0/+1
2021-09-27flex_proportions: Allow N events instead of 1Matthew Wilcox (Oracle)1-9/+19
2021-09-25string.h: Introduce memset_startat() for wiping trailing members and paddingKees Cook1-0/+11
2021-09-25string.h: Introduce memset_after() for wiping trailing members/paddingKees Cook1-0/+13
2021-09-25lib: Introduce CONFIG_MEMCPY_KUNIT_TESTKees Cook3-0/+277
2021-09-25fortify: Add compile-time FORTIFY_SOURCE testsKees Cook20-0/+155
2021-09-25fortify: Move remaining fortify helpers into fortify-string.hKees Cook1-0/+2
2021-09-25lib/string: Move helper functions out of string.cKees Cook2-204/+199
2021-09-24lib/zlib_inflate/inffast: check config in C to avoid unused function warningPaul Menzel1-7/+6
2021-09-24xtensa: increase size of gcc stack frame checkGuenter Roeck1-1/+1
2021-09-24kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESSMarco Elver1-0/+2
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+80
2021-09-23Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2021-09-23lib: devres: Add managed arch_io_reserve_memtype_wc()Thomas Zimmermann1-0/+46
2021-09-23lib: devres: Add managed arch_phys_wc_add()Thomas Zimmermann1-0/+36
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan1-0/+4
2021-09-21assoc_array: Avoid open coded arithmetic in allocator argumentsLen Baker1-12/+10
2021-09-19pci_iounmap'2: Electric Boogaloo: try to make sense of it allLinus Torvalds1-0/+43
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+1
2021-09-17Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+36
2021-09-17kernel/locking: Add context to ww_mutex_trylock()Maarten Lankhorst1-1/+1
2021-09-17net: update NXP copyright textVladimir Oltean1-1/+1
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra1-1/+1
2021-09-17crypto: sm4 - Do not change section of ck and sboxNathan Chancellor1-2/+2
2021-09-16kunit: tool: allow filtering test cases via globDaniel Latypov2-24/+192
2021-09-16kunit: drop assumption in kunit-log-test about current suiteDaniel Latypov1-6/+8
2021-09-14memblock: introduce saner 'memblock_free_ptr()' interfaceLinus Torvalds1-1/+1
2021-09-14iov_iter: add helper to save iov_iter stateJens Axboe1-0/+36
2021-09-14kobject: unexport kobject_create() in kobject.hQu Wenruo1-1/+1
2021-09-13Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)Linus Torvalds1-1/+1
2021-09-13Kconfig.debug: drop GCC 5+ version check for DWARF5Nick Desaulniers1-1/+1
2021-09-11Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-4/+4
2021-09-10selftests/bpf: Test new __sk_buff field hwtstampVadim Fedorenko1-0/+1
2021-09-09bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey()Masami Hiramatsu1-4/+4
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-7/+9
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-32/+37
2021-09-08Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCHLukas Bulwahn1-1/+0
2021-09-08lib/iov_iter.c: fix kernel-doc warningsRandy Dunlap1-2/+6
2021-09-08lib/dump_stack: correct kernel-doc notationRandy Dunlap1-1/+2
2021-09-08lib/test: convert test_sort.c to use KUnitDaniel Latypov2-23/+22
2021-09-08math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting itGeert Uytterhoeven1-2/+1
2021-09-08math: make RATIONAL tristateGeert Uytterhoeven2-1/+4
2021-09-08mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)Muchun Song2-2/+2
2021-09-06lib/test_scanf: split up number parsing test routinesLinus Torvalds1-8/+71
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds1-3/+2
2021-09-03Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds5-5/+6
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-38/+72
2021-09-03kasan: test: avoid corrupting memory in kasan_rcu_uafAndrey Konovalov1-1/+1
2021-09-03kasan: test: avoid corrupting memory in copy_user_testAndrey Konovalov1-10/+8
2021-09-03kasan: test: clean up ksize_uafAndrey Konovalov1-2/+2
2021-09-03kasan: test: only do kmalloc_uaf_memset for generic modeAndrey Konovalov1-0/+6
2021-09-03kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGSAndrey Konovalov1-1/+7
2021-09-03kasan: test: avoid corrupting memory via memsetAndrey Konovalov1-11/+17
2021-09-03kasan: test: avoid writing invalid memoryAndrey Konovalov1-7/+7
2021-09-03kasan: test: rework kmalloc_oob_rightAndrey Konovalov1-2/+18
2021-09-03lib/test_vmalloc.c: add a new 'nr_pages' parameterUladzislau Rezki (Sony)1-1/+4
2021-09-03scatterlist: replace flush_kernel_dcache_page with flush_dcache_pageChristoph Hellwig1-3/+2
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand1-3/+2
2021-09-03Makefile: remove stale cc-option checksNick Desaulniers1-0/+2
2021-09-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-63/+95
2021-09-02Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2021-09-02Merge tag 'locking-debug-2021-09-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-12/+30
2021-09-02Merge tag 'hardening-v5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-67/+186
2021-09-02Merge tag 'linux-kselftest-kunit-5.15-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2-0/+112
2021-09-01Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-15/+20
2021-09-01Merge tag 'asm-generic-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2021-09-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+0
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+271
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-50/+2282
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+7
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas4-7/+12
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-27/+0
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+2
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-9/+10
2021-08-30Merge tag 'core-debugobjects-2021-08-30' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+6
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds7-13/+195
2021-08-30Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-0/+31
2021-08-30string: improve default out-of-line memcmp() implementationLinus Torvalds1-0/+16
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek1-6/+7
2021-08-30Merge branch 'for-5.15-printk-index' into for-linusPetr Mladek69-1030/+2122
2021-08-30parisc: Increase size of gcc stack frame checkHelge Deller1-1/+1
2021-08-26lib/logic_iomem: fix sparse warningsJohannes Berg1-7/+9
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb2-51/+79
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb1-16/+20
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig1-27/+0
2021-08-22lib/test_stackinit: Add assigned initializersKees Cook1-55/+114
2021-08-22lib/test_stackinit: Allow building stand-aloneKees Cook1-3/+69
2021-08-20SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryChuck Lever1-0/+7
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan4-5/+4
2021-08-18Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar1-12/+30
2021-08-17lib/test_lockup: Adapt to changed variablesSebastian Andrzej Siewior1-3/+3
2021-08-17locking/rtmutex: Add mutex variant for RTThomas Gleixner1-5/+6
2021-08-17locking/mutex: Make mutex::wait_lock rawThomas Gleixner1-1/+1
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko1-1/+1
2021-08-16bpf, tests: Fix spelling mistake "shoft" -> "shift"Colin Ian King1-1/+1
2021-08-13lib: use PFN_PHYS() in devmem_is_allowed()Liang Wang1-1/+1
2021-08-13kunit: Print test statistics on failureDavid Gow1-0/+109
2021-08-13kunit: ubsan integrationUriel Guajardo1-0/+3
2021-08-13lib: add linear range get selector withinGene Chen1-0/+31
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+8
2021-08-13bitmap: extend comment to bitmap_print_bitmask/list_to_bufYury Norov1-0/+18
2021-08-13lib: test_bitmap: add bitmap_print_bitmask/list_to_buf test casesBarry Song1-0/+150
2021-08-13cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ...Tian Tao1-0/+103
2021-08-13debugobjects: Make them PREEMPT_RT awareThomas Gleixner1-1/+6
2021-08-12lib/mpi: use kcalloc in mpi_resizeHongbo Li1-1/+1
2021-08-10bpf, tests: Add tail call test suiteJohan Almbladh1-0/+248
2021-08-10bpf, tests: Add tests for BPF_CMPXCHGJohan Almbladh1-0/+166
2021-08-10bpf, tests: Add tests for atomic operationsJohan Almbladh1-86/+166
2021-08-10bpf, tests: Add test for 32-bit context pointer argument passingJohan Almbladh1-0/+16
2021-08-10bpf, tests: Add branch conversion JIT testJohan Almbladh1-0/+43
2021-08-10bpf, tests: Add word-order tests for load/store of double wordsJohan Almbladh1-0/+36
2021-08-10bpf, tests: Add tests for ALU operations implemented with function callsJohan Almbladh1-0/+141
2021-08-10bpf, tests: Add more ALU64 BPF_MUL testsJohan Almbladh1-0/+48
2021-08-10bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64Johan Almbladh1-2/+542
2021-08-10bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSHJohan Almbladh1-0/+102
2021-08-10bpf, tests: Add more tests of ALU32 and ALU64 bitwise operationsJohan Almbladh1-0/+210
2021-08-10bpf, tests: Fix typos in test case descriptionsJohan Almbladh1-4/+4
2021-08-10bpf, tests: Add BPF_MOV tests for zero and sign extensionJohan Almbladh1-0/+84
2021-08-10bpf, tests: Add BPF_JMP32 test casesJohan Almbladh1-0/+511
2021-08-08once: Fix panic when module unloadKefeng Wang1-3/+8
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland1-2/+0
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-3/+10
2021-07-30lib/test_string.c: move string selftest in the Runtime Testing menuMatteo Croce2-3/+3
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann1-2/+8
2021-07-30lib/nmi_backtrace: Serialize even messages about idle CPUsPetr Mladek1-6/+6
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang1-1/+1
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang3-0/+182
2021-07-29lib/test_scanf: Handle n_bits == 0 in random testsAndy Shevchenko1-2/+2
2021-07-26lib/test_stackinit: Fix static initializer testKees Cook1-13/+7
2021-07-26printk: remove safe buffersJohn Ogness1-6/+0
2021-07-26lib/nmi_backtrace: explicitly serialize banner and regsJohn Ogness1-0/+7
2021-07-23bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh1-1/+8
2021-07-23bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh1-2/+2
2021-07-20kcsan: Make strict mode imply interruptible watchersMarco Elver1-1/+2
2021-07-20kcsan: Rework atomic.h into permissive.hMarco Elver1-0/+10
2021-07-20kcsan: Introduce CONFIG_KCSAN_STRICTMarco Elver1-0/+10
2021-07-20kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver1-3/+0
2021-07-20kcsan: Improve some Kconfig commentsMarco Elver1-8/+8
2021-07-19string_helpers: Escape double quotes in escape_specialChris Down2-7/+11
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap3-12/+12
2021-07-15lib/test_hmm: remove set but unused page variableAlistair Popple1-2/+0
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman1-3/+0
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-2/+2
2021-07-09Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+334
2021-07-08kdump: use vmlinux_build_id to simplifyStephen Boyd1-1/+1
2021-07-08buildid: fix kernel-doc notationStephen Boyd1-1/+1
2021-07-08buildid: mark some arguments constStephen Boyd1-4/+4
2021-07-08module: add printk formats to add module build ID to stacktracesStephen Boyd1-1/+7
2021-07-08dump_stack: add vmlinux build ID to stack tracesStephen Boyd3-2/+24
2021-07-08buildid: stash away kernels build ID on initStephen Boyd1-0/+15
2021-07-08buildid: add API to parse build ID out of bufferStephen Boyd1-13/+37
2021-07-08buildid: only consider GNU notes for build ID parsingStephen Boyd1-0/+1
2021-07-08lib: fix spelling mistakesZhen Lei19-23/+23
2021-07-08lib/test: fix spelling mistakesZhen Lei5-7/+7
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+8
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+3
2021-07-05Merge tag 'gpio-updates-for-v5.14' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2021-07-04iov_iter: remove uaccess_kernel() warning from iov_iter_init()Linus Torvalds1-1/+0
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+16