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
2023-01-31
sched/clock/x86: Mark sched_clock() noinstr
Peter Zijlstra
4
-12
/
+22
2023-01-31
x86/pvclock: Improve atomic update of last_value in pvclock_clocksource_read()
Uros Bizjak
1
-3
/
+2
2023-01-31
Merge tag 'v6.2-rc6' into sched/core, to pick up fixes
Ingo Molnar
11
-55
/
+86
2023-01-29
Merge tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-1
/
+4
2023-01-26
x86/ACPI/boot: Use try_cmpxchg() in __acpi_{acquire,release}_global_lock()
Uros Bizjak
1
-8
/
+8
2023-01-26
x86/resctrl: Fix a silly -Wunused-but-set-variable warning
Borislav Petkov (AMD)
1
-3
/
+3
2023-01-25
x86/cpu: Support AMD Automatic IBRS
Kim Phillips
2
-16
/
+23
2023-01-25
x86/cpu, kvm: Add the Null Selector Clears Base feature
Kim Phillips
1
-3
/
+1
2023-01-25
x86/cpu, kvm: Move X86_FEATURE_LFENCE_RDTSC to its native leaf
Kim Phillips
1
-1
/
+1
2023-01-25
x86/fpu: Don't set TIF_NEED_FPU_LOAD for PF_IO_WORKER threads
Jens Axboe
2
-2
/
+2
2023-01-25
x86/vdso: Move VDSO image init to vdso2c generated code
Brian Gerst
1
-1
/
+0
2023-01-25
x86/cpu, kvm: Add support for CPUID_80000021_EAX
Kim Phillips
1
-0
/
+3
2023-01-23
x86/resctrl: Add interface to write mbm_local_bytes_config
Babu Moger
1
-1
/
+26
2023-01-23
x86/resctrl: Add interface to write mbm_total_bytes_config
Babu Moger
2
-1
/
+140
2023-01-23
x86/resctrl: Add interface to read mbm_local_bytes_config
Babu Moger
2
-1
/
+19
2023-01-23
x86/resctrl: Add interface to read mbm_total_bytes_config
Babu Moger
3
-1
/
+129
2023-01-23
x86/resctrl: Support monitor configuration
Babu Moger
3
-1
/
+13
2023-01-23
x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
Babu Moger
3
-2
/
+3
2023-01-23
x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation
Babu Moger
3
-6
/
+40
2023-01-23
x86/resctrl: Include new features in command line options
Babu Moger
1
-0
/
+4
2023-01-23
x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag
Babu Moger
2
-0
/
+3
2023-01-23
x86/resctrl: Add a new resource type RDT_RESOURCE_SMBA
Babu Moger
2
-0
/
+13
2023-01-23
x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flag
Babu Moger
1
-0
/
+1
2023-01-23
x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
Babu Moger
2
-29
/
+11
2023-01-22
Merge tag 'sched_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+9
2023-01-21
x86/microcode/intel: Print old and new revision during early boot
Ashok Raj
1
-12
/
+16
2023-01-21
x86/microcode/intel: Pass the microcode revision to print_ucode_info() directly
Ashok Raj
1
-21
/
+9
2023-01-21
x86/microcode: Adjust late loading result reporting message
Ashok Raj
1
-4
/
+7
2023-01-21
x86/microcode: Check CPU capabilities after late microcode update correctly
Ashok Raj
2
-13
/
+29
2023-01-20
x86/microcode: Add a parameter to microcode_check() to store CPU capabilities
Ashok Raj
2
-9
/
+15
2023-01-20
cpuidle-haltpoll: Replace default_idle() with arch_cpu_idle()
Li RongQing
1
-0
/
+1
2023-01-19
x86/nmi: Print reasons why backtrace NMIs are ignored
Paul E. McKenney
1
-0
/
+73
2023-01-19
x86/nmi: Accumulate NMI-progress evidence in exc_nmi()
Paul E. McKenney
1
-1
/
+34
2023-01-18
x86/microcode: Use the DEVICE_ATTR_RO() macro
Guangju Wang[baidu]
1
-3
/
+3
2023-01-18
Merge tag 'v6.2-rc4' into perf/core, to pick up fixes
Ingo Molnar
8
-54
/
+73
2023-01-17
Drivers: hv: Setup synic registers in case of nested root partition
Jinank Jain
1
-0
/
+65
2023-01-16
x86/i8259: Mark legacy PIC interrupts with IRQ_LEVEL
Thomas Gleixner
2
-1
/
+4
2023-01-16
x86/aperfmperf: Erase stale arch_freq_scale values when disabling frequency i...
Yair Podemsky
1
-0
/
+9
2023-01-15
x86/signal: Fix the value returned by strict_sas_size()
Christophe JAILLET
1
-1
/
+1
2023-01-13
x86/cpu: Remove misleading comment
Juergen Gross
1
-1
/
+1
2023-01-13
cpuidle, xenpv: Make more PARAVIRT_XXL noinstr clean
Peter Zijlstra
1
-2
/
+12
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
1
-11
/
+4
2023-01-13
cpuidle, intel_idle: Fix CPUIDLE_FLAG_IBRS
Peter Zijlstra
1
-1
/
+1
2023-01-13
cpuidle, intel_idle: Fix CPUIDLE_FLAG_INIT_XSTATE
Peter Zijlstra
1
-2
/
+2
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
1
-1
/
+0
2023-01-13
x86/idle: Replace 'x86_idle' function pointer with a static_call
Peter Zijlstra
1
-22
/
+28
2023-01-13
x86/gsseg: Use the LKGS instruction if available for load_gs_index()
H. Peter Anvin (Intel)
1
-0
/
+1
2023-01-12
x86/hyperv: Add support for detecting nested hypervisor
Jinank Jain
1
-0
/
+7
2023-01-12
x86/gsseg: Move load_gs_index() to its own new header file
H. Peter Anvin (Intel)
3
-0
/
+3
2023-01-12
x86/bugs: Reset speculation control settings on init
Breno Leitao
1
-1
/
+9
[prev]
[next]