aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorMatthew Wilcox <willy@infradead.org>2018-01-31 16:17:36 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2018-01-31 17:18:37 -0800
commit977fbdcd5986c9ff700bf276644d2b1973a53348 (patch)
tree312bd6dd7f6a528759dad4b2da27eaf9ff339b12 /tools/perf/scripts/python/export-to-postgresql.py
parentmm, userfaultfd, THP: avoid waiting when PMD under THP migration (diff)
downloadlinux-977fbdcd5986c9ff700bf276644d2b1973a53348.tar.gz
linux-977fbdcd5986c9ff700bf276644d2b1973a53348.zip
mm: add unmap_mapping_pages()
Several users of unmap_mapping_range() would prefer to express their range in pages rather than bytes. Unfortuately, on a 32-bit kernel, you have to remember to cast your page number to a 64-bit type before shifting it, and four places in the current tree didn't remember to do that. That's a sign of a bad interface. Conveniently, unmap_mapping_range() actually converts from bytes into pages, so hoist the guts of unmap_mapping_range() into a new function unmap_mapping_pages() and convert the callers which want to use pages. Link: http://lkml.kernel.org/r/20171206142627.GD32044@bombadil.infradead.org Signed-off-by: Matthew Wilcox <mawilcox@microsoft.com> Reported-by: "zhangyi (F)" <yi.zhang@huawei.com> Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions
20146f000dfd5aba1f17e2dc0f363ff9446&follow=1'>wifi: rtw89: 8852b: fill the missing configuration about queue empty checkingZong-Zhe Yang1-0/+2 2023-01-16wifi: rtw89: fix assignation of TX BD RAM tableZong-Zhe Yang5-7/+26 2023-01-16wifi: rtw89: 8852c: rfk: correct ADC clock settingsChih-Kang Chang2-12/+44 2023-01-16wifi: rtw89: correct register definitions of digital CFO and spur eliminationEric Huang2-5/+5 2023-01-16wifi: rtw89: set the correct mac_id for management framesKuan-Chung Chen1-15/+16 2023-01-16wifi: rtw89: fix null vif pointer when get management frame date rateKuan-Chung Chen1-1/+2 2023-01-16wifi: rtw89: coex: Change Wi-Fi role info related logic to version separateChing-Te Ku1-19/+20 2023-01-16wifi: rtw89: coex: Change RTL8852B use v1 TDMA policyChing-Te Ku1-1/+1 2023-01-16wifi: rtw89: coex: Packet traffic arbitration hardware owner monitorChing-Te Ku2-7/+11 2023-01-16wifi: rtw89: coex: refactor debug log of slot listChing-Te Ku1-40/+5 2023-01-16wifi: rtw89: coex: Change firmware steps report to version separateChing-Te Ku2-19/+149 2023-01-16wifi: rtw89: coex: Change Wi-Fi Null data report to version separateChing-Te Ku2-36/+35 2023-01-16wifi: rtw89: coex: Add version code for Wi-Fi firmware coexistence controlChing-Te Ku1-2/+2 2023-01-16wifi: rtw89: Add missing check for alloc_workqueueJiasheng Jiang1-0/+3 2023-01-16wifi: rtw89: fix potential leak in rtw89_append_probe_req_ie()Zong-Zhe Yang1-1/+3 2023-01-16wifi: rtw89: coex: Update WiFi role info H2C reportChing-Te Ku2-16/+27 2023-01-16wifi: rtw89: coex: only read Bluetooth counter of report version 1 for RTL8852AChing-Te Ku1-0/+4 2023-01-16wifi: rtw89: coex: Add v5 firmware control reportChing-Te Ku2-0/+175 2023-01-16wifi: rtw89: coex: Change firmware control report to version separateChing-Te Ku2-42/+48 2023-01-16wifi: rtw89: coex: Add v4 version firmware cycle reportChing-Te Ku2-0/+252 2023-01-16wifi: rtw89: coex: Rename BTC firmware cycle report by feature versionChing-Te Ku2-57/+64 2023-01-16wifi: rtw89: coex: Remove le32 to CPU translator at firmware cycle reportChing-Te Ku1-130/+60 2023-01-16wifi: rtw89: Fix a typo in debug messageMasanari Iida1-1/+1 2023-01-16wifi: brcmfmac: ensure CLM version is null-terminated to prevent stack-out-of...Jisoo Jang1-2/+4 2023-01-12net: rfkill: gpio: add DT supportPhilipp Zabel1-2/+18