Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dee39247dc75465a24990cb1772c6aaced5fd910
/
arch
dee3924
arm64: KVM: Allow mapping of vectors outside of the RAM region
by Marc Zyngier
· 7 years ago
4205a89
arm64: Make BP hardening slot counter available
by Marc Zyngier
· 7 years ago
dc2e463
arm/arm64: KVM: Introduce EL2-specific executable mappings
by Marc Zyngier
· 7 years ago
71dcb8b
arm64: KVM: Allow far branches from vector slots to the main vectors
by Marc Zyngier
· 7 years ago
f0445dfa
arm64: KVM: Reserve 4 additional instructions in the BPI template
by Marc Zyngier
· 7 years ago
4340ba8
arm64: KVM: Move BP hardening vectors into .hyp.text section
by Marc Zyngier
· 7 years ago
7e80f63
arm64: KVM: Move stashing of x0/x1 into the vector code itself
by Marc Zyngier
· 7 years ago
3c5e812
arm64: KVM: Move vector offsetting from hyp-init.S to kvm_get_hyp_vector
by Marc Zyngier
· 7 years ago
ed57cac
arm64: KVM: Introduce EL2 VA randomisation
by Marc Zyngier
· 7 years ago
005e975
arm64: KVM: Dynamically compute the HYP VA mask
by Marc Zyngier
· 7 years ago
11d7640
arm64: insn: Allow ADD/SUB (immediate) with LSL #12
by Marc Zyngier
· 7 years ago
9f2efa3
arm64; insn: Add encoder for the EXTR instruction
by Marc Zyngier
· 7 years ago
e3f019b
KVM: arm/arm64: Move HYP IO VAs to the "idmap" range
by Marc Zyngier
· 7 years ago
1bb32a4
KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
by Marc Zyngier
· 7 years ago
807a378
KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
by Marc Zyngier
· 7 years ago
44a497a
KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
by Marc Zyngier
· 7 years ago
a1efdff
arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
by Marc Zyngier
· 7 years ago
2b4d160
arm64: KVM: Dynamically patch the kernel/hyp VA mask
by Marc Zyngier
· 7 years ago
ef3935e
arm64: insn: Add encoder for bitwise operations using literals
by Marc Zyngier
· 7 years ago
a264bf3
arm64: insn: Add N immediate encoding
by Marc Zyngier
· 7 years ago
dea5e2a
arm64: alternatives: Add dynamic patching feature
by Marc Zyngier
· 7 years ago
2d0e63e
KVM: arm/arm64: Avoid VGICv3 save/restore on VHE with no IRQs
by Christoffer Dall
· 7 years ago
923a2e3
KVM: arm/arm64: Move VGIC APR save/restore to vgic put/load
by Christoffer Dall
· 7 years ago
771621b
KVM: arm/arm64: Handle VGICv3 save/restore from the main VGIC code on VHE
by Christoffer Dall
· 7 years ago
8a43a2b
KVM: arm/arm64: Move arm64-only vgic-v2-sr.c file to arm64
by Christoffer Dall
· 7 years ago
75174ba
KVM: arm/arm64: Handle VGICv2 save/restore from the main VGIC code
by Christoffer Dall
· 8 years ago
b7787e6
KVM: arm64: Cleanup __activate_traps and __deactive_traps for VHE and non-VHE
by Christoffer Dall
· 7 years ago
a246562
KVM: arm64: Configure c15, PMU, and debug register traps on cpu load/put for VHE
by Christoffer Dall
· 8 years ago
c16c113
KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
by Christoffer Dall
· 8 years ago
d5a21bc
KVM: arm64: Move common VHE/non-VHE trap config in separate functions
by Christoffer Dall
· 8 years ago
b9f8ca4
KVM: arm64: Defer saving/restoring 32-bit sysregs to vcpu load/put
by Christoffer Dall
· 7 years ago
a892819
KVM: arm64: Prepare to handle deferred save/restore of 32-bit registers
by Christoffer Dall
· 7 years ago
fc7563b
KVM: arm64: Defer saving/restoring 64-bit sysregs to vcpu load/put on VHE
by Christoffer Dall
· 9 years ago
6d4bd90
KVM: arm64: Prepare to handle deferred save/restore of ELR_EL1
by Christoffer Dall
· 7 years ago
00536ec
KVM: arm/arm64: Prepare to handle deferred save/restore of SPSR_EL1
by Christoffer Dall
· 7 years ago
d47533d
KVM: arm64: Introduce framework for accessing deferred sysregs
by Christoffer Dall
· 7 years ago
8d404c4
KVM: arm64: Rewrite system register accessors to read/write functions
by Christoffer Dall
· 9 years ago
52f6c4f
KVM: arm64: Change 32-bit handling of VM system registers
by Christoffer Dall
· 7 years ago
0c389d9
KVM: arm64: Don't save the host ELR_EL2 and SPSR_EL2 on VHE systems
by Christoffer Dall
· 7 years ago
4cdecab
KVM: arm64: Unify non-VHE host/guest sysreg save and restore functions
by Christoffer Dall
· 7 years ago
0a62d43
KVM: arm/arm64: Remove leftover comment from kvm_vcpu_run_vhe
by Christoffer Dall
· 7 years ago
f837453
KVM: arm64: Introduce separate VHE/non-VHE sysreg save/restore functions
by Christoffer Dall
· 7 years ago
2b88104
KVM: arm64: Rewrite sysreg alternatives to static keys
by Christoffer Dall
· 7 years ago
060701f
KVM: arm64: Move userspace system registers into separate function
by Christoffer Dall
· 9 years ago
04fef05
KVM: arm64: Remove noop calls to timer save/restore from VHE switch
by Christoffer Dall
· 8 years ago
34f8cdf
KVM: arm64: Don't deactivate VM on VHE systems
by Christoffer Dall
· 7 years ago
86d0568
KVM: arm64: Remove kern_hyp_va() use in VHE switch function
by Christoffer Dall
· 8 years ago
3f5c90b
KVM: arm64: Introduce VHE-specific kvm_vcpu_run
by Christoffer Dall
· 7 years ago
dc25140
KVM: arm64: Factor out fault info population and gic workarounds
by Christoffer Dall
· 7 years ago
014c4c7
KVM: arm64: Improve debug register save/restore flow
by Christoffer Dall
· 7 years ago
5742d04
KVM: arm64: Slightly improve debug save/restore functions
by Christoffer Dall
· 7 years ago
54ceb1b
KVM: arm64: Move debug dirty flag calculation out of world switch
by Christoffer Dall
· 7 years ago
e72341c
KVM: arm/arm64: Introduce vcpu_el1_is_32bit
by Christoffer Dall
· 7 years ago
bc192ce
KVM: arm/arm64: Add kvm_vcpu_load_sysregs and kvm_vcpu_put_sysregs
by Christoffer Dall
· 7 years ago
3df59d8
KVM: arm/arm64: Get rid of vcpu->arch.irq_lines
by Christoffer Dall
· 8 years ago
35a84de
KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
by Shih-Wei Li
· 8 years ago
8f17f5e
KVM: arm64: Rework hyp_panic for VHE and non-VHE
by Christoffer Dall
· 7 years ago
4464e21
KVM: arm64: Avoid storing the vcpu pointer on the stack
by Christoffer Dall
· 7 years ago
7a364bd
KVM: arm/arm64: Avoid vcpu_load for other vcpu ioctls than KVM_RUN
by Christoffer Dall
· 7 years ago
b9fb173
KVM: arm: Enable emulation of the physical timer
by Jérémy Fanguède
· 7 years ago
eac137b
KVM: arm64: Enable the EL1 physical timer for AArch32 guests
by Jérémy Fanguède
· 7 years ago
005781b
arm64: KVM: Move CPU ID reg trap setup off the world switch path
by Dave Martin
· 7 years ago
cc33c4e
arm64/kvm: Prohibit guest LOR accesses
by Mark Rutland
· 7 years ago
e1171ac
Merge tag 'xtensa-20180225' of git://github.com/jcmvbkbc/linux-xtensa
by Linus Torvalds
· 7 years ago
c23a757
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
e912bf2
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
9c89709
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
297ea1b
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 7 years ago
3664ce2
Merge tag 'powerpc-4.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
by Linus Torvalds
· 7 years ago
9cb9c07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 7 years ago
65738c6
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
2bd06ce
Merge tag 'mips_fixes_4.16_3' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips
by Linus Torvalds
· 7 years ago
9f41631
arm64: fix unwind_frame() for filtered out fn for function graph tracing
by Pratyush Anand
· 7 years ago
4596749
x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across CPU hotplug operations
by Samuel Neves
· 7 years ago
472e8c5
locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs
by Andrea Parri
· 7 years ago
79d4424
locking/xchg/alpha: Clean up barrier usage by using smp_mb() in place of __ASM__MB
by Andrea Parri
· 7 years ago
36e74d3
x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-directory in resctrl file system
by Wang Hui
· 7 years ago
e84cf6a
x86/apic/vector: Handle vector release on CPU unplug correctly
by Thomas Gleixner
· 7 years ago
eb0a2d2
powerpc/powernv: Support firmware disable of RFI flush
by Michael Ellerman
· 7 years ago
582605a
powerpc/pseries: Support firmware disable of RFI flush
by Michael Ellerman
· 7 years ago
2f7d03e
powerpc/mm/drmem: Fix unexpected flag value in ibm,dynamic-memory-v2
by Bharata B Rao
· 7 years ago
0f9da84
MIPS: boot: Define __ASSEMBLY__ for its.S build
by Kees Cook
· 7 years ago
16338a9
bpf, arm64: fix out of bounds access in tail call
by Daniel Borkmann
· 7 years ago
a493a87
bpf, x64: implement retpoline for tail call
by Daniel Borkmann
· 7 years ago
24180a6
Merge tag 'riscv-for-linus-4.16-rc3-riscv_cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux
by Linus Torvalds
· 7 years ago
238ca35
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
b21ebf2f
x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
by H.J. Lu
· 7 years ago
15122ee
arm64: Enforce BBM for huge IO/VMAP mappings
by Will Deacon
· 7 years ago
ed7158b
treewide/trivial: Remove ';;$' typo noise
by Ingo Molnar
· 7 years ago
083b209
powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
by Mark Lord
· 7 years ago
c7a3275
powerpc/pseries: Revert support for ibm,drc-info devtree property
by Michael Bringmann
· 7 years ago
5539d31
powerpc/pseries: Fix duplicate firmware feature for DRC_INFO
by Michael Ellerman
· 7 years ago
173a3ef
bug.h: work around GCC PR82365 in BUG()
by Arnd Bergmann
· 7 years ago
cb13b42
locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()
by Andrea Parri
· 7 years ago
85c615e
x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
by Arnd Bergmann
· 7 years ago
521ca5a
powerpc/eeh: Fix crashes in eeh_report_resume()
by Juan J. Alvarez
· 7 years ago
8b08f50
Rename sbi_save to parse_dtb to improve code readability
by Michael Clark
· 7 years ago
bcae803
RISC-V: Enable IRQ during exception handling
by zongbox@gmail.com
· 7 years ago
89a4b44
riscv: Remove ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select
by Ulf Magnusson
· 7 years ago
2aaa2dc
riscv: kconfig: Remove RISCV_IRQ_INTC select
by Ulf Magnusson
· 7 years ago
Next »