summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'x86-urgent-2020-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-085-32/+54
|\
| * x86/platform/uv: Recognize UV5 hubless system identifierMike Travis2020-11-071-3/+10
| * x86/platform/uv: Remove spaces from OEM IDsMike Travis2020-11-071-0/+3
| * x86/platform/uv: Fix missing OEM_TABLE_IDMike Travis2020-11-071-2/+5
| * x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-051-18/+33
| * x86/lib: Change .weak to SYM_FUNC_START_WEAK for arch/x86/lib/mem*_64.SFangrui Song2020-11-043-9/+3
* | Merge tag 'powerpc-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-11-0810-104/+44
|\ \
| * | powerpc/numa: Fix build when CONFIG_NUMA=nScott Cheloha2020-11-061-3/+9
| * | powerpc/8xx: Manage _PAGE_ACCESSED through APG bits in L1 entryChristophe Leroy2020-11-054-66/+28
| * | powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+2
| * | powerpc/40x: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-8/+0
| * | powerpc/603: Always fault when _PAGE_ACCESSED is not setChristophe Leroy2020-11-051-12/+0
| * | powerpc: Use asm_goto_volatile for put_user()Michael Ellerman2020-11-051-2/+2
| * | powerpc/smp: Call rcu_cpu_starting() earlierQian Cai2020-11-021-1/+2
| * | powerpc/eeh_cache: Fix a possible debugfs deadlockQian Cai2020-11-021-2/+3
| |/
* | Merge tag 'riscv-for-linus-5.10-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-078-23/+47
|\ \
| * | RISC-V: Fix the VDSO symbol generaton for binutils-2.35+Palmer Dabbelt2020-11-063-9/+16
| * | RISC-V: Use non-PGD mappings for early DTB accessAnup Patel2020-11-061-0/+14
| * | riscv: uaccess: fix __put_kernel_nofault()Changbin Du2020-11-061-1/+1
| * | riscv: fix pfn_to_virt err in do_page_fault().Liu Shaohua2020-11-051-1/+3
| * | riscv: Set text_offset correctly for M-ModeSean Anderson2020-11-051-0/+5
| * | RISC-V: Remove any memblock representing unusable memory areaAtish Patra2020-11-051-11/+7
| * | risc-v: kernel: ftrace: Fixes improper SPDX comment styleRyan Kosta2020-11-041-1/+1
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-067-59/+67
|\ \ \
| * | | arm64: kexec_file: try more regions if loading segments failsBenjamin Gwin2020-11-052-11/+39
| * | | arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker2020-11-034-47/+27
| * | | arm64: NUMA: Kconfig: Increase NODES_SHIFT to 4Vanshidhar Konda2020-11-031-1/+1
* | | | Merge tag 'arc-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2020-11-063-19/+22
|\ \ \ \
| * | | | ARC: [plat-hsdk] Remap CCMs super early in asm boot trampolineVineet Gupta2020-11-022-18/+16
| * | | | ARC: stack unwinding: avoid indefinite loopingVineet Gupta2020-11-021-1/+6
| | |_|/ | |/| |
* | | | Merge tag 's390-5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2020-11-068-40/+48
|\ \ \ \
| * | | | s390/pci: fix hot-plug of PCI function missing busNiklas Schnelle2020-11-031-0/+4
| * | | | s390/smp: move rcu_cpu_starting() earlierQian Cai2020-11-031-1/+2
| * | | | s390: update defconfigsHeiko Carstens2020-11-033-9/+12
| * | | | s390/vdso: remove unused constantsHeiko Carstens2020-11-031-8/+0
| * | | | s390/vdso: remove empty unused fileHeiko Carstens2020-11-031-0/+0
| * | | | s390/mm: make pmd/pud_deref() large page awareGerald Schaefer2020-11-031-22/+30
| |/ / /
* | | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-051-5/+9
|\ \ \ \
| * | | | x86/hyperv: Clarify comment on x2apic modeMichael Kelley2020-10-261-5/+9
* | | | | ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservationsArd Biesheuvel2020-11-042-4/+4
* | | | | Merge tag 'x86_seves_for_v5.10_rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-038-8/+167
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86/sev-es: Do not support MMIO to/from encrypted memoryJoerg Roedel2020-10-291-7/+13
| * | | | x86/head/64: Check SEV encryption before switching to kernel page-tableJoerg Roedel2020-10-292-0/+17
| * | | | x86/boot/compressed/64: Check SEV encryption in 64-bit boot-pathJoerg Roedel2020-10-294-0/+96
| * | | | x86/boot/compressed/64: Sanity-check CPUID results in the early #VC handlerJoerg Roedel2020-10-291-0/+26
| * | | | x86/boot/compressed/64: Introduce sev_statusJoerg Roedel2020-10-291-1/+15
| | |_|/ | |/| |
* | | | Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-011-13/+30
|\ \ \ \
| * | | | x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra2020-10-271-3/+6
| * | | | x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra2020-10-271-6/+6
| * | | | x86/debug: Fix BTF handlingPeter Zijlstra2020-10-271-7/+21