summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: workingset: fix premature shadow node shrinking with cgroupsJohannes Weiner2017-04-011-1/+1
* mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner2017-04-012-2/+8
* mm: move mm_percpu_wq initialization earlierMichal Hocko2017-04-013-3/+5
* mm: migrate: fix remove_migration_pte() for ksm pagesNaoya Horiguchi2017-04-011-2/+5
* Merge tag 'pci-v4.11-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-314-24/+78
|\
| * PCI: thunder-pem: Add legacy firmware support for Cavium ThunderX host contro...Tomasz Nowicki2017-03-231-2/+54
| * PCI: thunder-pem: Use Cavium assigned hardware ID for ThunderX host controllerTomasz Nowicki2017-03-231-1/+1
| * PCI: iproc: Save host bridge window resource in struct iproc_pcieBjorn Helgaas2017-03-093-21/+23
* | Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang...Linus Torvalds2017-03-302-19/+34
|\ \
| * | thermal: cpu_cooling: Check OPP for errorsViresh Kumar2017-03-131-2/+9
| * | thermal: cpu_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-6/+6
| * | thermal: devfreq: Check OPP for errorsViresh Kumar2017-03-131-2/+8
| * | thermal: devfreq_cooling: Replace dev_warn with dev_errViresh Kumar2017-03-131-3/+3
| * | thermal: devfreq: Simplify expressionViresh Kumar2017-03-131-1/+1
| * | thermal: Fix potential deadlock in cpu_coolingMatthew Wilcox2017-03-131-9/+11
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-03-292-36/+107
|\ \ \
| * | | nbd: replace kill_bdev() with __invalidate_device()Ratna Manoj Bolla2017-03-241-2/+6
| * | | nbd: set queue timeout properlyJosef Bacik2017-03-241-1/+4
| * | | nbd: set rq->errors to actual error codeJosef Bacik2017-03-241-4/+4
| * | | nbd: handle ERESTARTSYS properlyJosef Bacik2017-03-241-26/+89
| * | | blk-mq: include errors in did_work calculationJens Axboe2017-03-241-3/+4
* | | | Merge branch 'apw' (xfrm_user fixes)Linus Torvalds2017-03-291-1/+8
|\ \ \ \
| * | | | xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft2017-03-291-1/+5
| * | | | xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft2017-03-291-0/+3
* | | | | Merge branch 'regset' (PTRACE_SETREGSET data leakage)Linus Torvalds2017-03-295-50/+23Star
|\ \ \ \ \
| * | | | | sparc/ptrace: Preserve previous registers for short regset writeDave Martin2017-03-291-1/+1
| * | | | | mips/ptrace: Preserve previous registers for short regset writeDave Martin2017-03-291-1/+2
| * | | | | metag/ptrace: Reject partial NT_METAG_RPIPE writesDave Martin2017-03-291-0/+2
| * | | | | metag/ptrace: Provide default TXSTATUS for short NT_PRSTATUSDave Martin2017-03-291-3/+12
| * | | | | metag/ptrace: Preserve previous registers for short regset writeDave Martin2017-03-291-1/+1
| * | | | | h8300/ptrace: Fix incorrect register transfer countDave Martin2017-03-291-3/+5
| * | | | | c6x/ptrace: Remove useless PTRACE_SETREGSET implementationDave Martin2017-03-291-41/+0Star
| |/ / / /
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-03-282-10/+18
|\ \ \ \ \
| * | | | | virtio_balloon: prevent uninitialized variable useArnd Bergmann2017-03-281-0/+2
| * | | | | virtio-balloon: use actual number of stats for stats queue buffersLadi Prosek2017-03-281-7/+10
| * | | | | virtio_balloon: init 1st buffer in stats vqLadi Prosek2017-03-281-0/+2
| * | | | | virtio_pci: fix out of bound access for msix_namesJason Wang2017-03-281-4/+5
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-03-2812-35/+153
|\ \ \ \ \ \
| * | | | | | KVM: x86: cleanup the page tracking SRCU instancePaolo Bonzini2017-03-283-0/+10
| * | | | | | KVM: nVMX: fix nested EPT detectionLadi Prosek2017-03-281-4/+1Star
| * | | | | | KVM: pci-assign: do not map smm memory slot pages in vt-d page tablesHerongguang (Stephen)2017-03-281-1/+1
| * | | | | | KVM: kvm_io_bus_unregister_dev() should never failDavid Hildenbrand2017-03-233-20/+29
| * | | | | | KVM: VMX: Fix enable VPID conditionsWanpeng Li2017-03-231-1/+8
| * | | | | | KVM: nVMX: Fix nested VPID vmx exec controlWanpeng Li2017-03-231-3/+4
| * | | | | | KVM: x86: correct async page present tracepointWanpeng Li2017-03-231-1/+1
| * | | | | | kvm: vmx: Flush TLB when the APIC-access address changesJim Mattson2017-03-231-1/+17
| * | | | | | KVM: x86: use pic/ioapic destructor when destroy vmPeter Xu2017-03-231-2/+2
| * | | | | | KVM: x86: check existance before destroyPeter Xu2017-03-232-0/+6
| * | | | | | KVM: x86: clear bus pointer when destroyedPeter Xu2017-03-211-1/+11
| * | | | | | KVM: Documentation: document MCE ioctlsLuiz Capitulino2017-03-201-0/+63