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-03 19:37:28 linux-kernel [PATCH v2 21/35] sfc: switch to using atomic find_bit() API where appropriate
2023-12-03 19:37:26 linux-kernel [PATCH v2 18/35] powerpc: use atomic find_bit() API where appropriate
2023-12-03 19:37:25 linux-kernel [PATCH v2 23/35] usb: cdc-acm: optimize acm_softint()
2023-12-03 19:37:23 linux-kernel [PATCH v2 24/35] block: null_blk: fix opencoded find_and_set_bit() in get_tag()
2023-12-03 19:37:06 linux-kernel [PATCH v2 32/35] ALSA: use atomic find_bit() functions where applicable
2023-12-03 19:36:35 linux-bluetooth [PATCH v2 30/35] bluetooth: optimize cmtp_alloc_block_id()
2023-12-03 19:35:50 linux-kernel [PATCH v2 34/35] microblaze: rework get_mmu_context()
2023-12-03 19:35:48 linux-kernel [PATCH v2 35/35] sh: mach-x3proto: rework ilsel_enable()
2023-12-03 19:35:37 linux-kernel [PATCH v2 33/35] m68k: rework get_mmu_context()
2023-12-03 19:35:34 linux-kernel [PATCH v2 26/35] mISDN: optimize get_free_devid()
2023-12-03 19:35:32 linux-kernel [PATCH v2 29/35] serial: sc12is7xx: optimize sc16is7xx_alloc_line()
2023-12-03 19:35:24 linux-kernel [PATCH v2 31/35] net: smc: use find_and_set_bit() in smc_wr_tx_get_free_slot_index()
2023-12-03 19:35:19 linux-kernel [PATCH v2 28/35] ethernet: rocker: optimize ofdpa_port_internal_vlan_id_get()
2023-12-03 19:35:13 linux-kernel [PATCH v2 27/35] media: em28xx: cx231xx: fix opencoded find_and_set_bit()
2023-12-03 19:35:07 linux-kernel [PATCH v2 20/35] media: radio-shark: use atomic find_bit() API where appropriate
2023-12-03 19:35:04 linux-kernel [PATCH v2 19/35] iommu: use atomic find_bit() API where appropriate
2023-12-03 19:34:59 linux-kernel [PATCH v2 16/35] scsi: mpi3mr: switch to using atomic find_and_set_bit()
2023-12-03 19:34:52 linux-kernel [PATCH v2 17/35] scsi: qedi: rework qedi_get_task_idx()
2023-12-03 19:34:33 linux-kernel [PATCH v2 15/35] scsi: core: use atomic find_bit() API where appropriate
2023-12-03 19:34:16 linux-kernel [PATCH v2 13/35] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
2023-12-03 19:34:11 linux-kernel [PATCH v2 07/35] sparc: fix opencoded find_and_set_bit() in alloc_msi()
2023-12-03 19:34:02 linux-kernel [PATCH v2 08/35] perf/arm: optimize opencoded atomic find_bit() API
2023-12-03 19:34:01 linux-wireless [PATCH v2 12/35] wifi: rtw88: optimize rtw_pci_tx_kick_off() by using find_bit()
2023-12-03 19:33:57 linux-wireless [PATCH v2 11/35] ath10k: optimize ath10k_snoc_napi_poll() by using find_bit()
2023-12-03 19:33:56 linux-kernel [PATCH v2 10/35] dmaengine: idxd: optimize perfmon_assign_event()
2023-12-03 19:33:54 linux-kernel [PATCH v2 05/35] sched: add cpumask_find_and_set() and use it in __mm_cid_get()
2023-12-03 19:33:46 linux-kernel [PATCH v2 04/35] watch_queue: use atomic find_bit() in post_one_notification()
2023-12-03 19:33:45 linux-kernel [PATCH v2 09/35] drivers/perf: optimize ali_drw_get_counter_idx() by using find_bit()
2023-12-03 19:33:39 linux-kernel [PATCH v2 06/35] mips: sgi-ip30: rework heart_alloc_int()
2023-12-03 19:33:34 linux-kernel [PATCH v2 03/35] lib/sbitmap; make __sbitmap_get_word() using find_and_set_bit()
2023-12-03 19:33:27 linux-wireless [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
2023-12-03 19:25:14 linux-wireless [PATCH v2 01/35] lib/find: add atomic find_bit() primitives
2023-12-03 19:24:42 linux-wireless [PATCH v2 00/35] bitops: add atomic find_bit() operations
2023-12-03 18:25:59 linux-kernel Re: [PATCH] lib/find: optimize find_*_bit_wrap
2023-11-30 16:59:54 linux-kernel Re: [EXTERNAL] Re: [PATCH V2 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-11-30 02:18:41 linux-kernel Re: [EXTERNAL] Re: [PATCH V2 net-next] net: mana: Assigning IRQ affinity on HT cores
2023-11-29 20:00:30 linux-kernel Re: [RESEND PATCH v2 0/4] genirq/irq_sim: misc updates
2023-11-28 17:53:49 linux-kernel Re: [PATCH v1 1/1] lib/find_bit: Fix the code comments about find_next_bit_wrap
2023-11-21 17:43:43 linux-kernel Re: [PATCH 24/30] sched: NUMA-aware per-memory-map concurrency ID
2023-11-21 17:14:07 linux-kernel Re: [PATCH 23/30] cpumask: Implement cpumask_{first,next}_{not,}andnot
2023-11-21 17:07:05 linux-kernel Re: [PATCH 22/30] lib: Implement find_{first,next,nth}_notandnot_bit, find_first_andnot_bit
2023-11-21 17:02:14 linux-kernel Re: [PATCH 04/34] sched: add cpumask_find_and_set() and use it in __mm_cid_get()
2023-11-21 16:37:26 linux-wireless Re: [PATCH 12/34] wifi: intel: use atomic find_bit() API where appropriate
2023-11-21 16:18:16 linux-kernel Re: [PATCH 07/34] perf/arm: optimize opencoded atomic find_bit() API
2023-11-21 13:43:22 linux-kernel Re: [PATCH 34/34] sh: rework ilsel_enable()
2023-11-21 13:41:40 linux-kernel Re: [PATCH 29/34] net: smc: fix opencoded find_and_set_bit() in smc_wr_tx_get_free_slot_index()
2023-11-21 13:36:35 linux-kernel Re: [PATCH 13/34] KVM: x86: hyper-v: optimize and cleanup kvm_hv_process_stimers()
2023-11-21 13:31:49 linux-kernel Re: [PATCH 04/34] sched: add cpumask_find_and_set() and use it in __mm_cid_get()
2023-11-18 18:46:00 linux-kernel Re: [PATCH 31/34] drivers/perf: optimize m1_pmu_get_event_idx() by using find_bit() API
2023-11-18 15:57:00 linux-kernel [PATCH 34/34] sh: rework ilsel_enable()
2023-11-18 15:56:56 linux-kernel [PATCH 29/34] net: smc: fix opencoded find_and_set_bit() in smc_wr_tx_get_free_slot_index()