Age | Commit message (Expand) | Author |
2021-10-27 | bootconfig: Initialize ret in xbc_parse_tree() | Steven Rostedt (VMware) |
2021-10-26 | test_kprobes: Move it from kernel/ to lib/ | Tiezhu Yang |
2021-10-26 | lib/bootconfig: Fix the xbc_get_info kerneldoc | Masami Hiramatsu |
2021-10-26 | lib/bootconfig: Make xbc_alloc_mem() and xbc_free_mem() as __init function | Masami Hiramatsu |
2021-10-21 | kprobes: convert tests to kunit | Sven Schnelle |
2021-10-10 | bootconfig: Cleanup dummy headers in tools/bootconfig | Masami Hiramatsu |
2021-10-10 | bootconfig: Replace u16 and u32 with uint16_t and uint32_t | Masami Hiramatsu |
2021-10-10 | bootconfig: Remove unused debug function | Masami Hiramatsu |
2021-10-10 | bootconfig: Split parse-tree part from xbc_init | Masami Hiramatsu |
2021-10-10 | bootconfig: Rename xbc_destroy_all() to xbc_exit() | Masami Hiramatsu |
2021-10-10 | bootconfig: Add xbc_get_info() for the node information | Masami Hiramatsu |
2021-10-10 | bootconfig: Allocate xbc_data inside xbc_init() | Masami Hiramatsu |
2021-09-30 | kprobes: treewide: Replace arch_deref_entry_point() with dereference_symbol_d... | Masami Hiramatsu |
2021-09-24 | lib/zlib_inflate/inffast: check config in C to avoid unused function warning | Paul Menzel |
2021-09-24 | xtensa: increase size of gcc stack frame check | Guenter Roeck |
2021-09-24 | kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS | Marco Elver |
2021-09-23 | Merge tag 'net-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-09-19 | pci_iounmap'2: Electric Boogaloo: try to make sense of it all | Linus Torvalds |
2021-09-17 | Merge tag 'iov_iter.3-5.15-2021-09-17' of git://git.kernel.dk/linux-block | Linus Torvalds |
2021-09-17 | net: update NXP copyright text | Vladimir Oltean |
2021-09-14 | memblock: introduce saner 'memblock_free_ptr()' interface | Linus Torvalds |
2021-09-14 | iov_iter: add helper to save iov_iter state | Jens Axboe |
2021-09-13 | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version) | Linus Torvalds |
2021-09-13 | Kconfig.debug: drop GCC 5+ version check for DWARF5 | Nick Desaulniers |
2021-09-11 | Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds |
2021-09-09 | bootconfig: Rename xbc_node_find_child() to xbc_node_find_subkey() | Masami Hiramatsu |
2021-09-09 | Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-08 | Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH | Lukas Bulwahn |
2021-09-08 | lib/iov_iter.c: fix kernel-doc warnings | Randy Dunlap |
2021-09-08 | lib/dump_stack: correct kernel-doc notation | Randy Dunlap |
2021-09-08 | lib/test: convert test_sort.c to use KUnit | Daniel Latypov |
2021-09-08 | math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it | Geert Uytterhoeven |
2021-09-08 | math: make RATIONAL tristate | Geert Uytterhoeven |
2021-09-08 | mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1) | Muchun Song |
2021-09-06 | lib/test_scanf: split up number parsing test routines | Linus Torvalds |
2021-09-04 | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux | Linus Torvalds |
2021-09-03 | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-09-03 | kasan: test: avoid corrupting memory in kasan_rcu_uaf | Andrey Konovalov |
2021-09-03 | kasan: test: avoid corrupting memory in copy_user_test | Andrey Konovalov |
2021-09-03 | kasan: test: clean up ksize_uaf | Andrey Konovalov |
2021-09-03 | kasan: test: only do kmalloc_uaf_memset for generic mode | Andrey Konovalov |
2021-09-03 | kasan: test: disable kmalloc_memmove_invalid_size for HW_TAGS | Andrey Konovalov |
2021-09-03 | kasan: test: avoid corrupting memory via memset | Andrey Konovalov |
2021-09-03 | kasan: test: avoid writing invalid memory | Andrey Konovalov |
2021-09-03 | kasan: test: rework kmalloc_oob_right | Andrey Konovalov |
2021-09-03 | lib/test_vmalloc.c: add a new 'nr_pages' parameter | Uladzislau Rezki (Sony) |
2021-09-03 | scatterlist: replace flush_kernel_dcache_page with flush_dcache_page | Christoph Hellwig |
2021-09-03 | mm: remove VM_DENYWRITE | David Hildenbrand |