summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-1936-321/+635
|\
| * riscv: fix locking violation in page fault handlerAndreas Schwab2019-05-171-1/+2
| * RISC-V: sifive_l2_cache: Add L2 cache controller driver for SiFive SoCsYash Shah2019-05-173-0/+192
| * RISC-V: Add DT documentation for SiFive L2 Cache ControllerYash Shah2019-05-171-0/+51
| * RISC-V: Avoid using invalid intermediate translationsPalmer Dabbelt2019-05-171-2/+10
| * riscv: Support BUG() in kernel moduleVincent Chen2019-05-171-1/+1
| * riscv: Add the support for c.ebreak check in is_valid_bugaddr()Vincent Chen2019-05-172-4/+23
| * riscv: support trap-based WARN()Vincent Chen2019-05-171-10/+18
| * riscv: fix sbi_remote_sfence_vma{,_asid}.Gary Guo2019-05-171-7/+12
| * riscv: move switch_mm to its own fileGary Guo2019-05-173-52/+72
| * riscv: move flush_icache_{all,mm} to cacheflush.cGary Guo2019-05-173-50/+62
| * tty: Don't force RISCV SBI console as preferred consoleAnup Patel2019-05-171-1/+0
| * RISC-V: Access CSRs using CSR numbersAnup Patel2019-05-179-48/+57
| * RISC-V: Add interrupt related SCAUSE defines in asm/csr.hAnup Patel2019-05-172-16/+21
| * RISC-V: Use tabs to align macro values in asm/csr.hAnup Patel2019-05-171-38/+38
| * RISC-V: Fix minor checkpatch issues.Atish Patra2019-05-171-2/+2
| * RISC-V: Support nr_cpus command line option.Atish Patra2019-05-171-1/+9
| * RISC-V: Implement nosmp commandline option.Atish Patra2019-04-301-1/+11
| * RISC-V: Add RISC-V specific arch_match_cpu_phys_idAtish Patra2019-04-302-2/+7
| * riscv: vdso: drop unnecessary cc-ldoptionNick Desaulniers2019-04-301-1/+1
| * riscv: call pm_power_off from machine_halt / machine_power_offChristoph Hellwig2019-04-251-6/+9
| * riscv: print the unexpected interrupt causeChristoph Hellwig2019-04-251-1/+2
| * riscv: remove duplicate macros from ptrace.hChristoph Hellwig2019-04-253-21/+12
| * riscv: remove unreachable !HAVE_FUNCTION_GRAPH_RET_ADDR_PTR codeChristoph Hellwig2019-04-251-4/+0
| * riscv: cleanup the parse_dtb calling conventionsChristoph Hellwig2019-04-252-4/+5
| * riscv: simplify the stack pointer setup in head.SChristoph Hellwig2019-04-252-7/+1
| * riscv: clear all pending interrupts when bootingChristoph Hellwig2019-04-251-1/+2
| * riscv: remove CONFIG_RISCV_ISA_AChristoph Hellwig2019-04-253-21/+3
| * riscv: remove unreachable big endian codeChristoph Hellwig2019-04-252-14/+1
| * riscv: turn mm_segment_t into a structChristoph Hellwig2019-04-252-6/+10
| * riscv: use asm-generic/extable.hChristoph Hellwig2019-04-252-6/+2
| * riscv/signal: Fixup additional syscall restartingGuo Ren2019-04-251-0/+6
* | Merge tag 'sound-fix-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-174-27/+80
|\ \
| * | ALSA: hda/realtek - Fix for Lenovo B50-70 inverted internal microphone bugMichał Wadowski2019-05-141-1/+1
| * | ALSA: hda: Fix race between creating and refreshing sysfs entriesAmadeusz Sławiński2019-05-133-0/+11
| * | ALSA: hda/realtek - Corrected fixup for System76 Gazelle (gaze14)Jeremy Soller2019-05-101-1/+3
| * | ALSA: hda/realtek - Avoid superfluous COEF EAPD setupsTakashi Iwai2019-05-101-1/+30
| * | ALSA: hda/realtek - Fixup headphone noise via runtime suspendKailang Yang2019-05-101-24/+35
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-1791-965/+5574
|\ \ \
| * | | kvm: fix compilation on aarch64Paolo Bonzini2019-05-171-1/+1
| * | | Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-1531-181/+1914
| |\ \ \
| | * | | KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko2019-05-011-4/+4
| | * | | arm64: KVM: Fix perf cycle counter support for VHEAndrew Murray2019-04-301-2/+9
| | * | | arm64: docs: Document perf event attributesAndrew Murray2019-04-241-0/+85
| | * | | arm64: KVM: Avoid isb's by using direct pmxevtyper sysregAndrew Murray2019-04-241-10/+74
| | * | | arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-246-4/+103
| | * | | arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray2019-04-243-0/+48
| | * | | arm64: arm_pmu: Add !VHE support for exclude_host/exclude_guest attributesAndrew Murray2019-04-241-7/+36
| | * | | arm64: KVM: Add accessors to track guest/host only countersAndrew Murray2019-04-243-1/+63
| | * | | arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_dataAndrew Murray2019-04-245-16/+28