index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-16
/
+57
2021-01-20
Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+2
2021-01-19
Merge tag 'hyperv-fixes-signed-20210119' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-3
/
+26
2021-01-18
x86/xen: fix 'nopvspin' build error
Randy Dunlap
1
-0
/
+2
2021-01-17
x86/hyperv: Initialize clockevents after LAPIC is initialized
Dexuan Cui
1
-3
/
+26
2021-01-16
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-66
/
+157
2021-01-15
Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-13
/
+29
2021-01-15
bpf: Add bitwise atomic instructions
Brendan Jackman
1
-1
/
+49
2021-01-15
bpf: Add instructions for atomic_[cmp]xchg
Brendan Jackman
1
-0
/
+8
2021-01-15
bpf: Add BPF_FETCH field / create atomic_fetch_add instruction
Brendan Jackman
1
-0
/
+4
2021-01-15
bpf: Rename BPF_XADD and prepare to encode other atomics in .imm
Brendan Jackman
2
-16
/
+36
2021-01-15
bpf: x86: Factor out a lookup table for some ALU opcodes
Brendan Jackman
1
-18
/
+15
2021-01-15
bpf: x86: Factor out emission of REX byte
Brendan Jackman
1
-16
/
+23
2021-01-15
bpf: x86: Factor out emission of ModR/M for *(reg + off)
Brendan Jackman
1
-18
/
+25
2021-01-13
x86/xen: Fix xen_hvm_smp_init() when vector callback not available
David Woodhouse
1
-10
/
+17
2021-01-13
x86/xen: Don't register Xen IPIs when they aren't going to be used
David Woodhouse
1
-2
/
+2
2021-01-13
x86/xen: Add xen_no_vector_callback option to test PCI INTX delivery
David Woodhouse
1
-1
/
+10
2021-01-11
Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
4
-3
/
+33
2021-01-10
Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
5
-73
/
+57
2021-01-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-97
/
+178
2021-01-08
KVM: x86: __kvm_vcpu_halt can be static
Paolo Bonzini
1
-1
/
+1
2021-01-08
x86/resctrl: Don't move a task to the same resource group
Fenghua Yu
1
-0
/
+7
2021-01-08
x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
Fenghua Yu
1
-69
/
+43
2021-01-08
KVM: SVM: Add support for booting APs in an SEV-ES guest
Tom Lendacky
7
-6
/
+61
2021-01-08
KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexit
Maxim Levitsky
3
-1
/
+8
2021-01-08
KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest mode
Maxim Levitsky
1
-0
/
+1
2021-01-08
KVM: nSVM: correctly restore nested_run_pending on migration
Maxim Levitsky
1
-0
/
+4
2021-01-08
KVM: x86/mmu: Clarify TDP MMU page list invariants
Ben Gardon
1
-2
/
+14
2021-01-08
KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
Ben Gardon
1
-56
/
+48
2021-01-08
KVM: x86: change in pv_eoi_get_pending() to make code more readable
Stephen Zhang
1
-1
/
+1
2021-01-08
KVM: x86: fix shift out of bounds reported by UBSAN
Paolo Bonzini
1
-1
/
+1
2021-01-08
KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.c
Uros Bizjak
1
-2
/
+0
2021-01-08
KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_load
Nathan Chancellor
1
-1
/
+1
2021-01-08
Merge branch 'kvm-master' into kvm-next
Paolo Bonzini
45
-297
/
+331
2021-01-08
KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()
Sean Christopherson
1
-7
/
+13
2021-01-08
KVM: x86/mmu: Use raw level to index into MMIO walks' sptes array
Sean Christopherson
2
-9
/
+8
2021-01-08
KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
Sean Christopherson
3
-11
/
+13
2021-01-08
KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
Sean Christopherson
2
-2
/
+7
2021-01-06
x86/mtrr: Correct the range check before performing MTRR type lookups
Ying-Tsun Huang
1
-3
/
+3
2021-01-06
x86/hyperv: check cpu mask after interrupt has been disabled
Wei Liu
1
-3
/
+9
2021-01-05
x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
Peter Gonda
1
-2
/
+2
2021-01-05
x86/hyperv: Fix kexec panic/hang issues
Dexuan Cui
3
-0
/
+24
2021-01-05
x86/mm: Fix leak of pmd ptlock
Dan Williams
1
-0
/
+2
2020-12-30
local64.h: make <asm/local64.h> mandatory
Randy Dunlap
1
-1
/
+0
2020-12-28
fanotify: Fix sys_fanotify_mark() on native x86-32
Brian Gerst
1
-0
/
+1
2020-12-25
Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2020-12-24
Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-127
/
+13
2020-12-23
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-1
/
+2
2020-12-23
x86/split-lock: Avoid returning with interrupts enabled
Andi Kleen
1
-1
/
+2
2020-12-22
kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
Andrey Konovalov
1
-1
/
+1
[next]