summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-091-3/+7
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-261-3/+7
| |\
| | * bpf, x86: Fix BPF_FETCH atomic and/or/xor with r0 as srcBrendan Jackman2021-02-221-3/+7
* | | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2021-03-092-10/+7
|\ \ \
| * | | sparc: sparc64_defconfig: remove duplicate CONFIGsCorentin Labbe2021-03-091-3/+1
| * | | sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner2021-03-091-7/+6
* | | | Merge tag 'mips-fixes_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-03-097-7/+33
|\ \ \ \
| * | | | MIPS: kernel: Reserve exception base early to prevent corruptionThomas Bogendoerfer2021-03-094-5/+17
| * | | | MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytesBjørn Mork2021-03-081-1/+5
| * | | | crypto: mips/poly1305 - enable for all MIPS processorsMaciej W. Rozycki2021-03-081-2/+2
| * | | | MIPS: boot/compressed: Copy DTB to aligned addressPaul Cercueil2021-03-082-0/+10
* | | | | Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2021-03-0820-642/+198
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2021-02-2613-521/+193
| |\ \ \ \
| | * \ \ \ Merge remote-tracking branch 'sparc/master' into work.sparc32Al Viro2021-01-037-18/+19
| | |\ \ \ \
| | * | | | | sparc32: switch to generic extablesAl Viro2021-01-039-165/+22
| | * | | | | sparc32: switch copy_user.S away from range exception table entriesAl Viro2021-01-031-203/+112
| | * | | | | sparc32: get rid of range exception table entries in checksum_32.SAl Viro2021-01-031-37/+27
| | * | | | | sparc32: switch __bzero() away from range exception table entriesAl Viro2021-01-031-40/+32
| | * | | | | sparc32: kill lookup_fault()Al Viro2021-01-034-66/+0
| | * | | | | sparc32: don't bother with lookup_fault() in __bzero()Al Viro2021-01-031-12/+3
| * | | | | | Merge branch 'work.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...David S. Miller2021-02-268-121/+5
| |\ \ \ \ \ \
| | * | | | | | sparc32: take ->thread.flags outAl Viro2021-01-033-105/+1
| | * | | | | | sparc32: get rid of fake_swapper_regsAl Viro2021-01-034-12/+3
| | * | | | | | sparc64: get rid of fake_swapper_regsAl Viro2021-01-033-5/+2
| | |/ / / / /
* | | | | | | Merge branch 'parisc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-03-072-4/+5
|\ \ \ \ \ \ \
| * | | | | | | arch/parisc/kernel: remove duplicate include in ptraceZhang Yunkai2021-03-041-2/+0
| * | | | | | | parisc: Enable -mlong-calls gcc option with CONFIG_COMPILE_TESTHelge Deller2021-03-021-2/+5
* | | | | | | | Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-03-079-21/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | powerpc/sstep: Fix VSX instruction emulationJordan Niethe2021-03-021-2/+2
| * | | | | | | | powerpc/perf: Fix handling of privilege level checks in perf interrupt contextAthira Rajeev2021-03-021-2/+2
| * | | | | | | | powerpc: Force inlining of mmu_has_feature to fix build failureChristophe Leroy2021-03-021-2/+2
| * | | | | | | | vio: make remove callback return voidUwe Kleine-König2021-03-022-5/+4
| * | | | | | | | powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()Christophe Leroy2021-03-011-1/+1
| * | | | | | | | powerpc/603: Fix protection of user pages mapped with PROT_NONEChristophe Leroy2021-03-011-3/+6
| * | | | | | | | powerpc/pseries: Don't enforce MSI affinity with kdumpGreg Kurz2021-03-011-2/+23
| * | | | | | | | powerpc/4xx: Fix build errors from mfdcr()Michael Ellerman2021-03-011-4/+4
| |/ / / / / / /
* | | | | / / / m68k: Fix virt_addr_valid() W=1 compiler warningsGeert Uytterhoeven2021-03-062-3/+3
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-049-16/+400
|\ \ \ \ \ \ \
| * | | | | | | KVM: SVM: Clear the CR4 register on resetBabu Moger2021-03-021-0/+1
| * | | | | | | KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-024-2/+343
| * | | | | | | KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_infoDavid Woodhouse2021-03-021-0/+4
| * | | | | | | KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini2021-03-024-2/+42
| * | | | | | | KVM: xen: flush deferred static key before checking itPaolo Bonzini2021-02-261-0/+1
| * | | | | | | KVM: x86/mmu: Set SPTE_AD_WRPROT_ONLY_MASK if and only if PML is enabledSean Christopherson2021-02-261-8/+8
| * | | | | | | KVM: x86: hyper-v: Fix Hyper-V context null-ptr-derefWanpeng Li2021-02-261-1/+1
| * | | | | | | KVM: x86: remove misplaced comment on active_mmu_pagesDongli Zhang2021-02-261-3/+0
* | | | | | | | Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-03-044-33/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross2021-03-033-26/+21
| * | | | | | | | Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2021-03-032-7/+72
* | | | | | | | | ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe2021-03-021-1/+2
| |_|/ / / / / / |/| | | | | | |