| Commit message (Expand) | Author | Age | Files | Lines |
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 4 | -21/+21 |
* | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 | 21 | -67/+67 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-08-02 | 2 | -2/+2 |
|\ |
|
| * | treewide: replace obsolete _refok by __ref | Fabian Frederick | 2016-08-02 | 2 | -2/+2 |
* | | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-02 | 2 | -11/+18 |
|\ \ |
|
| * \ | Merge branch 'pci/msi-affinity' into next | Bjorn Helgaas | 2016-08-01 | 7 | -15/+36 |
| |\ \ |
|
| * | | | MIPS/PCI: Claim bus resources on PCI_PROBE_ONLY set-ups | Bjorn Helgaas | 2016-06-23 | 1 | -1/+8 |
| * | | | PCI: Unify pci_resource_to_user() declarations | Bjorn Helgaas | 2016-06-17 | 2 | -10/+10 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-02 | 32 | -1924/+2386 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | MIPS: Select HAVE_KVM for MIPS64_R{2,6} | James Hogan | 2016-08-01 | 1 | -0/+2 |
| * | | | MIPS: KVM: Reset CP0_PageMask during host TLB flush | James Hogan | 2016-08-01 | 1 | -0/+2 |
| * | | | MIPS: KVM: Fix ptr->int cast via KVM_GUEST_KSEGX() | James Hogan | 2016-08-01 | 1 | -1/+1 |
| * | | | MIPS: KVM: Sign extend MFC0/RDHWR results | James Hogan | 2016-08-01 | 1 | -3/+4 |
| * | | | MIPS: KVM: Fix 64-bit big endian dynamic translation | James Hogan | 2016-08-01 | 1 | -0/+8 |
| * | | | MIPS: KVM: Fail if ebase doesn't fit in CP0_EBase | James Hogan | 2016-08-01 | 1 | -0/+12 |
| * | | | MIPS: KVM: Use 64-bit CP0_EBase when appropriate | James Hogan | 2016-08-01 | 1 | -3/+22 |
| * | | | MIPS: KVM: Set CP0_Status.KX on MIPS64 | James Hogan | 2016-08-01 | 1 | -2/+8 |
| * | | | MIPS: KVM: Make entry code MIPS64 friendly | James Hogan | 2016-08-01 | 1 | -24/+24 |
| * | | | MIPS: KVM: Use kmap instead of CKSEG0ADDR() | James Hogan | 2016-08-01 | 2 | -7/+17 |
| * | | | MIPS: KVM: Use virt_to_phys() to get commpage PFN | James Hogan | 2016-08-01 | 1 | -1/+1 |
| * | | | MIPS: Fix definition of KSEGX() for 64-bit | James Hogan | 2016-08-01 | 1 | -1/+1 |
| * | | | MIPS: KVM: Emulate generic QEMU machine on r6 T&E | James Hogan | 2016-07-05 | 1 | -1/+7 |
| * | | | MIPS: KVM: Decode RDHWR more strictly | James Hogan | 2016-07-05 | 1 | -1/+3 |
| * | | | MIPS: KVM: Recognise r6 CACHE encoding | James Hogan | 2016-07-05 | 2 | -2/+24 |
| * | | | MIPS: KVM: Support r6 compact branch emulation | James Hogan | 2016-07-05 | 1 | -6/+46 |
| * | | | MIPS: KVM: Don't save/restore lo/hi for r6 | James Hogan | 2016-07-05 | 2 | -12/+10 |
| * | | | MIPS: KVM: Fix pre-r6 ll/sc instructions on r6 | James Hogan | 2016-07-05 | 1 | -3/+3 |
| * | | | MIPS: KVM: Fix fpu.S misassembly with r6 | James Hogan | 2016-07-05 | 1 | -2/+5 |
| * | | | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op | Paul Burton | 2016-07-05 | 3 | -6/+6 |
| * | | | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op | Paul Burton | 2016-07-05 | 3 | -6/+6 |
| * | | | MIPS: KVM: Save k0 straight into VCPU structure | James Hogan | 2016-07-05 | 1 | -22/+15 |
| * | | | MIPS: KVM: Relative branch to common exit handler | James Hogan | 2016-07-05 | 3 | -12/+25 |
| * | | | MIPS: KVM: Dynamically choose scratch registers | James Hogan | 2016-07-05 | 3 | -15/+84 |
| * | | | MIPS: KVM: Drop redundant restore of DDATA_LO | James Hogan | 2016-07-05 | 1 | -4/+0 |
| * | | | MIPS: KVM: Check MSA presence at uasm time | James Hogan | 2016-07-05 | 1 | -20/+15 |
| * | | | MIPS: KVM: Omit FPU handling entry code if possible | James Hogan | 2016-07-05 | 1 | -12/+15 |
| * | | | MIPS: KVM: Drop now unused asm offsets | James Hogan | 2016-07-05 | 1 | -66/+0 |
| * | | | MIPS: KVM: Add dumping of generated entry code | James Hogan | 2016-07-05 | 1 | -0/+25 |
| * | | | MIPS; KVM: Convert exception entry to uasm | James Hogan | 2016-07-05 | 7 | -634/+642 |
| * | | | MIPS: uasm: Add r6 MUL encoding | James Hogan | 2016-07-05 | 2 | -0/+48 |
| * | | | MIPS: uasm: Add MTHI/MTLO instructions | James Hogan | 2016-07-05 | 5 | -5/+16 |
| * | | | MIPS: uasm: Add DI instruction | James Hogan | 2016-07-05 | 5 | -11/+16 |
| * | | | MIPS: uasm: Add CFCMSA/CTCMSA instructions | James Hogan | 2016-07-05 | 5 | -13/+43 |
| * | | | MIPS: uasm: Add CFC1/CTC1 instructions | James Hogan | 2016-07-05 | 4 | -14/+24 |
| * | | | KVM: remove kvm_guest_enter/exit wrappers | Paolo Bonzini | 2016-07-01 | 1 | -2/+2 |
| * | | | MIPS: KVM: Combine entry trace events into class | James Hogan | 2016-06-23 | 1 | -40/+22 |
| * | | | MIPS: KVM: Use mipsregs.h defs for config registers | James Hogan | 2016-06-15 | 2 | -72/+3 |
| * | | | MIPS: KVM: Report more accurate CP0_Config fields to guest | James Hogan | 2016-06-15 | 1 | -5/+15 |
| * | | | MIPS: Add define for Config.VI (virtual icache) bit | James Hogan | 2016-06-15 | 2 | -1/+2 |
| * | | | MIPS: KVM: Use host CCA for TLB mappings | James Hogan | 2016-06-15 | 2 | -9/+12 |