aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-12powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy1-1/+10
2024-07-12powerpc/mm: remove _PAGE_PSIZEChristophe Leroy4-12/+3
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy21-53/+53
2024-07-12mm: define __pte_leaf_size() to also take a PMD entryChristophe Leroy2-1/+4
2024-07-12powerpc/64e: drop unused TLB miss handlersMichael Ellerman3-232/+2
2024-07-12powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman1-23/+15
2024-07-12powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2-65/+38
2024-07-12powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman1-12/+0
2024-07-12powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-07-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman3-253/+2
2024-07-12zsmalloc: rename class stat mutatorsSergey Senozhatsky1-19/+19
2024-07-12mm: add docs for per-order mTHP split countersLance Yang1-4/+15
2024-07-12mm: add per-order mTHP split countersLance Yang2-2/+13
2024-07-12mm/zsmalloc: move record_obj() into obj_malloc()Chengming Zhou1-9/+6
2024-07-12mm/zsmalloc: clarify class per-fullness zspage countsChengming Zhou1-0/+1
2024-07-12selftests/proc: add PROCMAP_QUERY ioctl testsAndrii Nakryiko2-0/+87
2024-07-12tools: sync uapi/linux/fs.h header into tools subdirAndrii Nakryiko1-10/+170
2024-07-12docs/procfs: call out ioctl()-based PROCMAP_QUERY command existenceAndrii Nakryiko1-0/+9
2024-07-12fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko2-2/+53
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko2-1/+364
2024-07-12fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko1-54/+71
2024-07-12selftests/udmabuf: add tests to verify data after page migrationVivek Kasireddy1-31/+183
2024-07-12udmabuf: pin the pages using memfd_pin_folios() APIVivek Kasireddy1-75/+80
2024-07-12udmabuf: convert udmabuf driver to use foliosVivek Kasireddy1-56/+83
2024-07-12udmabuf: add back support for mapping hugetlb pagesVivek Kasireddy1-21/+101
2024-07-12udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmapVivek Kasireddy1-3/+5
2024-07-12udmabuf: add CONFIG_MMU dependencyArnd Bergmann1-0/+1
2024-07-12mm/gup: introduce memfd_pin_folios() for pinning memfd foliosVivek Kasireddy4-0/+192
2024-07-12mm/gup: introduce check_and_migrate_movable_folios()Vivek Kasireddy1-47/+77
2024-07-12mm/gup: introduce unpin_folio/unpin_folios helpersVivek Kasireddy2-0/+49
2024-07-12mm/zswap: use only one pool in zswapChengming Zhou1-41/+20
2024-07-12mm/zsmalloc: change back to per-size_class lockChengming Zhou1-35/+50
2024-07-12mm/hugetlb.c: undo errant changeAndrew Morton1-0/+1
2024-07-12PCI: Extend ACS configurabilityVidya Sagar2-58/+122
2024-07-12PCI: Add missing bridge lock to pci_bus_lock()Dan Williams1-14/+21
2024-07-12dt-bindings: ata: ahci-fsl-qoriq: add fsl,ls1046a-ahci and fsl,ls1012a-ahciFrank Li1-7/+13
2024-07-12docs: driver-model: platform: update the definition of platform_driverEric Biggers1-3/+4
2024-07-12drm/xe/pf: Limit fair VF LMEM provisioningMichal Wajdeczko1-0/+1
2024-07-12selftests/bpf: Test for null-pointer-deref bugfix in resolve_prog_type()Tengda Wu1-0/+13
2024-07-12bpf: Fix null pointer dereference in resolve_prog_type() for BPF_PROG_TYPE_EXTTengda Wu1-1/+1
2024-07-12ubifs: add check for crypto_shash_tfm_digestChen Ni1-1/+4
2024-07-12ubifs: Fix inconsistent inode size when powercut happens during appendant wri...Zhihao Cheng1-1/+1
2024-07-12ubi: block: fix null-pointer-dereference in ubiblock_create()Li Nan1-3/+4
2024-07-12ubifs: fix kernel-doc warningsJeff Johnson6-6/+10
2024-07-12ubifs: correct UBIFS_DFS_DIR_LEN macro definition and improve code clarityZhaoLong Wang6-18/+12
2024-07-12mtd: ubi: Restore missing cleanup on ubi_init() failure pathBen Hutchings1-1/+4
2024-07-12ubifs: dbg_orphan_check: Fix missed key type checkingZhihao Cheng1-2/+6
2024-07-12ubifs: Fix unattached inode when powercut happens in creatingZhihao Cheng3-26/+51
2024-07-12ubifs: Fix space leak when powercut happens in linking tmpfileZhihao Cheng4-17/+15
2024-07-12ubifs: Move ui->data initialization after initializing securityZhihao Cheng1-8/+10