summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-12-07Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-13/+56
2015-12-07arm64: update linker script to increased L1_CACHE_BYTES valueArd Biesheuvel1-2/+3
2015-12-07lightnvm: do not compile in debugging by defaultMatias Bjørling1-0/+1
2015-12-07lightnvm: prevent gennvm module unload on useMatias Bjørling1-0/+5
2015-12-07lightnvm: fix media mgr registrationMatias Bjørling1-39/+39
2015-12-07lightnvm: replace req queue with nvmdev for lldMatias Bjørling6-31/+33
2015-12-07lightnvm: comments on constantsMatias Bjørling1-0/+7
2015-12-07lightnvm: check mm before useMatias Bjørling1-1/+1
2015-12-07lightnvm: refactor spin_unlock in gennvm_get_blkWenwei Tao1-5/+2
2015-12-07lightnvm: put blks when luns configure failedWenwei Tao1-2/+19
2015-12-07lightnvm: use flags in rrpc_get_blkWenwei Tao1-1/+1
2015-12-07virtio_ring: shadow available ring flags & indexVenkatesh Srinivas1-12/+34
2015-12-07virtio: Do not drop __GFP_HIGH in alloc_indirectMichal Hocko1-1/+1
2015-12-07vhost: replace % with & on data pathMichael S. Tsirkin1-3/+3
2015-12-07tools/virtio: fix byteswap logicMichael S. Tsirkin1-7/+13
2015-12-07tools/virtio: move list macro stubsMichael S. Tsirkin2-6/+6
2015-12-07virtio: fix memory leak of virtio ida cache layersSuman Anna1-0/+1
2015-12-07vhost: relax log address alignmentMichael S. Tsirkin1-1/+1
2015-12-07ata/sata_fsl.c: add ATA_FLAG_NO_LOG_PAGE to blacklist the controller for log ...Andreas Werner1-1/+2
2015-12-07libata-eh.c: Introduce new ata port flag for controller which lockup on read ...Andreas Werner2-0/+9
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo885-9487/+12440
2015-12-07perf hists browser: Fix segfault if use symbol filter in cmdlineWang Nan1-0/+3
2015-12-07perf hists browser: Reset selection when refreshWang Nan1-0/+2
2015-12-07perf hists browser: Add NULL pointer check to prevent crashWang Nan1-0/+3
2015-12-07perf buildid-list: Fix return value of perf buildid-list -kMichael Petlan1-1/+1
2015-12-07perf buildid-list: Show running kernel build id fixMichael Petlan1-1/+1
2015-12-07batman-adv: Fix invalid stack access in batadv_dat_select_candidatesSven Eckelmann1-1/+4
2015-12-07batman-adv: fix erroneous client entry duplicate detectionMarek Lindner1-2/+4
2015-12-07virtio-net: Stop doing DMA from the stackMichael S. Tsirkin1-15/+19
2015-12-07ARC: [axs10x] cap ethernet phy to 100 Mbit/secAlexey Brodkin1-0/+1
2015-12-07batman-adv: avoid keeping false temporary entrySimon Wunderlich1-2/+8
2015-12-07batman-adv: fix speedy join for DAT cache repliesSimon Wunderlich1-4/+15
2015-12-07phy: core: Get a refcount to phy in devm_of_phy_get_by_index()Chunfeng Yun1-6/+15
2015-12-07ALSA: hda - Add inverted dmic for Packard Bell DOTSDavid Henningsson1-0/+1
2015-12-07ALSA: hda - Fix playback noise with 24/32 bit sample size on BXTLu, Han2-0/+26
2015-12-07net: remove unnecessary semicolon in netdev_alloc_pcpu_stats()Felix Fietkau1-1/+1
2015-12-07sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PEN...lucien3-2/+5
2015-12-07Linux 4.4-rc4v4.4-rc4Linus Torvalds1-1/+1
2015-12-07staging/lustre: remove IOC_LIBCFS_PING_TEST ioctlJames Simmons2-18/+0
2015-12-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-31/+15
2015-12-06sctp: only drop the reference on the datamsg after sending a msglucien1-4/+2
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien2-2/+1
2015-12-06Don't reset ->total_link_count on nested calls of vfs_path_lookup()Al Viro1-1/+0
2015-12-06ovl: get rid of the dead code left from broken (and disabled) optimizationsAl Viro3-26/+11
2015-12-06ovl: fix permission checking for setattrMiklos Szeredi1-4/+4
2015-12-06net: qca_spi: fix transmit queue timeout handlingStefan Wahren1-3/+2
2015-12-06Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-15/+45
2015-12-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-36/+54
2015-12-06Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds19-70/+129
2015-12-06perf: Do not send exit event twiceJiri Olsa1-11/+31