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-02
KVM: x86: Only set APICV_INHIBIT_REASON_ABSENT if APICv is enabled
Alejandro Jimenez
1
-7
/
+4
2024-05-02
KVM: x86/mmu: Fix a largely theoretical race in kvm_mmu_track_write()
Sean Christopherson
1
-3
/
+17
2024-05-02
KVM: x86: Allow, don't ignore, same-value writes to immutable MSRs
Sean Christopherson
1
-7
/
+4
2024-05-02
perf/x86/rapl: Rename 'maxdie' to nr_rapl_pmu and 'dieid' to rapl_pmu_idx
Dhananjay Ugwekar
1
-8
/
+8
2024-05-02
Merge branch 'x86/cpu' into perf/core, to pick up dependent commits
Ingo Molnar
36
-472
/
+694
2024-05-02
x86/insn: Add support for APX EVEX instructions to the opcode map
Adrian Hunter
1
-0
/
+93
2024-05-02
x86/insn: Add support for APX EVEX to the instruction decoder logic
Adrian Hunter
4
-0
/
+21
2024-05-02
x86/insn: x86/insn: Add support for REX2 prefix to the instruction decoder op...
Adrian Hunter
1
-72
/
+76
2024-05-02
x86/insn: Add support for REX2 prefix to the instruction decoder logic
Adrian Hunter
4
-6
/
+66
2024-05-02
x86/insn: Add misc new Intel instructions
Adrian Hunter
1
-12
/
+45
2024-05-02
x86/insn: Add VEX versions of VPDPBUSD, VPDPBUSDS, VPDPWSSD and VPDPWSSDS
Adrian Hunter
1
-4
/
+4
2024-05-02
x86/insn: Fix PUSH instruction in x86 instruction decoder opcode map
Adrian Hunter
1
-1
/
+1
2024-05-02
x86/insn: Add Key Locker instructions to the opcode map
Chang S. Bae
1
-4
/
+7
2024-05-02
Merge tag 'v6.9-rc6' into perf/core, to pick up fixes
Ingo Molnar
30
-138
/
+268
2024-05-01
hardening: Enable KCFI and some other options
Kees Cook
1
-0
/
+3
2024-05-01
x86/mm: Remove broken vsyscall emulation code from the page fault code
Linus Torvalds
3
-59
/
+3
2024-04-30
ACPI: Move acpi_blacklisted() declaration to asm/acpi.h
Kuppuswamy Sathyanarayanan
1
-0
/
+2
2024-04-30
um: Remove unused do_get_thread_area function
Tiwei Bie
1
-17
/
+0
2024-04-30
um: Fix -Wmissing-prototypes warnings for __vdso_*
Tiwei Bie
1
-2
/
+8
2024-04-30
um: Fix the -Wmissing-prototypes warning for get_thread_reg
Tiwei Bie
1
-0
/
+7
2024-04-30
um: Fix -Wmissing-prototypes warnings for (rt_)sigreturn
Tiwei Bie
1
-2
/
+3
2024-04-30
x86/apic: Don't access the APIC when disabling x2APIC
Thomas Gleixner
1
-5
/
+11
2024-04-30
iommu/vt-d: Make posted MSI an opt-in command line option
Jacob Pan
1
-0
/
+7
2024-04-30
x86/irq: Extend checks for pending vectors to posted interrupts
Jacob Pan
2
-1
/
+20
2024-04-30
x86/irq: Factor out common code for checking pending interrupts
Jacob Pan
3
-6
/
+15
2024-04-30
x86/irq: Install posted MSI notification handler
Jacob Pan
5
-4
/
+135
2024-04-30
x86/irq: Factor out handler invocation from common_interrupt()
Jacob Pan
1
-9
/
+14
2024-04-30
x86/irq: Set up per host CPU posted interrupt descriptors
Jacob Pan
4
-0
/
+35
2024-04-30
x86/irq: Reserve a per CPU IDT vector for posted MSIs
Jacob Pan
1
-1
/
+7
2024-04-30
x86/irq: Add a Kconfig option for posted MSI
Jacob Pan
1
-0
/
+11
2024-04-30
x86/irq: Remove bitfields in posted interrupt descriptor
Jacob Pan
3
-12
/
+15
2024-04-30
x86/irq: Unionize PID.PIR for 64bit access w/o casting
Jacob Pan
1
-1
/
+4
2024-04-30
KVM: VMX: Move posted interrupt descriptor out of VMX code
Jacob Pan
4
-93
/
+91
2024-04-29
x86/tsc: Trust initial offset in architectural TSC-adjust MSRs
Daniel J Blueman
1
-4
/
+2
2024-04-29
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+91
2024-04-29
x86/sev: Add callback to apply RMP table fixups for kexec
Ashish Kalra
3
-0
/
+45
2024-04-29
x86/e820: Add a new e820 table update helper
Ashish Kalra
2
-3
/
+5
2024-04-29
x86/mm: Switch to new Intel CPU model defines
Tony Luck
1
-10
/
+6
2024-04-29
x86/tsc_msr: Switch to new Intel CPU model defines
Tony Luck
1
-7
/
+7
2024-04-29
x86/tsc: Switch to new Intel CPU model defines
Tony Luck
1
-3
/
+3
2024-04-29
x86/cpu: Switch to new Intel CPU model defines
Tony Luck
1
-3
/
+3
2024-04-29
x86/resctrl: Switch to new Intel CPU model defines
Tony Luck
2
-16
/
+16
2024-04-29
x86/microcode/intel: Switch to new Intel CPU model defines
Tony Luck
1
-3
/
+2
2024-04-29
x86/mce: Switch to new Intel CPU model defines
Tony Luck
3
-19
/
+18
2024-04-29
x86/cpu: Switch to new Intel CPU model defines
Tony Luck
1
-1
/
+1
2024-04-29
x86/cpu/intel_epb: Switch to new Intel CPU model defines
Tony Luck
1
-6
/
+6
2024-04-29
x86/aperfmperf: Switch to new Intel CPU model defines
Tony Luck
1
-9
/
+8
2024-04-29
x86/apic: Switch to new Intel CPU model defines
Tony Luck
1
-19
/
+19
2024-04-29
perf/x86/msr: Switch to new Intel CPU model defines
Tony Luck
1
-66
/
+66
2024-04-29
perf/x86/intel/uncore: Switch to new Intel CPU model defines
Tony Luck
3
-53
/
+55
[prev]
[next]