Yury Norov ([email protected])

Number of posts: 1566 (0.46 per day)
First post: 2015-02-04 22:52:48
Last post: 2024-05-09 16:30:43

Date List Subject
2023-12-12 02:29:33 linux-kernel [PATCH v3 27/35] media: em28xx: cx231xx: optimize drivers by using find_and_set_bit()
2023-12-12 02:29:31 linux-kernel [PATCH v3 21/35] sfc: optimize the driver by using atomic find_bit() API
2023-12-12 02:29:30 linux-kernel [PATCH v3 20/35] media: radio-shark: optimize the driver by using atomic find_bit() API
2023-12-12 02:29:30 linux-kernel [PATCH v3 25/35] RDMA/rtrs: optimize __rtrs_get_permit() by using find_and_set_bit_lock()
2023-12-12 02:29:28 linux-kernel [PATCH v3 23/35] usb: cdc-acm: optimize acm_softint()
2023-12-12 02:29:21 linux-kernel [PATCH v3 22/35] tty: nozomi: optimize interrupt_handler()
2023-12-12 02:29:12 linux-kernel [PATCH v3 18/35] powerpc: optimize arch code by using atomic find_bit() API
2023-12-12 02:29:07 linux-kernel [PATCH v3 19/35] iommu: optimize subsystem by using atomic find_bit() API
2023-12-12 02:29:01 linux-kernel [PATCH v3 17/35] scsi: qedi: optimize qedi_get_task_idx() by using find_and_set_bit()
2023-12-12 02:28:59 linux-kernel [PATCH v3 13/35] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
2023-12-12 02:28:58 linux-kernel [PATCH v3 10/35] dmaengine: idxd: optimize perfmon_assign_event()
2023-12-12 02:28:56 linux-kernel [PATCH v3 15/35] scsi: core: optimize scsi_evt_emit() by using an atomic iterator
2023-12-12 02:28:52 linux-kernel [PATCH v3 14/35] PCI: hv: Optimize hv_get_dom_num() by using find_and_set_bit()
2023-12-12 02:28:50 linux-kernel [PATCH v3 08/35] perf/arm: use atomic find_bit() API
2023-12-12 02:28:50 linux-kernel [PATCH v3 11/35] ath10k: optimize ath10k_snoc_napi_poll()
2023-12-12 02:28:50 linux-kernel [PATCH v3 12/35] wifi: rtw88: optimize the driver by using atomic iterator
2023-12-12 02:28:40 linux-kernel [PATCH v3 09/35] drivers/perf: optimize ali_drw_get_counter_idx() by using find_and_set_bit()
2023-12-12 02:28:39 linux-kernel [PATCH v3 01/35] lib/find: add atomic find_bit() primitives
2023-12-12 02:28:32 linux-kernel [PATCH v3 06/35] mips: sgi-ip30: optimize heart_alloc_int() by using find_and_set_bit()
2023-12-12 02:28:32 linux-kernel [PATCH v3 07/35] sparc: optimize alloc_msi() by using find_and_set_bit()
2023-12-12 02:28:27 linux-kernel [PATCH v3 02/35] lib/find: add test for atomic find_bit() ops
2023-12-12 02:28:27 linux-kernel [PATCH v3 05/35] sched: add cpumask_find_and_set() and use it in __mm_cid_get()
2023-12-12 02:28:22 linux-kernel [PATCH v3 03/35] lib/sbitmap; optimize __sbitmap_get_word() by using find_and_set_bit()
2023-12-12 02:28:15 linux-kernel [PATCH v3 04/35] watch_queue: optimize post_one_notification() by using find_and_clear_bit()
2023-12-12 02:28:07 linux-kernel [PATCH v3 00/35] bitops: add atomic find_bit() operations
2023-12-11 22:34:40 linux-kernel Re: [PATCH v2 31/35] net: smc: use find_and_set_bit() in smc_wr_tx_get_free_slot_index()
2023-12-11 15:31:22 linux-kernel Re: [PATCH V5 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-12-11 14:16:51 linux-kernel Re: [PATCH V5 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-12-08 21:57:42 linux-kernel Re: [PATCH V5 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-12-08 18:34:35 linux-kernel Re: [PATCH v2 14/35] PCI: hv: switch hv_get_dom_num() to use atomic find_bit()
2023-12-08 14:03:56 linux-kernel Re: [PATCH V5 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-12-08 02:49:56 linux-kernel Re: [PATCH v2 2/6] lib/group_cpus: relax atomicity requirement in grp_spread_init_one()
2023-12-07 22:20:05 linux-kernel Re: [PATCH v2 0/6] lib/group_cpus: rework grp_spread_init_one() and make it O(1)
2023-12-07 22:17:02 linux-kernel Re: [PATCH v2 1/6] cpumask: introduce for_each_cpu_and_from()
2023-12-07 22:07:47 linux-kernel Re: [PATCH v2 3/6] lib/group_cpus: optimize inner loop in grp_spread_init_one()
2023-12-07 20:39:49 linux-kernel [PATCH 6/6] lib/group_cpus.c: drop unneeded cpumask_empty() call in __group_cpus_evenly()
2023-12-07 20:39:46 linux-kernel [PATCH v2 3/6] lib/group_cpus: optimize inner loop in grp_spread_init_one()
2023-12-07 20:39:42 linux-kernel [PATCH 5/6] lib/cgroup_cpus.c: don't zero cpumasks in group_cpus_evenly() on allocation
2023-12-07 20:39:37 linux-kernel [PATCH v2 4/6] lib/group_cpus: optimize outer loop in grp_spread_init_one()
2023-12-07 20:39:27 linux-kernel [PATCH v2 2/6] lib/group_cpus: relax atomicity requirement in grp_spread_init_one()
2023-12-07 20:39:24 linux-kernel [PATCH v2 1/6] cpumask: introduce for_each_cpu_and_from()
2023-12-07 20:39:15 linux-kernel [PATCH v2 0/6] lib/group_cpus: rework grp_spread_init_one() and make it O(1)
2023-12-07 01:02:03 linux-kernel Re: [PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
2023-12-07 00:44:08 linux-kernel Re: [PATCH V4 resend] lib/group_cpus.c: avoid to acquire cpu hotplug lock in group_cpus_evenly
2023-12-06 05:25:30 linux-wireless Re: [PATCH v2 00/35] bitops: add atomic find_bit() operations
2023-12-05 22:52:31 linux-kernel Re: [PATCH V4 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-12-04 22:01:36 linux-kernel Re: [PATCH 0/4] lib/group_cpus: rework grp_spread_init_one() and make it O(1)
2023-12-04 14:56:45 linux-kernel Re: [PATCH V4 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-12-04 14:23:30 linux-kernel Re: [PATCH v12 1/3] lib/bitmap: add bitmap_{read,write}()
2023-12-03 19:37:41 linux-kernel [PATCH v2 22/35] tty: nozomi: optimize interrupt_handler()
2023-12-03 19:37:31 linux-kernel [PATCH v2 25/35] RDMA/rtrs: fix opencoded find_and_set_bit_lock() in __rtrs_get_permit()