summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: qcom: sdm845: kill IPA modem-remoteproc propertyAlex Elder2021-01-211-2/+0
* arm64: dts: qcom: sc7180: kill IPA modem-remoteproc propertyAlex Elder2021-01-211-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-2036-152/+219
|\
| * 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-151-2/+4
| | * | | | | RISC-V: Set current memblock limitAtish Patra2021-01-151-2/+14
| | * | | | | RISC-V: Do not allocate memblock while iterating reserved memblocksAtish Patra2021-01-151-11/+13
| | * | | | | riscv: stacktrace: Move register keyword to beginning of declarationKefeng Wang2021-01-141-3/+2
| | * | | | | riscv: defconfig: enable gpio support for HiFive UnleashedSagar Shrikant Kadam2021-01-131-0/+2
| | * | | | | dts: phy: add GPIO number and active state used for phy resetSagar Shrikant Kadam2021-01-131-0/+1
| | * | | | | dts: phy: fix missing mdio device and probe failure of vsc8541-01 deviceSagar Shrikant Kadam2021-01-131-0/+1
| | * | | | | riscv: Fix KASAN memory mapping.Nick Hu2021-01-131-2/+2
| | * | | | | riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALLGuo Ren2021-01-122-2/+2
| | * | | | | riscv: cacheinfo: Fix using smp_processor_id() in preemptibleKefeng Wang2021-01-121-1/+10
| | * | | | | riscv: Trace irq on only interrupt is enabledAtish Patra2021-01-121-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-071-0/+9
| | * | | | | riscv: Fix kernel time_init()Damien Le Moal2021-01-071-0/+3
| | * | | | | riscv: return -ENOSYS for syscall -1Andreas Schwab2021-01-071-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 https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-01-1510-104/+258
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | bpf: Add bitwise atomic instructionsBrendan Jackman2021-01-141-1/+49
| * | | | | | | bpf: Add instructions for atomic_[cmp]xchgBrendan Jackman2021-01-141-0/+8
| * | | | | | | bpf: Add BPF_FETCH field / create atomic_fetch_add instructionBrendan Jackman2021-01-141-0/+4
| * | | | | | | bpf: Rename BPF_XADD and prepare to encode other atomics in .immBrendan Jackman2021-01-1410-54/+137