aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-13lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes1-4/+4
2015-02-13lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes1-2/+0
2015-02-13lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes1-3/+3
2015-02-13lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2-11/+11
2015-02-13lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2-0/+6
2015-02-13lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2-6/+5
2015-02-14target: Set LBPWS10 bit in Logical Block Provisioning EVPDNicholas Bellinger1-1/+1
2015-02-14target: Fail UNMAP when emulate_tpu=0Nicholas Bellinger1-0/+5
2015-02-14target: Fail WRITE_SAME w/ UNMAP=1 when emulate_tpws=0Nicholas Bellinger1-0/+5
2015-02-13NFSv4: Kill unused nfs_inode->delegation_state fieldTrond Myklebust3-6/+0
2015-02-14target: Add sanity checks for DPO/FUA bit usageNicholas Bellinger1-10/+46
2015-02-14target: Perform PROTECT sanity checks for WRITE_SAMENicholas Bellinger3-0/+18
2015-02-14target: Fail I/O with PROTECT bit when protection is unsupportedNicholas Bellinger1-19/+32
2015-02-14target: Check for LBA + sectors wrap-around in sbc_parse_cdbNicholas Bellinger1-1/+2
2015-02-14target: Add missing WRITE_SAME end-of-device sanity checkNicholas Bellinger1-0/+12
2015-02-13NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2-2/+2
2015-02-13dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong1-0/+6
2015-02-13dm mirror: do not degrade the mirror on discard errorMikulas Patocka1-0/+9
2015-02-13dm space map disk: fix sm_disk_count_is_more_than_one()Mike Snitzer1-1/+3
2015-02-13timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki1-8/+6
2015-02-13PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki5-32/+96
2015-02-13nfs: Can call nfs_clear_page_commit() insteadTom Haynes1-5/+2
2015-02-13nfs: Provide and use helper functions for marking a page as unstableTom Haynes4-21/+19
2015-02-13SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever1-1/+4
2015-02-13Merge tag 'pm+acpi-3.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-277/+293
2015-02-13Merge branches 'pm-cpufreq', 'pm-cpuidle', 'pm-devfreq', 'pm-opp' and 'pm-tools'Rafael J. Wysocki9-170/+275
2015-02-13Merge branch 'acpi-ec'Rafael J. Wysocki1-107/+18
2015-02-13IB/iser: Use correct dma direction when unmapping SGsRoi Dayan3-8/+17
2015-02-13IB/ipath: Remove unused function in ipath_wc_ppc64Rickard Strandqvist3-31/+0
2015-02-13RDMA/cxgb4: Serialize CQ event upcalls with CQ destructionHariprasad S1-1/+8
2015-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds10-8/+748
2015-02-13Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-39/+28
2015-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds3-21/+22
2015-02-13Revert "x86/apic: Only disable CPU x2apic mode when necessary"Linus Torvalds1-2/+1
2015-02-13tile: change MAINTAINERS website from tilera.com to ezchip.comChris Metcalf1-1/+1
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds88-1626/+6026
2015-02-13jffs2: fix handling of corrupted summary lengthChen Jie1-0/+5
2015-02-13ALSA: hdspm - Constrain periods to 2 on older cardsAdrian Knoth1-0/+6
2015-02-13x86/efi: Avoid triple faults during EFI mixed mode callsMatt Fleming5-203/+301
2015-02-13hso: fix rx parsing logic when skb allocation failsAleksander Morgado1-1/+1
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet1-8/+24
2015-02-13drm/radeon: fix voltage setup on hawaiiAlex Deucher1-0/+1
2015-02-13drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessaryAlex Deucher1-3/+1
2015-02-13ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin1-1/+2
2015-02-13ALSA: hda - enable mute led quirk for one more hp machine.Hui Wang1-0/+1
2015-02-13tools/lguest: don't use legacy definitions for net device in example launcher.Rusty Russell1-1/+2
2015-02-13virtio: Don't expose legacy net features when VIRTIO_NET_NO_LEGACY defined.Rusty Russell1-2/+30
2015-02-13tools/lguest: use common error macros in the example launcher.Rusty Russell1-101/+105
2015-02-13tools/lguest: give virtqueues names for better error messagesRusty Russell1-7/+12
2015-02-13tools/lguest: more documentation and checking of virtio 1.0 compliance.Rusty Russell1-14/+293