summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2023-06-19 19:07:17 +0800
committerAndrew Morton <akpm@linux-foundation.org>2023-06-23 16:59:31 -0700
commit56ae0bb349b4eeb172674d4876f2b6290d505a25 (patch)
tree7f0eb230cae454eb98733d4bab14b10ab9ec0406 /scripts/const_structs.checkpatch
parent18a937076c6991a21b88d99af95b779b5027b29b (diff)
downloadkernel-56ae0bb349b4eeb172674d4876f2b6290d505a25.tar.gz
mm: compaction: convert to use a folio in isolate_migratepages_block()
Directly use a folio instead of page_folio() when page successfully isolated (hugepage and movable page) and after folio_get_nontail_page(), which removes several calls to compound_head(). Link: https://lkml.kernel.org/r/20230619110718.65679-1-wangkefeng.wang@huawei.com Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Cc: Baolin Wang <baolin.wang@linux.alibaba.com> Cc: James Gowans <jgowans@amazon.com> Cc: Matthew Wilcox <willy@infradead.org> Cc: Yu Zhao <yuzhao@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions
le='2011-04-29 16:45:22 -0700'>2011-04-29USB: gadget: g_multi: fixed vendor and product ID in inf filesMichal Nazarewicz 2011-03-22HID: Move hiddev.txt to the new Documentation/hid directoryAlan Ott 2011-02-04USB: usbmon: fix-up docs and text API for sparse ISOPete Zaitcev 2010-11-16USB: use the runtime-PM autosuspend implementationAlan Stern 2010-10-22USB: teach "devices" file about Wireless and SuperSpeed USBAlan Stern 2010-08-10USB: gadget: g_multi: added documentation and INF filesMichal Nazarewicz 2010-08-10USB: gadget: g_serial: INF file updatedMichal Nazarewicz 2010-08-10USB: gadget: g_ether: updated INF fileMichal Nazarewicz 2010-08-10USB: Documentation/usb/linux.inf: Checkpatch cleanupAndrea Gelmini 2010-08-10USB: Documentation/usb/hotplug.txt: Checkpatch cleanupAndrea Gelmini 2010-08-10USB: Documentation/usb/ehci.txt: Checkpatch cleanupAndrea Gelmini 2010-08-04Documentation: update broken web addresses.Justin P. Mattock 2010-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds 2010-05-20USB: remove URB_NO_SETUP_DMA_MAPAlan Stern 2010-05-20USB: usbserial: mos7720: add support for parallel port on moschip 7715Mike Dunn 2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack 2010-05-20USB: Short new 'graph for usb-serial.txtEric Raymond 2010-05-20USB: Support for allocating USB 3.0 streams.Sarah Sharp 2010-05-20USB: deprecate the power/level sysfs attributeAlan Stern 2010-05-20USB: gadget: add HID gadget driverFabien Chouteau 2010-04-23Documentation/: it's -> its where appropriateFrancis Galiegue 2010-03-02USB: convert to the runtime PM frameworkAlan Stern 2010-03-02USB: implement usb_enable_autosuspendAlan Stern 2010-03-02USB: check the endpoint type against the pipe typeAlan Stern 2009-12-23USB: power management documentation updateAlan Stern 2009-12-11USB: prepare for changover to Runtime PM frameworkAlan Stern 2009-12-11USB: remove the auto_pm flagAlan Stern 2009-09-23USB: Fix sysfs paths in documentationJean Delvare 2009-09-23USB: fix paths in usbmon documentationRogério Brito 2009-09-23USB: usbmon: touch up the documentationPete Zaitcev 2009-06-12trivial: usb: fix missing space typo in docNémeth Márton 2009-06-12trivial: Miscellaneous documentation typo fixesMatt LaPlante