index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
hibernate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-next/mte' into for-next/core
Will Deacon
2020-10-02
1
-0
/
+118
|
\
|
*
arm64: mte: Save tags when hibernating
Steven Price
2020-09-04
1
-0
/
+118
*
|
Merge branch 'for-next/ghostbusters' into for-next/core
Will Deacon
2020-10-02
1
-5
/
+1
|
\
\
|
*
|
arm64: Rewrite Spectre-v4 mitigation code
Will Deacon
2020-09-29
1
-5
/
+1
|
|
/
*
|
arm64: hibernate: Remove unused including <linux/version.h>
Tian Tao
2020-09-14
1
-1
/
+0
|
/
*
mm: consolidate pte_index() and pte_offset_*() definitions
Mike Rapoport
2020-06-09
1
-2
/
+2
*
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
1
-1
/
+0
*
arm64: add support for folded p4d page tables
Mike Rapoport
2020-06-04
1
-7
/
+37
*
arm64: hibernate: Use bringup_hibernate_cpu()
Qais Yousef
2020-03-25
1
-8
/
+5
*
arm64: hibernate: add trans_pgd public functions
Pavel Tatashin
2020-01-08
1
-33
/
+60
*
arm64: hibernate: add PUD_SECT_RDONLY
Pavel Tatashin
2020-01-08
1
-1
/
+1
*
arm64: hibernate: rename dst to page in create_safe_exec_page
Pavel Tatashin
2020-01-08
1
-6
/
+6
*
arm64: hibernate: remove gotos as they are not needed
Pavel Tatashin
2020-01-08
1
-32
/
+17
*
arm64: hibernate: use get_safe_page directly
Pavel Tatashin
2020-01-08
1
-10
/
+7
*
arm64: hibernate: pass the allocated pgdp to ttbr0
Pavel Tatashin
2020-01-08
1
-1
/
+1
*
arm64: hibernate: check pgd table allocation
Pavel Tatashin
2019-10-14
1
-1
/
+8
*
arm64: memory: rename VA_START to PAGE_END
Mark Rutland
2019-08-14
1
-1
/
+1
*
arm64: mm: Flip kernel VA space
Steve Capper
2019-08-09
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194
Thomas Gleixner
2019-05-30
1
-2
/
+1
*
arm64: hibernate: Clean the __hyp_text to PoC after resume
James Morse
2019-02-01
1
-1
/
+3
*
arm64: hibernate: Avoid sending cross-calling with interrupts disabled
Will Deacon
2018-12-07
1
-1
/
+1
*
arm64: ssbd: Restore mitigation status on CPU resume
Marc Zyngier
2018-05-31
1
-0
/
+11
*
arm64: mm: Use READ_ONCE/WRITE_ONCE when accessing page tables
Will Deacon
2018-02-16
1
-72
/
+76
*
arm64: don't open code page table entry creation
Kristina Martsenko
2017-12-22
1
-2
/
+1
*
arm64: handle 52-bit addresses in TTBR
Kristina Martsenko
2017-12-22
1
-1
/
+1
*
arm64: explicitly mask all exceptions
James Morse
2017-11-02
1
-2
/
+3
*
arm64: Move PTE_RDONLY bit handling out of set_pte_at()
Catalin Marinas
2017-08-21
1
-2
/
+2
*
arm64: hibernate: preserve kdump image around hibernation
AKASHI Takahiro
2017-04-05
1
-1
/
+9
*
arm64: Use __pa_symbol for kernel symbols
Laura Abbott
2017-01-12
1
-15
/
+5
*
arm64: add missing printk newlines
Mark Rutland
2017-01-10
1
-3
/
+3
*
treewide: Fix printk() message errors
Masanari Iida
2016-12-14
1
-2
/
+2
*
Revert "arm64: hibernate: Refuse to hibernate if the boot cpu is offline"
James Morse
2016-08-26
1
-26
/
+0
*
arm64: hibernate: Resume when hibernate image created on non-boot CPU
James Morse
2016-08-26
1
-0
/
+51
*
arm64: hibernate: Support DEBUG_PAGEALLOC
James Morse
2016-08-25
1
-9
/
+36
*
arm64: Create sections.h
James Morse
2016-08-25
1
-6
/
+0
*
arm64: hibernate: handle allocation failures
Mark Rutland
2016-08-12
1
-27
/
+32
*
arm64: hibernate: avoid potential TLB conflict
Mark Rutland
2016-08-12
1
-6
/
+17
*
arm64: hibernate: Don't hibernate on systems with stuck CPUs
James Morse
2016-06-22
1
-0
/
+6
*
arm64: hibernate: Refuse to hibernate if the boot cpu is offline
James Morse
2016-04-28
1
-0
/
+26
*
arm64: kernel: Add support for hibernate/suspend-to-disk
James Morse
2016-04-28
1
-0
/
+461