| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-wide: replace config_enabled() with IS_ENABLED() | Masahiro Yamada | 2016-08-04 | 6 | -15/+15 |
* | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-08-02 | 1 | -10/+0 |
|\ |
|
| * | Merge branch 'pci/msi-affinity' into next | Bjorn Helgaas | 2016-08-01 | 3 | -8/+11 |
| |\ |
|
| * | | PCI: Unify pci_resource_to_user() declarations | Bjorn Helgaas | 2016-06-17 | 1 | -10/+0 |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-08-02 | 7 | -199/+263 |
|\ \ \ |
|
| * | | | MIPS: Fix definition of KSEGX() for 64-bit | James Hogan | 2016-08-01 | 1 | -1/+1 |
| * | | | MIPS: KVM: Fix pre-r6 ll/sc instructions on r6 | James Hogan | 2016-07-05 | 1 | -3/+3 |
| * | | | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op | Paul Burton | 2016-07-05 | 1 | -2/+2 |
| * | | | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op | Paul Burton | 2016-07-05 | 1 | -2/+2 |
| * | | | MIPS: KVM: Relative branch to common exit handler | James Hogan | 2016-07-05 | 1 | -1/+1 |
| * | | | MIPS: KVM: Dynamically choose scratch registers | James Hogan | 2016-07-05 | 1 | -0/+1 |
| * | | | MIPS; KVM: Convert exception entry to uasm | James Hogan | 2016-07-05 | 1 | -2/+6 |
| * | | | MIPS: uasm: Add r6 MUL encoding | James Hogan | 2016-07-05 | 1 | -0/+44 |
| * | | | MIPS: uasm: Add MTHI/MTLO instructions | James Hogan | 2016-07-05 | 2 | -0/+4 |
| * | | | MIPS: uasm: Add DI instruction | James Hogan | 2016-07-05 | 2 | -0/+2 |
| * | | | MIPS: uasm: Add CFCMSA/CTCMSA instructions | James Hogan | 2016-07-05 | 2 | -1/+25 |
| * | | | MIPS: uasm: Add CFC1/CTC1 instructions | James Hogan | 2016-07-05 | 1 | -0/+2 |
| * | | | MIPS: KVM: Use mipsregs.h defs for config registers | James Hogan | 2016-06-15 | 1 | -67/+0 |
| * | | | MIPS: Add define for Config.VI (virtual icache) bit | James Hogan | 2016-06-15 | 1 | -0/+1 |
| * | | | MIPS: KVM: Move commpage so 0x0 is unmapped | James Hogan | 2016-06-15 | 1 | -2/+8 |
| * | | | MIPS: KVM: Add KScratch registers | James Hogan | 2016-06-15 | 1 | -0/+19 |
| * | | | MIPS: KVM: Don't hardcode restored HWREna | James Hogan | 2016-06-15 | 1 | -0/+1 |
| * | | | MIPS: Clean up RDHWR handling | James Hogan | 2016-06-15 | 2 | -2/+20 |
| * | | | MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu() | James Hogan | 2016-06-15 | 1 | -1/+1 |
| * | | | MIPS: KVM: Make KVM_GET_REG_LIST dynamic | James Hogan | 2016-06-15 | 1 | -0/+2 |
| * | | | MIPS: KVM: Convert emulation to use asm/inst.h | James Hogan | 2016-06-15 | 2 | -10/+47 |
| * | | | MIPS: KVM: Clean up kvm_exit trace event | James Hogan | 2016-06-14 | 1 | -22/+0 |
| * | | | MIPS: KVM: Generalise fpu_inuse for other state | James Hogan | 2016-06-14 | 1 | -4/+4 |
| * | | | MIPS: KVM: Use MIPS_ENTRYLO_* defs from mipsregs.h | James Hogan | 2016-06-14 | 1 | -7/+4 |
| * | | | MIPS: KVM: Simplify TLB_* macros | James Hogan | 2016-06-14 | 1 | -5/+3 |
| * | | | MIPS: KVM: Arrayify struct kvm_mips_tlb::tlb_lo* | James Hogan | 2016-06-14 | 1 | -6/+5 |
| * | | | MIPS: KVM: Restore host EBase from ebase variable | James Hogan | 2016-06-14 | 1 | -1/+1 |
| * | | | MIPS: KVM: Drop unused hpa0/hpa1 args from function | James Hogan | 2016-06-14 | 1 | -3/+1 |
| * | | | MIPS: KVM: Don't indirect KVM functions | James Hogan | 2016-06-14 | 1 | -3/+0 |
| * | | | MIPS: KVM: Move non-TLB handling code out of tlb.c | James Hogan | 2016-06-14 | 1 | -0/+4 |
| * | | | MIPS: KVM: Make various Cause variables 32-bit | James Hogan | 2016-06-14 | 1 | -20/+20 |
| * | | | MIPS: KVM: Convert headers to kernel sized types | James Hogan | 2016-06-14 | 1 | -50/+47 |
| * | | | MIPS: KVM: Drop unused host_cp0_entryhi | James Hogan | 2016-06-14 | 1 | -1/+0 |
| * | | | MIPS: KVM: Drop unused guest_inst from kvm_vcpu_arch | James Hogan | 2016-06-14 | 1 | -1/+0 |
* | | | | Merge tag 'spi-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 2016-07-27 | 1 | -328/+0 |
|\ \ \ \ |
|
| * | | | | spi: octeon: Move include file from arch/mips to drivers/spi | Jan Glauber | 2016-07-24 | 1 | -328/+0 |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 2 | -19/+154 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | locking/atomic, arch/mips: Convert to _relaxed atomics | Peter Zijlstra | 2016-06-16 | 1 | -20/+22 |
| * | | | | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
| * | | | | locking/atomic, arch/mips: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -9/+129 |
| * | | | | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 2016-06-14 | 1 | -2/+17 |
| | |/ /
| |/| | |
|
* | | | | MIPS: Fix page table corruption on THP permission changes. | David Daney | 2016-07-06 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | MIPS: Fix possible corruption of cache mode by mprotect. | Ralf Baechle | 2016-07-02 | 1 | -4/+6 |
* | | | mips: get rid of superfluous __GFP_REPEAT | Michal Hocko | 2016-06-24 | 1 | -3/+3 |
| |/
|/| |
|
* | | MIPS: KVM: Include bit 31 in segment matches | James Hogan | 2016-06-14 | 1 | -1/+1 |