aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-03-02Merge tag 'mips_6.3_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Gravatar Linus Torvalds 8-31/+31
2023-03-02Merge tag 'objtool-core-2023-03-02' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-11/+19
2023-03-01Merge tag 'loongarch-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Gravatar Linus Torvalds 40-129/+2623
2023-03-01Merge tag 'uml-for-linus-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 19-104/+258
2023-02-28MIPS: Workaround clang inline compat branch issueGravatar Jiaxun Yang 2-1/+5
2023-02-28mips: dts: ralink: mt7621: add phandle to system controller node for watchdogGravatar Sergio Paracuellos 1-0/+1
2023-02-28mips: dts: ralink: mt7621: rename watchdog node from 'wdt' into 'watchdog'Gravatar Sergio Paracuellos 1-1/+1
2023-02-27mips: ralink: make SOC_MT7621 select PINCTRLGravatar Arınç ÜNAL 1-1/+1
2023-02-27mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINKGravatar Arınç ÜNAL 1-1/+0
2023-02-27MIPS: cevt-r4k: Offset the value used to clear compare interruptGravatar Jiaxun Yang 1-2/+2
2023-02-27MIPS: smp-cps: Don't rely on CP0_CMGCRBASEGravatar Jiaxun Yang 3-20/+21
2023-02-27Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-19/+18
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2023-02-27Merge tag 'm68knommu-for-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-5/+5
2023-02-27Merge tag 'csky-for-linus-6.3' of https://github.com/c-sky/csky-linuxGravatar Linus Torvalds 1-1/+1
2023-02-27Merge tag 'samsung-dt-fixes-6.3' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Arnd Bergmann 6-14/+12
2023-02-27ARM: dts: spear320-hmi: correct STMPE GPIO compatibleGravatar Krzysztof Kozlowski 1-1/+1
2023-02-27ARM: dts: aspeed: p10bmc: Update battery node nameGravatar Eddie James 3-3/+3
2023-02-27arm64: defconfig: Add IOSCHED_BFQ to the default configsGravatar Linus Walleij 1-0/+1
2023-02-27arm64: defconfig: Fix unintentional disablement of PCI on i.MXGravatar Mark Brown 1-1/+1
2023-02-27MIPS: Remove DMA_PERDEV_COHERENTGravatar Jiaxun Yang 1-5/+0
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Gravatar Linus Torvalds 32-118/+84
2023-02-25Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-4/+4
2023-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Gravatar Linus Torvalds 25-153/+216
2023-02-25Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfioGravatar Linus Torvalds 3-4/+6
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 158-2291/+5357
2023-02-25Merge tag 'riscv-for-linus-6.3-mw1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 44-620/+1399
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 94-1259/+3305
2023-02-25Merge tag 'mips_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 35-144/+136
2023-02-25Merge tag 'x86_tdx_for_6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-25/+130
2023-02-25LoongArch: Mark some assembler symbols as non-kprobe-ableGravatar Tiezhu Yang 5-0/+21
2023-02-25LoongArch: Add kprobes on ftrace supportGravatar Tiezhu Yang 2-0/+65
2023-02-25LoongArch: Add kretprobes supportGravatar Tiezhu Yang 5-1/+128
2023-02-25LoongArch: Add kprobes supportGravatar Tiezhu Yang 7-6/+466
2023-02-25LoongArch: Simulate branch and PC* instructionsGravatar Tiezhu Yang 3-0/+129
2023-02-25LoongArch: ptrace: Add hardware single step supportGravatar Qing Zhang 7-10/+186
2023-02-25LoongArch: ptrace: Add function argument access APIGravatar Qing Zhang 2-0/+35
2023-02-25LoongArch: ptrace: Expose hardware breakpoints to debuggersGravatar Qing Zhang 2-0/+411
2023-02-25LoongArch: Add hardware breakpoints/watchpoints supportGravatar Qing Zhang 9-22/+713
2023-02-25LoongArch: kdump: Add crashkernel=YM handlingGravatar Youling Tang 1-3/+11
2023-02-25LoongArch: kdump: Add single kernel image implementationGravatar Youling Tang 5-16/+5
2023-02-25LoongArch: Add support for kernel address space layout randomization (KASLR)Gravatar Youling Tang 4-6/+179
2023-02-25LoongArch: Add support for kernel relocationGravatar Youling Tang 8-2/+173
2023-02-25LoongArch: Add la_abs macro implementationGravatar Youling Tang 4-12/+16
2023-02-25LoongArch: Add JUMP_VIRT_ADDR macro implementation to avoid using la.absGravatar Youling Tang 3-11/+15
2023-02-25LoongArch: Use la.pcrel instead of la.abs when it's trivially possibleGravatar Xi Ruoyao 5-50/+48
2023-02-25LoongArch: Make -mstrict-align configurableGravatar Huacai Chen 4-3/+34
2023-02-25LoongArch: Only call get_timer_irq() once in constant_clockevent_init()Gravatar Tiezhu Yang 1-5/+6
2023-02-25LoongArch: Fix Chinese comma in cpu.hGravatar Jinyang He 1-1/+1
2023-02-24alpha: in_irq() cleanupGravatar Changbin Du 1-1/+1