summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>2018-10-12 12:16:25 +0200
committerFelix Fietkau <nbd@nbd.name>2018-10-13 17:39:49 +0200
commit9f884f0f9d000998a3e413232e9efcdbb5901139 (patch)
tree508183da03ba87f4d0ac711aff37f2e7a59bb24f /tools/perf/scripts/python/task-analyzer.py
parentb225a9b6c27ef2a0ea4a5e7fce647c6017b8affb (diff)
downloadkernel-9f884f0f9d000998a3e413232e9efcdbb5901139.tar.gz
mt76: move mt76x02_phy_adjust_vga_gain in mt76/mt76x02_phy.c
Move mt76x02_phy_adjust_vga_gain routine in mt76x02-lib module in order to be reused by mt76x0 driver for vga calibration Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com> Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
e4c3c9e2df5dc6abedfab493'>userfaultfd: don't retake mmap_sem to emulate NOPAGEPeter Xu 2019-12-01Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2019-12-01userfaultfd: require CAP_SYS_PTRACE for UFFD_FEATURE_EVENT_FORKMike Rapoport 2019-12-01fs/userfaultfd.c: wp: clear VM_UFFD_MISSING or VM_UFFD_WP during userfaultfd_...Andrea Arcangeli 2019-10-23compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann 2019-09-25userfaultfd: untag user pointersAndrey Konovalov 2019-08-24userfaultfd_release: always remove uffd flags and clear vm_userfaultfd_ctxOleg Nesterov 2019-07-05fs/userfaultfd.c: disable irqs for fault_pending and event locksEric Biggers 2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 499Thomas Gleixner 2019-05-14userfaultfd/sysctl: add vm.unprivileged_userfaultfdPeter Xu 2019-04-19coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli