Yury Norov ([email protected])

Number of posts: 1545 (0.46 per day)
First post: 2015-02-04 22:52:48
Last post: 2024-04-22 23:10:56

Date List Subject
2024-04-22 23:10:56 linux-kernel Re: [PATCH v2 1/2] MIPS: SGI-IP27: micro-optimize arch_init_irq()
2024-04-19 22:14:03 linux-kernel Re: [PATCH 0/5] Remove onstack cpumask var usage
2024-04-17 17:27:23 linux-kernel Re: [PATCH] MIPS: SGI-IP30: Use bitmap API when iterating over bitmap
2024-04-16 18:01:56 linux-kernel Re: [PATCH v2 4/7] irqchip/loongson-eiointc: Avoid explicit cpumask allocation on stack
2024-04-16 17:49:59 linux-kernel Re: [PATCH v2 1/7] cpumask: introduce cpumask_first_and_and()
2024-04-16 17:46:05 linux-kernel Re: [PATCH v2 1/7] cpumask: introduce cpumask_first_and_and()
2024-04-16 17:39:51 linux-kernel [PATCH 2/2] MIPS: SGI-IP27: use WARN_ON() output
2024-04-16 17:37:38 linux-kernel [PATCH v2 1/2] MIPS: SGI-IP27: micro-optimize arch_init_irq()
2024-04-16 17:37:25 linux-kernel [PATCH 0/2] MIPS: SGI-IP27: micro-optimize arch_init_irq()
2024-04-13 18:49:27 linux-kernel [PATCH] MIPS: SGI-IP27: micro-optimize arch_init_irq()
2024-04-13 17:54:54 linux-kernel Re: [PATCH 6/6] irqchip/sifive-plic: Avoid explicit cpumask allocation on stack
2024-04-13 17:42:18 linux-kernel Re: [PATCH v2 2/2] sched/topology: Optimize topology_span_sane()
2024-04-13 17:14:20 linux-kernel Re: [PATCH v2] include/linux/bitops.h: Fix function fns
2024-04-12 14:41:03 linux-kernel Re: [PATCH 1/6] cpumask: introduce cpumask_first_and_and()
2024-04-10 13:28:46 linux-kernel Re: [PATCH 0/2 RESEND] sched/topology: Optimize topology_span_sane()
2024-04-03 16:39:14 linux-kernel Re: [PATCH v2 00/10] perf: Avoid placing cpumask var on stack
2024-04-03 16:31:46 linux-kernel Re: [PATCH v3 01/10] cpumask: add cpumask_any_and_but()
2024-03-20 20:23:10 linux-kernel Re: [PATCH 1/2] cpumask: Add for_each_cpu_from()
2024-03-20 18:34:54 linux-kernel Re: [PATCH v2] lib/bitmap: Fix bitmap_scatter() and bitmap_gather() kernel doc
2024-03-20 18:32:14 linux-kernel Re: [PATCH 2/2] sched/topology: Optimize topology_span_sane()
2024-03-20 18:31:25 linux-kernel Re: [PATCH 1/2] cpumask: Add for_each_cpu_from()
2024-03-20 17:47:05 linux-kernel Re: [PATCH] cpumask: Create dedicated kmem cache for cpumask var
2024-03-06 13:28:06 linux-kernel Re: [PATCH v6 1/5] net: wan: Add support for QMC HDLC
2024-03-06 13:11:37 linux-kernel Re: [PATCH v6 3/5] lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers
2024-03-06 13:07:32 linux-kernel Re: [PATCH v6 4/5] net: wan: fsl_qmc_hdlc: Add runtime timeslots changes support
2024-03-03 20:56:35 linux-kernel Re: [PATCH v3 1/4] auxdisplay: Add 7-segment LED display driver
2024-02-28 16:54:48 linux-kernel Re: [PATCH net-next v5 11/21] tools: move alignment-related macros to new <linux/align.h>
2024-02-28 16:47:27 linux-kernel Re: [Intel-wired-lan] [PATCH net-next v5 00/21] ice: add PFCP filter support
2024-02-28 16:39:27 linux-kernel Re: [PATCH net-next v5 17/21] lib/bitmap: add tests for IP tunnel flags conversion helpers
2024-02-28 16:37:28 linux-kernel Re: [PATCH net-next v5 01/21] lib/bitmap: add bitmap_{read,write}()
2024-02-28 16:33:21 linux-kernel Re: [PATCH net-next v5 14/21] lib/bitmap: add compile-time test for __assign_bit() optimization
2024-02-28 16:32:23 linux-kernel Re: [PATCH net-next v5 13/21] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
2024-02-28 16:32:04 linux-kernel Re: [PATCH net-next v5 12/21] bitmap: introduce generic optimized bitmap_size()
2024-02-28 16:30:06 linux-kernel Re: [PATCH net-next v5 11/21] tools: move alignment-related macros to new <linux/align.h>
2024-02-28 16:28:27 linux-kernel Re: [PATCH net-next v5 10/21] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
2024-02-28 16:27:51 linux-kernel Re: [PATCH net-next v5 09/21] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
2024-02-28 16:25:09 linux-kernel Re: [PATCH net-next v5 07/21] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
2024-02-28 16:23:30 linux-kernel Re: [PATCH net-next v5 06/21] bitops: let the compiler optimize {__,}assign_bit()
2024-02-28 16:21:16 linux-kernel Re: [PATCH net-next v5 05/21] bitops: make BYTES_TO_BITS() treewide-available
2024-02-28 16:18:34 linux-kernel Re: [PATCH net-next v5 04/21] bitops: add missing prototype check
2024-02-28 16:17:24 linux-kernel Re: [PATCH net-next v5 03/21] lib/test_bitmap: use pr_info() for non-error messages
2024-02-28 16:16:11 linux-kernel Re: [PATCH net-next v5 02/21] lib/test_bitmap: add tests for bitmap_{read,write}()
2024-02-22 21:51:12 linux-kernel Re: [PATCH v4 3/5] lib/bitmap: Introduce bitmap_scatter() and bitmap_gather() helpers
2024-02-22 21:39:32 linux-kernel Re: Re: [PATCH v3 1/3] bits: introduce fixed-type genmasks
2024-02-22 15:02:10 linux-kernel Re: Re: [PATCH v3 2/3] bits: Introduce fixed-type BIT
2024-02-22 15:00:29 linux-kernel Re: Re: [PATCH v3 1/3] bits: introduce fixed-type genmasks
2024-02-12 19:13:40 linux-kernel Re: [PATCH v3 RESEND 3/6] bitmap: Make bitmap_onto() available to users
2024-02-12 18:42:04 linux-kernel Re: [PATCH v3 RESEND 4/6] bitmap: Introduce bitmap_off()
2024-02-12 18:37:33 linux-kernel Re: [PATCH v3 RESEND 4/6] bitmap: Introduce bitmap_off()
2024-02-09 17:21:18 linux-kernel Re: [PATCH v3 2/3] bits: Introduce fixed-type BIT
2024-02-09 16:52:18 linux-kernel Re: [PATCH 2/3] bits: Introduce fixed-type BIT