summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28Merge tag 'v6.5-rc1-sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-06-28Merge tag 'mm-nonmm-stable-2023-06-24-19-23' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27Merge tag 'wq-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27Merge tag 'x86_misc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-06-27Merge tag 'linux-kselftest-kunit-6.5-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2023-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-26Merge tag 'core-debugobjects-2023-06-26' of ssh://gitolite.kernel.org/pub/scm...Linus Torvalds
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26lib/ts_bm: reset initial match offset for every block of textJeremy Sowden
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-23watchdog/hardlockup: fix typo in config HARDLOCKUP_DETECTOR_PREFER_BUDDYLukas Bulwahn
2023-06-23devres: show which resource was invalid in __devm_ioremap_resource()Ben Dooks
2023-06-23Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.Andrew Morton
2023-06-19watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek
2023-06-19watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek
2023-06-19watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek
2023-06-19watchdog/hardlockup: make the config checks more straightforwardPetr Mladek
2023-06-19watchdog/hardlockup: sort hardlockup detector related config values a logical...Petr Mladek
2023-06-19watchdog/buddy: simplify the dependency for HARDLOCKUP_DETECTOR_PREFER_BUDDYDouglas Anderson
2023-06-18test_sysclt: Test for registering a mount pointJoel Granados
2023-06-18test_sysctl: Add an unregister sysctl testJoel Granados
2023-06-18test_sysctl: Group node sysctl test under one funcJoel Granados
2023-06-16iov_iter: remove iov_iter_get_pages and iov_iter_get_pages_allocChristoph Hellwig
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-13raid6: neon: add missing prototypesArnd Bergmann
2023-06-12Merge tag 'mm-hotfixes-stable-2023-06-12-12-22' of git://git.kernel.org/pub/s...Linus Torvalds
2023-06-12lib/test_vmalloc.c: avoid garbage in page arrayLorenzo Stoakes
2023-06-12radix-tree: move declarations to headerArnd Bergmann
2023-06-09watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUsDouglas Anderson
2023-06-09decompressor: provide missing prototypesArnd Bergmann
2023-06-09kunit: include debugfs header fileArnd Bergmann
2023-06-09lib: devmem_is_allowed: include linux/io.hArnd Bergmann
2023-06-09add intptr_tAlexey Dobriyan
2023-06-09maple_tree: simplify and clean up mas_wr_node_store()Peng Zhang
2023-06-09maple_tree: rework mas_wr_slot_store() to be cleaner and more efficient.Peng Zhang
2023-06-09maple_tree: add comments and some minor cleanups to mas_wr_append()Peng Zhang
2023-06-09maple_tree: add mas_wr_new_end() to calculate new_end accuratelyPeng Zhang
2023-06-09maple_tree: make the code symmetrical in mas_wr_extend_null()Peng Zhang
2023-06-09maple_tree: simplify mas_is_span_wr()Peng Zhang
2023-06-09maple_tree: fix the arguments to __must_hold()Peng Zhang
2023-06-09maple_tree: drop mas_{rev_}alloc() and mas_fill_gap()Peng Zhang
2023-06-09maple_tree: rework mtree_alloc_{range,rrange}()Peng Zhang
2023-06-09maple_tree: update testing code for mas_{next,prev,walk}Liam R. Howlett
2023-06-09maple_tree: clear up index and last setting in single entry treeLiam R. Howlett
2023-06-09maple_tree: add mas_prev_range() and mas_find_range_rev interfaceLiam R. Howlett