Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
4340ba80bd3a310d8eb9011df2e63c6371e28113
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
6bb934a
arm64: Update the KVM memory map documentation
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
3ddd455
KVM: arm64: Fix HYP idmap unmap when using 52bit PA
by Marc Zyngier
· 7 years ago
46fef15
KVM: arm/arm64: Fix idmap size and alignment
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
b4ef049
KVM: arm/arm64: Demote HYP VA range display to being a debug feature
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
bb5ed70
KVM: arm/arm64: Get rid of vgic_elrsr
by Christoffer Dall
· 7 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
· 7 years ago
c16c113
KVM: arm64: Directly call VHE and non-VHE FPSIMD enabled functions
by Christoffer Dall
· 7 years ago
d5a21bc
KVM: arm64: Move common VHE/non-VHE trap config in separate functions
by Christoffer Dall
· 7 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
· 7 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
· 7 years ago
35a84de
KVM: arm64: Move HCR_INT_OVERRIDE to default HCR_EL2 guest flag
by Shih-Wei Li
· 7 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
829a586
KVM: arm/arm64: Move vcpu_load call after kvm_vcpu_first_run_init
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
250be9d
KVM: arm/arm64: No need to zero CNTVOFF in kvm_timer_vcpu_put() for VHE
by Shanker Donthineni
· 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
4a3928c
Linux 4.16-rc3
by Linus Torvalds
· 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
c89be52
Merge tag 'nfs-for-4.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
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
2eb02aa
Merge branch 'fixes-v4.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
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
13f514b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
by Linus Torvalds
· 7 years ago
938e142
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 7 years ago
170e07b
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
8961ca4
Merge tag 'drm-fixes-for-v4.16-rc3' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 7 years ago
a5f7add
net_sched: gen_estimator: fix broken estimators based on percpu stats
by Eric Dumazet
· 7 years ago
2217009
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 7 years ago
d903ec7
gianfar: simplify FCS handling and fix memory leak
by Andy Spencer
· 7 years ago
ca79bec2
ipv6 sit: work around bogus gcc-8 -Wrestrict warning
by Arnd Bergmann
· 7 years ago
4e14bf4
macvlan: fix use-after-free in macvlan_common_newlink()
by Alexey Kodanev
· 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
0c52f7c
x86/topology: Fix function name in documentation
by Dou Liyang
· 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
120f3b1
integrity/security: fix digsig.c build error with header file
by Randy Dunlap
· 7 years ago
16c4db3
Merge tag 'keys-fixes-20180222-2' of https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into fixes-v4.16-rc3
by James Morris
· 7 years ago
b17800e
Merge tag 'imx-drm-next-2018-02-22' of git://git.pengutronix.de/git/pza/linux into drm-fixes
by Dave Airlie
· 7 years ago
0f9da84
MIPS: boot: Define __ASSEMBLY__ for its.S build
by Kees Cook
· 7 years ago
Next »