summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-31Merge tag 'nfsd-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2021-08-31Merge remote-tracking branch 'tip/sched/arm64' into for-next/coreCatalin Marinas
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge tag 'core-debugobjects-2021-08-30' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-08-30Merge tag 'for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds
2021-08-30string: improve default out-of-line memcmp() implementationLinus Torvalds
2021-08-30Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek
2021-08-30Merge branch 'for-5.15-printk-index' into for-linusPetr Mladek
2021-08-30parisc: Increase size of gcc stack frame checkHelge Deller
2021-08-26lib/logic_iomem: fix sparse warningsJohannes Berg
2021-08-24lib/scatterlist: Fix wrong update of orig_nentsMaor Gottlieb
2021-08-24lib/scatterlist: Provide a dedicated function to support table appendMaor Gottlieb
2021-08-24block: remove CONFIG_DEBUG_BLOCK_EXT_DEVTChristoph Hellwig
2021-08-22lib/test_stackinit: Add assigned initializersKees Cook
2021-08-22lib/test_stackinit: Allow building stand-aloneKees Cook
2021-08-20SUNRPC: Add a /sys/kernel/debug/fail_sunrpc/ directoryChuck Lever
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-19isystem: ship and use stdarg.hAlexey Dobriyan
2021-08-18Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...Ingo Molnar
2021-08-17lib/test_lockup: Adapt to changed variablesSebastian Andrzej Siewior
2021-08-17locking/rtmutex: Add mutex variant for RTThomas Gleixner
2021-08-17locking/mutex: Make mutex::wait_lock rawThomas Gleixner
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