:p
atchew
Login
Patchew
search ""
Search results
Project
Status
Subject
Author
Age
Age
Replied
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
linux
[tip: x86/alternatives] x86/alternatives: Rename 'POKE_MAX_OPCODE_SIZE' to 'TEXT_POKE_MAX_OPCODE_SIZE'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Simplify the #include section
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Move declarations of vmlinux.lds.S defined section symbols to <asm/alternative.h>
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Remove 'smp_text_poke_batch_flush()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Update the comments in smp_text_poke_batch_process()
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Rename 'apply_relocation()' to 'text_poke_apply_relocation()'
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Add comment about noinstr expectations
tip-bot2 for Ingo Molnar
10 months ago
linux
[tip: x86/alternatives] x86/alternatives: Make smp_text_poke_batch_process() subsume smp_text_poke_batch_finish()
tip-bot2 for Nikolay Borisov
10 months ago
linux
R
[tip: x86/urgent] x86/xen: Fix __xen_hypercall_setfunc()
tip-bot2 for Jason Andryuk
10 months ago
linux
R
[PATCH] kunit: configs: Enable CONFIG_INIT_STACK_ALL_PATTERN in all_tests
Richard Fitzgerald
10 months ago
linux
?
O
[PATCH v5 net-next 00/14] Add more features for ENETC v4 - round 2
Wei Fang
10 months ago
linux
[PATCH net-next v3 00/14] rxrpc, afs: Add AFS GSSAPI security class to AF_RXRPC and kafs
David Howells
10 months ago
1
2
3
...
1140
1141
1142
1143
1144
1145
...