index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-08-14
KVM: x86: Disallow read-only memslots for SEV-ES and SEV-SNP (and TDX)
Sean Christopherson
1
-0
/
+2
2024-08-13
KVM: x86: Make x2APIC ID 100% readonly
Sean Christopherson
1
-7
/
+15
2024-08-13
KVM: x86: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())
Isaku Yamahata
1
-4
/
+2
2024-08-13
KVM: x86: hyper-v: Remove unused inline function kvm_hv_free_pa_page()
Yue Haibing
1
-1
/
+0
2024-08-13
KVM: SVM: Fix an error code in sev_gmem_post_populate()
Dan Carpenter
1
-2
/
+3
2024-08-13
KVM: SVM: Fix uninitialized variable bug
Dan Carpenter
1
-1
/
+1
2024-08-08
x86/mtrr: Check if fixed MTRRs exist before saving them
Andi Kleen
1
-1
/
+1
2024-08-07
x86/paravirt: Fix incorrect virt spinlock setting on bare metal
Chen Yu
2
-9
/
+10
2024-08-07
x86/acpi: Remove __ro_after_init from acpi_mp_wake_mailbox
Zhiquan Li
1
-1
/
+1
2024-08-07
x86/mm: Fix PTI for i386 some more
Thomas Gleixner
1
-16
/
+29
2024-08-04
Merge tag 'x86-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-17
/
+36
2024-08-04
Merge tag 'perf-urgent-2024-08-04' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-12
/
+15
2024-08-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-20
/
+24
2024-08-02
Merge branch 'kvm-fixes' into HEAD
Paolo Bonzini
7
-20
/
+24
2024-08-02
uretprobe: change syscall number, again
Arnd Bergmann
1
-1
/
+1
2024-08-01
x86/uaccess: Zero the 8-byte get_range case on failure on 32-bit
David Gow
1
-1
/
+3
2024-08-01
KVM: x86/mmu: fix determination of max NPT mapping level for private pages
Ackerley Tng
1
-1
/
+1
2024-08-01
x86/mm: Fix pti_clone_entry_text() for i386
Peter Zijlstra
1
-1
/
+1
2024-08-01
x86/mm: Fix pti_clone_pgtable() alignment assumption
Peter Zijlstra
1
-3
/
+3
2024-07-31
x86/setup: Parse the builtin command line before merging
Borislav Petkov (AMD)
3
-8
/
+23
2024-07-31
perf/x86: Fix smp_processor_id()-in-preemptible warnings
Li Huafei
1
-10
/
+12
2024-07-30
x86/CPU/AMD: Add models 0x60-0x6f to the Zen5 range
Perry Yuan
1
-1
/
+1
2024-07-30
x86/sev: Fix __reserved field in sev_config
Pavan Kumar Paluri
1
-1
/
+1
2024-07-29
x86/aperfmperf: Fix deadlock on cpu_hotplug_lock
Jonathan Cameron
1
-2
/
+4
2024-07-29
perf/x86/intel/cstate: Add pkg C2 residency counter for Sierra Forest
Zhenyu Wang
1
-2
/
+3
2024-07-28
minmax: add a few more MIN_T/MAX_T users
Linus Torvalds
1
-1
/
+1
2024-07-27
Merge tag 'for-linus-6.11-rc1a-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-64
/
+74
2024-07-26
minmax: avoid overly complex min()/max() macro arguments in xen
Linus Torvalds
1
-2
/
+3
[next]