index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-05
x86/debug: Prevent data breakpoints on __per_cpu_offset
Lai Jiangshan
1
-0
/
+14
2021-02-05
x86/Kconfig: Remove HPET_EMULATE_RTC depends on RTC
Anand K Mistry
1
-1
/
+1
2021-02-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-38
/
+61
2021-02-05
x86/sgx: Drop racy follow_pfn() check
Daniel Vetter
1
-8
/
+0
2021-02-05
x86/asm: Fixup TASK_SIZE_MAX comment
Alexey Dobriyan
1
-1
/
+1
2021-02-04
x86/apic: Add extra serialization for non-serializing MSRs
Dave Hansen
5
-15
/
+32
2021-02-04
Revert "x86/setup: don't remove E820_TYPE_RAM for pfn 0"
Mike Rapoport
1
-9
/
+11
2021-02-04
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
Sean Christopherson
1
-0
/
+1
2021-02-04
bpf: Emit explicit NULL pointer checks for PROBE_LDX instructions.
Alexei Starovoitov
1
-0
/
+19
2021-02-04
KVM: x86: Add helper to consolidate "raw" reserved GPA mask calculations
Sean Christopherson
4
-9
/
+20
2021-02-04
KVM: x86/mmu: Add helper to generate mask of reserved HPA bits
Sean Christopherson
1
-5
/
+9
2021-02-04
KVM: x86: Use reserved_gpa_bits to calculate reserved PxE bits
Sean Christopherson
3
-59
/
+58
2021-02-04
KVM: x86: SEV: Treat C-bit as legal GPA bit regardless of vCPU mode
Sean Christopherson
6
-9
/
+8
2021-02-04
KVM: nSVM: Use common GPA helper to check for illegal CR3
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: VMX: Use GPA legality helpers to replace open coded equivalents
Sean Christopherson
2
-20
/
+8
2021-02-04
KVM: x86: Add a helper to handle legal GPA with an alignment requirement
Sean Christopherson
1
-1
/
+7
2021-02-04
KVM: x86: Add a helper to check for a legal GPA
Sean Christopherson
1
-6
/
+11
2021-02-04
KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs
Sean Christopherson
1
-1
/
+1
2021-02-04
KVM: x86: Set so called 'reserved CR3 bits in LM mask' at vCPU reset
Sean Christopherson
1
-0
/
+1
2021-02-04
KVM: x86: declare Xen HVM shared info capability and add test case
David Woodhouse
1
-1
/
+2
2021-02-04
KVM: x86/xen: Add event channel interrupt vector upcall
David Woodhouse
5
-1
/
+72
2021-02-04
KVM: x86/xen: register vcpu time info region
Joao Martins
3
-0
/
+22
2021-02-04
KVM: x86/xen: setup pvclock updates
Joao Martins
2
-15
/
+21
2021-02-04
KVM: x86/xen: register vcpu info
Joao Martins
2
-1
/
+26
2021-02-04
KVM: x86/xen: Add KVM_XEN_VCPU_SET_ATTR/KVM_XEN_VCPU_GET_ATTR
David Woodhouse
3
-0
/
+52
2021-02-04
KVM: x86/xen: update wallclock region
Joao Martins
3
-8
/
+43
2021-02-04
xen: add wc_sec_hi to struct shared_info
David Woodhouse
1
-0
/
+3
2021-02-04
KVM: x86/xen: register shared_info page
Joao Martins
2
-4
/
+38
2021-02-04
KVM: x86/xen: add definitions of compat_shared_info, compat_vcpu_info
David Woodhouse
1
-0
/
+36
2021-02-04
KVM: x86/xen: latch long_mode when hypercall page is set up
David Woodhouse
2
-1
/
+21
2021-02-04
KVM: x86/xen: add KVM_XEN_HVM_SET_ATTR/KVM_XEN_HVM_GET_ATTR
Joao Martins
3
-0
/
+52
2021-02-04
KVM: x86/xen: Add kvm_xen_enabled static key
David Woodhouse
3
-2
/
+27
2021-02-04
KVM: x86/xen: Move KVM_XEN_HVM_CONFIG handling to xen.c
David Woodhouse
3
-13
/
+20
2021-02-04
KVM: x86/xen: Fix coexistence of Xen and Hyper-V hypercalls
Joao Martins
2
-11
/
+35
2021-02-04
KVM: x86/xen: intercept xen hypercalls if enabled
Joao Martins
6
-32
/
+224
2021-02-04
KVM: x86/xen: Fix __user pointer handling for hypercall page installation
David Woodhouse
1
-3
/
+5
2021-02-04
KVM: x86/xen: fix Xen hypercall page msr handling
Joao Martins
1
-2
/
+3
2021-02-04
x86/ptrace: Clean up PTRACE_GETREGS/PTRACE_PUTREGS regset selection
Andy Lutomirski
1
-8
/
+38
2021-02-04
KVM: x86/mmu: Allow parallel page faults for the TDP MMU
Ben Gardon
1
-2
/
+10
2021-02-04
KVM: x86/mmu: Mark SPTEs in disconnected pages as removed
Ben Gardon
1
-6
/
+30
2021-02-04
KVM: x86/mmu: Flush TLBs after zap in TDP MMU PF handler
Ben Gardon
2
-10
/
+74
2021-02-04
KVM: x86/mmu: Use atomic ops to set SPTEs in TDP MMU map
Ben Gardon
2
-33
/
+122
2021-02-04
KVM: x86/mmu: Factor out functions to add/remove TDP MMU pages
Ben Gardon
1
-8
/
+39
2021-02-04
KVM: x86/mmu: Use an rwlock for the x86 MMU
Ben Gardon
6
-65
/
+67
2021-02-04
KVM: x86/mmu: Protect TDP MMU page table memory with RCU
Ben Gardon
4
-21
/
+103
2021-02-04
KVM: x86/mmu: Clear dirtied pages mask bit before early break
Ben Gardon
1
-2
/
+2
2021-02-04
KVM: x86/mmu: Skip no-op changes in TDP MMU functions
Ben Gardon
1
-2
/
+4
2021-02-04
KVM: x86/mmu: Yield in TDU MMU iter even if no SPTES changed
Ben Gardon
1
-10
/
+22
2021-02-04
KVM: x86/mmu: Ensure forward progress when yielding in TDP MMU iter
Ben Gardon
3
-23
/
+23
2021-02-04
KVM: x86/mmu: Rename goal_gfn to next_last_level_gfn
Ben Gardon
2
-12
/
+12
[prev]
[next]