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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
x86/cpu: Move cu_id into topology info
Thomas Gleixner
1
-1
/
+3
2023-10-10
x86/cpu: Move cpu_core_id into topology info
Thomas Gleixner
2
-2
/
+4
2023-10-10
x86/cpu: Move cpu_die_id into topology info
Thomas Gleixner
2
-2
/
+4
2023-10-10
x86/cpu: Move phys_proc_id into topology info
Thomas Gleixner
3
-4
/
+5
2023-10-10
x86/cpu: Encapsulate topology information in cpuinfo_x86
Thomas Gleixner
1
-5
/
+9
2023-10-09
KVM: x86: Don't sync user-written TSC against startup values
Like Xu
1
-0
/
+1
2023-10-09
locking/atomic/x86: Introduce arch_sync_try_cmpxchg()
Uros Bizjak
1
-0
/
+6
2023-10-09
Merge tag 'v6.6-rc5' into locking/core, to pick up fixes
Ingo Molnar
7
-21
/
+54
2023-10-09
perf/x86/amd/uncore: Add memory controller support
Sandipan Das
2
-0
/
+13
2023-10-07
x86/speculation: Add __update_spec_ctrl() helper
Waiman Long
1
-0
/
+11
2023-10-06
platform/x86/intel/ifs: Store IFS generation number
Jithu Joseph
1
-0
/
+1
2023-10-05
x86/entry/32: Convert do_fast_syscall_32() to bool return type
Brian Gerst
1
-2
/
+2
2023-10-05
Merge tag 'v6.6-rc4' into x86/entry, to pick up fixes
Ingo Molnar
9
-65
/
+95
2023-10-05
x86/percpu: Use C for percpu read/write accessors
Uros Bizjak
1
-11
/
+54
2023-10-05
x86/percpu: Use compiler segment prefix qualifier
Nadav Amit
2
-23
/
+47
2023-10-04
KVM: x86: Refactor can_emulate_instruction() return to be more expressive
Sean Christopherson
2
-3
/
+3
2023-10-04
KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=n
Peng Hao
1
-1
/
+4
2023-10-04
x86: kdump: use generic interface to simplify crashkernel reservation code
Baoquan He
1
-0
/
+42
2023-10-04
locking/local, arch: Rewrite local_add_unless() as a static inline function
Uros Bizjak
1
-17
/
+16
2023-10-03
x86/headers: Remove <asm/export.h>
Masahiro Yamada
1
-1
/
+0
2023-10-02
x86/of: Move the x86_flattree_get_config() call out of x86_dtb_init()
Saurabh Sengar
1
-0
/
+5
2023-10-01
Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+8
2023-09-29
mm: abstract moving to the next PFN
Matthew Wilcox (Oracle)
1
-0
/
+8
2023-09-28
KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.
Haitao Shan
2
-0
/
+2
2023-09-28
KVM: x86: Add CONFIG_KVM_MAX_NR_VCPUS to allow up to 4096 vCPUs
Kyle Meyer
1
-0
/
+8
2023-09-25
KVM: x86/pmu: Synthesize at most one PMI per VM-exit
Jim Mattson
1
-1
/
+0
2023-09-25
iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()
David Howells
1
-1
/
+1
2023-09-24
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+1
2023-09-23
Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...
Paolo Bonzini
3
-44
/
+41
2023-09-23
KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronously
Sean Christopherson
1
-2
/
+1
2023-09-22
Merge tag 'x86-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-4
/
+8
2023-09-22
x86/hyperv: Remove hv_vtl_early_init initcall
Saurabh Sengar
1
-0
/
+2
2023-09-22
x86/speculation, objtool: Use absolute relocations for annotations
Fangrui Song
2
-4
/
+4
2023-09-22
x86/cpu: Clear SVM feature if disabled by BIOS
Paolo Bonzini
2
-7
/
+5
2023-09-22
x86/mm: Move arch_memory_failure() and arch_is_platform_page() definitions fr...
Ingo Molnar
2
-8
/
+8
2023-09-21
x86/percpu: Do not clobber %rsi in percpu_{try_,}cmpxchg{64,128}_op
Uros Bizjak
1
-12
/
+16
2023-09-19
x86/shstk: Handle vfork clone failure correctly
Rick Edgecombe
1
-2
/
+1
2023-09-19
x86/srso: Set CPUID feature bits independently of bug or mitigation status
Josh Poimboeuf
1
-2
/
+0
2023-09-19
x86/xen: allow nesting of same lazy mode
Juergen Gross
1
-2
/
+13
2023-09-19
x86/xen: move paravirt lazy code
Juergen Gross
2
-15
/
+26
2023-09-18
x86/asm: Fix build of UML with KASAN
Vincent Whitchurch
1
-0
/
+7
2023-09-18
x86/tdx: Fix __noreturn build warning around __tdx_hypercall_failed()
Kai Huang
1
-1
/
+3
2023-09-17
Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-14
/
+39
2023-09-17
x86/boot/compressed: Reserve more memory for page tables
Kirill A. Shutemov
1
-14
/
+31
2023-09-15
x86/percpu: Use raw_cpu_try_cmpxchg() in preempt_count_set()
Uros Bizjak
1
-2
/
+2
2023-09-15
x86/percpu: Define raw_cpu_try_cmpxchg and this_cpu_try_cmpxchg()
Uros Bizjak
1
-0
/
+27
2023-09-15
x86/percpu: Define {raw,this}_cpu_try_cmpxchg{64,128}
Uros Bizjak
1
-0
/
+67
2023-09-14
x86/entry: Make IA32 syscalls' availability depend on ia32_enabled()
Nikolay Borisov
1
-0
/
+3
2023-09-14
x86/elf: Make loading of 32bit processes depend on ia32_enabled()
Nikolay Borisov
1
-1
/
+2
2023-09-14
x86/entry: Rename ignore_sysret()
Nikolay Borisov
1
-1
/
+1
[prev]
[next]