LinuxLists
Users
About
Alexey Dobriyan (
[email protected]
)
Number of posts: 2947 (0.42 per day)
First post: 2005-05-10 19:25:08
Last post: 2024-06-14 06:29:48
Previous Page
/
Next Page
Date
List
Subject
2021-02-08 18:47:12
linux-kernel
Re: [PATCH 1/5] sched: make struct task_struct::state 32-bit
2021-02-08 14:56:09
linux-kernel
Re: [PATCH 1/5] sched: make struct task_struct::state 32-bit
2021-02-08 14:49:04
linux-kernel
Re: [PATCH 1/5] sched: make struct task_struct::state 32-bit
2021-02-08 14:47:24
linux-kernel
Re: [PATCH 1/5] sched: make struct task_struct::state 32-bit
2021-02-06 16:29:46
linux-kernel
[PATCH 5/5] sched: make multiple runqueue task counters 32-bit
2021-02-06 16:29:08
linux-kernel
[PATCH 3/5] sched: make nr_iowait() return 32-bit value
2021-02-06 16:28:02
linux-kernel
[PATCH 1/5] sched: make struct task_struct::state 32-bit
2021-02-06 15:26:54
linux-kernel
[PATCH 4/5] sched: make nr_iowait_cpu() return 32-bit
2021-02-06 15:22:44
linux-kernel
[PATCH 2/5] sched: make nr_running() return 32-bit
2021-01-28 00:05:56
linux-kernel
Re: linux-next: build failure after merge of the akpm-current tree
2021-01-14 02:17:19
linux-kernel
Re: [PATCH] fs/proc: Expose RSEQ configuration
2021-01-13 21:40:01
linux-kernel
Re: [PATCH] fs/proc: Expose RSEQ configuration
2020-12-29 01:32:14
linux-kernel
[PATCH] timens: delete no-op time_ns_init()
2020-12-29 01:22:48
linux-kernel
Re: + proc-wchan-use-printk-format-instead-of-lookup_symbol_name-fix.patch added to -mm tree
2020-12-05 18:53:19
linux-kernel
[PATCH] proc: fix lookup in /proc/net subdirectories after setns(2)
2020-12-05 18:46:08
linux-kernel
[PATCH] proc: fix lookup in /proc/net subdirectories after setns(2)
2020-12-03 20:12:07
linux-kernel
Re: [PATCH 05/10] proc: use %u for pid printing and slightly less stack
2020-11-22 12:41:19
linux-kernel
[PATCH] mm: cleanup kstrto*() usage
2020-11-22 12:39:20
linux-kernel
[PATCH] lib: cleanup kstrto*() usage
2020-11-22 12:12:59
linux-kernel
[PATCH] driver core: cleanup kstrto*() usage
2020-09-14 13:43:52
linux-kernel
Re: [PATCH] kbuild: Run syncconfig with -s
2020-09-10 12:18:35
linux-kernel
Re: [RESEND PATCH 2/2] /proc/stat: Simplify iowait and idle calculations when cpu is offline
2020-09-04 17:59:26
linux-kernel
Re: remove the last set_fs() in common code, and remove it for x86 and powerpc v3
2020-08-21 17:24:39
linux-kernel
make defconfig (Re: + x86-defconfigs-explicitly-unset-config_64bit-in-i386_defconfig.patch added to -mm tree)
2020-08-16 16:35:59
linux-kernel
Re: [PATCH 1/2] mm: add GFP mask param to strndup_user
2020-08-03 10:53:34
linux-kernel
Re: [PATCH 00/23] proc: Introduce /proc/namespaces/ directory to expose namespaces lineary
2020-07-30 12:21:06
linux-kernel
Re: [PATCH 11/23] fs: Add /proc/namespaces/ directory
2020-07-29 14:13:31
linux-kernel
make oldconfig (Re: mmotm 2020-07-27-18-18 uploaded (mm/page_alloc.c))
2020-07-27 14:32:10
linux-kernel
Re: [PATCH v3] proc,fcntl: introduce F_SET_DESCRIPTION
2020-07-13 14:09:16
linux-kernel
Re: [PATCH] rwsem: fix commas in initialisation
2020-07-11 15:00:40
linux-kernel
[PATCH] rwsem: fix commas in initialisation
2020-07-10 20:04:08
linux-kernel
[PATCH] ipc: uninline functions
2020-07-04 20:53:22
linux-kernel
Re: [PATCH 1/3] readfile: implement readfile syscall
2020-07-01 18:15:16
linux-kernel
Re: [PATCH] fs/proc: add short desc for /proc/softirqs
2020-06-23 21:53:29
linux-kernel
Re: process '/usr/bin/rsync' started with executable stack
2020-06-23 21:50:20
linux-kernel
Re: process '/usr/bin/rsync' started with executable stack
2020-06-23 21:43:06
linux-kernel
Re: process '/usr/bin/rsync' started with executable stack
2020-06-23 21:24:04
linux-kernel
Re: process '/usr/bin/rsync' started with executable stack
2020-06-23 21:16:05
linux-kernel
Re: process '/usr/bin/rsync' started with executable stack
2020-06-20 07:59:41
linux-kernel
Re: [PATCH] linux++, this: rename "struct notifier_block *this"
2020-06-19 22:06:38
linux-kernel
Re: [PATCH 3/3] io_uring: add support for zone-append
2020-06-19 00:22:16
linux-kernel
[PATCH] linux++, this: rename "struct notifier_block *this"
2020-06-18 21:04:50
linux-kernel
Re: [PATCH] x86/asm/64: Align start of __clear_user() loop to 16-bytes
2020-06-18 18:04:08
linux-kernel
Re: [PATCH] x86/asm/64: Align start of __clear_user() loop to 16-bytes
2020-06-17 07:18:31
linux-kernel
Re: [PATCH] mm, slab: Use kmem_cache_zalloc() instead of kmem_cache_alloc() with flag GFP_ZERO.
2020-05-27 18:51:13
linux-kernel
Re: [PATCH] proc/base: Skip assignment to len when there is no error on d_path in do_proc_readlink.
2020-04-21 17:10:06
linux-kernel
Re: [PATCH 01/15] sched: make nr_running() return "unsigned int"
2020-04-21 16:51:39
linux-kernel
Re: [PATCH 03/15] print_integer: new and improved way of printing integers
2020-04-21 16:33:40
linux-kernel
Re: [PATCH 03/15] print_integer: new and improved way of printing integers
2020-04-20 21:06:09
linux-kernel
[PATCH 05/15] print_integer, proc: rewrite /proc/thread-self via print_integer()
2020-04-20 21:05:38
linux-kernel
[PATCH 08/15] print_integer, proc: rewrite /proc/uptime via print_integer()