aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2019-05-16RISC-V: Use tabs to align macro values in asm/csr.hAnup Patel
2019-05-16RISC-V: Fix minor checkpatch issues.Atish Patra
2019-05-16RISC-V: Support nr_cpus command line option.Atish Patra
2019-04-30RISC-V: Implement nosmp commandline option.Atish Patra
2019-04-30RISC-V: Add RISC-V specific arch_match_cpu_phys_idAtish Patra
2019-04-29riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers
2019-04-25riscv: call pm_power_off from machine_halt / machine_power_offChristoph Hellwig
2019-04-25riscv: print the unexpected interrupt causeChristoph Hellwig
2019-04-25riscv: remove duplicate macros from ptrace.hChristoph Hellwig
2019-04-25riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR codeChristoph Hellwig
2019-04-25riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig
2019-04-25riscv: simplify the stack pointer setup in head.SChristoph Hellwig
2019-04-25riscv: clear all pending interrupts when bootingChristoph Hellwig
2019-04-25riscv: remove CONFIG_RISCV_ISA_AChristoph Hellwig
2019-04-25riscv: remove unreachable big endian codeChristoph Hellwig
2019-04-25riscv: turn mm_segment_t into a structChristoph Hellwig
2019-04-25riscv: use asm-generic/extable.hChristoph Hellwig
2019-04-25riscv/signal: Fixup additional syscall restartingGuo Ren
2019-04-20Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-04-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-19x86/cpu/intel: Lower the "ENERGY_PERF_BIAS: Set to normal" message's log prio...Hans de Goede
2019-04-19x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen
2019-04-19x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu
2019-04-19x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu
2019-04-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2019-04-18arm64: futex: Restore oldval initialization to work around buggy compilersNathan Chancellor
2019-04-18Merge tag 's390-5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-04-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-04-18perf/x86/amd: Add event map for AMD Family 17hKim Phillips
2019-04-18x86/mm/KASLR: Fix the size of the direct mapping sectionBaoquan He
2019-04-17s390: correct some inline assembly constraintsVasily Gorbik
2019-04-16Merge tag 'riscv-for-linus-5.1-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-04-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-04-16KVM: x86: avoid misreporting level-triggered irqs as edge-triggered in tracingVitaly Kuznetsov
2019-04-16KVM: fix spectrev1 gadgetsPaolo Bonzini
2019-04-16KVM: x86: fix warning Using plain integer as NULL pointerHariprasad Kelam
2019-04-16KVM: x86: Always use 32-bit SMRAM save state for 32-bit kernelsSean Christopherson
2019-04-16KVM: x86: Don't clear EFER during SMM transitions for 32-bit vCPUSean Christopherson
2019-04-16KVM: x86: clear SMM flags before loading state while leaving SMMSean Christopherson
2019-04-16KVM: x86: Open code kvm_set_hflagsSean Christopherson
2019-04-16KVM: x86: Load SMRAM in a single shot when leaving SMMSean Christopherson
2019-04-16KVM: nVMX: Expose RDPMC-exiting only when guest supports PMULiran Alon
2019-04-16KVM: x86: Raise #GP when guest vCPU do not support PMULiran Alon
2019-04-16x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao
2019-04-16KVM: x86: svm: make sure NMI is injected after nmi_singlestepVitaly Kuznetsov
2019-04-16svm/avic: Fix invalidate logical APIC id entrySuthikulpanit, Suravee
2019-04-16Revert "svm: Fix AVIC incomplete IPI emulation"Suthikulpanit, Suravee
2019-04-16kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon
2019-04-16KVM: nVMX: always use early vmcs check when EPT is disabledPaolo Bonzini
2019-04-16x86/Kconfig: Fix spelling mistake "effectivness" -> "effectiveness"Colin Ian King