summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | PCI: cpcihp: Add missing curly braces in cpci_configure_slot()Dan Carpenter2015-03-121-1/+2
| * | | | | | | | | PCI/AER: Avoid info leak in __print_tlp_header()Rasmus Villemoes2015-03-061-10/+2
| * | | | | | | | | PCI: spear: Drop __initdata from spear13xx_pcie_driverMatwey V. Kornilov2015-03-062-4/+4
* | | | | | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-04-083-13/+6
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2015-04-08' of git://anongit.freedesktop.org/drm-i...Dave Airlie2015-04-092-12/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | drm/i915/vlv: remove wait for previous GFX clk disable requestJesse Barnes2015-04-071-14/+0
| | * | | | | | | | | | drm/i915/chv: Remove Wait for a previous gfx force-offDeepak S2015-04-071-2/+4
| | * | | | | | | | | | drm/i915/vlv: save/restore the power context base regJesse Barnes2015-04-072-0/+3
| | | |/ / / / / / / / | | |/| | | | | | | |
| * / | | | | | | | | drm: fix drm_mode_getconnector() locking imbalance regressionTommi Rantala2015-04-081-1/+3
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-04-081-8/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Revert "libceph: use memalloc flags for net IO"Ilya Dryomov2015-04-071-8/+1
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-083-5/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi2015-04-071-1/+3
| * | | | | | | | | | include/linux/dmapool.h: declare struct deviceMark Brown2015-04-071-0/+2
| * | | | | | | | | | mm: move zone lock to a different cache line than order-0 free page listsMel Gorman2015-04-071-4/+3
| |/ / / / / / / / /
* | | | | | | | | | Copy the kernel module data from user space in chunksLinus Torvalds2015-04-081-1/+18
* | | | | | | | | | x86: clean up/fix 'copy_in_user()' tail zeroingLinus Torvalds2015-04-082-9/+8
* | | | | | | | | | Merge tag 'media/v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2015-04-0718-30/+34
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | [media] rtl28xxu: return success for unimplemented FE callbackAntti Palosaari2015-04-021-2/+0
| * | | | | | | | | [media] rtl2832: disable regmap register cacheAntti Palosaari2015-04-021-1/+1
| * | | | | | | | | [media] vb2: Fix dma_dir setting for dma-contig mem typeSakari Ailus2015-04-021-2/+1
| * | | | | | | | | [media] media: s5p-mfc: fix broken pointer cast on 64bit archMarek Szyprowski2015-04-013-7/+7
| * | | | | | | | | [media] media: s5p-mfc: fix mmap support for 64bit archMarek Szyprowski2015-04-011-1/+1
| * | | | | | | | | [media] cx23885: fix querycapHans Verkuil2015-04-011-7/+6
| * | | | | | | | | [media] sh_veu: v4l2_dev wasn't setHans Verkuil2015-04-011-0/+1
| * | | | | | | | | [media] s5p-mfc: Fix NULL pointer dereference caused by not set q->lockKamil Debski2015-03-041-0/+1
| * | | | | | | | | [media] s5p-jpeg: exynos3250: fix erroneous reset procedureJacek Anaszewski2015-03-041-1/+1
| * | | | | | | | | [media] s5p-tv: hdmi needs I2C supportArnd Bergmann2015-03-041-0/+1
| * | | | | | | | | [media] s5p-jpeg: Initialize cb and cr to zeroTony K Nadackal2015-03-041-0/+3
| * | | | | | | | | [media] media: fix gspca drivers build dependenciesRandy Dunlap2015-03-031-0/+1
| * | | | | | | | | [media] soc-camera: Fix devm_kfree() in soc_of_bind()Geert Uytterhoeven2015-03-031-1/+1
| * | | | | | | | | [media] media: atmel-isi: increase the burst length to improve the performanceJosh Wu2015-03-022-0/+6
| * | | | | | | | | [media] vb2: fix 'UNBALANCED' warnings when calling vb2_thread_stop()Hans Verkuil2015-03-021-8/+3
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Linux 4.0-rc7v4.0-rc7Linus Torvalds2015-04-061-1/+1
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-0621-71/+78
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net/mlx4_core: Fix error message deprecation for ConnectX-2 cardsJack Morgenstein2015-04-061-1/+2
| * | | | | | | | | net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2015-04-062-17/+10
| * | | | | | | | | l2tp: unregister l2tp_net_ops on failure pathWANG Cong2015-04-061-0/+1
| * | | | | | | | | mvneta: dont call mvneta_adjust_link() manuallyStas Sergeev2015-04-061-6/+1
| * | | | | | | | | ipv6: protect skb->sk accesses from recursive dereference inside the stackhannes@stressinduktion.org2015-04-067-19/+34
| * | | | | | | | | netns: don't allocate an id for dead netnsNicolas Dichtel2015-04-031-1/+3
| * | | | | | | | | Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel2015-04-031-15/+9
| * | | | | | | | | ip6mr: call del_timer_sync() in ip6mr_free_table()WANG Cong2015-04-021-1/+1
| * | | | | | | | | net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-026-5/+8
| * | | | | | | | | ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-021-0/+5
| * | | | | | | | | tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-021-3/+4
| * | | | | | | | | xen-netfront: transmit fully GSO-sized packetsJonathan Davies2015-04-021-4/+1
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2015-04-062-14/+31
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
| * | | | | | | | | Input: alps - document stick behavior for protocol V2Hans de Goede2015-04-051-0/+8
| * | | | | | | | | Input: alps - report V2 Dualpoint Stick events via the right evdev nodeHans de Goede2015-04-051-1/+6