| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 2016-03-23 | 8 | -8/+8 |
|\ |
|
| * | clk: renesas: Rename header file renesas.h | Simon Horman | 2016-03-15 | 4 | -4/+4 |
| * | clk: mvebu: Move corediv config to mvebu config | Kevin Smith | 2016-02-25 | 1 | -0/+3 |
| * | clk: Get rid of HAVE_MACH_CLKDEV | Stephen Boyd | 2016-02-25 | 2 | -3/+0 |
| * | Merge tag 'v4.6-rockchip-clk1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Michael Turquette | 2016-02-15 | 1 | -1/+1 |
| |\ |
|
| | * | clk: rockchip: fix usbphy-related clocks | Heiko Stuebner | 2016-01-25 | 1 | -1/+1 |
* | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-03-22 | 29 | -417/+98 |
|\ \ \ |
|
| * | | | ia64/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 2 | -101/+4 |
| * | | | x86/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 2 | -111/+2 |
| * | | | s390/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 3 | -93/+2 |
| * | | | alpha/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 3 | -95/+9 |
| * | | | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 | 10 | -0/+37 |
| * | | | rapidio: add global inbound port write interfaces | Alexandre Bounine | 2016-03-22 | 3 | -6/+12 |
| * | | | powerpc/fsl_rio: changes to mport registration | Alexandre Bounine | 2016-03-22 | 1 | -6/+12 |
| * | | | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn | 2016-03-22 | 1 | -1/+1 |
| * | | | x86/compat: remove is_compat_task() | Andy Lutomirski | 2016-03-22 | 3 | -3/+4 |
| * | | | sparc/syscall: fix syscall_get_arch | Andy Lutomirski | 2016-03-22 | 1 | -1/+8 |
| * | | | sparc/compat: provide an accurate in_compat_syscall implementation | Andy Lutomirski | 2016-03-22 | 1 | -0/+7 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2016-03-22 | 23 | -89/+425 |
|\ \ \ \ |
|
| * | | | | KVM: page_track: fix access to NULL slot | Paolo Bonzini | 2016-03-22 | 1 | -2/+7 |
| * | | | | KVM: PPC: do not compile in vfio.o unconditionally | Paolo Bonzini | 2016-03-22 | 1 | -1/+2 |
| * | | | | kvm, rt: change async pagefault code locking for PREEMPT_RT | Rik van Riel | 2016-03-22 | 1 | -18/+19 |
| * | | | | KVM/PPC: update the comment of memory barrier in the kvmppc_prepare_to_enter() | Lan Tianyu | 2016-03-22 | 1 | -0/+3 |
| * | | | | KVM/x86: update the comment of memory barrier in the vcpu_enter_guest() | Lan Tianyu | 2016-03-22 | 1 | -2/+6 |
| * | | | | KVM/x86: Call smp_wmb() before increasing tlbs_dirty | Lan Tianyu | 2016-03-22 | 1 | -0/+11 |
| * | | | | KVM/x86: Replace smp_mb() with smp_store_mb/release() in the walk_shadow_page... | Lan Tianyu | 2016-03-22 | 1 | -4/+3 |
| * | | | | KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page() | Lan Tianyu | 2016-03-22 | 1 | -8/+7 |
| * | | | | KVM, pkeys: expose CPUID/CR4 to guest | Huaitong Han | 2016-03-22 | 4 | -6/+37 |
| * | | | | KVM, pkeys: add pkeys support for permission_fault | Huaitong Han | 2016-03-22 | 7 | -8/+72 |
| * | | | | KVM, pkeys: introduce pkru_mask to cache conditions | Huaitong Han | 2016-03-22 | 2 | -0/+88 |
| * | | | | KVM, pkeys: save/restore PKRU when guest/host switches | Xiao Guangrong | 2016-03-22 | 1 | -0/+23 |
| * | | | | x86: pkey: introduce write_pkru() for KVM | Xiao Guangrong | 2016-03-22 | 2 | -0/+22 |
| * | | | | KVM, pkeys: add pkeys support for xsave state | Huaitong Han | 2016-03-22 | 1 | -1/+2 |
| * | | | | KVM, pkeys: disable pkeys for guests in non-paging mode | Huaitong Han | 2016-03-22 | 1 | -6/+10 |
| * | | | | KVM: x86: remove magic number with enum cpuid_leafs | Huaitong Han | 2016-03-22 | 1 | -20/+20 |
| * | | | | KVM: MMU: return page fault error code from permission_fault | Paolo Bonzini | 2016-03-22 | 2 | -8/+12 |
| * | | | | KVM: PPC: Create a virtual-mode only TCE table handlers | Alexey Kardashevskiy | 2016-03-22 | 3 | -7/+57 |
| * | | | | KVM: VMX: fix nested vpid for old KVM guests | Paolo Bonzini | 2016-03-22 | 1 | -1/+13 |
| * | | | | KVM: VMX: avoid guest hang on invalid invvpid instruction | Paolo Bonzini | 2016-03-22 | 1 | -0/+1 |
| * | | | | KVM: VMX: avoid guest hang on invalid invept instruction | Paolo Bonzini | 2016-03-22 | 1 | -0/+1 |
| * | | | | kvm: arm64: Disable compiler instrumentation for hypervisor code | Catalin Marinas | 2016-03-21 | 1 | -0/+4 |
| * | | | | arm64: KVM: Turn kvm_ksym_ref into a NOP on VHE | Marc Zyngier | 2016-03-21 | 1 | -1/+7 |
| * | | | | KVM: arm/arm64: disable preemption when calling smp_call_function_many | Eric Auger | 2016-03-21 | 1 | -0/+2 |
* | | | | | Merge tag 'for-linus-4.6-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-22 | 2 | -7/+14 |
|\ \ \ \ \ |
|
| * | | | | | xen: audit usages of module.h ; remove unnecessary instances | Paul Gortmaker | 2016-03-21 | 1 | -0/+2 |
| * | | | | | xen/x86: Drop mode-selecting ifdefs in startup_xen() | Boris Ostrovsky | 2016-03-03 | 1 | -7/+3 |
| * | | | | | xen/x86: Zero out .bss for PV guests | Boris Ostrovsky | 2016-03-03 | 1 | -0/+9 |
* | | | | | | Merge tag 'iommu-updates-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-03-22 | 1 | -0/+81 |
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
|
| | | | | | | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---. \ \ \ \ | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm... | Joerg Roedel | 2016-03-21 | 1 | -0/+81 |
| |\ \ \ \ \ \ \
| | | | |/ / / /
| | | |/| | | /
| | | |_|_|_|/
| | |/| | | | |
|
| | | | * | | | dts: mt8173: Add iommu/smi nodes for mt8173 | Yong Wu | 2016-02-25 | 1 | -0/+81 |
| | | |/ / / |
|