Andrey Ryabinin ([email protected])

Number of posts: 629 (0.89 per day)
First post: 2015-11-09 15:12:32
Last post: 2017-10-18 16:52:44

Date List Subject
2018-03-15 16:52:17 linux-kernel [PATCH 2/6] mm/vmscan: Update stale comments
2018-03-15 16:50:41 linux-kernel [PATCH 1/6] mm/vmscan: Wake up flushers for legacy cgroups too
2018-03-15 16:50:17 linux-kernel [PATCH 4/6] mm/vmscan: remove redundant current_may_throttle() check
2018-03-15 16:48:09 linux-kernel [PATCH 3/6] mm/vmscan: replace mm_vmscan_lru_shrink_inactive with shrink_page_list tracepoint
2018-03-15 16:47:43 linux-kernel [PATCH 5/6] mm/vmscan: Don't change pgdat state on base of a single LRU list state.
2018-03-15 16:47:32 linux-kernel [PATCH 6/6] mm/vmscan: Don't mess with pgdat->flags in memcg reclaim.
2018-03-07 12:45:47 linux-kernel Re: [PATCH] kasan, slub: fix handling of kasan_slab_free hook
2018-03-07 12:38:31 linux-kernel Re: [PATCH v2] kasan, slub: fix handling of kasan_slab_free hook
2018-03-06 14:35:35 linux-kernel Re: [PATCH 4.4 163/193] kasan: rework Kconfig settings
2018-03-02 15:15:37 linux-kernel Re: [PATCH 2/2] kasan: disallow compiler to optimize away memset in tests
2018-03-02 15:15:19 linux-kernel Re: [PATCH 1/2] kasan: fix invalid-free test crashing the kernel
2018-03-02 15:14:57 linux-kernel Re: [PATCH] kasan, slub: fix handling of kasan_slab_free hook
2018-02-26 12:46:57 linux-kernel Re: [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check
2018-02-26 10:48:53 linux-kernel Re: [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check
2018-02-26 10:01:23 linux-kernel Re: [tip:x86/mm] x86/mm: Consider effective protection attributes in W+X check
2018-02-22 16:04:01 linux-kernel Re: [PATCH v5 2/2] mm/memcontrol.c: Reduce reclaim retries in mem_cgroup_resize_limit()
2018-02-22 15:39:17 linux-kernel Re: [PATCH v5 2/2] mm/memcontrol.c: Reduce reclaim retries in mem_cgroup_resize_limit()
2018-02-22 15:17:50 linux-kernel Re: [PATCH v5 2/2] mm/memcontrol.c: Reduce reclaim retries in mem_cgroup_resize_limit()
2018-02-22 13:51:13 linux-kernel Re: [PATCH v5 2/2] mm/memcontrol.c: Reduce reclaim retries in mem_cgroup_resize_limit()
2018-02-21 17:50:37 linux-kernel Re: [PATCH 1/4] vmalloc: add vm_flags argument to internal __vmalloc_node()
2018-02-14 11:56:10 linux-kernel [PATCH] platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
2018-02-09 15:33:03 linux-kernel Re: INFO: task hung in sync_blockdev
2018-02-08 16:25:07 linux-kernel Re: INFO: task hung in sync_blockdev
2018-02-08 16:06:28 linux-kernel Re: [PATCH] UBSAN: support __ubsan_handle_type_mismatch_v1
2018-02-06 20:11:53 linux-kernel Re: [PATCH] kasan: remove redundant initialization of variable 'real_size'
2018-02-05 10:32:43 linux-kernel Re: [PATCH] ubsan: don't mark __ubsan_handle_builtin_unreachable as noreturn
2018-02-05 09:02:47 linux-kernel Re: [PATCH] ubsan: don't mark __ubsan_handle_builtin_unreachable as noreturn
2018-02-05 08:49:32 linux-kernel Re: [PATCH] mm/kasan: Don't vfree() nonexistent vm_area.
2018-02-01 20:25:36 linux-kernel Re: [PATCH] mm/kasan: Don't vfree() nonexistent vm_area.
2018-02-01 20:17:53 linux-kernel Re: [PATCH 1/5] compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()
2018-02-01 18:27:31 linux-kernel [PATCH 4/5] fs/dcache: Use read_word_at_a_time() in dentry_string_cmp()
2018-02-01 18:03:08 linux-kernel [PATCH 5/5] fs: dcache: Revert "manually unpoison dname after allocation to shut up kasan's reports"
2018-02-01 18:02:13 linux-kernel [PATCH 2/5] compiler.h: Add read_word_at_a_time() function.
2018-02-01 18:01:57 linux-kernel [PATCH 3/5] lib/strscpy: Shut up KASAN false-positives in strscpy()
2018-02-01 18:01:51 linux-kernel [PATCH 1/5] compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()
2018-02-01 16:34:29 linux-kernel [PATCH] mm/kasan: Don't vfree() nonexistent vm_area.
2018-01-25 19:45:40 linux-kernel Re: [PATCH v5 1/2] mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytes
2018-01-25 19:15:14 linux-kernel Re: [PATCH] lib/strscpy: remove word-at-a-time optimization.
2018-01-23 10:47:07 linux-kernel Re: [PATCH] kasan: add __asan_report_loadN/storeN_noabort callbacks
2018-01-23 09:36:02 linux-kernel Re: [PATCH v2] kasan: don't emit builtin calls when sanitization is off
2018-01-23 09:26:18 linux-kernel Re: [PATCH v2] kasan: don't emit builtin calls when sanitization is off
2018-01-22 16:57:47 linux-kernel [PATCH] lib-ubsan-remove-returns-nonnull-attribute-checks-fix
2018-01-19 15:59:49 linux-kernel Re: [PATCH] kasan: don't emit builtin calls when sanitization is off
2018-01-19 15:30:06 linux-kernel [PATCH 1/2] lib/ubsan: Add type mismatch handler for new GCC/Clang
2018-01-19 15:29:49 linux-kernel [PATCH 2/2] lib/ubsan: remove returns-nonnull-attribute checks.
2018-01-19 13:27:33 linux-kernel [PATCH v5 2/2] mm/memcontrol.c: Reduce reclaim retries in mem_cgroup_resize_limit()
2018-01-19 13:26:38 linux-kernel [PATCH v5 1/2] mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytes
2018-01-15 16:35:06 linux-kernel Re: [PATCH v2 2/2] kasan: clean up KASAN_SHADOW_SCALE_SHIFT usage
2018-01-15 14:36:58 linux-kernel Re: [PATCH 4.9 84/96] x86/asm: Use register variable to get stack pointer value
2018-01-15 14:31:11 linux-kernel Re: [PATCH 4.9 84/96] x86/asm: Use register variable to get stack pointer value
2018-01-15 12:53:40 linux-kernel Re: [PATCH v4] mm/memcg: try harder to decrease [memory,memsw].limit_in_bytes