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
starfive-6.6.48-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
path:
root
/
arch
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-30
x86/mm/cpa: Flush direct map alias during cpa
Rick Edgecombe
1
-4
/
+8
2020-04-11
mm/memory_hotplug: add pgprot_t to mhp_params
Logan Gunthorpe
2
-1
/
+13
2020-04-11
x86/mm: introduce __set_memory_prot()
Logan Gunthorpe
1
-0
/
+13
2020-04-11
x86/mm: thread pgprot_t through init_memory_mapping()
Logan Gunthorpe
4
-20
/
+27
2020-04-11
mm/memory_hotplug: rename mhp_restrictions to mhp_params
Logan Gunthorpe
2
-6
/
+6
2020-04-11
mm/vma: introduce VM_ACCESS_FLAGS
Anshuman Khandual
1
-1
/
+1
2020-04-09
Merge tag 'libnvdimm-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+52
2020-04-07
mm/vma: make vma_is_accessible() available for general use
Anshuman Khandual
1
-1
/
+1
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-2
/
+0
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-1
/
+1
2020-04-02
x86/mm: use helper fault_signal_pending()
Peter Xu
1
-15
/
+13
2020-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-5
/
+9
2020-03-31
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-47
/
+4
2020-03-31
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
4
-20
/
+5
2020-03-31
Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2020-03-28
Merge branch 'next.uaccess-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Thomas Gleixner
1
-12
/
+0
2020-03-27
x86/mm/set_memory: Fix -Wmissing-prototypes warnings
Benjamin Thiel
2
-7
/
+4
2020-03-27
x86/mm: Mark setup_emu2phys_nid() static
Benjamin Thiel
1
-1
/
+1
2020-03-26
kill uaccess_try()
Al Viro
1
-12
/
+0
2020-03-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-2
/
+45
2020-03-25
x86/smp: Replace cpu_up/down() with add/remove_cpu()
Qais Yousef
1
-2
/
+2
2020-03-24
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+3
2020-03-22
x86/mm: split vmalloc_sync_all()
Joerg Roedel
1
-2
/
+24
2020-03-19
x86/ioremap: Fix CONFIG_EFI=n build
Borislav Petkov
1
-0
/
+3
2020-03-17
x86/mm: Remove the now redundant N_MEMORY check
Baoquan He
1
-2
/
+1
2020-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-5
/
+9
2020-03-13
x86/mm: Rename is_kernel_text to __is_kernel_text
Jiri Olsa
1
-5
/
+9
2020-03-12
x86/mm/kmmio: Use this_cpu_ptr() instead get_cpu_var() for kmmio_ctx
Sebastian Andrzej Siewior
1
-7
/
+3
2020-03-11
x86/ioremap: Map EFI runtime services data as encrypted for SEV
Tom Lendacky
1
-0
/
+18
2020-03-06
x86/mm/init/32: Stop printing the virtual memory layout
Arvind Sankar
1
-38
/
+0
2020-02-29
x86/mm: Fix dump_pagetables with Xen PV
Juergen Gross
1
-6
/
+1
2020-02-18
x86/NUMA: Provide a range-to-target_node lookup facility
Dan Williams
1
-10
/
+51
2020-02-17
x86/mm: Introduce CONFIG_NUMA_KEEP_MEMINFO
Dan Williams
1
-5
/
+1
2020-02-04
x86: mm: avoid allocating struct mm_struct on the stack
Steven Price
2
-19
/
+9
2020-02-04
mm: ptdump: reduce level numbers by 1 in note_page()
Steven Price
1
-9
/
+10
2020-02-04
x86: mm: convert dump_pagetables to use walk_page_range
Steven Price
2
-229
/
+67
2020-02-04
x86: mm: convert ptdump_walk_pgd_level_debugfs() to take an mm_struct
Steven Price
2
-12
/
+10
2020-02-04
x86: mm+efi: convert ptdump_walk_pgd_level() to take a mm_struct
Steven Price
1
-2
/
+2
2020-02-04
x86: mm: point to struct seq_file from struct pg_state
Steven Price
1
-34
/
+35
2020-01-31
Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+11
2020-01-31
Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...
Linus Torvalds
4
-946
/
+0
2020-01-28
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-21
/
+0
2020-01-28
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-27
/
+12
2020-01-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-64
/
+0
2020-01-28
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
14
-307
/
+354
2020-01-28
Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2020-01-27
x86/mm: Introduce lookup_address_in_mm()
Sean Christopherson
1
-0
/
+11
2020-01-24
smp: Remove allocation mask from on_each_cpu_cond.*()
Sebastian Andrzej Siewior
1
-1
/
+1
2020-01-23
x86/mpx: remove MPX from arch/x86
Dave Hansen
3
-945
/
+0
2020-01-23
x86/mpx: remove build infrastructure
Dave Hansen
1
-1
/
+0
[next]