summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2017-09-15kvm,powerpc: Serialize wq active checks in ops->vcpu_kickDavidlohr Bueso1-1/+1
2017-09-15kvm: Serialize wq active checks in kvm_vcpu_wake_up()Davidlohr Bueso1-1/+1
2017-09-15kvm,x86: Fix apf_task_wake_one() wq serializationDavidlohr Bueso1-1/+1
2017-09-15kvm,lapic: Justify use of swait_active()Davidlohr Bueso1-0/+4
2017-09-15kvm,async_pf: Use swq_has_sleeper()Davidlohr Bueso1-5/+1
2017-09-15sched/wait: Add swq_has_sleeper()Davidlohr Bueso1-2/+56
2017-09-15KVM: VMX: Do not BUG() on out-of-bounds guest IRQJan H. Schönherr1-2/+7
2017-09-15KVM: Don't accept obviously wrong gsi values via KVM_IRQFDJan H. Schönherr1-0/+2
2017-09-15kvm: nVMX: Don't allow L2 to access the hardware CR8Jim Mattson1-0/+5
2017-09-14KVM: trace events: update list of exit reasonsLadi Prosek1-1/+3
2017-09-14KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exce...Wanpeng Li1-9/+28
2017-09-14KVM: X86: Don't block vCPU if there is pending exceptionWanpeng Li1-0/+3
2017-09-14KVM: SVM: Add irqchip_split() checks before enabling AVICSuravee Suthikulpanit1-5/+4
2017-09-13KVM: Add struct kvm_vcpu pointer parameter to get_enable_apicv()Suravee Suthikulpanit4-4/+4
2017-09-13KVM: SVM: Refactor AVIC vcpu initialization into avic_init_vcpu()Suravee Suthikulpanit1-8/+20
2017-09-13KVM: x86: fix clang buildRadim Krčmář1-1/+0
2017-09-13KVM: fix rcu warning on VM_CREATE errorsChristian Borntraeger1-0/+1
2017-09-13KVM: x86: Fix immediate_exit handling for uninitialized APJan H. Schönherr1-0/+4
2017-09-13KVM: x86: Fix handling of pending signal on uninitialized APJan H. Schönherr1-0/+5
2017-09-13KVM: SVM: Add a missing 'break' statementJan H. Schönherr1-0/+1
2017-09-13KVM: x86: Remove .get_pkru() from kvm_x86_opsJoerg Roedel1-1/+0
2017-09-12KVM: PPC: Book3S HV: Fix bug causing host SLB to be restored incorrectlyPaul Mackerras1-1/+16
2017-09-12KVM: PPC: Book3S HV: Hold kvm->lock around call to kvmppc_update_lpcrPaul Mackerras1-0/+2
2017-09-12KVM: PPC: Book3S HV: Don't access XIVE PIPR register using byte accessesBenjamin Herrenschmidt3-5/+4
2017-09-08genksyms: fix gperf removal conversionLinus Torvalds2-2/+2
2017-09-08RDMA/netlink: clean up message validity array initializerLinus Torvalds1-6/+5
2017-09-08RDAM/netlink: Fix out-of-bound access while checking message validityLeon Romanovsky1-3/+4
2017-09-07fs: aio: fix the increment of aio-nr and counting against aio-max-nrMauricio Faria de Oliveira1-7/+12
2017-09-07x86/mm: Document how CR4.PCIDE restore worksAndy Lutomirski1-0/+13
2017-09-07x86/mm: Reinitialize TLB state on hotplug and resumeAndy Lutomirski4-0/+49
2017-09-07tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-09-07mm,fork: introduce MADV_WIPEONFORKRik van Riel10-10/+39
2017-09-07x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel2-3/+9
2017-09-07mm: add /proc/pid/smaps_rollupDaniel Colascione4-62/+170
2017-09-07mm: hugetlb: clear target sub-page last when clearing huge pageHuang Ying3-7/+41
2017-09-07mm: oom: let oom_reap_task and exit_mmap run concurrentlyAndrea Arcangeli4-33/+23
2017-09-07swap: choose swap device according to numa nodeAaron Lu3-27/+164
2017-09-07mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko2-5/+6
2017-09-07mm, oom: do not rely on TIF_MEMDIE for memory reserves accessMichal Hocko3-23/+73
2017-09-07z3fold: use per-cpu unbuddied listsVitaly Wool1-135/+344
2017-09-07mm, swap: don't use VMA based swap readahead if HDD is used as swapHuang Ying2-6/+13
2017-09-07mm, swap: add sysfs interface for VMA based swap readaheadHuang Ying2-0/+106
2017-09-07mm, swap: VMA based swap readaheadHuang Ying5-25/+273
2017-09-07mm, swap: fix swap readahead markingHuang Ying1-7/+11
2017-09-07mm, swap: add swap readahead hit statisticsHuang Ying3-2/+15
2017-09-07mm/vmalloc.c: don't reinvent the wheel but use existing llist APIByungchul Park1-6/+4
2017-09-07mm/vmstat.c: fix wrong commentSeongJae Park1-1/+1
2017-09-07selftests/memfd: add memfd_create hugetlbfs selftestMike Kravetz3-86/+357
2017-09-07mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz2-6/+55
2017-09-07mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams2-14/+39