summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/libxed.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions
21-03-04 17:36:59 -0500'>2021-03-04scsi: sbitmap: Add sbitmap_calculate_shift() helperMing Lei 2021-03-04scsi: sbitmap: Export sbitmap_weightMing Lei 2021-03-04scsi: sbitmap: Move allocation hint into sbitmapMing Lei 2021-03-04scsi: sbitmap: Add helpers for updating allocation hintMing Lei 2021-03-04scsi: sbitmap: Maintain allocation round_robin in sbitmapMing Lei 2020-12-07sbitmap: simplify wrap checkPavel Begunkov 2020-12-07sbitmap: replace CAS with atomic andPavel Begunkov 2020-12-07sbitmap: remove swap_lockPavel Begunkov 2020-12-07sbitmap: optimise sbitmap_deferred_clear()Pavel Begunkov 2020-07-01sbitmap: Consider cleared bits in sbitmap_bitmap_show()John Garry 2019-12-20sbitmap: only queue kyber's wait callback if not already activeDavid Jeffery 2019-11-13sbitmap: Delete sbitmap_any_bit_clear()John Garry 2019-07-01sbitmap: Replace cmpxchg with xchgPavel Begunkov 2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 328Thomas Gleixner 2019-05-23sbitmap: fix improper use of smp_mb__before_atomic()Andrea Parri 2019-03-25sbitmap: order READ/WRITE freed instance and setting clear bitMing Lei 2019-01-15sbitmap: Protect swap_lock from hardirqMing Lei 2019-01-15sbitmap: Protect swap_lock from softirqsSteven Rostedt (VMware) 2018-12-20sbitmap: add helpers for add/del wait queue handlingJens Axboe 2018-12-11sbitmap: flush deferred clears for resize and shallow getsJens Axboe 2018-12-09sbitmap: silence bogus lockdep IRQ warningJens Axboe 2018-11-30sbitmap: optimize wakeup checkJens Axboe 2018-11-30sbitmap: ammortize cost of clearing bitsJens Axboe 2018-11-29sbitmap: don't loop for find_next_zero_bit() for !round_robinJens Axboe