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
2021-04-30
x86/vmemmap: drop handling of 1GB vmemmap ranges
Oscar Salvador
1
-28
/
+7
2021-04-30
x86/vmemmap: drop handling of 4K unaligned vmemmap range
Oscar Salvador
1
-35
/
+13
2021-04-29
Merge tag 'x86-mm-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-72
/
+106
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-23
/
+24
2021-04-26
Merge tag 'x86_seves_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-16
/
+25
2021-04-26
x86/sev: Drop redundant and potentially misleading 'sev_enabled'
Sean Christopherson
2
-7
/
+4
2021-04-14
x86/pat: Do not compile stubbed functions when X86_PAT is off
Jan Kiszka
1
-0
/
+2
2021-03-28
x86/process/64: Move cpu_current_top_of_stack out of TSS
Lai Jiangshan
1
-4
/
+3
2021-03-23
x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc()
Isaku Yamahata
1
-1
/
+1
2021-03-22
x86: Fix various typos in comments, take #2
Ingo Molnar
3
-3
/
+3
2021-03-18
x86/sev: Do not require Hypervisor CPUID bit for SEV guests
Joerg Roedel
1
-16
/
+19
2021-03-18
x86: Fix various typos in comments
Ingo Molnar
10
-16
/
+16
2021-03-08
x86/virtio: Have SEV guests enforce restricted virtio memory access
Tom Lendacky
1
-0
/
+6
2021-03-06
x86/mm/tlb: Remove unnecessary uses of the inline keyword
Nadav Amit
1
-3
/
+3
2021-03-06
x86/mm/tlb: Do not make is_lazy dirty for no reason
Nadav Amit
1
-1
/
+2
2021-03-06
x86/mm/tlb: Privatize cpu_tlbstate
Nadav Amit
2
-8
/
+11
2021-03-06
x86/mm/tlb: Flush remote and local TLBs concurrently
Nadav Amit
1
-17
/
+29
2021-03-06
x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()
Nadav Amit
1
-5
/
+32
2021-03-06
x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()
Nadav Amit
1
-45
/
+36
2021-02-26
x86: fix seq_file iteration for pat/memtype.c
NeilBrown
1
-2
/
+2
2021-02-26
kfence: add test suite
Marco Elver
1
-1
/
+2
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
1
-1
/
+1
2021-02-26
x86, kfence: enable KFENCE for x86
Alexander Potapenko
1
-0
/
+5
2021-02-21
Merge tag 'x86_mm_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-199
/
+225
2021-02-21
Merge tag 'x86_seves_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+3
2021-02-12
Merge branch 'x86/cleanups' into x86/mm
Ingo Molnar
2
-32
/
+0
2021-02-10
x86/{fault,efi}: Fix and rename efi_recover_from_page_fault()
Andy Lutomirski
1
-5
/
+6
2021-02-10
x86/fault: Don't run fixups for SMAP violations
Andy Lutomirski
1
-3
/
+6
2021-02-10
x86/fault: Don't look for extable entries for SMEP violations
Andy Lutomirski
1
-2
/
+2
2021-02-10
x86/fault: Rename no_context() to kernelmode_fixup_or_oops()
Andy Lutomirski
1
-18
/
+10
2021-02-10
x86/fault: Bypass no_context() for implicit kernel faults from usermode
Andy Lutomirski
1
-27
/
+32
2021-02-10
x86/fault: Split the OOPS code out from no_context()
Andy Lutomirski
1
-54
/
+62
2021-02-10
x86/fault: Improve kernel-executing-user-memory handling
Andy Lutomirski
1
-3
/
+18
2021-02-10
x86/fault: Correct a few user vs kernel checks wrt WRUSS
Andy Lutomirski
1
-4
/
+11
2021-02-10
x86/fault: Document the locking in the fault_signal_pending() path
Andy Lutomirski
1
-1
/
+4
2021-02-10
x86/fault/32: Move is_f00f_bug() to do_kern_addr_fault()
Andy Lutomirski
1
-5
/
+7
2021-02-10
x86/fault: Fold mm_fault_error() into do_user_addr_fault()
Andy Lutomirski
1
-52
/
+45
2021-02-10
x86/fault: Skip the AMD erratum #91 workaround on unaffected CPUs
Andy Lutomirski
1
-0
/
+13
2021-02-10
x86/fault: Fix AMD erratum #91 errata fixup for user code
Andy Lutomirski
1
-10
/
+17
2021-02-03
KVM: SVM: Treat SVM as unsupported when running as an SEV guest
Sean Christopherson
1
-0
/
+1
2021-02-02
x86/sev-es: Do not unroll string I/O for SEV-ES guests
Tom Lendacky
1
-2
/
+3
2021-01-21
x86/vm86/32: Remove VM86_SCREEN_BITMAP support
Andy Lutomirski
1
-30
/
+0
2021-01-15
x86: Remove definition of DEBUG
Tom Rix
1
-2
/
+0
2021-01-05
x86/mm: Fix leak of pmd ptlock
Dan Williams
1
-0
/
+2
2021-01-04
x86/mm: Increase pgt_buf size for 5-level page tables
Lorenzo Stoakes
1
-5
/
+14
2020-12-17
Merge branch 'stable/for-linus-5.11' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+31
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2020-12-15
arch, mm: make kernel_page_present() always available
Mike Rapoport
1
-3
/
+1
2020-12-15
arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC
Mike Rapoport
1
-0
/
+2
2020-12-15
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-128
/
+3
[prev]
[next]