summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-14powerpc: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo3-18/+10
2015-02-14mips: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-8/+5
2015-02-14bitmap: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-2/+2
2015-02-14cpumask, nodemask: implement cpumask/nodemask_pr_args()Tejun Heo2-0/+16
2015-02-14lib/vsprintf: implement bitmap printing through '%*pb[l]'Tejun Heo2-59/+96
2015-02-14cpumask: always use nr_cpu_ids in formatting and parsing functionsTejun Heo1-7/+7
2015-02-14lib/genalloc.c: check result of devres_alloc()Jan Kara1-0/+2
2015-02-14lib/string.c: improve strrchr()Rasmus Villemoes1-6/+6
2015-02-14fs/namespace: convert devname allocation to kstrdup_constAndrzej Hajda1-3/+3
2015-02-14mm/slab: convert cache name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-14clk: convert clock name allocations to kstrdup_constAndrzej Hajda1-6/+6
2015-02-14kernfs: remove KERNFS_STATIC_NAMETejun Heo5-23/+12
2015-02-14kernfs: convert node name allocation to kstrdup_constAndrzej Hajda1-6/+6
2015-02-14mm/util: add kstrdup_constAndrzej Hajda2-0/+41
2015-02-14lib: crc32: constify crc32 lookup tableDaniel Borkmann1-3/+3
2015-02-14lib: bitmap: remove redundant code from __bitmap_shift_leftRasmus Villemoes1-7/+2
2015-02-14lib: bitmap: eliminate branch in __bitmap_shift_leftRasmus Villemoes1-4/+3
2015-02-14lib: bitmap: change bitmap_shift_left to take unsigned parametersRasmus Villemoes2-11/+12
2015-02-14lib: bitmap: yet another simplification in __bitmap_shift_rightRasmus Villemoes1-4/+4
2015-02-14lib: bitmap: remove redundant code from __bitmap_shift_rightRasmus Villemoes1-2/+0
2015-02-14lib: bitmap: eliminate branch in __bitmap_shift_rightRasmus Villemoes1-3/+3
2015-02-14lib: bitmap: change bitmap_shift_right to take unsigned parametersRasmus Villemoes2-11/+11
2015-02-14lib/bitmap.c: elide bitmap_copy_le on little-endianRasmus Villemoes2-0/+6
2015-02-14lib/bitmap.c: change prototype of bitmap_copy_leRasmus Villemoes2-6/+5
2015-02-14ASoC: Intel: set initial runtime PM status to active for ACPI-enumerated ADSPMengdong Lin1-0/+4
2015-02-14ASoC: omap-hdmi-audio: Add missing error check for devm_kzallocKiran Padwal1-0/+3
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-14NFSv4: 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-14NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2-2/+2
2015-02-14dm io: reject unsupported DISCARD requests with EOPNOTSUPPDarrick J. Wong1-0/+6
2015-02-14dm mirror: do not degrade the mirror on discard errorMikulas Patocka1-0/+9
2015-02-14dm space map disk: fix sm_disk_count_is_more_than_one()Mike Snitzer1-1/+3
2015-02-14timekeeping: Pass readout base to update_fast_timekeeper()Rafael J. Wysocki1-8/+6
2015-02-14PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki5-32/+96
2015-02-14nfs: Can call nfs_clear_page_commit() insteadTom Haynes1-5/+2
2015-02-14nfs: Provide and use helper functions for marking a page as unstableTom Haynes4-21/+19
2015-02-14SUNRPC: Always manipulate rpc_rqst::rq_bc_pa_list under xprt->bc_pa_lockChuck Lever1-1/+4
2015-02-14Merge 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