summaryrefslogtreecommitdiff
path: root/include/linux/uio.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-21 07:19:02 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-07-21 07:19:02 +0200
commitbd1a9eb6a755e1cb342725a11242251d2bfad567 (patch)
treee6f07869a5871a7e18a9158af0815952f1c03c0f /include/linux/uio.h
parentc69bb567124fd43fcbf439318216556e4259c11f (diff)
downloadkernel-linux-4.11.y.tar.gz
Linux 4.11.12linux-4.11.y
Diffstat (limited to 'include/linux/uio.h')
0 files changed, 0 insertions, 0 deletions
m/hugetlb_vmemmap.c?id=79359d6d24df2f304abbf6f137b01d2b76175ce3'>hugetlb: perform vmemmap optimization on a list of pagesMike Kravetz 2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif 2023-10-04mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif 2023-10-04mm: hugetlb_vmemmap: allow alloc vmemmap pages fallback to other nodesYuan Can 2023-10-04mm: hugetlb_vmemmap: fix hugetlb page number decrease failed on movable nodesYuan Can 2023-10-04hugetlb: set hugetlb page flag before optimizing vmemmapMike Kravetz 2023-08-18mm: hugetlb_vmemmap: fix a race between vmemmap pmd splitMuchun Song 2023-06-19mm: ptep_get() conversionRyan Roberts 2023-06-09mm: hugetlb_vmemmap: provide stronger vmemmap allocation guaranteesPasha Tatashin 2023-04-18mm, page_alloc: use check_pages_enabled static key to check tail pagesVlastimil Babka 2023-03-28mm: prefer xxx_page() alloc/free functions for order-0 pagesLorenzo Stoakes 2023-03-28mm: hugetlb_vmemmap: simplify hugetlb_vmemmap_init() a bitMuchun Song 2023-02-21sysctl: fix proc_dobool() usabilityOndrej Mosnacek 2022-11-30mm/hugetlb_vmemmap: remap head page to newly allocated pageJoao Martins 2022-11-30mm: hugetlb_vmemmap: remove redundant list_del()Muchun Song 2022-11-08mm: hugetlb_vmemmap: include missing linux/moduleparam.hVasily Gorbik 2022-09-11mm: hugetlb_vmemmap: simplify reset_struct_pages()Muchun Song 2022-09-11mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()Miaohe Lin 2022-08-08mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZEMuchun Song 2022-08-08mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song 2022-08-08mm: hugetlb_vmemmap: replace early_param() with core_param()Muchun Song 2022-08-08mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song 2022-08-08mm: hugetlb_vmemmap: introduce the name HVOMuchun Song 2022-08-08mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song 2022-07-03mm: memory_hotplug: make hugetlb_optimize_vmemmap compatible with memmap_on_m...Muchun Song 2022-06-27docs: rename Documentation/vm to Documentation/mmMike Rapoport 2022-06-01mm: hugetlb_vmemmap: fix CONFIG_HUGETLB_PAGE_FREE_VMEMMAP_DEFAULT_ONMuchun Song 2022-05-13mm: hugetlb_vmemmap: add hugetlb_optimize_vmemmap sysctlMuchun Song 2022-05-13mm: hugetlb_vmemmap: use kstrtobool for hugetlb_vmemmap param parsingMuchun Song 2022-05-13mm: hugetlb_vmemmap: disable hugetlb_optimize_vmemmap when struct page crosse...Muchun Song 2022-04-28mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins 2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song 2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song 2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song 2022-03-22mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_keyMuchun Song 2022-03-22mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB pageMuchun Song