index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-06
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
12
-59
/
+221
2019-03-06
docs/core-api/mm: fix user memory accessors formatting
Mike Rapoport
2
-16
/
+16
2019-03-06
docs/mm: vmalloc: re-indent kernel-doc comemnts
Mike Rapoport
1
-185
/
+182
2019-03-06
mm/page_poison: update comment after code moved
Michael S. Tsirkin
1
-1
/
+1
2019-03-06
numa: make "nr_online_nodes" unsigned int
Alexey Dobriyan
2
-4
/
+4
2019-03-06
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
12
-16
/
+14
2019-03-06
mm,oom: don't kill global init via memory.oom.group
Tetsuo Handa
1
-1
/
+2
2019-03-06
mm, swap: bounds check swap_info array accesses to avoid NULL derefs
Daniel Jordan
1
-22
/
+29
2019-03-06
mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()
Kirill Tkhai
1
-30
/
+14
2019-03-06
mm: ksm: do not block on page lock when searching stable tree
Yang Shi
1
-10
/
+35
2019-03-06
mm: memcontrol: expose THP events on a per-memcg basis
Chris Down
4
-0
/
+36
2019-03-06
mm: vmscan: do not iterate all mem cgroups for global direct reclaim
Yang Shi
1
-4
/
+3
2019-03-06
mm: swap: use mem_cgroup_is_root() instead of deferencing css->parent
Yang Shi
1
-1
/
+1
2019-03-06
selftests/memfd: add tests for F_SEAL_FUTURE_WRITE seal
Joel Fernandes (Google)
1
-0
/
+74
2019-03-06
mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfd
Joel Fernandes (Google)
4
-5
/
+26
2019-03-06
powerpc/mm/iommu: allow large IOMMU page size only for hugetlb backing
Aneesh Kumar K.V
1
-17
/
+7
2019-03-06
powerpc/mm/iommu: allow migration of cma allocated pages during mm_iommu_do_a...
Aneesh Kumar K.V
1
-87
/
+38
2019-03-06
mm: update get_user_pages_longterm to migrate pages allocated from CMA region
Aneesh Kumar K.V
4
-27
/
+182
2019-03-06
mm/cma: add PF flag to force non cma alloc
Aneesh Kumar K.V
2
-8
/
+41
2019-03-06
mm: better document PG_reserved
David Hildenbrand
1
-2
/
+31
2019-03-06
ia64: perfmon: don't mark buffer pages as PG_reserved
David Hildenbrand
1
-55
/
+4
2019-03-06
arm64: kdump: no need to mark crashkernel pages manually PG_reserved
David Hildenbrand
2
-28
/
+1
2019-03-06
arm64: kexec: no need to ClearPageReserved()
David Hildenbrand
1
-1
/
+0
2019-03-06
m68k/mm: use __ClearPageReserved()
David Hildenbrand
1
-1
/
+1
2019-03-06
riscv/vdso: don't clear PG_reserved
David Hildenbrand
1
-1
/
+0
2019-03-06
powerpc/vdso: don't clear PG_reserved
David Hildenbrand
1
-2
/
+0
2019-03-06
s390/vdso: don't clear PG_reserved
David Hildenbrand
1
-2
/
+0
2019-03-06
agp: efficeon: no need to set PG_reserved on GATT tables
David Hildenbrand
1
-2
/
+0
2019-03-06
mm: rid swapoff of quadratic complexity
Vineeth Remanan Pillai
4
-391
/
+319
2019-03-06
mm: refactor swap-in logic out of shmem_getpage_gfp
Vineeth Remanan Pillai
1
-205
/
+244
2019-03-06
mm/vmscan.c: remove 7th argument of isolate_lru_pages()
Kirill Tkhai
1
-11
/
+4
2019-03-06
mm, mempolicy: fix uninit memory access
Vlastimil Babka
1
-1
/
+1
2019-03-06
memcg: killed threads should not invoke memcg OOM killer
Tetsuo Handa
1
-5
/
+14
2019-03-06
mm/page_alloc.c: check return value of memblock_alloc_node_nopanic()
Mike Rapoport
1
-1
/
+8
2019-03-06
arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgrade
Aneesh Kumar K.V
3
-0
/
+54
2019-03-06
mm/hugetlb: add prot_modify_start/commit sequence for hugetlb update
Aneesh Kumar K.V
2
-3
/
+25
2019-03-06
arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade
Aneesh Kumar K.V
4
-0
/
+65
2019-03-06
mm: update ptep_modify_prot_commit to take old pte value as arg
Aneesh Kumar K.V
7
-14
/
+17
2019-03-06
mm: update ptep_modify_prot_start/commit to take vm_area_struct as arg
Aneesh Kumar K.V
10
-31
/
+35
2019-03-06
mm: fix some typos in mm directory
Wei Yang
6
-10
/
+10
2019-03-06
mm/page_owner: move config option to mm/Kconfig.debug
Changbin Du
2
-17
/
+17
2019-03-06
mm/mmap.c: remove some redundancy in arch_get_unmapped_area_topdown()
Yang Fan
1
-4
/
+3
2019-03-06
mm, oom: remove 'prefer children over parent' heuristic
Shakeel Butt
1
-60
/
+18
2019-03-06
mm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
9
-64
/
+24
2019-03-06
mm/memory.c: prevent mapping typed pages to userspace
Matthew Wilcox
1
-1
/
+1
2019-03-06
mm: prevent mapping slab pages to userspace
Matthew Wilcox
1
-1
/
+1
2019-03-06
mm/vmalloc.c: fix kernel BUG at mm/vmalloc.c:512!
Uladzislau Rezki (Sony)
1
-1
/
+5
2019-03-06
mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable
Chris Down
1
-45
/
+19
2019-03-06
mm, memcg: create mem_cgroup_from_seq
Chris Down
3
-15
/
+25
2019-03-06
kernel: cgroup: add poll file operation
Johannes Weiner
2
-0
/
+16
[prev]
[next]