index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-10
x86/amd_nb: Add new PCI IDs for AMD family 0x1a
Shyam Sundar S K
1
-0
/
+1
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
6
-6
/
+6
2024-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
11
-70
/
+76
2024-05-08
x86/irq: Use existing helper for pending vector check
Jacob Pan
1
-7
/
+1
2024-05-08
perf/x86/cstate: Remove unused 'struct perf_cstate_msr'
Ingo Molnar
1
-6
/
+0
2024-05-08
x86/pci/ce4100: Remove unused 'struct sim_reg_op'
Dr. David Alan Gilbert
1
-6
/
+0
2024-05-07
mm: fix race between __split_huge_pmd_locked() and GUP-fast
Ryan Roberts
1
-0
/
+2
2024-05-07
KVM: SEV: Allow per-guest configuration of GHCB protocol version
Michael Roth
3
-4
/
+33
2024-05-07
KVM: SEV: Add GHCB handling for termination requests
Michael Roth
1
-0
/
+9
2024-05-07
KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests
Brijesh Singh
2
-0
/
+16
2024-05-07
KVM: SEV: Add support to handle AP reset MSR protocol
Tom Lendacky
3
-10
/
+53
2024-05-07
KVM: x86: Explicitly zero kvm_caps during vendor module load
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86: Fully re-initialize supported_mce_cap on vendor module load
Sean Christopherson
1
-3
/
+2
2024-05-07
KVM: x86: Fully re-initialize supported_vm_types on vendor module load
Sean Christopherson
1
-1
/
+2
2024-05-07
Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-4
/
+4
2024-05-07
KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfns
Sean Christopherson
1
-1
/
+1
2024-05-07
KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error values
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faults
Sean Christopherson
1
-0
/
+1
2024-05-07
KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()
Sean Christopherson
1
-12
/
+17
2024-05-07
KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()
Sean Christopherson
1
-43
/
+44
2024-05-07
KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIO
Sean Christopherson
1
-0
/
+5
2024-05-07
KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slots
Sean Christopherson
1
-4
/
+13
2024-05-07
KVM: x86/mmu: Move private vs. shared check above slot validity checks
Sean Christopherson
1
-5
/
+15
2024-05-07
KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faults
Sean Christopherson
1
-0
/
+3
2024-05-07
KVM: x86/mmu: check for invalid async page faults involving private memory
Paolo Bonzini
2
-7
/
+12
2024-05-07
KVM: x86/mmu: Use synthetic page fault error code to indicate private faults
Sean Christopherson
3
-2
/
+21
2024-05-07
KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zero
Sean Christopherson
1
-0
/
+7
2024-05-07
KVM: x86/mmu: Pass full 64-bit error code when handling page faults
Isaku Yamahata
3
-5
/
+4
2024-05-07
KVM: x86: Move synthetic PFERR_* sanity checks to SVM's #NPF handler
Sean Christopherson
3
-11
/
+18
2024-05-07
KVM: x86: Define more SEV+ page fault error bits/flags for #NPF
Sean Christopherson
1
-0
/
+4
2024-05-07
KVM: x86: Remove separate "bit" defines for page fault error code masks
Sean Christopherson
2
-25
/
+12
2024-05-07
KVM: x86/mmu: Exit to userspace with -EFAULT if private fault hits emulation
Sean Christopherson
2
-8
/
+19
2024-05-07
x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
Robert Richter
2
-4
/
+2
2024-05-06
printk: Change type of CONFIG_BASE_SMALL to bool
Yoann Congal
1
-3
/
+3
2024-05-06
x86/alternatives: Remove alternative_input_2()
Borislav Petkov (AMD)
1
-14
/
+0
2024-05-06
x86/microcode: Remove unused struct cpu_info_ctx
Dr. David Alan Gilbert
1
-5
/
+0
2024-05-05
mm/page_table_check: support userfault wr-protect entries
Peter Xu
1
-17
/
+1
2024-05-05
mm: pass VMA instead of MM to follow_pte()
David Hildenbrand
1
-4
/
+1
2024-05-05
Merge tag 'x86-urgent-2024-05-05' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-67
/
+64
2024-05-04
perf: Use device_show_string() helper for sysfs attributes
Lukas Wunner
1
-10
/
+3
2024-05-03
x86/pci: Remove OLPC dead code
Kunwu Chan
1
-3
/
+0
2024-05-03
Merge tag 'for-linus-6.9a-rc7-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-3
/
+12
2024-05-03
arch: Rename fbdev header and source files
Thomas Zimmermann
3
-6
/
+7
2024-05-03
arch: Remove struct fb_info from video helpers
Thomas Zimmermann
2
-14
/
+12
2024-05-03
arch: Select fbdev helpers with CONFIG_VIDEO
Thomas Zimmermann
2
-2
/
+3
2024-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-45
/
+52
2024-05-02
x86/xen: return a sane initial apic id when running as PV guest
Juergen Gross
1
-1
/
+10
2024-05-02
x86/xen/smp_pv: Register the boot CPU APIC properly
Thomas Gleixner
1
-2
/
+2
2024-05-02
Merge tag 'net-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-32
/
+31
2024-05-02
KVM: x86: Remove VT-d mention in posted interrupt tracepoint
Alejandro Jimenez
1
-2
/
+2
[prev]
[next]