summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-08-09block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2-14/+18
2022-08-09iov_iter: advancing variants of iov_iter_get_pages{,_alloc}()Al Viro13-30/+34
2022-08-09iov_iter: saner helper for page array allocationAl Viro1-45/+32
2022-08-09fold __pipe_get_pages() into pipe_get_pages()Al Viro1-37/+38
2022-08-09ITER_XARRAY: don't open-code DIV_ROUND_UP()Al Viro1-9/+1
2022-08-09unify the rest of iov_iter_get_pages()/iov_iter_get_pages_alloc() gutsAl Viro1-59/+27
2022-08-09unify xarray_get_pages() and xarray_get_pages_alloc()Al Viro1-39/+10
2022-08-09unify pipe_get_pages() and pipe_get_pages_alloc()Al Viro1-32/+17
2022-08-09iov_iter_get_pages(): sanity-check argumentsAl Viro1-7/+2
2022-08-09iov_iter_get_pages_alloc(): lift freeing pages array on failure exits into wr...Al Viro1-16/+22
2022-08-09ITER_PIPE: fold data_start() and pipe_space_for_user() togetherAl Viro2-45/+19
2022-08-09ITER_PIPE: cache the type of last bufferAl Viro2-40/+42
2022-08-09ITER_PIPE: clean iov_iter_revert()Al Viro1-46/+14
2022-08-09ITER_PIPE: clean pipe_advance() upAl Viro1-17/+17
2022-08-09ITER_PIPE: lose iter_head argument of __pipe_get_pages()Al Viro1-4/+3
2022-08-09ITER_PIPE: fold push_pipe() into __pipe_get_pages()Al Viro1-55/+25
2022-08-09ITER_PIPE: allocate buffers as we go in copy-to-pipe primitivesAl Viro1-73/+98
2022-08-09ITER_PIPE: helpers for adding pipe buffersAl Viro1-42/+46
2022-08-09ITER_PIPE: helper for getting pipe buffer by indexAl Viro1-6/+9
2022-08-09splice: stop abusing iov_iter_advance() to flush a pipeAl Viro1-5/+2
2022-08-09switch new_sync_{read,write}() to ITER_UBUFAl Viro1-4/+2
2022-08-09new iov_iter flavour - ITER_UBUFAl Viro12-31/+108
2022-08-09Documentation/mm: add details about kmap_local_page() and preemptionFabio M. De Francesco1-4/+9
2022-08-09highmem: delete a sentence from kmap_local_page() kdocsFabio M. De Francesco1-2/+1
2022-08-09Documentation/mm: rrefer kmap_local_page() and avoid kmap()Fabio M. De Francesco1-0/+5
2022-08-09Documentation/mm: avoid invalid use of addresses from kmap_local_page()Fabio M. De Francesco1-0/+7
2022-08-09Documentation/mm: don't kmap*() pages which can't come from HIGHMEMFabio M. De Francesco1-0/+6
2022-08-09highmem: specify that kmap_local_page() is callable from interruptsFabio M. De Francesco1-1/+1
2022-08-09highmem: remove unneeded spaces in kmap_local_page() kdocsFabio M. De Francesco1-1/+1
2022-08-09mm, hwpoison: enable memory error handling on 1GB hugepageNaoya Horiguchi3-18/+0
2022-08-09mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepageNaoya Horiguchi1-4/+6
2022-08-09mm, hwpoison: make __page_handle_poison returns intNaoya Horiguchi1-5/+11
2022-08-09mm, hwpoison: set PG_hwpoison for busy hugetlb pagesNaoya Horiguchi2-4/+5
2022-08-09mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepageNaoya Horiguchi2-5/+56
2022-08-09mm, hwpoison, hugetlb: support saving mechanism of raw error pagesNaoya Horiguchi3-13/+116
2022-08-09mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entryNaoya Horiguchi2-3/+37
2022-08-09mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_...Naoya Horiguchi1-2/+1
2022-08-09mm: hugetlb_vmemmap: use PTRS_PER_PTE instead of PMD_SIZE / PAGE_SIZEMuchun Song1-1/+1
2022-08-09mm: hugetlb_vmemmap: move code comments to vmemmap_dedup.rstMuchun Song2-36/+49
2022-08-09mm: hugetlb_vmemmap: improve hugetlb_vmemmap code readabilityMuchun Song5-108/+102
2022-08-09mm: hugetlb_vmemmap: replace early_param() with core_param()Muchun Song1-8/+2
2022-08-09mm: hugetlb_vmemmap: move vmemmap code related to HugeTLB to hugetlb_vmemmap.cMuchun Song3-407/+398
2022-08-09mm: hugetlb_vmemmap: introduce the name HVOMuchun Song9-24/+23
2022-08-09mm: hugetlb_vmemmap: optimize vmemmap_optimize_mode handlingMuchun Song2-62/+9
2022-08-09mm: hugetlb_vmemmap: delete hugetlb_optimize_vmemmap_enabled()Muchun Song2-22/+5
2022-08-09Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds28-227/+958
2022-08-09Merge tag 'rpmsg-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds7-17/+20
2022-08-09Merge tag 'linux-watchdog-5.20-rc1' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds19-57/+80
2022-08-09Merge tag 'pm-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds33-1282/+1418
2022-08-09Merge tag 'thermal-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-16/+24