summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-23btrfs: its btrfs_err() instead of btrfs_error()Anand Jain1-1/+1
2015-07-23btrfs: Avoid NULL pointer dereference of free_extent_buffer when read_tree_bl...Zhao Lei1-1/+2
2015-07-23btrfs: Fix lockdep warning of btrfs_run_delayed_iputs()Zhao Lei1-1/+2
2015-07-23md: Skip cluster setup for dm-raidGoldwyn Rodrigues1-3/+12
2015-07-23blkcg: fix gendisk reference leak in blkg_conf_prep()Tejun Heo1-1/+5
2015-07-23USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern1-1/+1
2015-07-23cdc-acm: Destroy acm_minors IDR on module exitJohannes Thumshirn1-0/+1
2015-07-23usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectorsHans de Goede1-0/+11
2015-07-23usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum1-0/+12
2015-07-23USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern1-6/+1
2015-07-23usb: core: lpm: set lpm_capable for root hub deviceLu Baolu3-3/+7
2015-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds79-811/+714
2015-07-23Merge tag 'phy-for-4.2-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/k...Greg Kroah-Hartman3-133/+45
2015-07-23xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-07-23xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can3-3/+7
2015-07-23xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2015-07-23xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-07-23usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-07-23xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani1-3/+37
2015-07-23xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman1-0/+17
2015-07-23NFS: nfs_mark_for_revalidate should always set NFS_INO_REVAL_PAGECACHETrond Myklebust1-2/+5
2015-07-23NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust4-7/+4
2015-07-23NFS: Set NFS_INO_REVAL_PAGECACHE if the change attribute is uninitialisedTrond Myklebust1-1/+2
2015-07-23NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust1-4/+4
2015-07-23NFSv4/pnfs: Ensure we don't miss a file extensionTrond Myklebust1-6/+9
2015-07-23NFSv4: We must set NFS_OPEN_STATE flag in nfs_resync_open_stateid_lockedTrond Myklebust1-0/+3
2015-07-23SUNRPC: xprt_complete_bc_request must also decrement the free slot countTrond Myklebust1-1/+1
2015-07-22SUNRPC: Fix a backchannel deadlockTrond Myklebust1-2/+2
2015-07-22null_blk: fix use-after-free problemMike Krinkin1-9/+9
2015-07-22Merge tag 'fixes-for-v4.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-8/+14
2015-07-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+5
2015-07-22Makefile: Force gzip and xz on module installJason A. Donenfeld1-2/+2
2015-07-22kbuild: Do not pick up ARCH_{CPP,A,C}FLAGS from the environmentMichal Marek1-0/+5
2015-07-22mm: Fix bugs in region_is_ram()Toshi Kani1-3/+3
2015-07-22x86/mm: Remove region_is_ram() call from ioremapToshi Kani1-18/+6
2015-07-22x86/mm: Move warning from __ioremap_check_ram() to the call siteToshi Kani1-3/+4
2015-07-22netfilter: nf_conntrack: Support expectations in different zonesJoe Stringer1-1/+2
2015-07-22usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn1-0/+4
2015-07-22drm: Stop resetting connector state to unknownDaniel Vetter1-4/+1
2015-07-22ARM64/irq: Use access helper irq_data_get_affinity_mask()Jiang Liu1-2/+2
2015-07-22arm64: switch_to: calculate cpu context pointer using separate registerWill Deacon1-2/+3
2015-07-22ASoC: ssm4567: Keep TDM_BCLKS in ssm4567_set_dai_fmtBen Zhang1-1/+7
2015-07-22ASoC: sgtl5000: Fix up define for SGTL5000_SMALL_POPAxel Lin1-1/+1
2015-07-22ALSA: hda - Add headset mic pin quirk for a Dell deviceDavid Henningsson1-0/+11
2015-07-22ALSA: hda - remove one pin from ALC292_STANDARD_PINSHui Wang1-7/+19
2015-07-22ravb: fix ring memory allocationSergei Shtylyov1-25/+34
2015-07-22net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy1-1/+1
2015-07-22openvswitch: allocate nr_node_ids flow_stats instead of num_possible_nodesChris J Arges1-1/+1
2015-07-22netlink: don't hold mutex in rcu callback when releasing mmapd ringFlorian Westphal1-32/+47
2015-07-22Merge branch 'arm-bpf-fixes'David S. Miller1-13/+44