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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-22
doc: update ext4 and journalling docs to include fast commit feature
Harshad Shirwadkar
2
-0
/
+99
2020-10-22
exfat: remove useless check in exfat_move_file()
Tetsuhiro Kohada
1
-5
/
+0
2020-10-22
exfat: remove 'rwoffset' in exfat_inode_info
Tetsuhiro Kohada
5
-20
/
+9
2020-10-22
exfat: replace memcpy with structure assignment
Tetsuhiro Kohada
3
-14
/
+10
2020-10-22
exfat: remove useless directory scan in exfat_add_entry()
Tetsuhiro Kohada
1
-10
/
+1
2020-10-22
exfat: eliminate dead code in exfat_find()
Tetsuhiro Kohada
2
-74
/
+47
2020-10-22
exfat: use i_blocksize() to get blocksize
Xianting Tian
1
-1
/
+1
2020-10-22
exfat: fix misspellings using codespell tool
Namjae Jeon
3
-3
/
+3
2020-10-22
smb3: do not try to cache root directory if dir leases not supported
Steve French
1
-1
/
+4
2020-10-22
smb3: fix stat when special device file and mounted with modefromsid
Steve French
1
-1
/
+6
2020-10-22
cifs: Print the address and port we are connecting to in generic_ip_connect()
Samuel Cabrero
1
-2
/
+10
2020-10-22
SMB3: Resolve data corruption of TCP server info fields
Rohith Surabattula
1
-5
/
+7
2020-10-22
kvm: x86/mmu: Remove disallowed_hugepage_adjust shadow_walk_iterator arg
Ben Gardon
2
-7
/
+9
2020-10-22
kvm: x86/mmu: Support zapping SPTEs in the TDP MMU
Ben Gardon
5
-0
/
+136
2020-10-22
KVM: Cache as_id in kvm_memory_slot
Peter Xu
2
-0
/
+7
2020-10-22
kvm: x86/mmu: Add functions to handle changed TDP SPTEs
Ben Gardon
3
-1
/
+115
2020-10-22
kvm: x86/mmu: Allocate and free TDP MMU roots
Ben Gardon
5
-6
/
+146
2020-10-22
kvm: x86/mmu: Init / Uninit the TDP MMU
Ben Gardon
5
-1
/
+55
2020-10-22
kvm: x86/mmu: Introduce tdp_iter
Ben Gardon
3
-1
/
+234
2020-10-22
KVM: mmu: extract spte.h and spte.c
Paolo Bonzini
5
-548
/
+607
2020-10-22
KVM: mmu: Separate updating a PTE from kvm_set_pte_rmapp
Paolo Bonzini
1
-7
/
+17
2020-10-22
kvm: x86/mmu: Separate making SPTEs from set_spte
Ben Gardon
1
-16
/
+33
2020-10-22
kvm: mmu: Separate making non-leaf sptes from link_shadow_page
Ben Gardon
1
-6
/
+15
2020-10-22
Merge branch 'kvm-fixes' into 'next'
Paolo Bonzini
6
-23
/
+47
2020-10-22
KVM: PPC: Book3S HV: Make struct kernel_param_ops definition const
Joe Perches
1
-1
/
+1
2020-10-22
KVM: x86: Let the guest own CR4.FSGSBASE
Lai Jiangshan
1
-1
/
+1
2020-10-22
KVM: VMX: Intercept guest reserved CR4 bits to inject #GP fault
Sean Christopherson
1
-5
/
+10
2020-10-22
KVM: x86: Move call to update_exception_bitmap() into VMX code
Sean Christopherson
2
-1
/
+3
2020-10-22
KVM: x86: Invoke vendor's vcpu_after_set_cpuid() after all common updates
Sean Christopherson
1
-2
/
+3
2020-10-22
KVM: x86: Intercept LA57 to inject #GP fault when it's reserved
Lai Jiangshan
1
-1
/
+1
2020-10-22
KVM: SVM: Initialize prev_ga_tag before use
Suravee Suthikulpanit
1
-0
/
+1
2020-10-22
KVM: nSVM: implement on demand allocation of the nested state
Maxim Levitsky
3
-28
/
+83
2020-10-22
KVM: x86: allow kvm_x86_ops.set_efer to return an error value
Maxim Levitsky
6
-7
/
+15
2020-10-22
KVM: x86: report negative values from wrmsr emulation to userspace
Maxim Levitsky
2
-5
/
+8
2020-10-22
KVM: x86: xen_hvm_config: cleanup return values
Maxim Levitsky
1
-14
/
+9
2020-10-22
kvm x86/mmu: Make struct kernel_param_ops definitions const
Joe Perches
1
-2
/
+2
2020-10-22
KVM: x86: bump KVM_MAX_CPUID_ENTRIES
Vitaly Kuznetsov
1
-1
/
+1
2020-10-22
KVM: x86: allocate vcpu->arch.cpuid_entries dynamically
Vitaly Kuznetsov
3
-39
/
+53
2020-10-22
KVM: x86: disconnect kvm_check_cpuid() from vcpu->arch.cpuid_entries
Vitaly Kuznetsov
1
-15
/
+23
2020-10-22
Documentation: kvm: fix some typos in cpuid.rst
Oliver Upton
1
-44
/
+44
2020-10-22
kvm: x86: only provide PV features if enabled in guest's CPUID
Oliver Upton
6
-5
/
+106
2020-10-22
kvm: x86: set wall_clock in kvm_write_wall_clock()
Oliver Upton
1
-1
/
+2
2020-10-22
kvm: x86: encapsulate wrmsr(MSR_KVM_SYSTEM_TIME) emulation in helper fn
Oliver Upton
1
-26
/
+32
2020-10-22
x86/kvm: Update the comment about asynchronous page fault in exc_page_fault()
Vitaly Kuznetsov
1
-5
/
+8
2020-10-22
x86/kvm: hide KVM options from menuconfig when KVM is not compiled
Matteo Croce
1
-0
/
+1
2020-10-22
Documentation: kvm: fix a typo
Li Qiang
1
-1
/
+1
2020-10-22
KVM: VMX: Forbid userspace MSR filters for x2APIC
Paolo Bonzini
2
-9
/
+18
2020-10-22
KVM: VMX: Ignore userspace MSR filters for x2APIC
Sean Christopherson
3
-29
/
+47
2020-10-21
Merge tag 'linux-watchdog-5.10-rc1' of git://www.linux-watchdog.org/linux-wat...
Linus Torvalds
15
-48
/
+374
2020-10-21
Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
21
-368
/
+1403
[prev]
[next]