Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
refs/heads/v4.1/topic/hibernate
fa0d862
vgic-v3: tame the undeclared struct warning
by Alex Shi
· 9 years ago
v4.1/topic/hibernate
2d91181
irqchip/gic-v3-its: Silence warning when its_lpi_alloc_chunks gets inlined
by Marc Zyngier
· 10 years ago
1d52795
mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h
by Christoph Hellwig
· 10 years ago
f7370c0
arm64: drop unused __local_flush_icache_all()
by Kefeng Wang
· 9 years ago
7ead5de
locking/atomics, cmpxchg: Privatize the inclusion of asm/cmpxchg.h
by Boqun Feng
· 10 years ago
37db660
arm64: remove redundant object file list
by Jonas Rabenstein
· 10 years ago
19daa6e
arm64: kvm: Fix kvm teardown for systems using the extended idmap
by James Morse
· 9 years ago
9651fc5
arm64: kvm: deal with kernel symbols outside of linear mapping
by Ard Biesheuvel
· 9 years ago
9876020
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
by Ard Biesheuvel
· 9 years ago
37edefb
arm64: hibernate: Refuse to hibernate if the boot cpu is offline
by James Morse
· 9 years ago
9ac76e7
arm64: kernel: Add support for hibernate/suspend-to-disk
by James Morse
· 9 years ago
631762c
arm64: mm: add functions to walk page tables by PA
by Mark Rutland
· 9 years ago
27c6509
arm64: mm: move pte_* macros
by Mark Rutland
· 9 years ago
ac8cb4a
PM / Hibernate: Call flush_icache_range() on pages restored in-place
by James Morse
· 9 years ago
3c34ab7
suspend: simplify block I/O handling
by Christoph Hellwig
· 10 years ago
165afe5
arm64: Add new asm macro copy_page
by Geoff Levand
· 9 years ago
6d8a084
arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
by Alex Shi
· 9 years ago
18df47f
arm64: kernel: Include _AC definition in page.h
by James Morse
· 9 years ago
01a475b
arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va
by James Morse
· 9 years ago
def18f9
arm64: Check for selected granule support
by Suzuki K. Poulose
· 10 years ago
caf602f
arm64: kasan: clear stale stack poison
by Mark Rutland
· 9 years ago
e8a7dd2
arm64: Store struct thread_info in sp_el0
by Jungseok Lee
· 10 years ago
4e01a2d
arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()
by James Morse
· 9 years ago
a7611ce
arm64: kvm: allows kvm cpu hotplug
by AKASHI Takahiro
· 9 years ago
linux-linaro-v4.1-test
5e0afcb
arm64: KVM: unregister notifiers in hyp mode teardown path
by Sudeep Holla
· 9 years ago
d6c1376
arm64: KVM: Register CPU notifiers when the kernel runs at HYP
by James Morse
· 9 years ago
5aa75c8
arm64: KVM: Skip HYP setup when already running in HYP
by Marc Zyngier
· 10 years ago
611102b
KVM: arm/arm64: Fix memory leak if timer initialization fails
by Pavel Fedin
· 10 years ago
f943cd9
arm/arm64: KVM: Detect vGIC presence at runtime
by Pavel Fedin
· 10 years ago
7b98d5c
arm: KVM: Make kvm_arm.h friendly to assembly code
by Vladimir Murzin
· 10 years ago
3049439
arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER
by Vladimir Murzin
· 10 years ago
d55c85c
ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
by Marc Zyngier
· 10 years ago
db91066
ARM: KVM: Move the HYP code to its own section
by Marc Zyngier
· 10 years ago
83613e3
arm/arm64: KVM: Add hook for C-based stage2 init
by Marc Zyngier
· 9 years ago
9abb76c
arm64: KVM: remove remaining reference to vgic_sr_vectors
by Vladimir Murzin
· 10 years ago
d9f2dba
arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()
by James Morse
· 9 years ago
7379956
arm64: hyp/kvm: Make hyp-stub extensible
by Geoff Levand
· 9 years ago
8411a7b
arm64: kvm: Move lr save/restore from do_el2_call into EL1
by Alex Shi
· 9 years ago
3200bf6
arm64: KVM: VHE: Patch out use of HVC
by Marc Zyngier
· 10 years ago
4af24d4
arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
by Alex Shi
· 9 years ago
721974d
arm/arm64: Add new is_kernel_in_hyp_mode predicate
by Marc Zyngier
· 11 years ago
4224ca6
arm64: KVM: Move away from the assembly version of the world switch
by Marc Zyngier
· 10 years ago
29f183d
arm64: KVM: Map the kernel RO section into HYP
by Marc Zyngier
· 10 years ago
7142507
arm64: KVM: Add compatibility aliases
by Marc Zyngier
· 10 years ago
8803d25
arm64: kvm: report original PAR_EL1 upon panic
by Mark Rutland
· 10 years ago
bf0c213
arm64: KVM: Implement vgic-v3 save/restore
by Marc Zyngier
· 10 years ago
92b7388
arm64: KVM: Add panic handling
by Marc Zyngier
· 10 years ago
343171f
arm64: KVM: HYP mode entry points
by Marc Zyngier
· 10 years ago
3b3d376
arm64: KVM: Implement TLB handling
by Marc Zyngier
· 10 years ago
1373496
arm64: KVM: Implement fpsimd save/restore
by Marc Zyngier
· 10 years ago
2e71def
arm64: KVM: Implement the core world switch
by Marc Zyngier
· 10 years ago
b81959e89
arm64: KVM: Add patchable function selector
by Marc Zyngier
· 10 years ago
0cb84a7
arm64: KVM: Implement guest entry
by Marc Zyngier
· 10 years ago
9fed7d4
arm64:KVM add missing header files
by Alex Shi
· 9 years ago
46d0a24
arm64: KVM: Implement debug save/restore
by Marc Zyngier
· 10 years ago
a52b026
arm64: KVM: Implement 32bit system register save/restore
by Marc Zyngier
· 10 years ago
096b43c
arm64: KVM: Implement system register save/restore
by Marc Zyngier
· 10 years ago
4159c94
arm64: KVM: Implement timer save/restore
by Alex Shi
· 9 years ago
d4b8d85
arm64: KVM: Implement vgic-v2 save/restore
by Marc Zyngier
· 10 years ago
71b3d3e
arm64: KVM: Add a HYP-specific header file
by Marc Zyngier
· 10 years ago
8b1035df
arm64: KVM: Switch vgic save/restore to alternative_insn
by Marc Zyngier
· 10 years ago
ebc5f00
arm64: KVM: Add workaround for Cortex-A57 erratum 834220
by Marc Zyngier
· 10 years ago
3c83822
KVM: arm/arm64: vgic-v3: Make the LR indexing macro public
by Marc Zyngier
· 10 years ago
e3c70fb
arm64: alternative: Introduce feature for GICv3 CPU interface
by Marc Zyngier
· 10 years ago
006c8c2
KVM: arm64: guest debug, define API headers
by Alex Bennée
· 10 years ago
9ca8308
KVM: arm64: introduce vcpu->arch.debug_ptr
by Alex Bennée
· 10 years ago
cdd2cae
KVM: arm64: re-factor hyp.S debug register code
by Alex Bennée
· 10 years ago
fa23719
KVM: arm: introduce kvm_arm_init/setup/clear_debug
by Alex Shi
· 9 years ago
62b11c5
kvm: remove one useless check extension
by Tiejun Chen
· 10 years ago
cc84e65
KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}
by Christian Borntraeger
· 10 years ago
e0497e5
KVM: provide irq_unsafe kvm_guest_{enter|exit}
by Christian Borntraeger
· 10 years ago
dc61eb6
KVM: arm64: fix misleading comments in save/restore
by Alex Bennée
· 10 years ago
69b965f
arm64: Add macros to read/write system registers
by Mark Rutland
· 10 years ago
867ffcc
arm64: Cleanup SCTLR flags
by Geoff Levand
· 9 years ago
05f843c
arm64: Make the CPU information more clear
by Suzuki K. Poulose
· 10 years ago
b77fff9
arm64: Generalise msr_s/mrs_s operations
by Suzuki K. Poulose
· 10 years ago
fd15723
arm64: kernel: Move config_sctlr_el1
by James Morse
· 10 years ago
406cb3e
arm64: Fold proc-macros.S into assembler.h
by Geoff Levand
· 9 years ago
45d1abd
arm64: Use PoU cache instr for I/D coherency
by Ashok Kumar
· 10 years ago
51ce53a
arm64: mm: add code to safely replace TTBR1_EL1
by Mark Rutland
· 9 years ago
aa072a1
arm64: mm: place __cpu_setup in .text
by Mark Rutland
· 10 years ago
03bba48
arm64: add function to install the idmap
by Mark Rutland
· 9 years ago
420faf3
arm64: unmap idmap earlier
by Mark Rutland
· 9 years ago
a6bb058
arm64: unify idmap removal
by Mark Rutland
· 9 years ago
b5468b1
arm64: mm: place empty_zero_page in bss
by Mark Rutland
· 9 years ago
aceae9c
arm64: head.S: use memset to clear BSS
by Mark Rutland
· 10 years ago
ded5c7d
arm64: use non-global mappings for UEFI runtime regions
by Ard Biesheuvel
· 10 years ago
f366d4a
arm64: switch_mm: simplify mm and CPU checks
by Will Deacon
· 10 years ago
8381ece
arm64: mm: rewrite ASID allocator and MM context-switching code
by Will Deacon
· 10 years ago
e89e689
arm64: mm: remove unused cpu_set_idmap_tcr_t0sz function
by Will Deacon
· 10 years ago
dcf9b2f
arm64: kernel: Add cpuid_feature_extract_field() for 4bit sign extension
by James Morse
· 10 years ago
5ec28dd
locking/atomics: Add _{acquire|release|relaxed}() variants of some atomic operations
by Will Deacon
· 10 years ago
3a3fcbe
arm64: flush: use local TLB and I-cache invalidation
by Will Deacon
· 10 years ago
cffbfed
arm64: Handle section maps for swapper/idmap
by Suzuki K. Poulose
· 10 years ago
e3ae9cfe
arm64: Move swapper pagetable definitions
by Suzuki K. Poulose
· 10 years ago
d4100e1
arm64: Add contiguous page flag shifts and constants
by Jeremy Linton
· 10 years ago
e5f44e7
arm64: mm: specialise pagetable allocators
by Mark Rutland
· 9 years ago
5de14ff
arm64: early_alloc: Fix check for allocation failure
by Suzuki K. Poulose
· 10 years ago
9bba85e
arm64: mm: remove pointless PAGE_MASKing
by Mark Rutland
· 10 years ago
bf19070
asm-generic: Fix local variable shadow in __set_fixmap_offset
by Mark Rutland
· 9 years ago
Next »