summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Avoid page waitqueue race leaving possible page locker waitingLinus Torvalds2017-08-271-4/+5
* Minor page waitqueue cleanupsLinus Torvalds2017-08-272-8/+10
* Clarify (and fix) MAX_LFS_FILESIZE macrosLinus Torvalds2017-08-271-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-08-266-13/+45
|\
| * Input: ALPS - fix two-finger scroll breakage in right side on ALPS touchpadMasaki Ota2017-08-242-10/+39
| * Input: soc_button_array - silence -ENOENT error on Dell XPS13 9365Hans de Goede2017-08-201-1/+1
| * Input: trackpoint - add new trackpoint firmware IDAaron Ma2017-08-182-2/+4
| * Input: elan_i2c - add ELAN0602 ACPI ID to support Lenovo Yoga310KT Liao2017-08-181-0/+1
* | Merge tag 'pci-v4.13-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-261-10/+3
|\ \
| * | PCI/MSI: Don't warn when irq_create_affinity_masks() returns NULLChristoph Hellwig2017-08-251-10/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-08-262-4/+26
|\ \ \
| * | | x86/mm: Fix use-after-free of ldt_structEric Biggers2017-08-251-3/+1
| * | | objtool: Fix '-mtune=atom' decoding support in objtool 2.0Josh Poimboeuf2017-08-211-1/+25
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-08-261-9/+41
|\ \ \ \
| * | | | timers: Fix excessive granularity of new timers after a nohz idleNicholas Piggin2017-08-241-9/+41
| |/ / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-261-20/+19
|\ \ \ \
| * | | | perf/core: Fix group {cpu,task} validationMark Rutland2017-08-251-20/+19
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-08-256-6/+33
|\ \ \ \ \
| * | | | | mm/memblock.c: reversed logic in memblock_discard()Pavel Tatashin2017-08-251-1/+1
| * | | | | fork: fix incorrect fput of ->exe_file causing use-after-freeEric Biggers2017-08-251-0/+1
| * | | | | mm/madvise.c: fix freeing of locked page with MADV_FREEEric Biggers2017-08-251-1/+1
| * | | | | dax: fix deadlock due to misaligned PMD faultsRoss Zwisler2017-08-251-0/+10
| * | | | | mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov2017-08-251-2/+2
| * | | | | PM/hibernate: touch NMI watchdog when creating snapshotChen Yu2017-08-251-2/+18
| |/ / / /
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-08-2512-64/+135
|\ \ \ \ \
| * | | | | KVM: PPC: Book3S: Fix race and leak in kvm_vm_ioctl_create_spapr_tce()Paul Mackerras2017-08-251-22/+34
| * | | | | KVM, pkeys: do not use PKRU value in vcpu->arch.guest_fpu.statePaolo Bonzini2017-08-252-6/+17
| * | | | | KVM: x86: simplify handling of PKRUPaolo Bonzini2017-08-255-30/+10
| * | | | | KVM: x86: block guest protection keys unless the host has them enabledPaolo Bonzini2017-08-251-1/+1
| * | | | | KVM: PPC: Book3S HV: Add missing barriers to XIVE code and document themBenjamin Herrenschmidt2017-08-241-2/+55
| * | | | | KVM: PPC: Book3S HV: Workaround POWER9 DD1.0 bug causing IPB bit lossBenjamin Herrenschmidt2017-08-241-1/+10
| * | | | | KVM: PPC: Book3S HV: Use msgsync with hypervisor doorbells on POWER9Nicholas Piggin2017-08-241-0/+3
| * | | | | Merge tag 'kvm-s390-master-4.13-2' of git://git.kernel.org/pub/scm/linux/kern...Radim Krčmář2017-08-211-2/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | KVM: s390: sthyi: fix specification exception detectionHeiko Carstens2017-08-211-1/+4
| | * | | | KVM: s390: sthyi: fix sthyi inline assemblyHeiko Carstens2017-08-211-1/+1
* | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-08-252-9/+17
|\ \ \ \ \ \
| * | | | | | virtio_pci: fix cpu affinity supportChristoph Hellwig2017-08-251-3/+7
| * | | | | | virtio_blk: fix incorrect message when disk is resizedStefan Hajnoczi2017-08-251-6/+10
| |/ / / / /
* | | | | | Merge tag 'powerpc-4.13-8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-08-253-0/+20
|\ \ \ \ \ \
| * | | | | | powerpc/mm: Ensure cpumask update is orderedBenjamin Herrenschmidt2017-08-183-0/+20
* | | | | | | Merge tag 'nfsd-4.13-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-08-252-6/+22
|\ \ \ \ \ \ \
| * | | | | | | net: sunrpc: svcsock: fix NULL-pointer exceptionVadim Lomovtsev2017-08-241-2/+20
| * | | | | | | nfsd: Limit end of page list when decoding NFSv4 WRITEChuck Lever2017-08-241-4/+2
* | | | | | | | Merge tag 'cifs-fixes-for-4.13-rc6-and-stable' of git://git.samba.org/sfrench...Linus Torvalds2017-08-252-8/+14
|\ \ \ \ \ \ \ \
| * | | | | | | | cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup()Ronnie Sahlberg2017-08-231-6/+12
| * | | | | | | | cifs: Fix df output for users with quota limitsSachin Prabhu2017-08-231-2/+2
* | | | | | | | | Merge tag 'for-linus-20170825' of git://git.infradead.org/linux-mtdLinus Torvalds2017-08-252-1/+13
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mtd: nand: atmel: Relax tADL_min constraintBoris Brezillon2017-08-241-1/+12
| * | | | | | | | | mtd: nandsim: remove debugfs entries in error pathUwe Kleine-König2017-08-241-0/+1
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-08-258-75/+69
|\ \ \ \ \ \ \ \ \ \