summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-03Merge tag 'riscv-for-linus-6.3-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-17/+27
2023-03-03Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds8-13/+22
2023-03-02Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds8-31/+31
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-11/+19
2023-03-02riscv: Bump COMMAND_LINE_SIZE value to 1024Alexandre Ghiti1-0/+8
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds40-129/+2623
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds19-104/+258
2023-03-01riscv, lib: Fix Zbb strncmpBjörn Töpel1-1/+3
2023-03-01MIPS: Workaround clang inline compat branch issueJiaxun Yang2-1/+5
2023-03-01mips: dts: ralink: mt7621: add phandle to system controller node for watchdogSergio Paracuellos1-0/+1
2023-03-01mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'Sergio Paracuellos1-1/+1
2023-02-28RISC-V: improve string-function assemblyHeiko Stuebner3-16/+16
2023-02-28arm64: kaslr: don't pretend KASLR is enabled if offset < MIN_KIMG_ALIGNArd Biesheuvel3-2/+13
2023-02-28arm64: ftrace: forbid CALL_OPS with CC_OPTIMIZE_FOR_SIZEMark Rutland1-1/+2
2023-02-28mips: ralink: make SOC_MT7621 select PINCTRLArınç ÜNAL1-1/+1
2023-02-28mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKArınç ÜNAL1-1/+0
2023-02-28MIPS: cevt-r4k: Offset the value used to clear compare interruptJiaxun Yang1-2/+2
2023-02-28MIPS: smp-cps: Don't rely on CP0_CMGCRBASEJiaxun Yang3-20/+21
2023-02-27Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-19/+18
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-02-27Merge tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-5/+5
2023-02-27Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linuxLinus Torvalds1-1/+1
2023-02-27Merge tag 'samsung-dt-fixes-6.3' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann6-14/+12
2023-02-27ARM: dts: spear320-hmi: correct STMPE GPIO compatibleKrzysztof Kozlowski1-1/+1
2023-02-27ARM: dts: aspeed: p10bmc: Update battery node nameEddie James3-3/+3
2023-02-27arm64: defconfig: Add IOSCHED_BFQ to the default configsLinus Walleij1-0/+1
2023-02-27arm64: defconfig: Fix unintentional disablement of PCI on i.MXMark Brown1-1/+1
2023-02-27MIPS: Remove DMA_PERDEV_COHERENTJiaxun Yang1-5/+0
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds32-118/+84
2023-02-26Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds1-4/+4
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds25-153/+216
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds3-4/+6
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds158-2291/+5357
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds44-620/+1399
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds94-1259/+3305
2023-02-25Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds35-144/+136
2023-02-25Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-25/+130
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableTiezhu Yang5-0/+21
2023-02-25LoongArch: Add kprobes on ftrace supportTiezhu Yang2-0/+65
2023-02-25LoongArch: Add kretprobes supportTiezhu Yang5-1/+128
2023-02-25LoongArch: Add kprobes supportTiezhu Yang7-6/+466
2023-02-25LoongArch: Simulate branch and PC* instructionsTiezhu Yang3-0/+129
2023-02-25LoongArch: ptrace: Add hardware single step supportQing Zhang7-10/+186
2023-02-25LoongArch: ptrace: Add function argument access APIQing Zhang2-0/+35
2023-02-25LoongArch: ptrace: Expose hardware breakpoints to debuggersQing Zhang2-0/+411
2023-02-25LoongArch: Add hardware breakpoints/watchpoints supportQing Zhang9-22/+713
2023-02-25LoongArch: kdump: Add crashkernel=YM handlingYouling Tang1-3/+11
2023-02-25LoongArch: kdump: Add single kernel image implementationYouling Tang5-16/+5
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Youling Tang4-6/+179
2023-02-25LoongArch: Add support for kernel relocationYouling Tang8-2/+173