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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-11
Merge tag 'kvm-x86-vmx-6.9' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-0
/
+2
2024-03-11
Merge tag 'loongarch-kvm-6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Paolo Bonzini
5
-104
/
+104
2024-03-09
Merge tag 'kvm-x86-guest_memfd_fixes-6.8' of https://github.com/kvm-x86/linux...
Paolo Bonzini
1
-8
/
+5
2024-03-08
x86/of: Unconditionally call unflatten_and_copy_device_tree()
Stephen Boyd
1
-12
/
+14
2024-03-08
x86/sev: Disable KMSAN for memory encryption TUs
Changbin Du
1
-0
/
+1
2024-03-07
x86/fred: Fix init_task thread stack pointer initialization
Xin Li (Intel)
1
-1
/
+2
2024-03-07
x86/kprobes: Boost more instructions from grp2/3/4/5
Jinghao Jia
1
-6
/
+17
2024-03-07
x86/kprobes: Prohibit kprobing on INT and UD
Jinghao Jia
1
-9
/
+39
2024-03-07
x86/kprobes: Refactor can_{probe,boost} return type to bool
Jinghao Jia
2
-19
/
+16
2024-03-06
x86/topology: Ignore non-present APIC IDs in a present package
Thomas Gleixner
1
-9
/
+30
2024-03-05
cpuidle: ACPI/intel: fix MWAIT hint target C-state computation
He Rongguang
1
-2
/
+2
2024-03-05
ACPI: CPPC: enable AMD CPPC V2 support for family 17h processors
Perry Yuan
1
-1
/
+1
2024-03-04
x86/sev: Move early startup code into .head.text section
Ard Biesheuvel
2
-19
/
+18
2024-03-04
x86/startup_64: Simplify virtual switch on primary boot
Ard Biesheuvel
1
-21
/
+21
2024-03-04
x86/startup_64: Simplify calculation of initial page table address
Ard Biesheuvel
1
-18
/
+7
2024-03-04
x86/startup_64: Defer assignment of 5-level paging global variables
Ard Biesheuvel
1
-30
/
+14
2024-03-04
x86/startup_64: Simplify CR4 handling in startup code
Ard Biesheuvel
1
-18
/
+17
2024-03-04
x86/idle: Select idle routine only once
Thomas Gleixner
2
-5
/
+7
2024-03-04
x86/idle: Let prefer_mwait_c1_over_halt() return bool
Thomas Gleixner
1
-6
/
+6
2024-03-04
x86/idle: Cleanup idle_setup()
Thomas Gleixner
1
-17
/
+7
2024-03-04
x86/idle: Clean up idle selection
Thomas Gleixner
1
-5
/
+7
2024-03-04
x86/idle: Sanitize X86_BUG_AMD_E400 handling
Thomas Gleixner
1
-33
/
+9
2024-03-04
x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variables
Thomas Gleixner
1
-2
/
+2
2024-03-04
x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_current
Thomas Gleixner
1
-1
/
+1
2024-03-04
x86/percpu: Cure per CPU madness on UP
Thomas Gleixner
3
-4
/
+13
2024-03-04
smp: Consolidate smp_prepare_boot_cpu()
Thomas Gleixner
1
-0
/
+5
2024-03-04
x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>
Thomas Gleixner
4
-0
/
+7
2024-03-04
Merge tag 'v6.8-rc7' into x86/cleanups, to pick up fixes
Ingo Molnar
5
-104
/
+104
2024-03-04
hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs to HV_MSR_*
Nuno Das Neves
1
-28
/
+28
2024-03-01
x86/e820: Don't reserve SETUP_RNG_SEED in e820
Jiri Bohac
1
-3
/
+5
2024-03-01
x86/boot: Use 32-bit XOR to clear registers
Uros Bizjak
2
-4
/
+4
2024-02-28
x86/sev: Dump SEV_STATUS
Borislav Petkov (AMD)
1
-0
/
+35
2024-02-28
x86/boot/64: Load the final kernel GDT during early boot directly, remove sta...
Brian Gerst
1
-11
/
+2
2024-02-27
x86/nmi: Remove an unnecessary IS_ENABLED(CONFIG_SMP)
Xin Li (Intel)
1
-1
/
+1
2024-02-27
Merge branch 'x86/urgent' into x86/apic, to resolve conflicts
Ingo Molnar
4
-101
/
+99
2024-02-27
x86/apic: Build the x86 topology enumeration functions on UP APIC builds too
Ingo Molnar
1
-1
/
+1
2024-02-27
x86: Increase brk randomness entropy for 64-bit systems
Kees Cook
1
-1
/
+4
2024-02-27
x86/vdso: Move vDSO to mmap region
Daniel Micay
1
-7
/
+0
2024-02-26
x86/nmi: Fix the inverse "in NMI handler" check
Breno Leitao
1
-1
/
+1
2024-02-26
x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registers
Paolo Bonzini
1
-87
/
+91
2024-02-26
x86/cpu: Allow reducing x86_phys_bits during early_identify_cpu()
Paolo Bonzini
1
-2
/
+2
2024-02-26
x86/boot/64: Use RIP_REL_REF() to access early_top_pgt[]
Ard Biesheuvel
2
-13
/
+11
2024-02-26
x86/boot/64: Use RIP_REL_REF() to access early page tables
Ard Biesheuvel
1
-6
/
+4
2024-02-26
x86/boot/64: Use RIP_REL_REF() to access '__supported_pte_mask'
Ard Biesheuvel
1
-3
/
+1
2024-02-26
x86/boot/64: Use RIP_REL_REF() to access early_dynamic_pgts[]
Ard Biesheuvel
1
-6
/
+5
2024-02-26
x86/boot/64: Use RIP_REL_REF() to assign 'phys_base'
Ard Biesheuvel
1
-6
/
+1
2024-02-26
x86/boot/64: Simplify global variable accesses in GDT/IDT programming
Ard Biesheuvel
2
-48
/
+31
2024-02-26
Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...
Ingo Molnar
6
-14
/
+153
2024-02-26
Merge tag 'v6.8-rc6' into x86/boot, to pick up fixes
Ingo Molnar
4
-21
/
+13
2024-02-25
x86/apic/msi: Use DOMAIN_BUS_GENERIC_MSI for HPET/IO-APIC domain search
Thomas Gleixner
2
-2
/
+2
[prev]
[next]