summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2025-04-11x86/alternatives: Move text_poke_array completion from smp_text_poke_batch_fi...Ingo Molnar
2025-04-11x86/alternatives: Add documentation for smp_text_poke_batch_add()Ingo Molnar
2025-04-11x86/alternatives: Document 'smp_text_poke_single()'Ingo Molnar
2025-04-11x86/alternatives: Remove the mixed-patching restriction on smp_text_poke_sing...Ingo Molnar
2025-04-11x86/alternatives: Move the text_poke_array manipulation into text_poke_int3_l...Ingo Molnar
2025-04-11x86/alternatives: Simplify smp_text_poke_batch_process()Ingo Molnar
2025-04-11x86/alternatives: Simplify smp_text_poke_int3_handler()Ingo Molnar
2025-04-11x86/alternatives: Simplify try_get_text_poke_array()Ingo Molnar
2025-04-11x86/alternatives: Rename 'put_desc()' to 'put_text_poke_array()'Ingo Molnar
2025-04-11x86/alternatives: Rename 'try_get_desc()' to 'try_get_text_poke_array()'Ingo Molnar
2025-04-11x86/alternatives: Remove the tp_vec indirectionIngo Molnar
2025-04-11x86/alternatives: Introduce 'struct smp_text_poke_array' and move tp_vec and ...Ingo Molnar
2025-04-11x86/alternatives: Assert input parameters in smp_text_poke_batch_process()Ingo Molnar
2025-04-11x86/alternatives: Assert that smp_text_poke_int3_handler() can only ever hand...Ingo Molnar
2025-04-11x86/alternatives: Simplify smp_text_poke_single() by using tp_vec and existin...Ingo Molnar
2025-04-11x86/alternatives: Remove the 'addr == NULL means forced-flush' hack from smp_...Ingo Molnar
2025-04-11x86/alternatives: Use non-inverted logic instead of 'tp_order_fail()'Ingo Molnar
2025-04-11x86/alternatives: Add text_mutex) assert to smp_text_poke_batch_flush()Ingo Molnar
2025-04-11x86/alternatives: Rename 'int3_desc' to 'int3_vec'Ingo Molnar
2025-04-11x86/alternatives: Rename 'struct text_poke_loc' to 'struct smp_text_poke_loc'Ingo Molnar
2025-04-11x86/alternatives: Rename 'text_poke_loc_init()' to 'text_poke_int3_loc_init()'Ingo Molnar
2025-04-11x86/alternatives: Rename 'text_poke_queue()' to 'smp_text_poke_batch_add()'Ingo Molnar
2025-04-11x86/alternatives: Rename 'text_poke_finish()' to 'smp_text_poke_batch_finish()'Ingo Molnar
2025-04-11x86/alternatives: Rename 'text_poke_flush()' to 'smp_text_poke_batch_flush()'Ingo Molnar
2025-04-11x86/alternatives: Remove the confusing, inaccurate & unnecessary 'temp_mm_sta...Ingo Molnar
2025-04-11x86/alternatives: Update comments in int3_emulate_push()Ingo Molnar
2025-04-11x86/alternatives: Remove duplicate 'text_poke_early()' prototypeIngo Molnar
2025-04-11x86/alternatives: Rename 'bp_desc' to 'int3_desc'Ingo Molnar
2025-04-11x86/alternatives: Rename 'poking_addr' to 'text_poke_mm_addr'Ingo Molnar
2025-04-11x86/alternatives: Rename 'poking_mm' to 'text_poke_mm'Ingo Molnar
2025-04-11x86/alternatives: Rename 'poke_int3_handler()' to 'smp_text_poke_int3_handler()'Ingo Molnar
2025-04-11x86/alternatives: Rename 'text_poke_bp()' to 'smp_text_poke_single()'Ingo Molnar
2025-04-11x86/alternatives: Rename 'text_poke_bp_batch()' to 'smp_text_poke_batch_proce...Ingo Molnar
2025-04-11x86/alternatives: Rename 'bp_refs' to 'text_poke_array_refs'Ingo Molnar
2025-04-11x86/alternatives: Rename 'struct bp_patching_desc' to 'struct text_poke_int3_...Ingo Molnar
2025-04-11x86/alternatives: Document the text_poke_bp_batch() synchronization rules a b...Peter Zijlstra
2025-04-11x86/alternatives: Improve code-patching scalability by removing false sharing...Eric Dumazet
2025-04-11xen: fix multicall debug featureJuergen Gross
2025-04-11ARM: dts: at91: at91sam9263: fix NAND chip selectsWolfram Sang
2025-04-11ARM: dts: at91: usb_a9g20: move wrong RTC nodeWolfram Sang
2025-04-11ARM: dts: at91: calao_usb: simplify chosen nodeWolfram Sang
2025-04-11ARM: dts: at91: usb_a9260: use 'stdout-path'Wolfram Sang
2025-04-11ARM: dts: at91: calao_usb: simplify memory nodeWolfram Sang
2025-04-11ARM: dts: at91: usb_a9263: fix GPIO for Dataflash chip selectWolfram Sang
2025-04-11ARM: dts: at91: usb_a9g20: add SPI EEPROMWolfram Sang
2025-04-11x86/i8253: Call clockevent_i8253_disable() with interrupts disabledFernando Fernandez Mancera
2025-04-10ARM: omap: pmic-cpcap: do not mess around without CPCAP or OMAP4Andreas Kemnade
2025-04-10ARM: dts: nokia n900: remove useless io-channel-cells propertyDavid Heidelberg
2025-04-10ARM: omap2plus_defconfig: enable I2C devices of GTA04Andreas Kemnade
2025-04-10Merge tag 'x86-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds