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-01-09
x86/percpu: Use %RIP-relative address in untagged_addr()
Uros Bizjak
1
-7
/
+4
2023-12-19
x86/alternatives: Move apply_relocation() out of init section
Arnd Bergmann
1
-4
/
+4
2023-12-11
x86/percpu: Avoid sparse warning with cast to named address space
Uros Bizjak
1
-0
/
+5
2023-12-11
x86/traps: Use current_top_of_stack() helper in traps.c
Uros Bizjak
1
-2
/
+2
2023-12-11
x86/percpu: Fix "const_pcpu_hot" version generation failure
Uros Bizjak
3
-3
/
+11
2023-12-02
x86/callthunks: Correct calculation of dest address in is_callthunk()
Uros Bizjak
1
-1
/
+1
2023-11-30
x86/smp: Use atomic_try_cmpxchg in native_stop_other_cpus()
Uros Bizjak
1
-2
/
+3
2023-11-30
x86/smp: Move the call to smp_processor_id() after the early exit in native_s...
Uros Bizjak
1
-3
/
+6
2023-11-30
x86/percpu: Declare const_pcpu_hot as extern const variable
Uros Bizjak
1
-2
/
+1
2023-11-30
x86/callthunks: Mark apply_relocation() as __init_or_module
Ingo Molnar
2
-2
/
+2
2023-11-30
x86/acpi: Use %rip-relative addressing in wakeup_64.S
Uros Bizjak
1
-12
/
+12
2023-11-30
x86/callthunks: Fix and unify call thunks assembly snippets
Uros Bizjak
1
-16
/
+7
2023-11-30
x86/callthunks: Handle %rip-relative relocations in call thunk template
Uros Bizjak
3
-9
/
+28
2023-11-30
x86/percpu: Define PER_CPU_VAR macro also for !__ASSEMBLY__
Uros Bizjak
1
-0
/
+5
2023-10-24
x86/percpu: Return correct variable from current_top_of_stack()
Uros Bizjak
1
-1
/
+1
2023-10-23
x86/percpu: Introduce const-qualified const_pcpu_hot to micro-optimize code g...
Uros Bizjak
5
-3
/
+15
2023-10-20
x86/percpu: Introduce %rip-relative addressing to PER_CPU_VAR()
Uros Bizjak
3
-19
/
+35
2023-10-20
x86/percpu, xen: Correct PER_CPU_VAR() usage to include symbol and its addend
Uros Bizjak
1
-5
/
+5
2023-10-20
x86/percpu: Correct PER_CPU_VAR() usage to include symbol and its addend
Uros Bizjak
4
-4
/
+4
2023-10-20
x86/fpu: Clean up FPU switching in the middle of task switching
Linus Torvalds
3
-12
/
+12
2023-10-18
x86/percpu: Use the correct asm operand modifier in percpu_stable_op()
Uros Bizjak
1
-2
/
+2
2023-10-16
x86/percpu: Use C for arch_raw_cpu_ptr(), to improve code generation
Uros Bizjak
1
-0
/
+17
2023-10-16
x86/percpu: Rewrite arch_raw_cpu_ptr() to be easier for compilers to optimize
Uros Bizjak
1
-2
/
+4
2023-10-10
x86/percpu: Disable named address spaces for KASAN
Uros Bizjak
1
-1
/
+6
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-05
x86/percpu: Enable named address spaces with known compiler version
Uros Bizjak
1
-0
/
+7
2023-10-03
x86/lib: Address kernel-doc warnings
Zhu Wang
1
-5
/
+0
2023-09-27
x86/entry: Fix typos in comments
Xin Li (Intel)
1
-4
/
+4
2023-09-27
x86/entry: Remove unused argument %rsi passed to exc_nmi()
Xin Li (Intel)
1
-2
/
+0
2023-09-22
x86/bitops: Remove unused __sw_hweight64() assembly implementation on x86-32
Ingo Molnar
1
-14
/
+6
2023-09-21
x86/percpu: Do not clobber %rsi in percpu_{try_,}cmpxchg{64,128}_op
Uros Bizjak
1
-12
/
+16
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-07
x86/asm/bitops: Use __builtin_clz{l|ll} to evaluate constant expressions
Nick Desaulniers
1
-0
/
+9
2023-09-04
Merge tag 'uml-for-linus-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-218
/
+3
2023-09-04
Merge tag 'hyperv-next-signed-20230902' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
6
-39
/
+516
2023-09-01
Merge tag 'x86-urgent-2023-09-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-13
/
+13
2023-09-01
Merge tag 'char-misc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+0
2023-09-01
Merge tag 'driver-core-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-50
/
+53
2023-08-31
x86/fpu/xstate: Fix PKRU covert channel
Jim Mattson
1
-1
/
+1
2023-08-31
Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
47
-210
/
+1530
2023-08-31
x86/irq/i8259: Fix kernel-doc annotation warning
Vincenzo Palazzo
1
-3
/
+1
2023-08-31
x86/speculation: Mark all Skylake CPUs as vulnerable to GDS
Dave Hansen
1
-4
/
+4
2023-08-30
Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+2
2023-08-30
Merge tag 'drm-next-2023-08-30' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2
-2
/
+2
2023-08-30
Merge tag 'x86_apic_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
64
-1408
/
+836
2023-08-30
x86/shstk: Change order of __user in type
Rick Edgecombe
1
-1
/
+1
2023-08-30
Merge tag 'x86-core-2023-08-30-v2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-7
/
+36
[next]