summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-5.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-201-0/+2
|\
| * x86/xen: fix 'nopvspin' build errorRandy Dunlap2021-01-181-0/+2
* | Merge tag 'hyperv-fixes-signed-20210119' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-01-191-3/+26
|\ \
| * | x86/hyperv: Initialize clockevents after LAPIC is initializedDexuan Cui2021-01-171-3/+26
* | | Merge tag 'fixes-2021-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-01-181-0/+1
|\ \ \
| * | | ia64: fix build failure caused by memory model changesMike Rapoport2021-01-171-0/+1
* | | | Merge tag 'powerpc-5.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-01-172-1/+23
|\ \ \ \
| * | | | powerpc/vdso: Fix clock_gettime_fallback for vdso32Andreas Schwab2021-01-141-1/+15
| * | | | powerpc: Fix alignment bug within the init sectionsAriel Marcovitch2021-01-121-0/+8
* | | | | Merge tag 'riscv-for-linus-5.11-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-01-1613-35/+67
|\ \ \ \ \
| * | | | | RISC-V: Fix maximum allowed phsyical memory for RV32Atish Patra2021-01-161-2/+4
| * | | | | RISC-V: Set current memblock limitAtish Patra2021-01-161-2/+14
| * | | | | RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra2021-01-161-11/+13
| * | | | | riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang2021-01-151-3/+2
| * | | | | riscv: defconfig: enable gpio support for HiFive UnleashedSagar Shrikant Kadam2021-01-141-0/+2
| * | | | | dts: phy: add GPIO number and active state used for phy resetSagar Shrikant Kadam2021-01-141-0/+1
| * | | | | dts: phy: fix missing mdio device and probe failure of vsc8541-01 deviceSagar Shrikant Kadam2021-01-141-0/+1
| * | | | | riscv: Fix KASAN memory mapping.Nick Hu2021-01-141-2/+2
| * | | | | riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2021-01-132-2/+2
| * | | | | riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang2021-01-131-1/+10
| * | | | | riscv: Trace irq on only interrupt is enabledAtish Patra2021-01-131-3/+3
| * | | | | riscv: Drop a duplicated PAGE_KERNEL_EXECKefeng Wang2021-01-091-1/+0
| * | | | | riscv: Enable interrupts during syscalls with M-ModeDamien Le Moal2021-01-081-0/+9
| * | | | | riscv: Fix kernel time_init()Damien Le Moal2021-01-081-0/+3
| * | | | | riscv: return -ENOSYS for syscall -1Andreas Schwab2021-01-081-8/+1
* | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-01-1511-95/+45
|\ \ \ \ \ \
| * | | | | | arm64: syscall: include prototype for EL0 SVC functionsMark Rutland2021-01-151-0/+1
| * | | | | | arm64: make atomic helpers __always_inlineArnd Bergmann2021-01-131-5/+5
| * | | | | | arm64: rename S_FRAME_SIZE to PT_REGS_SIZEJianlin Lv2021-01-134-17/+17
| * | | | | | Revert "arm64: Enable perf events based hard lockup detector"Will Deacon2021-01-132-41/+2
| * | | | | | arm64: entry: remove redundant IRQ flag tracingMark Rutland2021-01-132-15/+1
| * | | | | | arm64: Remove arm64_dma32_phys_limit and its usesCatalin Marinas2021-01-122-17/+19
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'mips_fixes_5.11.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-01-155-4/+25
|\ \ \ \ \ \
| * | | | | | MIPS: OCTEON: fix unreachable code in octeon_irq_init_ciuMenglong Dong2021-01-131-1/+1
| * | | | | | MIPS: relocatable: fix possible boot hangup with KASLR enabledAlexander Lobakin2021-01-131-2/+8
| * | | | | | MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumpsAl Viro2020-12-282-0/+14
| * | | | | | MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTBPaul Cercueil2020-12-281-1/+2
* | | | | | | Merge tag 'for-linus-5.11-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-01-153-14/+30
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | x86/xen: Fix xen_hvm_smp_init() when vector callback not availableDavid Woodhouse2021-01-131-10/+17
| * | | | | | x86/xen: Don't register Xen IPIs when they aren't going to be usedDavid Woodhouse2021-01-131-2/+2
| * | | | | | x86/xen: Add xen_no_vector_callback option to test PCI INTX deliveryDavid Woodhouse2021-01-131-1/+10
| * | | | | | xen: Fix event channel callback via INTX/GSIDavid Woodhouse2021-01-131-1/+1
* | | | | | | Merge tag 'hyperv-fixes-signed-20210111' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-01-114-3/+33
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | x86/hyperv: check cpu mask after interrupt has been disabledWei Liu2021-01-061-3/+9
| * | | | | x86/hyperv: Fix kexec panic/hang issuesDexuan Cui2021-01-053-0/+24
| | |_|/ / | |/| | |
* | | | | Merge tag 'arc-5.11-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-01-103-1/+3
|\ \ \ \ \
| * | | | | ARC: [hsdk]: Enable FPU_SAVE_RESTOREVineet Gupta2021-01-081-0/+1
| * | | | | ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handlingVineet Gupta2021-01-071-1/+1
| * | | | | arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap2021-01-051-0/+1
* | | | | | Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-01-102-1/+10
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |