summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* kvm: nVMX: VMWRITE checks unsupported field before read-only fieldJim Mattson2020-01-081-5/+6
* kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS fieldJim Mattson2020-01-081-34/+25
* KVM: VMX: Fix the spelling of CPU_BASED_USE_TSC_OFFSETTINGXiaoyao Li2020-01-085-10/+10
* KVM: VMX: Rename NMI_PENDING to NMI_WINDOWXiaoyao Li2020-01-084-10/+10
* KVM: VMX: Rename INTERRUPT_PENDING to INTERRUPT_WINDOWXiaoyao Li2020-01-086-18/+18
* KVM: x86: Fix some comment typosMiaohe Lin2020-01-082-2/+2
* KVM: X86: Convert the last users of "shorthand = 0" to use macrosPeter Xu2020-01-083-4/+4
* KVM: X86: Fix callers of kvm_apic_match_dest() to use correct macrosPeter Xu2020-01-084-8/+12
* KVM: X86: Drop KVM_APIC_SHORT_MASK and KVM_APIC_DEST_MASKPeter Xu2020-01-083-7/+5
* KVM: X86: Use APIC_DEST_* macros properly in kvm_lapic_irq.dest_modePeter Xu2020-01-084-7/+16
* KVM: X86: Move irrelevant declarations out of ioapic.hPeter Xu2020-01-084-7/+5
* KVM: X86: Fix kvm_bitmap_or_dest_vcpus() to use irq shorthandPeter Xu2020-01-081-1/+1
* KVM: explicitly set rmap_head->val to 0 in pte_list_desc_remove_entry()Miaohe Lin2020-01-081-1/+1
* KVM: get rid of var page in kvm_set_pfn_dirty()Miaohe Lin2020-01-081-5/+2
* KVM: vmx: remove unreachable statement in vmx_get_msr_feature()Miaohe Lin2020-01-081-2/+0
* KVM: x86: use CPUID to locate host page table reserved bitsPaolo Bonzini2020-01-081-8/+12
* Linux 5.5-rc5v5.5-rc5Linus Torvalds2020-01-051-1/+1
* Merge tag 'riscv/for-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-01-0513-22/+76
|\
| * Documentation: riscv: add patch acceptance guidelinesPaul Walmsley2020-01-054-0/+38
| * riscv: prefix IRQ_ macro names with an RV_ namespacePaul Walmsley2020-01-053-13/+13
| * clocksource: riscv: add notrace to riscv_sched_clockZong Li2020-01-051-1/+1
| * riscv: ftrace: correct the condition logic in function graph tracerZong Li2020-01-031-1/+1
| * riscv: dts: Add DT support for SiFive L2 cache controllerYash Shah2020-01-031-0/+15
| * riscv: gcov: enable gcov for RISC-VZong Li2020-01-032-1/+2
| * riscv: mm: use __pa_symbol for kernel symbolsZong Li2020-01-031-6/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-01-0532-90/+166
|\ \
| * | hexagon: define ioremap_ucNick Desaulniers2020-01-041-0/+1
| * | ocfs2: fix the crash due to call ocfs2_get_dlm_debug once lessGang He2020-01-041-0/+1
| * | ocfs2: call journal flush to mark journal as empty after journal recovery whe...Kai Li2020-01-041-0/+8
| * | mm/hugetlb: defer freeing of huge pages if in non-task contextWaiman Long2020-01-041-1/+50
| * | mm/gup: fix memory leak in __gup_benchmark_ioctlNavid Emamdoost2020-01-041-2/+6
| * | mm/oom: fix pgtables units mismatch in Killed process messageIlya Dryomov2020-01-041-1/+1
| * | fs/posix_acl.c: fix kernel-doc warningsRandy Dunlap2020-01-041-2/+5
| * | hexagon: work around compiler crashNick Desaulniers2020-01-041-3/+1
| * | hexagon: parenthesize registers in asm predicatesNick Desaulniers2020-01-046-23/+23
| * | fs/namespace.c: make to_mnt_ns() staticEric Biggers2020-01-041-1/+1
| * | fs/nsfs.c: include headers for missing declarationsEric Biggers2020-01-041-0/+3
| * | fs/direct-io.c: include fs/internal.h for missing prototypeEric Biggers2020-01-041-0/+2
| * | mm: move_pages: return valid node id in status if the page is already on the ...Yang Shi2020-01-041-6/+17
| * | memcg: account security cred as well to kmemcgShakeel Butt2020-01-041-3/+3
| * | kcov: fix struct layout for kcov_remote_argAndrey Konovalov2020-01-042-10/+10
| * | mm/zsmalloc.c: fix the migrated zspage statistics.Chanho Min2020-01-041-0/+5
| * | mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-0410-38/+29
* | | Merge tag 'apparmor-pr-2020-01-04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-055-47/+55
|\ \ \
| * | | apparmor: fix aa_xattrs_match() may sleep while holding a RCU lockJohn Johansen2020-01-053-42/+46
| * | | apparmor: only get a label reference if the fast path check failsJohn Johansen2020-01-021-4/+8
| * | | apparmor: fix bind mounts aborting with -ENOMEMPatrick Steinhardt2020-01-021-1/+1
| | |/ | |/|
* | | Merge tag 'mips_fixes_5.5_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-049-19/+73
|\ \ \ | |_|/ |/| |
| * | MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton2020-01-031-1/+19
| * | MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin2019-12-192-2/+2