Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2022-11-09maple_tree: don't set a new maximum on the node when not reusing nodesLiam Howlett
2022-11-09maple_tree: fix depth tracking in maple_stateLiam Howlett
2022-11-09kmsan: make sure PREEMPT_RT is offAlexander Potapenko
2022-11-09Kconfig.debug: ensure early check for KMSAN in CONFIG_KMSAN_WARNAlexander Potapenko
2022-11-09maple_tree: reorganize testing to restore module testingLiam Howlett
2022-11-09maple_tree: mas_anode_descend() clang-analyzer cleanupLiam Howlett
2022-11-09maple_tree: remove pointer to pointer use in mas_alloc_nodes()Liam Howlett
2022-11-03Merge tag 'net-6.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2022-11-02netlink: introduce bigendian integer typesFlorian Westphal
2022-10-30Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-10-28lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn
2022-10-28Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-27Merge tag 'hardening-v6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-10-26rhashtable: make test actually randomRolf Eike Beer
2022-10-26overflow: Refactor test skips for Clang-specific issuesKees Cook
2022-10-26overflow: disable failing tests for older clang versionsNick Desaulniers
2022-10-19kunit: update NULL vs IS_ERR() testsDan Carpenter
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-16Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-10-16lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-14Merge tag 'parisc-for-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-10-13hmm-tests: add test for migrate_device_range()Alistair Popple
2022-10-13mm: free device private pages have zero refcountAlistair Popple
2022-10-13mm/memory.c: fix race when faulting a device private pageAlistair Popple
2022-10-13lib/test_meminit: add checks for the allocation functionsXiaoke Wang
2022-10-13Merge tag 'linux-kselftest-kunit-6.1-rc1-2' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-10-12Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTMasahiro Yamada
2022-10-12Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5Masahiro Yamada
2022-10-12treewide: use get_random_bytes() when possibleJason A. Donenfeld
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 2Jason A. Donenfeld
2022-10-12treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-12treewide: use prandom_u32_max() when possible, part 2Jason A. Donenfeld
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'dma-mapping-6.1-2022-10-10' of git://git.infradead.org/users/hch/d...Linus Torvalds
2022-10-10Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2022-10-10Merge tag 'printk-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-10-10Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-10-08Merge tag 'tty-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07kunit: remove format func from struct kunit_assert, get it to 0 bytesDaniel Latypov