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
path:
root
/
arch
/
x86
/
mm
/
mem_encrypt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-29
x86/head/64: Check SEV encryption before switching to kernel page-table
Joerg Roedel
1
-0
/
+1
2020-10-26
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
1
-3
/
+3
2020-09-08
x86/sev-es: Print SEV-ES info into the kernel log
Joerg Roedel
1
-3
/
+26
2020-09-08
x86/sev-es: Add SEV-ES Feature Detection
Joerg Roedel
1
-1
/
+8
2020-06-17
x86/mm: Fix -Wmissing-prototypes warnings for arch/x86/mm/init.c
Benjamin Thiel
1
-1
/
+1
2020-04-26
x86/tlb: Move __flush_tlb() out of line
Thomas Gleixner
1
-1
/
+1
2019-11-21
dma-mapping: treat dev->bus_dma_mask as a DMA limit
Nicolas Saenz Julienne
1
-1
/
+1
2019-08-09
fs/core/vmcore: Move sev_active() reference to x86 arch code
Thiago Jung Bauermann
1
-1
/
+0
2019-08-09
x86, s390/mm: Move sme_active() and sme_me_mask to x86-specific header
Thiago Jung Bauermann
1
-1
/
+0
2019-07-20
Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+30
2019-07-17
x86/mm: Free sme_early_buffer after init
David Rientjes
1
-1
/
+1
2019-07-16
dma-direct: Force unencrypted DMA under SME for certain DMA masks
Tom Lendacky
1
-0
/
+30
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-08
x86/mm: Do not use set_{pud, pmd}_safe() when splitting a large page
Brijesh Singh
1
-3
/
+7
2018-12-13
dma-direct: merge swiotlb_dma_ops into the dma_direct code
Christoph Hellwig
1
-7
/
+0
2018-09-15
x86/mm: Add .bss..decrypted section to hold shared variables
Brijesh Singh
1
-0
/
+24
2018-03-20
dma/direct: Handle force decryption for DMA coherent buffers in common code
Christoph Hellwig
1
-70
/
+3
2018-03-20
dma/direct: Handle the memory encryption bit in common code
Christoph Hellwig
1
-1
/
+1
2018-03-20
dma/swiotlb: Remove swiotlb_set_mem_attributes()
Christoph Hellwig
1
-8
/
+0
2018-03-20
x86/dma: Remove dma_alloc_coherent_gfp_flags()
Christoph Hellwig
1
-7
/
+0
2018-03-20
x86/dma: Remove dma_alloc_coherent_mask()
Christoph Hellwig
1
-3
/
+1
2018-02-13
x86/mm/encrypt: Move page table helpers into separate translation unit
Kirill A. Shutemov
1
-577
/
+1
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-01-21
x86: Use __nostackprotect for sme_encrypt_kernel
Laura Abbott
1
-1
/
+1
2018-01-16
x86/mm: Encrypt the initrd earlier for BSP microcode update
Tom Lendacky
1
-8
/
+58
2018-01-16
x86/mm: Prepare sme_encrypt_kernel() for PAGE aligned encryption
Tom Lendacky
1
-16
/
+107
2018-01-16
x86/mm: Centralize PMD flags in sme_encrypt_kernel()
Tom Lendacky
1
-56
/
+77
2018-01-16
x86/mm: Use a struct to reduce parameters for SME PGD mapping
Tom Lendacky
1
-44
/
+46
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-1
/
+1
2017-12-18
x86/mm: Unbreak modules that use the DMA API
Tom Lendacky
1
-2
/
+2
2017-11-10
Merge branch 'linus' into x86/asm, to resolve conflict
Ingo Molnar
1
-1
/
+1
2017-11-10
Merge branch 'x86/mm' into x86/asm, to merge branches
Ingo Molnar
1
-1
/
+0
2017-11-09
x86/mm: Unbreak modules that rely on external PAGE_KERNEL availability
Jiri Kosina
1
-1
/
+1
2017-11-07
x86: Add support for changing memory encryption attribute in early boot
Brijesh Singh
1
-0
/
+130
2017-11-07
x86/io: Unroll string I/O when SEV is active
Tom Lendacky
1
-0
/
+8
2017-11-07
x86/boot: Add early boot support when running with SEV active
Tom Lendacky
1
-11
/
+39
2017-11-07
x86/mm: Add DMA support for SEV memory encryption
Tom Lendacky
1
-0
/
+86
2017-11-07
x86/mm: Add Secure Encrypted Virtualization (SEV) support
Tom Lendacky
1
-0
/
+26
2017-11-07
x86/mm: Remove unnecessary TLB flush for SME in-place encryption
Tom Lendacky
1
-1
/
+0
2017-09-29
x86/mm: Disable branch profiling in mem_encrypt.c
Tom Lendacky
1
-0
/
+2
2017-09-07
x86/mm: Make the SME mask a u64
Borislav Petkov
1
-1
/
+1
2017-07-18
x86/mm: Add support to make use of Secure Memory Encryption
Tom Lendacky
1
-1
/
+76
2017-07-18
x86/mm: Add support to encrypt the kernel in-place
Tom Lendacky
1
-0
/
+310
2017-07-18
x86, swiotlb: Add memory encryption support
Tom Lendacky
1
-0
/
+22
2017-07-18
x86/mm: Insure that boot memory areas are mapped properly
Tom Lendacky
1
-0
/
+63
2017-07-18
x86/mm: Add support for early encryption/decryption of memory
Tom Lendacky
1
-0
/
+76
2017-07-18
x86/mm: Provide general kernel support for memory encryption
Tom Lendacky
1
-0
/
+17
2017-07-18
x86/mm: Add support to enable SME in early boot processing
Tom Lendacky
1
-0
/
+9
2017-07-18
x86/mm: Add Secure Memory Encryption (SME) support
Tom Lendacky
1
-0
/
+21