index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
KVM: x86: Rename virtualization {en,dis}abling APIs to match common KVM
Sean Christopherson
7
-27
/
+27
2024-09-04
KVM: Rename arch hooks related to per-CPU virtualization enabling
Sean Christopherson
1
-3
/
+3
2024-09-04
x86/mm: add ARCH_PKEY_BITS to Kconfig
Joey Gouly
1
-0
/
+4
2024-09-04
x86/sched: Add basic support for CPU capacity scaling
Rafael J. Wysocki
2
-2
/
+100
2024-09-03
x86: remove PG_uncached
Matthew Wilcox (Oracle)
2
-8
/
+5
2024-09-03
mm: make range-to-target_node lookup facility a part of numa_memblks
Mike Rapoport (Microsoft)
2
-47
/
+0
2024-09-03
mm: numa_memblks: introduce numa_memblks_init
Mike Rapoport (Microsoft)
1
-36
/
+4
2024-09-03
mm: introduce numa_emulation
Mike Rapoport (Microsoft)
5
-605
/
+0
2024-09-03
mm: move numa_distance and related code from x86 to numa_memblks
Mike Rapoport (Microsoft)
3
-108
/
+0
2024-09-03
mm: introduce numa_memblks
Mike Rapoport (Microsoft)
6
-383
/
+10
2024-09-03
x86/numa: numa_{add,remove}_cpu: make cpu parameter unsigned
Mike Rapoport (Microsoft)
3
-15
/
+15
2024-09-03
x86/numa_emu: use a helper function to get MAX_DMA32_PFN
Mike Rapoport (Microsoft)
3
-2
/
+8
2024-09-03
x86/numa_emu: split __apicid_to_node update to a helper function
Mike Rapoport (Microsoft)
3
-13
/
+25
2024-09-03
x86/numa_emu: simplify allocation of phys_dist
Mike Rapoport (Microsoft)
1
-6
/
+2
2024-09-03
x86/numa: move FAKE_NODE_* defines to numa_emu
Mike Rapoport (Microsoft)
2
-2
/
+3
2024-09-03
x86/numa: use get_pfn_range_for_nid to verify that node spans memory
Mike Rapoport (Microsoft)
1
-10
/
+7
2024-09-03
x86/numa: simplify numa_distance allocation
Mike Rapoport (Microsoft)
1
-5
/
+2
2024-09-03
arch, mm: pull out allocation of NODE_DATA to generic code
Mike Rapoport (Microsoft)
1
-33
/
+1
2024-09-03
arch, mm: move definition of node_data to generic code
Mike Rapoport (Microsoft)
5
-44
/
+1
2024-09-04
dma-mapping: clearly mark DMA ops as an architecture feature
Christoph Hellwig
1
-1
/
+1
2024-09-03
x86/cpu/intel: Replace PAT erratum model/family magic numbers with symbolic I...
Dave Hansen
2
-8
/
+12
2024-09-02
KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VM
Tom Dohrmann
1
-1
/
+2
2024-09-01
x86/mm: add testmmiotrace MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-09-01
mm: remove legacy install_special_mapping() code
Linus Torvalds
1
-4
/
+8
2024-09-01
mm: remove arch_unmap()
Michael Ellerman
1
-5
/
+0
2024-09-01
mm/x86: add missing pud helpers
Peter Xu
2
-8
/
+61
2024-09-01
mm/x86: implement arch_check_zapped_pud()
Peter Xu
2
-0
/
+16
2024-09-01
mm/x86: make pud_leaf() only care about PSE bit
Peter Xu
1
-2
/
+1
2024-09-01
mm: rework accept memory helpers
Kirill A. Shutemov
2
-2
/
+2
2024-09-01
mm: turn USE_SPLIT_PTE_PTLOCKS / USE_SPLIT_PTE_PTLOCKS into Kconfig options
David Hildenbrand
1
-3
/
+4
2024-09-01
Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
11
-20
/
+61
2024-09-01
tinyconfig: remove unnecessary 'is not set' for choice blocks
Masahiro Yamada
1
-4
/
+0
2024-08-29
KVM: x86: Add fastpath handling of HLT VM-Exits
Sean Christopherson
4
-3
/
+36
2024-08-29
KVM: x86: Reorganize code in x86.c to co-locate vCPU blocking/running helpers
Sean Christopherson
1
-132
/
+132
2024-08-29
KVM: x86: Exit to userspace if fastpath triggers one on instruction skip
Sean Christopherson
2
-2
/
+8
2024-08-29
KVM: x86: Dedup fastpath MSR post-handling logic
Sean Christopherson
1
-10
/
+11
2024-08-29
KVM: x86: Re-enter guest if WRMSR(X2APIC_ICR) fastpath is successful
Sean Christopherson
1
-1
/
+1
2024-08-29
KVM: SVM: Track the per-CPU host save area as a VMCB pointer
Sean Christopherson
2
-8
/
+9
2024-08-29
KVM: SVM: Add host SEV-ES save area structure into VMCB via a union
Sean Christopherson
1
-5
/
+15
2024-08-29
KVM: SVM: Add a helper to convert a SME-aware PA back to a struct page
Sean Christopherson
2
-6
/
+19
2024-08-29
KVM: x86/mmu: Reword a misleading comment about checking gpte_changed()
Sean Christopherson
1
-2
/
+8
2024-08-29
KVM: x86/mmu: Drop pointless "return" wrapper label in FNAME(fetch)
Sean Christopherson
1
-7
/
+4
2024-08-29
KVM: x86/mmu: Decrease indentation in logic to sync new indirect shadow page
Sean Christopherson
1
-21
/
+19
2024-08-29
KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
Sean Christopherson
4
-12
/
+36
2024-08-29
KVM: x86: Move x2APIC ICR helper above kvm_apic_write_nodecode()
Sean Christopherson
1
-23
/
+23
2024-08-29
KVM: x86: Enforce x2APIC's must-be-zero reserved ICR bits
Sean Christopherson
1
-1
/
+14
2024-08-29
x86/EISA: Dereference memory directly instead of using readl()
Maciej W. Rozycki
1
-2
/
+2
2024-08-28
KVM: SEV: Update KVM_AMD_SEV Kconfig entry and mention SEV-SNP
Vitaly Kuznetsov
1
-2
/
+4
2024-08-28
x86/resctrl: Fix arch_mbm_* array overrun on SNC
Peter Newman
2
-6
/
+8
2024-08-27
virt: sev-guest: Ensure the SNP guest messages do not exceed a page
Nikunj A Dadhania
1
-1
/
+1
[prev]
[next]