summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-07-2110-58/+64
|\
| * Merge tag 'signed-for-3.16' of git://github.com/agraf/linux-2.6 into kvm-masterPaolo Bonzini2014-07-089-58/+52
| |\
| | * KVM: PPC: RTAS: Do byte swaps explicitlyAlexander Graf2014-07-071-47/+18
| | * KVM: PPC: Book3S PR: Fix ABIv2 on LEAlexander Graf2014-07-072-0/+8
| | * KVM: PPC: Assembly functions exported to modules need _GLOBAL_TOC()Anton Blanchard2014-07-072-2/+2
| | * PPC: Add _GLOBAL_TOC for 32bitAlexander Graf2014-06-261-0/+2
| | * KVM: PPC: BOOK3S: HV: Use base page size when comparing against slb valueAneesh Kumar K.V2014-06-253-8/+20
| | * KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttributeMihai Caraman2014-06-241-1/+2
| * | KVM: x86: Check for nested events if there is an injectable interruptBandan Das2014-07-081-0/+12
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-07-216-53/+28
|\ \ \
| * | | s390: fix restore of invalid floating-point-controlMartin Schwidefsky2014-07-161-2/+2
| * | | s390/zcrypt: improve device probing for zcrypt adapter cardsIngo Tuchscherer2014-07-161-2/+7
| * | | s390/ptrace: fix PSW mask checkMartin Schwidefsky2014-07-161-2/+10
| * | | s390/MSI: Use standard mask and unmask funtionsYijing Wang2014-07-161-43/+6
| * | | s390/3270: correct size detection with the read-partition commandMartin Schwidefsky2014-07-161-1/+0
| * | | s390: require mvcos facility, not tod clock steering facilityDavid Hildenbrand2014-07-161-3/+3
* | | | Linux 3.16-rc6v3.16-rc6Linus Torvalds2014-07-211-1/+1
* | | | Merge tag 'staging-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-07-212-1/+10
|\ \ \ \
| * \ \ \ Merge tag 'iio-fixes-for-3.16d' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-07-142-1/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | iio: mma8452: Use correct acceleration units.Martin Fuzzey2014-07-121-1/+7
| | * | | iio:core: Handle error when mask type is not separateSrinivas Pandruvada2014-07-111-0/+3
* | | | | Merge tag 'usb-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-07-212-2/+21
|\ \ \ \ \
| * | | | | usb: Check if port status is equal to RxDetectGavin Guo2014-07-181-0/+19
| * | | | | usb: chipidea: udc: Disable auto ZLP generation on ep0Abbas Raza2014-07-181-2/+2
| |/ / / /
* | | | | Merge tag 'driver-core-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-07-211-4/+14
|\ \ \ \ \
| * | | | | platform_get_irq: Revert to platform_get_resource if of_irq_get failsGuenter Roeck2014-07-121-4/+14
| | |_|/ / | |/| | |
* | | | | Merge tag 'char-misc-3.16-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-07-211-1/+1
|\ \ \ \ \
| * | | | | Drivers: hv: hv_fcopy: fix a race condition for SMP guestDexuan Cui2014-07-181-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-07-214-6/+17
|\ \ \ \ \
| * \ \ \ \ Merge tag 'drm-intel-fixes-2014-07-18' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-07-194-6/+17
| |\ \ \ \ \
| | * | | | | Revert "drm/i915: reverse dp link param selection, prefer fast over wide again"Dave Airlie2014-07-141-2/+2
| | * | | | | drm/i915: Track the primary plane correctly when reassigning planesDaniel Vetter2014-07-141-0/+1
| | * | | | | drm/i915: Ignore VBT backlight presence check on HP Chromebook 14Scot Doyle2014-07-141-0/+3
| | * | | | | Revert "drm/i915: Don't set the 8to6 dither flag when not scaling"Daniel Vetter2014-07-142-4/+11
| | |/ / / /
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds2014-07-213-9/+11
|\ \ \ \ \ \
| * | | | | | um: segv: Save regs only in case of a kernel mode faultRichard Weinberger2014-07-201-1/+1
| * | | | | | um: Fix hung task in fix_range_common()Richard Weinberger2014-07-201-1/+5
| * | | | | | um: Ensure that a stub page cannot get unmappedRichard Weinberger2014-07-201-0/+3
| * | | | | | Revert "um: Fix wait_stub_done() error handling"Richard Weinberger2014-07-201-7/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-07-212-4/+15
|\ \ \ \ \ \ \
| * | | | | | | btrfs: test for valid bdev before kobj removal in btrfs_rm_deviceEric Sandeen2014-07-191-4/+4
| * | | | | | | Btrfs: fix abnormal long waiting in fsyncLiu Bo2014-07-191-0/+11
* | | | | | | | Merge tag 'nfs-for-3.16-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-07-216-62/+343
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | NFS: Don't reset pg_moreio in __nfs_pageio_add_requestTrond Myklebust2014-07-131-1/+1
| * | | | | | | NFS: Remove 2 unused variablesTrond Myklebust2014-07-122-4/+0
| * | | | | | | nfs: handle multiple reqs in nfs_wb_page_cancelWeston Andros Adamson2014-07-121-20/+21
| * | | | | | | nfs: handle multiple reqs in nfs_page_async_flushWeston Andros Adamson2014-07-123-25/+235
| * | | | | | | nfs: change find_request to find_head_requestWeston Andros Adamson2014-07-121-9/+24
| * | | | | | | nfs: nfs_page should take a ref on the head reqWeston Andros Adamson2014-07-121-0/+10
| * | | | | | | nfs: mark nfs_page reqs with flag for extra refWeston Andros Adamson2014-07-122-3/+9