index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
2023-02-06
x86/microcode/amd: Remove load_microcode_amd()'s bsp parameter
Borislav Petkov (AMD)
2023-02-03
livepatch,x86: Clear relocation targets on a module removal
Song Liu
2023-02-03
x86/module: remove unused code in __apply_relocate_add
Song Liu
2023-02-02
clocksource: Verify HPET and PMTMR when TSC unverified
Paul E. McKenney
2023-02-02
x86/tsc: Add option to force frequency recalibration with HW timer
Feng Tang
2023-01-31
x86/amd: Cache debug register values in percpu variables
Alexey Kardashevskiy
2023-01-31
x86/microcode: Allow only "1" as a late reload trigger value
Ashok Raj
2023-01-31
x86/static_call: Add support for Jcc tail-calls
Peter Zijlstra
2023-01-31
x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructions
Peter Zijlstra
2023-01-31
x86/alternatives: Introduce int3_emulate_jcc()
Peter Zijlstra
2023-01-31
sched/clock/x86: Mark sched_clock() noinstr
Peter Zijlstra
2023-01-31
x86/pvclock: Improve atomic update of last_value in pvclock_clocksource_read()
Uros Bizjak
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
2023-01-29
Merge tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-01-27
x86/tdx: Add more registers to struct tdx_hypercall_args
Kirill A. Shutemov
2023-01-26
x86/ACPI/boot: Use try_cmpxchg() in __acpi_{acquire,release}_global_lock()
Uros Bizjak
2023-01-26
x86/resctrl: Fix a silly -Wunused-but-set-variable warning
Borislav Petkov (AMD)
2023-01-25
x86/cpu: Support AMD Automatic IBRS
Kim Phillips
2023-01-25
x86/cpu, kvm: Add the Null Selector Clears Base feature
Kim Phillips
2023-01-25
x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf
Kim Phillips
2023-01-25
x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads
Jens Axboe
2023-01-25
x86/vdso: Move VDSO image init to vdso2c generated code
Brian Gerst
2023-01-25
x86/cpu, kvm: Add support for CPUID_80000021_EAX
Kim Phillips
2023-01-24
x86/entry: KVM: Use dedicated VMX NMI entry for 32-bit kernels too
Sean Christopherson
2023-01-24
x86/reboot: Disable SVM, not just VMX, when stopping CPUs
Sean Christopherson
2023-01-24
x86/reboot: Disable virtualization in an emergency if SVM is supported
Sean Christopherson
2023-01-24
x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
Sean Christopherson
2023-01-24
Merge branch 'kvm-v6.2-rc4-fixes' into HEAD
Paolo Bonzini
2023-01-23
x86/resctrl: Add interface to write mbm_local_bytes_config
Babu Moger
2023-01-23
x86/resctrl: Add interface to write mbm_total_bytes_config
Babu Moger
2023-01-23
x86/resctrl: Add interface to read mbm_local_bytes_config
Babu Moger
2023-01-23
x86/resctrl: Add interface to read mbm_total_bytes_config
Babu Moger
2023-01-23
x86/resctrl: Support monitor configuration
Babu Moger
2023-01-23
x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
Babu Moger
2023-01-23
x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation
Babu Moger
2023-01-23
x86/resctrl: Include new features in command line options
Babu Moger
2023-01-23
x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
Babu Moger
2023-01-23
x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
Babu Moger
2023-01-23
x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
Babu Moger
2023-01-23
x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
Babu Moger
2023-01-22
Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2023-01-21
x86/microcode/intel: Print old and new revision during early boot
Ashok Raj
2023-01-21
x86/microcode/intel: Pass the microcode revision to print_ucode_info() directly
Ashok Raj
2023-01-21
x86/microcode: Adjust late loading result reporting message
Ashok Raj
2023-01-21
x86/microcode: Check CPU capabilities after late microcode update correctly
Ashok Raj
2023-01-20
x86/microcode: Add a parameter to microcode_check() to store CPU capabilities
Ashok Raj
2023-01-20
cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()
Li RongQing
2023-01-19
x86/nmi: Print reasons why backtrace NMIs are ignored
Paul E. McKenney
2023-01-19
x86/nmi: Accumulate NMI-progress evidence in exc_nmi()
Paul E. McKenney
2023-01-18
x86/microcode: Use the DEVICE_ATTR_RO() macro
Guangju Wang[baidu]
[prev]
[next]