summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
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
2025-04-10Merge tag 'objtool-urgent-2025-04-10' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-10bpf: Use architecture provided res_smp_cond_load_acquireKumar Kartikeya Dwivedi
2025-04-10riscv: Avoid fortify warning in syscall_get_arguments()Nathan Chancellor
2025-04-10x86/sev: Register tpm-svsm platform deviceStefano Garzarella
2025-04-10x86/sev: Add SVSM vTPM probe/send_command functionsStefano Garzarella
2025-04-10Merge tag 'for-linus-6.15a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-04-10arm64: dts: morello: Fix-up cache nodesRob Herring (Arm)
2025-04-10arm64: dts: rockchip: Move SHMEM memory to reserved memory on rk3588Chukun Pan
2025-04-10arm64: dts: rockchip: Add UART DMA support for RK3528Chukun Pan
2025-04-10arm64: dts: rockchip: Add DMA controller for RK3528Chukun Pan
2025-04-10arm64: dts: rockchip: Add missing uart3 interrupt for RK3528Chukun Pan
2025-04-10arm64: dts: rockchip: Rename vcc3v3_pcie0 to vcc3v3_pcie1 for rk3576-evb1-v10Shawn Lin
2025-04-10x86/kexec: Invalidate GDT/IDT from relocate_kernel() instead of earlierDavid Woodhouse
2025-04-10x86/kexec: Add 8250 MMIO serial port outputDavid Woodhouse
2025-04-10x86/kexec: Add 8250 serial port outputDavid Woodhouse
2025-04-10x86/msr: Rename 'wrmsrl_cstar()' to 'wrmsrq_cstar()'Ingo Molnar
2025-04-10x86/msr: Rename 'native_wrmsrl()' to 'native_wrmsrq()'Ingo Molnar
2025-04-10x86/msr: Rename 'wrmsrl_amd_safe()' to 'wrmsrq_amd_safe()'Ingo Molnar