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-09-09
KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection site
Sean Christopherson
3
-10
/
+30
2024-09-09
KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate API
Sean Christopherson
2
-4
/
+14
2024-09-09
KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is disabled
Kai Huang
1
-0
/
+1
2024-09-09
KVM: x86: Remove some unused declarations
Yue Haibing
3
-5
/
+0
2024-09-09
KVM: x86: Forcibly leave nested if RSM to L2 hits shutdown
Sean Christopherson
3
-11
/
+25
2024-09-09
mm: make arch_get_unmapped_area() take vm_flags by default
Mark Brown
2
-19
/
+3
2024-09-09
Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
3
-8
/
+19
2024-09-08
treewide: Fix wrong singular form of jiffies in comments
Anna-Maria Behnsen
1
-1
/
+1
2024-09-06
KVM: x86: don't fall through case statements without annotations
Linus Torvalds
1
-0
/
+1
2024-09-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
7
-13
/
+34
2024-09-06
crypto: x86/aesni - update docs for aesni-intel module
Eric Biggers
2
-3
/
+7
2024-09-05
x86/sgx: Log information when a node lacks an EPC section
Aaron Lu
1
-0
/
+7
2024-09-05
x86/sgx: Fix deadlock in SGX NUMA node search
Aaron Lu
1
-13
/
+14
2024-09-05
KVM: Remove HIGH_RES_TIMERS dependency
Steven Rostedt
1
-1
/
+0
2024-09-05
Merge tag 'hwmon-for-v6.11-rc7' into review-hans
Hans de Goede
23
-91
/
+139
2024-09-05
perf/x86/rapl: Fix the energy-pkg event for AMD CPUs
Dhananjay Ugwekar
1
-5
/
+42
2024-09-05
x86/bugs: Fix handling when SRSO mitigation is disabled
David Kaplan
1
-9
/
+5
2024-09-05
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
23
-91
/
+157
2024-09-05
x86/bugs: Add missing NO_SSB flag
Daniel Sneddon
1
-2
/
+2
2024-09-05
x86/hyperv: fix kexec crash due to VP assist page corruption
Anirudh Rayabharam (Microsoft)
3
-7
/
+3
2024-09-04
bpf, x64: Fix a jit convergence issue
Yonghong Song
1
-2
/
+52
2024-09-04
x86/platform/geode: switch GPIO buttons and LEDs to software properties
Dmitry Torokhov
7
-209
/
+228
2024-09-04
x86/cpu/vfm: Delete all the *_FAM6_ CPU #defines
Tony Luck
1
-83
/
+2
2024-09-04
x86/cpu/vfm: Delete X86_MATCH_INTEL_FAM6_MODEL[_STEPPING]() macros
Tony Luck
1
-20
/
+0
2024-09-04
KVM: x86: Register "emergency disable" callbacks when virt is enabled
Sean Christopherson
6
-9
/
+18
2024-09-04
x86/reboot: Unconditionally define cpu_emergency_virt_cb typedef
Sean Christopherson
1
-1
/
+1
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
[prev]
[next]