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
2025-04-11
x86/alternatives: Rename 'POKE_MAX_OPCODE_SIZE' to 'TEXT_POKE_MAX_OPCODE_SIZE'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'TP_ARRAY_NR_ENTRIES_MAX' to 'TEXT_POKE_ARRAY_MAX'
Ingo Molnar
2025-04-11
x86/alternatives: Standardize on 'tpl' local variable names for 'struct smp_t...
Ingo Molnar
2025-04-11
x86/alternatives: Simplify and clean up patch_cmp()
Ingo Molnar
2025-04-11
x86/alternatives: Constify text_poke_addr()
Ingo Molnar
2025-04-11
x86/alternatives: Simplify text_poke_addr_ordered()
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'
Ingo Molnar
2025-04-11
x86/alternatives: Move text_poke_array completion from smp_text_poke_batch_fi...
Ingo Molnar
2025-04-11
x86/alternatives: Add documentation for smp_text_poke_batch_add()
Ingo Molnar
2025-04-11
x86/alternatives: Document 'smp_text_poke_single()'
Ingo Molnar
2025-04-11
x86/alternatives: Remove the mixed-patching restriction on smp_text_poke_sing...
Ingo Molnar
2025-04-11
x86/alternatives: Move the text_poke_array manipulation into text_poke_int3_l...
Ingo Molnar
2025-04-11
x86/alternatives: Simplify smp_text_poke_batch_process()
Ingo Molnar
2025-04-11
x86/alternatives: Simplify smp_text_poke_int3_handler()
Ingo Molnar
2025-04-11
x86/alternatives: Simplify try_get_text_poke_array()
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'put_desc()' to 'put_text_poke_array()'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'try_get_desc()' to 'try_get_text_poke_array()'
Ingo Molnar
2025-04-11
x86/alternatives: Remove the tp_vec indirection
Ingo Molnar
2025-04-11
x86/alternatives: Introduce 'struct smp_text_poke_array' and move tp_vec and ...
Ingo Molnar
2025-04-11
x86/alternatives: Assert input parameters in smp_text_poke_batch_process()
Ingo Molnar
2025-04-11
x86/alternatives: Assert that smp_text_poke_int3_handler() can only ever hand...
Ingo Molnar
2025-04-11
x86/alternatives: Simplify smp_text_poke_single() by using tp_vec and existin...
Ingo Molnar
2025-04-11
x86/alternatives: Remove the 'addr == NULL means forced-flush' hack from smp_...
Ingo Molnar
2025-04-11
x86/alternatives: Use non-inverted logic instead of 'tp_order_fail()'
Ingo Molnar
2025-04-11
x86/alternatives: Add text_mutex) assert to smp_text_poke_batch_flush()
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'int3_desc' to 'int3_vec'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'struct text_poke_loc' to 'struct smp_text_poke_loc'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'text_poke_loc_init()' to 'text_poke_int3_loc_init()'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'text_poke_queue()' to 'smp_text_poke_batch_add()'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'text_poke_finish()' to 'smp_text_poke_batch_finish()'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'text_poke_flush()' to 'smp_text_poke_batch_flush()'
Ingo Molnar
2025-04-11
x86/alternatives: Remove the confusing, inaccurate & unnecessary 'temp_mm_sta...
Ingo Molnar
2025-04-11
x86/alternatives: Remove duplicate 'text_poke_early()' prototype
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'bp_desc' to 'int3_desc'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'poking_mm' to 'text_poke_mm'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_handler()'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'text_poke_bp_batch()' to 'smp_text_poke_batch_proce...
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'bp_refs' to 'text_poke_array_refs'
Ingo Molnar
2025-04-11
x86/alternatives: Rename 'struct bp_patching_desc' to 'struct text_poke_int3_...
Ingo Molnar
2025-04-11
x86/alternatives: Document the text_poke_bp_batch() synchronization rules a b...
Peter Zijlstra
2025-04-11
x86/alternatives: Improve code-patching scalability by removing false sharing...
Eric Dumazet
2025-04-11
x86/i8253: Call clockevent_i8253_disable() with interrupts disabled
Fernando Fernandez Mancera
2025-04-10
x86/kexec: Invalidate GDT/IDT from relocate_kernel() instead of earlier
David Woodhouse
2025-04-10
x86/kexec: Add 8250 MMIO serial port output
David Woodhouse
2025-04-10
x86/kexec: Add 8250 serial port output
David Woodhouse
2025-04-10
x86/msr: Rename 'wrmsrl_cstar()' to 'wrmsrq_cstar()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'
Ingo Molnar
2025-04-10
x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'
Ingo Molnar
[prev]
[next]