summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-252-12/+12
|\
| * ia64: fix format strings for err_injectSergei Trofimovich2021-03-251-11/+11
| * ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich2021-03-251-1/+1
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-03-2512-10/+58
|\ \
| * | arm64: kernel: disable CNP on CarmelRich Wiley2021-03-254-2/+24
| * | arm64/process.c: fix Wmissing-prototypes build warningsManinder Singh2021-03-253-0/+6
| * | arm64: mm: correct the inside linear map range during hotplug checkPavel Tatashin2021-03-221-2/+19
| * | arm64: kdump: update ppos when reading elfcorehdrPavel Tatashin2021-03-221-0/+2
| * | arm64: cpuinfo: Fix a typoBhaskar Chowdhury2021-03-221-1/+1
| * | arm64: stacktrace: don't trace arch_stack_walk()Mark Rutland2021-03-221-4/+5
| * | arm64: csum: cast to the proper typeAlex Elder2021-03-151-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-241-6/+25
|\ \ \ | |_|/ |/| |
| * | bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIGStanislav Fomichev2021-03-191-1/+2
| * | bpf: Fix fexit trampoline.Alexei Starovoitov2021-03-181-4/+22
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-03-101-2/+2
| |\ \
| | * | bpf, x86: Use kvmalloc_array instead kmalloc_array in bpf_jit_compYonghong Song2021-03-101-2/+2
* | | | Merge tag 'perf-urgent-2021-03-21' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-03-212-1/+4
|\ \ \ \
| * | | | perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENTKan Liang2021-03-161-0/+3
| * | | | perf/x86/intel: Fix a crash caused by zero PEBS statusKan Liang2021-03-161-1/+1
* | | | | Merge tag 'x86_urgent_for_v5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-215-33/+30
|\ \ \ \ \
| * | | | | x86/apic/of: Fix CPU devicetree-node lookupsJohan Hovold2021-03-191-0/+5
| * | | | | x86/ioapic: Ignore IRQ2 againThomas Gleixner2021-03-191-0/+10
| * | | | | x86: Introduce restart_block->arch_data to remove TS_COMPAT_RESTARTOleg Nesterov2021-03-162-11/+3
| * | | | | x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall()Oleg Nesterov2021-03-162-24/+14
| * | | | | x86: Move TS_COMPAT back to asm/thread_info.hOleg Nesterov2021-03-162-9/+9
| |/ / / /
* | | | | Merge tag 'powerpc-5.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-03-212-2/+13
|\ \ \ \ \
| * | | | | powerpc: Force inlining of cpu_has_feature() to avoid build failureChristophe Leroy2021-03-141-2/+2
| * | | | | powerpc/vdso32: Add missing _restgpr_31_x to fix build failureChristophe Leroy2021-03-141-0/+11
* | | | | | Merge tag 'riscv-for-linus-5.12-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-03-2019-19/+55
|\ \ \ \ \ \
| * | | | | | riscv: Correct SPARSEMEM configurationKefeng Wang2021-03-161-2/+2
| * | | | | | RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt2021-03-161-1/+1
| * | | | | | riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti2021-03-161-0/+2
| * | | | | | RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven2021-03-161-1/+2
| * | | | | | riscv: Fix compilation error with Canaan SoCDamien Le Moal2021-03-161-0/+2
| * | | | | | ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King2021-03-163-3/+3
| * | | | | | riscv: fix bugon.cocci warningskernel test robot2021-03-161-2/+1
| * | | | | | riscv: process: Fix no prototype for arch_dup_task_structNanyong Sun2021-03-091-0/+1
| * | | | | | riscv: ftrace: Use ftrace_get_regs helperNanyong Sun2021-03-091-7/+9
| * | | | | | riscv: process: Fix no prototype for show_regsNanyong Sun2021-03-091-0/+1
| * | | | | | riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun2021-03-091-0/+1
| * | | | | | riscv: time: Fix no prototype for time_initNanyong Sun2021-03-092-0/+3
| * | | | | | riscv: ptrace: Fix no prototype warningsNanyong Sun2021-03-091-0/+5
| * | | | | | riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun2021-03-091-1/+1
| * | | | | | riscv: irq: Fix no prototype warningNanyong Sun2021-03-091-0/+2
| * | | | | | riscv: traps: Fix no prototype warningsNanyong Sun2021-03-092-0/+17
| * | | | | | RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt2021-03-091-2/+2
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-199-114/+227
|\ \ \ \ \ \ \
| * | | | | | | x86/kvm: Fix broken irq restoration in kvm_waitWanpeng Li2021-03-181-13/+10
| * | | | | | | KVM: X86: Fix missing local pCPU when executing wbinvd on all dirty pCPUsWanpeng Li2021-03-181-1/+1
| * | | | | | | KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ishSean Christopherson2021-03-182-52/+74