summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-08-16bpf, tests: Fix spelling mistake "shoft" -> "shift"Colin Ian King
2021-08-13lib: use PFN_PHYS() in devmem_is_allowed()Liang Wang
2021-08-13kunit: Print test statistics on failureDavid Gow
2021-08-13kunit: ubsan integrationUriel Guajardo
2021-08-13lib: add linear range get selector withinGene Chen
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-13bitmap: extend comment to bitmap_print_bitmask/list_to_bufYury Norov
2021-08-13lib: test_bitmap: add bitmap_print_bitmask/list_to_buf test casesBarry Song
2021-08-13cpumask: introduce cpumap_print_list/bitmask_to_buf to support large bitmask ...Tian Tao
2021-08-13debugobjects: Make them PREEMPT_RT awareThomas Gleixner
2021-08-12lib/mpi: use kcalloc in mpi_resizeHongbo Li
2021-08-10bpf, tests: Add tail call test suiteJohan Almbladh
2021-08-10bpf, tests: Add tests for BPF_CMPXCHGJohan Almbladh
2021-08-10bpf, tests: Add tests for atomic operationsJohan Almbladh
2021-08-10bpf, tests: Add test for 32-bit context pointer argument passingJohan Almbladh
2021-08-10bpf, tests: Add branch conversion JIT testJohan Almbladh
2021-08-10bpf, tests: Add word-order tests for load/store of double wordsJohan Almbladh
2021-08-10bpf, tests: Add tests for ALU operations implemented with function callsJohan Almbladh
2021-08-10bpf, tests: Add more ALU64 BPF_MUL testsJohan Almbladh
2021-08-10bpf, tests: Add more BPF_LSH/RSH/ARSH tests for ALU64Johan Almbladh
2021-08-10bpf, tests: Add more ALU32 tests for BPF_LSH/RSH/ARSHJohan Almbladh
2021-08-10bpf, tests: Add more tests of ALU32 and ALU64 bitwise operationsJohan Almbladh
2021-08-10bpf, tests: Fix typos in test case descriptionsJohan Almbladh
2021-08-10bpf, tests: Add BPF_MOV tests for zero and sign extensionJohan Almbladh
2021-08-10bpf, tests: Add BPF_JMP32 test casesJohan Almbladh
2021-08-08once: Fix panic when module unloadKefeng Wang
2021-08-02arm64: kasan: mte: remove redundant mte_report_once logicMark Rutland
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-30lib/test_string.c: move string selftest in the Runtime Testing menuMatteo Croce
2021-07-30asm-generic: reverse GENERIC_{STRNCPY_FROM,STRNLEN}_USER symbolsArnd Bergmann
2021-07-30lib/nmi_backtrace: Serialize even messages about idle CPUsPetr Mladek
2021-07-30crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-genericTianjia Zhang
2021-07-30crypto: sm4 - create SM4 library based on sm4 generic codeTianjia Zhang
2021-07-29lib/test_scanf: Handle n_bits == 0 in random testsAndy Shevchenko
2021-07-26lib/test_stackinit: Fix static initializer testKees Cook
2021-07-26printk: remove safe buffersJohn Ogness
2021-07-26lib/nmi_backtrace: explicitly serialize banner and regsJohn Ogness
2021-07-23bpf/tests: Do not PASS tests without actually testing the resultJohan Almbladh
2021-07-23bpf/tests: Fix copy-and-paste error in double word testJohan Almbladh
2021-07-20kcsan: Make strict mode imply interruptible watchersMarco Elver
2021-07-20kcsan: Rework atomic.h into permissive.hMarco Elver
2021-07-20kcsan: Introduce CONFIG_KCSAN_STRICTMarco Elver
2021-07-20kcsan: Remove CONFIG_KCSAN_DEBUGMarco Elver
2021-07-20kcsan: Improve some Kconfig commentsMarco Elver
2021-07-19string_helpers: Escape double quotes in escape_specialChris Down
2021-07-16crypto: lib - rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap
2021-07-15lib/test_hmm: remove set but unused page variableAlistair Popple
2021-07-10mm/page_alloc: Revert pahole zero-sized workaroundMel Gorman
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds