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-03-08
x86/virtio: Have SEV guests enforce restricted virtio memory access
Tom Lendacky
2
-0
/
+7
2021-03-08
x86: Use ELF fields defined in 'struct kimage'
Lakshmi Ramasubramanian
4
-15
/
+10
2021-03-08
clocksource/drivers/hyper-v: Move handling of STIMER0 interrupts
Michael Kelley
3
-12
/
+4
2021-03-08
clocksource/drivers/hyper-v: Handle sched_clock differences inline
Michael Kelley
1
-11
/
+0
2021-03-08
clocksource/drivers/hyper-v: Handle vDSO differences inline
Michael Kelley
1
-4
/
+0
2021-03-08
Drivers: hv: vmbus: Move handling of VMbus interrupts
Michael Kelley
2
-10
/
+4
2021-03-08
Drivers: hv: vmbus: Handle auto EOI quirk inline
Michael Kelley
1
-3
/
+0
2021-03-08
Drivers: hv: vmbus: Move hyperv_report_panic_msg to arch neutral code
Michael Kelley
1
-27
/
+0
2021-03-08
Drivers: hv: Redo Hyper-V synthetic MSR get/set functions
Michael Kelley
3
-68
/
+75
2021-03-08
x86/hyper-v: Move hv_message_type to architecture neutral module
Michael Kelley
1
-29
/
+0
2021-03-08
Drivers: hv: vmbus: Move Hyper-V page allocator to arch neutral code
Michael Kelley
2
-27
/
+0
2021-03-08
x86/sev-es: Introduce ip_within_syscall_gap() helper
Joerg Roedel
4
-2
/
+19
2021-03-08
x86/entry/32: Remove leftover macros after stackprotector cleanups
Andy Lutomirski
1
-41
/
+2
2021-03-08
x86/stackprotector/32: Make the canary into a regular percpu variable
Andy Lutomirski
18
-217
/
+55
2021-03-08
x86/platform/uv: Set section block size for hubless architectures
Mike Travis
1
-0
/
+3
2021-03-08
x86: Remove duplicate TSC DEADLINE MSR definitions
Dave Hansen
2
-6
/
+4
2021-03-06
x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscalls
Andy Lutomirski
1
-1
/
+2
2021-03-06
x86/unwind/orc: Silence warnings caused by missing ORC data
Josh Poimboeuf
1
-1
/
+1
2021-03-06
x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2
Josh Poimboeuf
1
-6
/
+6
2021-03-06
Merge branch 'locking/core' into x86/mm, to resolve conflict
Ingo Molnar
1
-2
/
+2
2021-03-06
x86/mm/tlb: Remove unnecessary uses of the inline keyword
Nadav Amit
1
-3
/
+3
2021-03-06
x86/mm/tlb: Do not make is_lazy dirty for no reason
Nadav Amit
1
-1
/
+2
2021-03-06
x86/mm/tlb: Privatize cpu_tlbstate
Nadav Amit
4
-27
/
+33
2021-03-06
x86/mm/tlb: Flush remote and local TLBs concurrently
Nadav Amit
9
-40
/
+56
2021-03-06
x86/mm/tlb: Open-code on_each_cpu_cond_mask() for tlb_is_not_lazy()
Nadav Amit
1
-5
/
+32
2021-03-06
x86/mm/tlb: Unify flush_tlb_func_local() and flush_tlb_func_remote()
Nadav Amit
2
-47
/
+39
2021-03-06
x86/cpu/hygon: Set __max_die_per_package on Hygon
Pu Wen
1
-2
/
+2
2021-03-06
perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBR
Kan Liang
1
-1
/
+4
2021-03-06
x86/jump_label: Mark arguments as const to satisfy asm constraints
Jason Gerecke
1
-2
/
+2
2021-03-06
x86/sev-es: Remove subtraction of res variable
Borislav Petkov
1
-1
/
+1
2021-03-06
x86/vdso: Use proper modifier for len's format specifier in extract()
Jiri Slaby
1
-1
/
+1
2021-03-06
kvm: x86: use NULL instead of using plain integer as pointer
Muhammad Usama Anjum
1
-1
/
+1
2021-03-05
KVM: SVM: Connect 'npt' module param to KVM's internal 'npt_enabled'
Sean Christopherson
1
-12
/
+13
2021-03-05
KVM: x86: Ensure deadline timer has truly expired before posting its IRQ
Sean Christopherson
1
-1
/
+10
2021-03-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-16
/
+400
2021-03-04
Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
3
-29
/
+62
2021-03-03
xen: fix p2m size in dom0 for disabled memory hotplug case
Juergen Gross
3
-26
/
+21
2021-03-03
Xen/gnttab: handle p2m update errors on a per-slot basis
Jan Beulich
1
-3
/
+41
2021-03-02
KVM: SVM: Clear the CR4 register on reset
Babu Moger
1
-0
/
+1
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
4
-2
/
+343
2021-03-02
KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info
David Woodhouse
1
-0
/
+4
2021-03-02
KVM: x86: allow compiling out the Xen hypercall interface
Paolo Bonzini
4
-2
/
+42
2021-02-27
Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2021-02-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-3
/
+7
2021-02-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
15
-415
/
+311
2021-02-26
x86: fix seq_file iteration for pat/memtype.c
NeilBrown
1
-2
/
+2
2021-02-26
kfence: add test suite
Marco Elver
1
-1
/
+2
2021-02-26
kfence: use pt_regs to generate stack trace on faults
Marco Elver
2
-7
/
+1
2021-02-26
x86, kfence: enable KFENCE for x86
Alexander Potapenko
3
-0
/
+76
2021-02-26
KVM: xen: flush deferred static key before checking it
Paolo Bonzini
1
-0
/
+1
[prev]
[next]