:p
atchew
Login
Patchew
search ""
Search results
Project
Status
Subject
Author
Age
Age
Replied
linux
R
[tip: x86/sev] x86/sev: Add SVSM vTPM probe/send_command functions
tip-bot2 for Stefano Garzarella
10 months ago
linux
R
[tip: x86/sev] svsm: Add header with SVSM_VTPM_CMD helpers
tip-bot2 for Stefano Garzarella
10 months ago
linux
R
[tip: x86/sev] tpm: Add SNP SVSM vTPM driver
tip-bot2 for Stefano Garzarella
10 months ago
linux
R
[tip: x86/sev] x86/sev: Register tpm-svsm platform device
tip-bot2 for Stefano Garzarella
10 months ago
linux
[GIT PULL] s390 updates for 6.15-rc2
Heiko Carstens
10 months ago
linux
[tip: x86/cpu] x86/cpuid: Remove obsolete CPUID(0x2) iteration macro
tip-bot2 for Ahmed S. Darwish
10 months ago
linux
[tip: x86/cpu] x86/cacheinfo: Standardize header files and CPUID references
tip-bot2 for Ahmed S. Darwish
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Improve code-patching scalability by removing false sharing in poke_int3_handler()
tip-bot2 for Eric Dumazet
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Document the text_poke_bp_batch() synchronization rules a bit more
tip-bot2 for Peter Zijlstra
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'struct bp_patching_desc' to 'struct text_poke_int3_vec'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'bp_refs' to 'text_poke_array_refs'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'text_poke_bp_batch()' to 'smp_text_poke_batch_process()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_handler()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'poking_mm' to 'text_poke_mm'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'bp_desc' to 'int3_desc'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Remove duplicate 'text_poke_early()' prototype
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Update comments in int3_emulate_push()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Remove the confusing, inaccurate & unnecessary 'temp_mm_state_t' abstraction
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'text_poke_flush()' to 'smp_text_poke_batch_flush()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'text_poke_finish()' to 'smp_text_poke_batch_finish()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'text_poke_queue()' to 'smp_text_poke_batch_add()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'text_poke_loc_init()' to 'text_poke_int3_loc_init()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'struct text_poke_loc' to 'struct smp_text_poke_loc'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'int3_desc' to 'int3_vec'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Add text_mutex) assert to smp_text_poke_batch_flush()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Use non-inverted logic instead of 'tp_order_fail()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Remove the 'addr == NULL means forced-flush' hack from smp_text_poke_batch_finish()/smp_text_poke_batch_flush()/text_poke_addr_ordered()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Simplify smp_text_poke_single() by using tp_vec and existing APIs
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Assert that smp_text_poke_int3_handler() can only ever handle 'tp_vec[]' based requests
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Assert input parameters in smp_text_poke_batch_process()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Introduce 'struct smp_text_poke_array' and move tp_vec and tp_vec_nr to it
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Remove the tp_vec indirection
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'try_get_desc()' to 'try_get_text_poke_array()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'put_desc()' to 'put_text_poke_array()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Simplify try_get_text_poke_array()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Simplify smp_text_poke_batch_process()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Simplify smp_text_poke_int3_handler()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Move the text_poke_array manipulation into text_poke_int3_loc_init() and rename it to __smp_text_poke_batch_add()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Remove the mixed-patching restriction on smp_text_poke_single()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Document 'smp_text_poke_single()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Add documentation for smp_text_poke_batch_add()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'text_poke_sync()' to 'smp_text_poke_sync_each_cpu()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Move text_poke_array completion from smp_text_poke_batch_finish() and smp_text_poke_batch_flush() to smp_text_poke_batch_process()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Constify text_poke_addr()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Simplify text_poke_addr_ordered()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Simplify and clean up patch_cmp()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Standardize on 'tpl' local variable names for 'struct smp_text_poke_loc *'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'TP_ARRAY_NR_ENTRIES_MAX' to 'TEXT_POKE_ARRAY_MAX'
tip-bot2 for Ingo Molnar
10 months ago
1
2
3
...
1140
1141
1142
1143
1144
1145
...