aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
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-22cpumask: fix function description kernel-doc notationRandy Dunlap
2023-06-22lib/bitmap: drop optimization of bitmap_{from,to}_arr64Yury Norov
2023-06-22lib/test_bitmap: increment failure counter properlyYury Norov
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-15test_firmware: return ENOMEM instead of ENOSPC on failed memory allocationMirsad Goran Todorovac
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
2023-06-09maple_tree: introduce mas_prev_slot() interfaceLiam R. Howlett
2023-06-09maple_tree: relocate mas_rewalk() and mas_rewalk_if_dead()Liam R. Howlett
2023-06-09maple_tree: add mas_next_range() and mas_find_range() interfacesLiam R. Howlett
2023-06-09maple_tree: introduce mas_next_slot() interfaceLiam R. Howlett
2023-06-09maple_tree: fix testing mas_empty_area()Liam R. Howlett
2023-06-09maple_tree: revise limit checks in mas_empty_area{_rev}()Liam R. Howlett
2023-06-09maple_tree: try harder to keep active node with mas_prev()Liam R. Howlett
2023-06-09maple_tree: try harder to keep active node after mas_next()Liam R. Howlett