index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
nohash
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-07-13
powerpc/e500: use contiguous PMD instead of hugepd
Christophe Leroy
4
-42
/
+67
2024-07-13
powerpc/e500: free r10 for FIND_PTE
Christophe Leroy
1
-14
/
+16
2024-07-13
powerpc/e500: don't pre-check write access on data TLB error
Christophe Leroy
1
-15
/
+0
2024-07-13
powerpc/e500: encode hugepage size in PTE bits
Christophe Leroy
2
-15
/
+22
2024-07-13
powerpc/e500: switch to 64 bits PGD on 85xx (32 bits)
Christophe Leroy
2
-4
/
+10
2024-07-13
powerpc/e500: remove enc and ind fields from struct mmu_psize_def
Christophe Leroy
4
-14
/
+4
2024-07-13
powerpc/8xx: simplify struct mmu_psize_def
Christophe Leroy
1
-7
/
+2
2024-07-13
powerpc/8xx: rework support for 8M pages using contiguous PTE entries
Christophe Leroy
12
-114
/
+111
2024-07-13
powerpc/8xx: fix size given to set_huge_pte_at()
Christophe Leroy
1
-1
/
+2
2024-07-13
powerpc/mm: allow hugepages without hugepd
Christophe Leroy
7
-12
/
+41
2024-07-13
powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entries
Christophe Leroy
1
-1
/
+10
2024-07-13
powerpc/mm: remove _PAGE_PSIZE
Christophe Leroy
4
-12
/
+3
2024-07-13
mm: provide mm_struct and address to huge_ptep_get()
Christophe Leroy
21
-53
/
+53
2024-07-13
mm: define __pte_leaf_size() to also take a PMD entry
Christophe Leroy
2
-1
/
+4
2024-07-13
powerpc/64e: drop unused TLB miss handlers
Michael Ellerman
3
-232
/
+2
2024-07-13
powerpc/64e: consolidate TLB miss handler patching
Michael Ellerman
1
-23
/
+15
2024-07-13
powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit code
Michael Ellerman
2
-65
/
+38
2024-07-13
powerpc/64e: drop E500 ifdefs in 64-bit code
Michael Ellerman
1
-12
/
+0
2024-07-13
powerpc/64e: split out nohash Book3E 64-bit code
Michael Ellerman
3
-343
/
+363
2024-07-13
powerpc/64e: remove unused IBM HTW code
Michael Ellerman
3
-253
/
+2
2024-07-13
zsmalloc: rename class stat mutators
Sergey Senozhatsky
1
-19
/
+19
2024-07-13
mm: add docs for per-order mTHP split counters
Lance Yang
1
-4
/
+15
2024-07-13
mm: add per-order mTHP split counters
Lance Yang
2
-2
/
+13
2024-07-13
mm/zsmalloc: move record_obj() into obj_malloc()
Chengming Zhou
1
-9
/
+6
2024-07-13
mm/zsmalloc: clarify class per-fullness zspage counts
Chengming Zhou
1
-0
/
+1
2024-07-13
selftests/proc: add PROCMAP_QUERY ioctl tests
Andrii Nakryiko
2
-0
/
+87
2024-07-13
tools: sync uapi/linux/fs.h header into tools subdir
Andrii Nakryiko
1
-10
/
+170
2024-07-13
docs/procfs: call out ioctl()-based PROCMAP_QUERY command existence
Andrii Nakryiko
1
-0
/
+9
2024-07-13
fs/procfs: add build ID fetching to PROCMAP_QUERY API
Andrii Nakryiko
2
-2
/
+53
2024-07-13
fs/procfs: implement efficient VMA querying API for /proc/<pid>/maps
Andrii Nakryiko
2
-1
/
+364
2024-07-13
fs/procfs: extract logic for getting VMA name constituents
Andrii Nakryiko
1
-54
/
+71
2024-07-13
selftests/udmabuf: add tests to verify data after page migration
Vivek Kasireddy
1
-31
/
+183
2024-07-13
udmabuf: pin the pages using memfd_pin_folios() API
Vivek Kasireddy
1
-75
/
+80
2024-07-13
udmabuf: convert udmabuf driver to use folios
Vivek Kasireddy
1
-56
/
+83
2024-07-13
udmabuf: add back support for mapping hugetlb pages
Vivek Kasireddy
1
-21
/
+101
2024-07-13
udmabuf: use vmf_insert_pfn and VM_PFNMAP for handling mmap
Vivek Kasireddy
1
-3
/
+5
2024-07-13
udmabuf: add CONFIG_MMU dependency
Arnd Bergmann
1
-0
/
+1
2024-07-13
mm/gup: introduce memfd_pin_folios() for pinning memfd folios
Vivek Kasireddy
4
-0
/
+192
2024-07-13
mm/gup: introduce check_and_migrate_movable_folios()
Vivek Kasireddy
1
-47
/
+77
2024-07-13
mm/gup: introduce unpin_folio/unpin_folios helpers
Vivek Kasireddy
2
-0
/
+49
2024-07-13
mm/zswap: use only one pool in zswap
Chengming Zhou
1
-41
/
+20
2024-07-13
mm/zsmalloc: change back to per-size_class lock
Chengming Zhou
1
-35
/
+50
2024-07-13
mm/hugetlb.c: undo errant change
Andrew Morton
1
-0
/
+1
2024-07-10
mm: zswap: fix zswap_never_enabled() for CONFIG_ZSWAP==N
Barry Song
1
-1
/
+1
2024-07-10
mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNC
Barry Song
1
-1
/
+1
2024-07-10
mm/page_alloc: remove prefetchw() on freeing page to buddy system
Wei Yang
1
-11
/
+2
2024-07-10
kernel/fork.c: put set_max_threads()/task_struct_whitelist() in __init section
Wei Yang
1
-2
/
+2
2024-07-10
kernel/fork.c: get totalram_pages from memblock to calculate max_threads
Wei Yang
1
-1
/
+2
2024-07-10
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
20
-131
/
+59
2024-07-10
mm: memcg: add cache line padding to mem_cgroup_per_node
Roman Gushchin
1
-2
/
+4
[next]