Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
refs/heads/hikey-hibernate-v4.4
11cbb42
Merge remote-tracking branch 'origin/v4.4/topic/hibernate' into hikey-mainline-rebase-4.4
by Alex Shi
· 8 years ago
hikey-hibernate-v4.4
95bcc3e
arm64: kernel: Fix unmasked debug exceptions when restoring mdscr_el1
by James Morse
· 9 years ago
v4.4/topic/hibernate
18fc694
arm64: hibernate: handle allocation failures
by Mark Rutland
· 9 years ago
1ff46aa
arm64: hibernate: avoid potential TLB conflict
by Mark Rutland
· 9 years ago
6917fd7
arm64: kvm: allows kvm cpu hotplug
by AKASHI Takahiro
· 9 years ago
563a1d1
arm64: KVM: Register CPU notifiers when the kernel runs at HYP
by James Morse
· 9 years ago
3fe3980
arm64: KVM: Skip HYP setup when already running in HYP
by Marc Zyngier
· 10 years ago
6f7056c
arm64: hyp/kvm: Make hyp-stub reject kvm_call_hyp()
by James Morse
· 9 years ago
1520ad1
arm64: hyp/kvm: Make hyp-stub extensible
by Geoff Levand
· 9 years ago
46b1c4a
arm64: kvm: Move lr save/restore from do_el2_call into EL1
by James Morse
· 9 years ago
09fa0a8
arm64: kvm: deal with kernel symbols outside of linear mapping
by Ard Biesheuvel
· 9 years ago
8163c58
arm64: introduce KIMAGE_VADDR as the virtual base of the kernel region
by Ard Biesheuvel
· 9 years ago
602dece
arm64: ptdump: Indicate whether memory should be faulting
by Laura Abbott
· 9 years ago
7d13203
arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC
by Laura Abbott
· 9 years ago
e1e5e10
arm64: Drop alloc function from create_mapping
by Laura Abbott
· 9 years ago
a916d13
arm64: allow vmalloc regions to be set with set_memory_*
by Ard Biesheuvel
· 9 years ago
762f201
arm64: kernel: implement ACPI parking protocol
by Lorenzo Pieralisi
· 9 years ago
a146f6b
arm64: mm: create new fine-grained mappings at boot
by Mark Rutland
· 9 years ago
c2b11f6d9
arm64: ensure _stext and _etext are page-aligned
by Mark Rutland
· 9 years ago
1adf036
arm64: mm: allow passing a pgdir to alloc_init_*
by Mark Rutland
· 9 years ago
ae97b43
arm64: mm: allocate pagetables anywhere
by Mark Rutland
· 9 years ago
af72fa1
arm64: mm: use fixmap when creating page tables
by Mark Rutland
· 9 years ago
510fbd8
arm64: mm: add functions to walk tables in fixmap
by Mark Rutland
· 9 years ago
cae5875
arm64: mm: add __{pud,pgd}_populate
by Mark Rutland
· 9 years ago
de93e05
arm64: mm: avoid redundant __pa(__va(x))
by Mark Rutland
· 9 years ago
98b513e
arm64: hibernate: Refuse to hibernate if the boot cpu is offline
by James Morse
· 9 years ago
3eb846e
PM / sleep: Add support for read-only sysfs attributes
by Rafael J. Wysocki
· 10 years ago
a584a90
arm64: kernel: Add support for hibernate/suspend-to-disk
by James Morse
· 9 years ago
3169fc9
arm64: mm: add functions to walk page tables by PA
by Mark Rutland
· 9 years ago
03f3f03
arm64: mm: move pte_* macros
by Mark Rutland
· 9 years ago
4d4fe8f
PM / Hibernate: Call flush_icache_range() on pages restored in-place
by James Morse
· 9 years ago
5249f3c
arm64: Add new asm macro copy_page
by Geoff Levand
· 9 years ago
5a13294
arm64: Promote KERNEL_START/KERNEL_END definitions to a header file
by James Morse
· 9 years ago
c193591
arm64: kernel: Include _AC definition in page.h
by James Morse
· 9 years ago
3b5f4eb
arm64: Change cpu_resume() to enable mmu early then access sleep_sp by va
by James Morse
· 9 years ago
be5d6aa
arm64: kernel: Rework finisher callback out of __cpu_suspend_enter()
by James Morse
· 9 years ago
46f269e39
arm64: Cleanup SCTLR flags
by Geoff Levand
· 9 years ago
a7ba39d
arm64: Fold proc-macros.S into assembler.h
by Geoff Levand
· 9 years ago
9502888
arm/arm64: KVM: Add hook for C-based stage2 init
by Marc Zyngier
· 9 years ago
6a85245
arm/arm64: KVM: Detect vGIC presence at runtime
by Pavel Fedin
· 10 years ago
1a1549b
arm64: KVM: Add support for 16-bit VMID
by Vladimir Murzin
· 10 years ago
516f3f7
arm: KVM: Make kvm_arm.h friendly to assembly code
by Vladimir Murzin
· 10 years ago
ab05402
arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER
by Vladimir Murzin
· 10 years ago
3893b12
arm64: KVM: debug: Remove spurious inline attributes
by Marc Zyngier
· 10 years ago
bbe9945
ARM: KVM: Cleanup exception injection
by Marc Zyngier
· 10 years ago
aa9b1a6
arm64: KVM: Remove weak attributes
by Marc Zyngier
· 10 years ago
45adca2
arm64: KVM: Cleanup asm-offset.c
by Marc Zyngier
· 10 years ago
f65bf33
arm64: KVM: Turn system register numbers to an enum
by Marc Zyngier
· 10 years ago
493f9d8
arm64: KVM: VHE: Patch out use of HVC
by Marc Zyngier
· 10 years ago
45f5d7f
arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
by Marc Zyngier
· 10 years ago
baf8b41
arm/arm64: Add new is_kernel_in_hyp_mode predicate
by Marc Zyngier
· 11 years ago
f540382
arm64: KVM: Move away from the assembly version of the world switch
by Marc Zyngier
· 10 years ago
38ddb60
arm64: KVM: Map the kernel RO section into HYP
by Marc Zyngier
· 10 years ago
eccbe96
arm64: KVM: Add compatibility aliases
by Marc Zyngier
· 10 years ago
83f0b0b
arm64: KVM: Implement vgic-v3 save/restore
by Marc Zyngier
· 10 years ago
f82b2df
arm64: KVM: Add panic handling
by Marc Zyngier
· 10 years ago
bdfc3d0
arm64: KVM: HYP mode entry points
by Marc Zyngier
· 10 years ago
bf7432f
arm64: KVM: Implement TLB handling
by Marc Zyngier
· 10 years ago
3ff5699
arm64: KVM: Implement fpsimd save/restore
by Marc Zyngier
· 10 years ago
1980361
arm64: KVM: Implement the core world switch
by Marc Zyngier
· 10 years ago
6552c00
arm64: KVM: Add patchable function selector
by Marc Zyngier
· 10 years ago
7b9a94b
arm64: KVM: Implement guest entry
by Marc Zyngier
· 10 years ago
b45242cd
arm64: KVM: Implement debug save/restore
by Marc Zyngier
· 10 years ago
30876cc
arm64: KVM: Implement 32bit system register save/restore
by Marc Zyngier
· 10 years ago
89f303c
arm64: KVM: Implement system register save/restore
by Marc Zyngier
· 10 years ago
ac6ec44
arm64: KVM: Implement timer save/restore
by Marc Zyngier
· 10 years ago
8b7bc9d
arm64: KVM: Implement vgic-v2 save/restore
by Marc Zyngier
· 10 years ago
eb99dec
arm64: KVM: Add a HYP-specific header file
by Marc Zyngier
· 10 years ago
ac185e4
KVM: arm/arm64: vgic-v3: Make the LR indexing macro public
by Marc Zyngier
· 10 years ago
2ddc142
arm64: Add macros to read/write system registers
by Mark Rutland
· 10 years ago
b67b1ab4
arm64: Use PoU cache instr for I/D coherency
by Ashok Kumar
· 10 years ago
03fb711
arm64: mm: add code to safely replace TTBR1_EL1
by Mark Rutland
· 9 years ago
0195e93
arm64: mm: place __cpu_setup in .text
by Mark Rutland
· 10 years ago
b07984a
arm64: add function to install the idmap
by Mark Rutland
· 9 years ago
39c5c6a
arm64: unmap idmap earlier
by Mark Rutland
· 9 years ago
530067f
arm64: unify idmap removal
by Mark Rutland
· 9 years ago
82e12e6
arm64: mm: place empty_zero_page in bss
by Mark Rutland
· 9 years ago
04fcc8d
arm64: head.S: use memset to clear BSS
by Mark Rutland
· 10 years ago
0b5c41b
arm64: mm: specialise pagetable allocators
by Mark Rutland
· 9 years ago
2a83372
arm64: mm: remove pointless PAGE_MASKing
by Mark Rutland
· 10 years ago
f73e4f1
asm-generic: Fix local variable shadow in __set_fixmap_offset
by Mark Rutland
· 9 years ago
4dc09da3
arm64: mm: fold alternatives into .init
by Mark Rutland
· 10 years ago
80d2b4c
ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/firmware
by Lorenzo Pieralisi
· 9 years ago
58c98d4
ARM: 8481/2: drivers: psci: replace psci firmware calls
by Jens Wiklander
· 10 years ago
71bc50d
ARM: 8480/2: arm64: add implementation for arm-smccc
by Jens Wiklander
· 10 years ago
fb0b472
ARM: 8479/2: add implementation for arm-smccc
by Jens Wiklander
· 10 years ago
ef2209e
ARM: 8478/2: arm/arm64: add arm-smccc
by Jens Wiklander
· 10 years ago
c6cdbc5
ARM: 8510/1: rework ARM_CPU_SUSPEND dependencies
by Lorenzo Pieralisi
· 9 years ago
6c2d6ce
ARM: 8458/1: bL_switcher: add GIC dependency
by Arnd Bergmann
· 10 years ago
6264eb7
arm64: Remove stack duplicating code from jprobes
by David A. Long
· 9 years ago
v4.4/topic/kprobes64
717a1bf
arm64: kprobes: Add KASAN instrumentation around stack accesses
by Catalin Marinas
· 9 years ago
a5d55dd
arm64: kprobes: Cleanup jprobe_return
by Marc Zyngier
· 9 years ago
71b5200
arm64: kprobes: Fix overflow when saving stack
by Marc Zyngier
· 9 years ago
a1961c0
arm64: kprobes: WARN if attempting to step with PSTATE.D=1
by Will Deacon
· 9 years ago
da367d1
kprobes: Add arm64 case in kprobe example module
by Sandeepa Prabhu
· 9 years ago
e09606a
arm64: Add kernel return probes support (kretprobes)
by Sandeepa Prabhu
· 9 years ago
aecc244
arm64: Add trampoline code for kretprobes
by William Cohen
· 9 years ago
1f4a59d
arm64: kprobes instruction simulation support
by Sandeepa Prabhu
· 9 years ago
0fd3e81
arm64: Treat all entry code as non-kprobe-able
by Pratyush Anand
· 9 years ago
7082d72
arm64: Blacklist non-kprobe-able symbol
by Pratyush Anand
· 9 years ago
Next »