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
/
arm64
/
kernel
/
hibernate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
arm64: hibernate: remove WARN_ON in save_processor_state
Song Shuai
1
-1
/
+0
2022-11-29
arm64: mte: Fix/clarify the PG_mte_tagged semantics
Catalin Marinas
1
-1
/
+1
2022-07-07
arm64: kasan: Revert "arm64: mte: reset the page tag in page->flags"
Catalin Marinas
1
-5
/
+0
2022-06-02
arm64: hibernate: Fix syntax errors in comments
Xiang wangx
1
-1
/
+1
2022-01-05
arm64: Drop outdated links in comments
Kees Cook
1
-4
/
+0
2021-10-01
arm64: hibernate: abstract ttrb0 setup function
Pasha Tatashin
1
-20
/
+1
2021-10-01
arm64: trans_pgd: hibernate: Add trans_pgd_copy_el2_vectors
Pasha Tatashin
1
-16
/
+10
2021-10-01
arm64: kernel: add helper for booted at EL2 and not VHE
Pasha Tatashin
1
-1
/
+1
2021-05-25
arm64: Rename arm64-internal cache maintenance functions
Fuad Tabba
1
-6
/
+6
2021-05-25
arm64: __flush_dcache_area to take end parameter instead of size
Fuad Tabba
1
-7
/
+11
2021-02-01
arm64: hibernate: add __force attribute to gfp_t casting
Pavel Tatashin
1
-2
/
+2
2021-01-27
arm64: trans_pgd: hibernate: idmap the single page that holds the copy page r...
James Morse
1
-21
/
+11
2021-01-27
arm64: trans_pgd: pass allocator trans_pgd_create_copy
Pavel Tatashin
1
-1
/
+6
2021-01-27
arm64: trans_pgd: make trans_pgd_map_page generic
Pavel Tatashin
1
-1
/
+11
2021-01-27
arm64: hibernate: move page handling function to new trans_pgd.c
Pavel Tatashin
1
-227
/
+1
2021-01-27
arm64: hibernate: variable pudp is used instead of pd4dp
Pavel Tatashin
1
-3
/
+3
2020-12-22
arm64: mte: reset the page tag in page->flags
Vincenzo Frascino
1
-0
/
+5
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
1
-0
/
+118
2020-10-02
Merge branch 'for-next/ghostbusters' into for-next/core
Will Deacon
1
-5
/
+1
2020-09-29
arm64: Rewrite Spectre-v4 mitigation code
Will Deacon
1
-5
/
+1
2020-09-14
arm64: hibernate: Remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2020-09-04
arm64: mte: Save tags when hibernating
Steven Price
1
-0
/
+118
2020-06-09
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
1
-2
/
+2
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-06-05
arm64: add support for folded p4d page tables
Mike Rapoport
1
-7
/
+37
2020-03-25
arm64: hibernate: Use bringup_hibernate_cpu()
Qais Yousef
1
-8
/
+5
2020-01-08
arm64: hibernate: add trans_pgd public functions
Pavel Tatashin
1
-33
/
+60
2020-01-08
arm64: hibernate: add PUD_SECT_RDONLY
Pavel Tatashin
1
-1
/
+1
2020-01-08
arm64: hibernate: rename dst to page in create_safe_exec_page
Pavel Tatashin
1
-6
/
+6
2020-01-08
arm64: hibernate: remove gotos as they are not needed
Pavel Tatashin
1
-32
/
+17
2020-01-08
arm64: hibernate: use get_safe_page directly
Pavel Tatashin
1
-10
/
+7
2020-01-08
arm64: hibernate: pass the allocated pgdp to ttbr0
Pavel Tatashin
1
-1
/
+1
2019-10-15
arm64: hibernate: check pgd table allocation
Pavel Tatashin
1
-1
/
+8
2019-08-14
arm64: memory: rename VA_START to PAGE_END
Mark Rutland
1
-1
/
+1
2019-08-09
arm64: mm: Flip kernel VA space
Steve Capper
1
-1
/
+1
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
1
-2
/
+1
2019-02-01
arm64: hibernate: Clean the __hyp_text to PoC after resume
James Morse
1
-1
/
+3
2018-12-07
arm64: hibernate: Avoid sending cross-calling with interrupts disabled
Will Deacon
1
-1
/
+1
2018-05-31
arm64: ssbd: Restore mitigation status on CPU resume
Marc Zyngier
1
-0
/
+11
2018-02-16
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
1
-72
/
+76
2017-12-22
arm64: don't open code page table entry creation
Kristina Martsenko
1
-2
/
+1
2017-12-22
arm64: handle 52-bit addresses in TTBR
Kristina Martsenko
1
-1
/
+1
2017-11-02
arm64: explicitly mask all exceptions
James Morse
1
-2
/
+3
2017-08-21
arm64: Move PTE_RDONLY bit handling out of set_pte_at()
Catalin Marinas
1
-2
/
+2
2017-04-05
arm64: hibernate: preserve kdump image around hibernation
AKASHI Takahiro
1
-1
/
+9
2017-01-12
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
1
-15
/
+5
2017-01-10
arm64: add missing printk newlines
Mark Rutland
1
-3
/
+3
2016-12-14
treewide: Fix printk() message errors
Masanari Iida
1
-2
/
+2
2016-08-26
Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline"
James Morse
1
-26
/
+0
2016-08-26
arm64: hibernate: Resume when hibernate image created on non-boot CPU
James Morse
1
-0
/
+51
[next]