LinuxLists
Users
About
Mateusz Nosek (
[email protected]
)
Number of posts: 34 (0.13 per day)
First post: 2019-12-30 19:19:07
Last post: 2020-09-16 16:40:19
Date
List
Subject
2020-09-27 00:13:21
linux-kernel
[PATCH] kernel/futex.c: fix incorrect 'should_fail_futex' handling
2020-09-21 15:32:40
linux-kernel
[PATCH] mm/page_poison.c: replace bool variable with static key
2020-09-19 00:13:18
linux-kernel
[PATCH] fs/open.c: micro-optimization by avoiding branch on common path
2020-09-17 21:22:24
linux-kernel
[PATCH] mmzone: clean code by removing unused macro parameter
2020-09-17 11:28:14
linux-kernel
[PATCH] include/linux/compaction.h: clean code by removing unused enum value
2020-09-16 22:19:26
linux-kernel
[PATCH] mm/page_alloc.c: fix early params garbage value accesses
2020-09-16 20:12:20
linux-kernel
[PATCH] mm/slab.c: micro-optimization spare one branch in main flow
2020-09-16 19:04:15
linux-kernel
[RFC PATCH] mm/page_alloc.c: clean code by merging two functions
2020-09-16 16:40:19
linux-kernel
Re: [RFC PATCH] mm/page_alloc.c: micro-optimization reduce oom critical section size
2020-09-15 23:06:48
linux-kernel
[PATCH] mm/slab.c: clean code by removing redundant if condition
2020-09-15 13:13:31
linux-kernel
Re: [RFC PATCH] mm/page_alloc.c: micro-optimization reduce oom critical section size
2020-09-14 17:46:43
linux-kernel
[RFC PATCH] fs: micro-optimization remove branches by adjusting flag values
2020-09-14 10:08:56
linux-kernel
[RFC PATCH] mm/page_alloc.c: micro-optimization reduce oom critical section size
2020-09-13 19:07:37
linux-kernel
[PATCH] mm/compaction.c: micro-optimization remove unnecessary branch
2020-09-12 10:36:47
linux-kernel
[PATCH] fs/pipe.c: clean code by removing unnecessary initialization
2020-09-11 21:45:15
linux-kernel
[PATCH] fs/aio.c: clean code by removing unnecessary assignment
2020-09-11 09:28:06
linux-kernel
[PATCH] mm/page_alloc.c: micro-optimization remove unnecessary branch
2020-09-06 16:08:02
linux-kernel
Re: [PATCH] mm/mmu_notifier.c: micro-optimization substitute kzalloc with kmalloc
2020-09-06 11:45:57
linux-kernel
[PATCH] mm/mmu_notifier.c: micro-optimization substitute kzalloc with kmalloc
2020-09-04 13:34:30
linux-kernel
[PATCH] mm/page_alloc.c: Clean code by removing unnecessary initialization
2020-03-20 17:36:12
linux-kernel
[PATCH] mm/dmapool.c: micro-optimisation remove unnecessary branch
2020-03-19 17:02:44
linux-kernel
[PATCH] mm/vmscan.c: Clean code by removing unnecessary assignment
2020-03-18 17:47:19
linux-kernel
[PATCH] mm/compaction.c: Clean code by removing unnecessary assignment
2020-03-07 22:56:22
linux-kernel
[RFC PATCH] mm/page_alloc.c: Micro-optimisation Remove unnecessary branch
2020-03-04 16:24:08
linux-kernel
[PATCH v2] mm: Micro-optimisation: Save two branches on hot - page allocation path
2020-03-04 14:23:54
linux-kernel
[RFC PATCH] mm: Micro-optimisation: Save two branches on hot - page allocation path
2020-03-03 21:52:14
linux-kernel
[PATCH] mm/hugetlb.c: Clean code by removing unnecessary initialization
2020-03-03 21:39:09
linux-kernel
[PATCH] security/apparmor/label.c: Clean code by removing redundant instructions
2020-03-01 15:31:27
linux-kernel
[PATCH] mm/shmem.c: Clean code by removing unnecessary assignment
2020-02-29 22:09:29
linux-kernel
[PATCH] mm/vmscan.c: Clean code by removing unnecessary assignment
2020-02-28 22:48:56
linux-kernel
[PATCH] mm/mm_init.c: Clean code. Use BUILD_BUG_ON when comparing compile time constant
2020-01-19 13:12:10
linux-kernel
[PATCH] arch/x86/mm/mpx.c: Clean up code by removing unnecessary assignment
2020-01-18 17:14:32
linux-kernel
[PATCH] arch/x86/kernel/tsc_sync.c: Clean up code by removing unused assignment
2019-12-30 19:19:07
linux-kernel
[PATCH] fs/kernfs/dir.c: Clean code by removing always true condition