summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | s390/mcck: cleanup user process termination pathAlexander Gordeev2023-02-284-32/+8
| * | | | | | | s390/cpum_sf: use READ_ONCE_ALIGNED_128() instead of 128-bit cmpxchgHeiko Carstens2023-02-281-6/+3
| * | | | | | | s390/rwonce: add READ_ONCE_ALIGNED_128() macroHeiko Carstens2023-02-281-0/+31
| * | | | | | | s390/ap,zcrypt,vfio: introduce and use ap_queue_status_reg unionHarald Freudenberger2023-02-271-48/+52
| * | | | | | | s390/nmi: fix virtual-physical address confusionNico Boehr2023-02-271-2/+1
| * | | | | | | s390/setup: do not complain about parameters handled in decompressorVasily Gorbik2023-02-271-0/+17
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-034-17/+27
|\ \ \ \ \ \ \
| * | | | | | | riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti2023-03-011-0/+8
| * | | | | | | riscv, lib: Fix Zbb strncmpBjörn Töpel2023-02-281-1/+3
| * | | | | | | RISC-V: improve string-function assemblyHeiko Stuebner2023-02-283-16/+16
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2023-03-028-13/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel2023-02-283-2/+13
| * | | | | | | | arm64: ftrace: forbid CALL_OPS with CC_OPTIMIZE_FOR_SIZEMark Rutland2023-02-281-1/+2
| * | | | | | | | arm64: acpi: Fix possible memory leak of ffh_ctxtSudeep Holla2023-02-241-4/+4
| * | | | | | | | arm64: mm: hugetlb: Disable HUGETLB_PAGE_OPTIMIZE_VMEMMAPCatalin Marinas2023-02-241-1/+0
| * | | | | | | | arm64: pass ESR_ELx to die() of cfi_handlerSangmoon Kim2023-02-221-1/+1
| * | | | | | | | arm64/fpsimd: Remove warning for SME without SVEMark Brown2023-02-221-3/+0
| * | | | | | | | arm64: Reset KASAN tag in copy_highpage with HW tags onlyPeter Collingbourne2023-02-221-1/+2
* | | | | | | | | Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2023-03-028-31/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MIPS: Workaround clang inline compat branch issueJiaxun Yang2023-02-282-1/+5
| * | | | | | | | | mips: dts: ralink: mt7621: add phandle to system controller node for watchdogSergio Paracuellos2023-02-281-0/+1
| * | | | | | | | | mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'Sergio Paracuellos2023-02-281-1/+1
| * | | | | | | | | mips: ralink: make SOC_MT7621 select PINCTRLArınç ÜNAL2023-02-271-1/+1
| * | | | | | | | | mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKArınç ÜNAL2023-02-271-1/+0
| * | | | | | | | | MIPS: cevt-r4k: Offset the value used to clear compare interruptJiaxun Yang2023-02-271-2/+2
| * | | | | | | | | MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang2023-02-273-20/+21
| * | | | | | | | | MIPS: Remove DMA_PERDEV_COHERENTJiaxun Yang2023-02-271-5/+0
* | | | | | | | | | Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-03-025-11/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86: Fix FILL_RETURN_BUFFERPeter Zijlstra2023-02-231-1/+1
| * | | | | | | | | | Merge branch 'linus' into objtool/core, to pick up Xen dependenciesIngo Molnar2023-02-232001-117102/+80279
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/entry: Fix unwinding from kprobe on PUSH/POP instructionJosh Poimboeuf2023-02-111-1/+8
| * | | | | | | | | | | x86/unwind/orc: Add 'signal' field to ORC metadataJosh Poimboeuf2023-02-113-9/+10
* | | | | | | | | | | | Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2023-03-0140-129/+2623
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang2023-02-255-0/+21
| * | | | | | | | | | | | LoongArch: Add kprobes on ftrace supportTiezhu Yang2023-02-252-0/+65
| * | | | | | | | | | | | LoongArch: Add kretprobes supportTiezhu Yang2023-02-255-1/+128
| * | | | | | | | | | | | LoongArch: Add kprobes supportTiezhu Yang2023-02-257-6/+466
| * | | | | | | | | | | | LoongArch: Simulate branch and PC* instructionsTiezhu Yang2023-02-253-0/+129
| * | | | | | | | | | | | LoongArch: ptrace: Add hardware single step supportQing Zhang2023-02-257-10/+186
| * | | | | | | | | | | | LoongArch: ptrace: Add function argument access APIQing Zhang2023-02-252-0/+35
| * | | | | | | | | | | | LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang2023-02-252-0/+411
| * | | | | | | | | | | | LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang2023-02-259-22/+713
| * | | | | | | | | | | | LoongArch: kdump: Add crashkernel=YM handlingYouling Tang2023-02-251-3/+11
| * | | | | | | | | | | | LoongArch: kdump: Add single kernel image implementationYouling Tang2023-02-255-16/+5
| * | | | | | | | | | | | LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang2023-02-254-6/+179
| * | | | | | | | | | | | LoongArch: Add support for kernel relocationYouling Tang2023-02-258-2/+173
| * | | | | | | | | | | | LoongArch: Add la_abs macro implementationYouling Tang2023-02-254-12/+16
| * | | | | | | | | | | | LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absYouling Tang2023-02-253-11/+15
| * | | | | | | | | | | | LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleXi Ruoyao2023-02-255-50/+48
| * | | | | | | | | | | | LoongArch: Make -mstrict-align configurableHuacai Chen2023-02-254-3/+34