aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Merge branch 'stable/for-jens-4.7' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-51/+40
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds140-893/+1270
2016-06-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-8/+1
2016-06-29ASoC: fsl_ssi: Fix number of words per frame for I2S-slave modeAlexander Shiyan1-6/+6
2016-06-29nfit: fix format interface code byte orderDan Williams2-8/+8
2016-06-29regulator: max77620: check for valid regulator infoVenkat Reddy Talla1-1/+6
2016-06-29Merge tag 'pinctrl-v4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds7-9/+18
2016-06-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-72/+76
2016-06-29xen-blkfront: save uncompleted reqs in blkfront_resume()Bob Liu1-51/+40
2016-06-29ixgbevf: ixgbevf_write/read_posted_mbx should use IXGBE_ERR_MBX to initialize...Xin Long1-2/+2
2016-06-29drm/amd/powerplay: workaround for UVD clock issueRex Zhu1-0/+4
2016-06-29drm/amdgpu: add ACLK_CNTL setting for polaris10Ken Wang1-0/+3
2016-06-29e1000e: keep Rx/Tx HW_VLAN_CTAG in syncJarod Wilson1-12/+9
2016-06-29drm/amd/powerplay: fix issue uvd dpm can't enabled on Polaris11.Rex Zhu1-41/+60
2016-06-29drm/amd/powerplay: Workaround for Memory EDC Error on Polaris10.Rex Zhu1-0/+26
2016-06-29ovl: get_write_access() in truncateMiklos Szeredi1-0/+21
2016-06-29ALSA: au88x0: Fix calculation in vortex_wtdma_bufshift()Takashi Iwai1-3/+2
2016-06-29Merge tag 'mac80211-for-davem-2016-06-29-v2' of git://git.kernel.org/pub/scm/...David S. Miller2-3/+6
2016-06-29openvswitch: fix conntrack netlink event deliverySamuel Gauthier1-2/+12
2016-06-29qed: Protect the doorbell BAR with the write barriers.Sudarsana Reddy Kalluru1-7/+3
2016-06-29neigh: Explicitly declare RCU-bh read side critical section in neigh_xmit()David Barroso1-1/+5
2016-06-29e1000e: keep VLAN interfaces functional after rxvlan offJarod Wilson1-2/+13
2016-06-29cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau1-1/+1
2016-06-29ALSA: hda - Add PCI ID for Kabylake-HVinod Koul1-1/+5
2016-06-29qlcnic: use the correct ring in qlcnic_83xx_process_rcv_ring_diag()Dan Carpenter1-1/+1
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2-1/+5
2016-06-29net: bridge: fix vlan stats continue counterNikolay Aleksandrov1-1/+1
2016-06-29tcp: do not send too big packets at retransmit timeEric Dumazet1-1/+6
2016-06-29ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun1-7/+7
2016-06-29drm/i915: Removing PCI IDs that are no longer listed as Kabylake.Rodrigo Vivi1-7/+2
2016-06-29drm/i915: Add more Kabylake PCI IDs.Rodrigo Vivi1-0/+3
2016-06-29Merge branch 'thunderx-fixes'David S. Miller3-34/+75
2016-06-29net: thunderx: Fix TL4 configuration for secondary QsetsSunil Goutham1-3/+13
2016-06-29net: thunderx: Fix link status reportingSunil Goutham2-31/+62
2016-06-29Merge branch 'mlx5-100G-fixes'David S. Miller9-170/+144
2016-06-29net/mlx5e: Reorganize ethtool statisticsGal Pressman5-163/+130
2016-06-29net/mlx5e: Fix number of PFC counters reported to ethtoolGal Pressman1-1/+3
2016-06-29net/mlx5e: Prevent adding the same vxlan portMatthew Finlay1-0/+3
2016-06-29net/mlx5e: Check for BlueFlame capability before allocating SQ uarGal Pressman1-1/+1
2016-06-29net/mlx5e: Change enum to better reflect usageEli Cohen2-4/+4
2016-06-29net/mlx5: Add ConnectX-5 PCIe 4.0 to list of supported devicesMajd Dibbiny1-1/+2
2016-06-29net/mlx5: Update command stringsEli Cohen1-0/+1
2016-06-29drm/i915: Avoid early timeout during AUX transfersImre Deak1-1/+1
2016-06-29drm/i915/hsw: Avoid early timeout during LCPLL disable/restoreImre Deak1-4/+4
2016-06-29drm/i915/lpt: Avoid early timeout during FDI PHY resetImre Deak1-4/+4
2016-06-29drm/i915/bxt: Avoid early timeout during PLL enableImre Deak1-2/+2
2016-06-29drm/i915: Refresh cached DP port register value on resumeVille Syrjälä1-3/+5
2016-06-29net: marvell: Add separate config ANEG function for Marvell 88E1111Harini Katakam1-1/+43
2016-06-29Merge branch 'batman-adv-fixes'David S. Miller4-9/+53
2016-06-29batman-adv: Clean up untagged vlan when destroying via rtnl-linkSven Eckelmann1-0/+9
2016-06-29batman-adv: Fix ICMP RR ethernet access after skb_linearizeSven Eckelmann1-0/+1
2016-06-29batman-adv: Fix double-put of vlan objectBen Hutchings1-1/+0
2016-06-29batman-adv: Fix use-after-free/double-free of tt_req_nodeSven Eckelmann2-6/+39
2016-06-29batman-adv: replace WARN with rate limited output on non-existing VLANSimon Wunderlich1-2/+4
2016-06-29net: phy: Manage fixed PHY address space using IDAFlorian Fainelli1-11/+11
2016-06-29ovl: fix dentry leak for default_permissionsMiklos Szeredi1-3/+5
2016-06-29powerpc/tm: Avoid SLB faults in treclaim/trecheckpoint when RI=0Michael Neuling1-17/+44
2016-06-29SCSI: fix new bug in scsi_dev_info_list string matchingAlan Stern1-4/+6
2016-06-29ipr: Clear interrupt on croc/crocodile when running with LSIBrian King1-0/+1
2016-06-28NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-06-28audit: move audit_get_tty to reduce scope and kabi changesRichard Guy Briggs4-25/+21
2016-06-28audit: move calcs after alloc and check when logging set loginuidRichard Guy Briggs1-3/+4
2016-06-28Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2016-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-7/+14
2016-06-28sock_diag: do not broadcast raw socket destructionWillem de Bruijn1-0/+6
2016-06-28connector: fix out-of-order cn_proc netlink message deliveryAaron Campbell1-21/+22
2016-06-28Bridge: Fix ipv6 mc snooping if bridge has no ipv6 addressdaniel2-4/+23
2016-06-28HID: multitouch: enable palm rejection for Windows Precision TouchpadAllen Hung1-3/+15
2016-06-28Revert "HID: multitouch: enable palm rejection if device implements confidenc...Allen Hung1-5/+0
2016-06-28powerpc/eeh: Fix wrong argument passed to eeh_rmv_device()Gavin Shan1-1/+1
2016-06-28mac80211: Fix mesh estab_plinks counting in STA removal caseJouni Malinen1-2/+5
2016-06-28net/mlx5: use mlx5_buf_alloc_node instead of mlx5_buf_alloc in mlx5_wq_ll_createWang Sheng-Hui1-7/+8
2016-06-28Merge branch 'bgmac-fixes'David S. Miller1-3/+5
2016-06-28net: bgmac: Remove superflous netif_carrier_on()Florian Fainelli1-2/+0
2016-06-28net: bgmac: Start transmit queue in bgmac_openFlorian Fainelli1-0/+3
2016-06-28net: bgmac: Fix SOF bit checkingFlorian Fainelli1-2/+3
2016-06-28bonding: fix 802.3ad aggregator reselectionJay Vosburgh1-19/+45
2016-06-28ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2-1/+4
2016-06-28s390: fix test_fp_ctl inline assembly contraintsMartin Schwidefsky1-1/+1
2016-06-28Revert "s390/kdump: Clear subchannel ID to signal non-CCW/SCSI IPL"Michael Holzheu1-7/+0
2016-06-28arc: unwind: warn only once if DW2_UNWIND is disabledAlexey Brodkin1-1/+1
2016-06-28ARC: unwind: ensure that .debug_frame is generated (vs. .eh_frame)Vineet Gupta1-2/+0
2016-06-27Merge tag 'for-v4.7-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds2-12/+21
2016-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-46/+70
2016-06-28cpufreq: Avoid false-positive WARN_ON()s in cpufreq_update_policy()Rafael J. Wysocki1-0/+4
2016-06-27cpufreq: dt: call of_node_put() before error outMasahiro Yamada1-3/+4
2016-06-27intel_pstate: Do not clear utilization update hooks on policy changesRafael J. Wysocki1-2/+3
2016-06-27Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds1-0/+2
2016-06-27ALSA: echoaudio: Fix memory allocationChristophe JAILLET1-2/+2
2016-06-27dax: fix offset overflow in dax_ioEric Sandeen1-1/+6
2016-06-27Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-52/+124
2016-06-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-5/+6
2016-06-27USB: don't free bandwidth_mutex too earlyAlan Stern1-10/+7
2016-06-27vsock: make listener child lock ordering explicitStefan Hajnoczi1-2/+10
2016-06-27ipv6: enforce egress device match in per table nexthop lookupsPaolo Abeni1-1/+1
2016-06-27Merge tag 'linux-can-fixes-for-4.7-20160623' of git://git.kernel.org/pub/scm/...David S. Miller3-1/+18
2016-06-27KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.Quentin Casasnovas1-12/+11
2016-06-27KVM: LAPIC: cap __delay at lapic_timer_advance_nsMarcelo Tosatti1-1/+2
2016-06-27KVM: x86: move nsec_to_cycles from x86.c to x86.hMarcelo Tosatti2-6/+7
2016-06-27pvclock: Get rid of __pvclock_read_cycles in function pvclock_read_flagsMinfei Huang1-2/+5
2016-06-27pvclock: Cleanup to remove function pvclock_get_nsec_offsetMinfei Huang1-16/+7
2016-06-27pvclock: Add CPU barriers to get correct version valueMinfei Huang2-0/+6
2016-06-27make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-06-27iommu/amd: Initialize devid variable before using itNicolas Iooss1-1/+1
2016-06-27iommu/vt-d: Fix overflow of iommu->domains arrayJan Niehusmann1-1/+1
2016-06-27KVM: arm/arm64: Stop leaking vcpu pid referencesJames Morse1-0/+1
2016-06-27iommu/iova: Disable preemption around use of this_cpu_ptr()Chris Wilson1-2/+6
2016-06-27arm64: KVM: fix build with CONFIG_ARM_PMU disabledSudeep Holla1-2/+2
2016-06-27powerpc/tm: Always reclaim in start_thread() for exec() class syscallsCyril Bur1-0/+10
2016-06-27sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra1-16/+11
2016-06-27sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra1-6/+9
2016-06-27net: smsc911x: Fix bug where PHY interrupts are overwritten by 0Jeremy Linton1-2/+0
2016-06-26Linux 4.7-rc5Linus Torvalds1-1/+1
2016-06-26devpts: fix null pointer dereference on failed memory allocationColin Ian King1-2/+5
2016-06-26Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-6/+12
2016-06-26iio:ad7266: Fix probe deferral for vrefMark Brown1-0/+3
2016-06-26iio:ad7266: Fix support for optional regulatorsMark Brown1-1/+1
2016-06-26iio:ad7266: Fix broken regulator error handlingMark Brown1-1/+1
2016-06-26iio: accel: kxsd9: fix the usage of spi_w8r8()Linus Walleij1-2/+2
2016-06-26staging: iio: accel: fix error checkLuis de Bethencourt1-1/+1
2016-06-26ASoC: Intel: atom: fix missing breaks that would cause the wrong operation to...Alan Cox1-2/+7
2016-06-26ALSA: hda - fix read before array startBob Copeland1-0/+2
2016-06-25tty: vt: Fix soft lockup in fbcon cursor blink timer.David Daney1-0/+1
2016-06-25Merge branch 'for-linus-4.7-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-13/+34
2016-06-25Merge branch 'for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-36/+57
2016-06-25Merge tag 'sound-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds4-12/+19
2016-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+12
2016-06-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-21/+66
2016-06-25Btrfs: fix ->iterate_shared() by upgrading i_rwsem for delayed nodesOmar Sandoval3-13/+34
2016-06-25Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-6/+46
2016-06-25Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+11
2016-06-25Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds15-51/+137
2016-06-25Fix build break in fork.c when THREAD_SIZE < PAGE_SIZEMichael Ellerman1-2/+2
2016-06-24ceph: fix d_obtain_alias() misusesAl Viro1-7/+3
2016-06-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds67-207/+178
2016-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds30-113/+190
2016-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-5/+5
2016-06-24Merge tag 'hwmon-for-linus-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+20
2016-06-24Merge tag 'acpi-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2-2/+9
2016-06-24Merge tag 'pm-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-17/+15
2016-06-24Merge tag 'for-linus-4.7b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-68/+58
2016-06-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds6-8/+43
2016-06-24init/main.c: fix initcall_blacklisted on ia64, ppc64 and parisc64Rasmus Villemoes1-1/+3
2016-06-24autofs: don't get stuck in a loop if vfs_write() returns an errorAndrey Vagin1-3/+4
2016-06-24mm/page_owner: avoid null pointer dereferenceSudip Mukherjee1-2/+4
2016-06-24tools/vm/slabinfo: fix spelling mistake: "Ocurrences" -> "Occurrences"Colin Ian King1-1/+1
2016-06-24fs/nilfs2: fix potential underflow in call to crc32_leTorsten Hilbrich1-1/+1
2016-06-24oom, suspend: fix oom_reaper vs. oom_killer_disable raceMichal Hocko1-0/+12
2016-06-24ocfs2: disable BUG assertions in reading blocksGang He2-2/+5
2016-06-24mm, compaction: abort free scanner if split failsDavid Rientjes1-18/+21
2016-06-24mm: prevent KASAN false positives in kmemleakDmitry Vyukov1-0/+2
2016-06-24mm/hugetlb: clear compound_mapcount when freeing gigantic pagesGerald Schaefer1-0/+1
2016-06-24mm/swap.c: flush lru pvecs on compound page arrivalLukasz Odzioba1-6/+5
2016-06-24memcg: css_alloc should return an ERR_PTR value on errorTejun Heo1-1/+1
2016-06-24memcg: mem_cgroup_migrate() may be called with irq disabledTejun Heo1-2/+3
2016-06-24hugetlb: fix nr_pmds accounting with shared page tablesKirill A. Shutemov1-2/+1
2016-06-24Revert "mm: disable fault around on emulated access bit architecture"Kirill A. Shutemov1-8/+0
2016-06-24Revert "mm: make faultaround produce old ptes"Kirill A. Shutemov3-20/+7
2016-06-24mailmap: add Boris Brezillon's emailAntoine Tenart1-0/+3
2016-06-24mailmap: add Antoine Tenart's emailAntoine Tenart1-0/+1
2016-06-24mm, sl[au]b: add __GFP_ATOMIC to the GFP reclaim maskMel Gorman1-1/+2
2016-06-24mm: mempool: kasan: don't poot mempool objects in quarantineAndrey Ryabinin3-15/+14
2016-06-24MAINTAINERS: update Calgary IOMMUJon Mason1-3/+3
2016-06-24jbd2: get rid of superfluous __GFP_REPEATMichal Hocko1-25/+7
2016-06-24unicore32: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-24tile: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-24sh: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-24s390: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-24sparc: get rid of superfluous __GFP_REPEATMichal Hocko1-4/+2
2016-06-24powerpc: get rid of superfluous __GFP_REPEATMichal Hocko3-11/+7
2016-06-24score: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+2
2016-06-24parisc: get rid of superfluous __GFP_REPEATMichal Hocko1-2/+1
2016-06-24nios2: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+2
2016-06-24mips: get rid of superfluous __GFP_REPEATMichal Hocko1-3/+3
2016-06-24arc: get rid of superfluous __GFP_REPEATMichal Hocko1-2/+2
2016-06-24arm64: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-24x86/efi: get rid of superfluous __GFP_REPEATMichal Hocko1-1/+1
2016-06-24x86: get rid of superfluous __GFP_REPEATMichal Hocko2-2/+2
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko27-52/+47
2016-06-24tmpfs: don't undo fallocate past its last pageAnthony Romano1-1/+1
2016-06-24selftests/vm/compaction_test: fix write to restore nr_hugepagesMike Kravetz1-1/+1
2016-06-24oom_reaper: avoid pointless atomic_inc_not_zero usage.Tetsuo Handa1-7/+1
2016-06-24mm,oom_reaper: don't call mmput_async() without atomic_inc_not_zero()Tetsuo Handa1-0/+1
2016-06-24Merge tag 'nfsd-4.7-2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-46/+48
2016-06-24fix up initial thread stack pointer vs thread_info confusionLinus Torvalds2-1/+2
2016-06-24USB: EHCI: declare hostpc register as zero-length arrayAlan Stern1-2/+2
2016-06-24Merge tag 'phy-for-4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman4-23/+11
2016-06-24Merge tag 'usb-ci-v4.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-0/+2
2016-06-24x86: fix up a few misc stack pointer vs thread_info confusionsLinus Torvalds3-9/+6
2016-06-24Clarify naming of thread info/stack allocatorsLinus Torvalds10-39/+41
2016-06-24Merge branches 'pm-devfreq-fixes' and 'pm-cpufreq-fixes'Rafael J. Wysocki1-1/+1
2016-06-24Merge branch 'acpica-fixes'Rafael J. Wysocki2-2/+9
2016-06-24File names with trailing period or space need special case conversionSteve French2-4/+31
2016-06-24Fix reconnect to not defer smb3 session reconnect long after socket reconnectSteve French2-1/+30
2016-06-24nfsd: check permissions when setting ACLsBen Hutchings3-27/+25
2016-06-24posix_acl: Add set_posix_aclAndreas Gruenbacher1-19/+23
2016-06-24acpi, nfit: fix acpi_check_dsm() vs zero functions implementedDan Williams2-6/+6
2016-06-24NFS: Fix an unused variable warningTrond Myklebust1-2/+0
2016-06-24NFS: Fix potential race in nfs_fhget()Trond Myklebust1-0/+1
2016-06-24NFS: Don't let readdirplus revalidate an inode that was marked as staleTrond Myklebust1-1/+6