summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-31Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-103/+209
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds11-36/+245
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+25
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds19-667/+746
2016-01-31Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-72/+81
2016-01-31Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds10-24/+27
2016-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2016-01-31Merge tag 'vfio-v4.5-rc2' of git://github.com/awilliam/linux-vfioLinus Torvalds1-14/+10
2016-01-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-30/+23
2016-01-31phys_to_pfn_t: use phys_addr_tDan Williams3-4/+4
2016-01-31mm: fix pfn_t to page conversion in vm_insert_mixedDan Williams1-2/+7
2016-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller7-35/+51
2016-01-30block: use DAX for partition table readsDan Williams3-3/+46
2016-01-30block: revert runtime dax control of the raw block deviceDan Williams4-70/+0
2016-01-30fs, block: force direct-I/O for dax-enabled block devicesDan Williams1-1/+1
2016-01-30crypto: atmel-aes - remove calls of clk_prepare() from atomic contextsCyrille Pitchen1-4/+12
2016-01-30crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-01-30pid: Fix spelling in commentsZhen Lei1-1/+1
2016-01-30Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar4-4/+5
2016-01-29tcp: avoid cwnd undo after receiving ECNYuchung Cheng1-2/+0
2016-01-29irda: fix a potential use-after-free in ircomm_param_requestWANG Cong1-2/+1
2016-01-29devm_memremap_pages: fix vmem_altmap lifetime + alignment handlingDan Williams1-7/+11
2016-01-29Merge branch 'arnd-net-driver-fixes'David S. Miller6-47/+25
2016-01-29net: tg3: avoid uninitialized variable warningArnd Bergmann1-1/+1
2016-01-29net: nb8800: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-01-29net: vxge: avoid unused function warningsArnd Bergmann1-19/+12
2016-01-29net: bgmac: clarify CONFIG_BCMA dependencyArnd Bergmann1-1/+4
2016-01-29net: hp100: remove unnecessary #ifdefsArnd Bergmann1-18/+0
2016-01-29net: davinci_cpdma: use dma_addr_t for DMA addressArnd Bergmann1-6/+6
2016-01-29Merge branch 'ipv6-sticky-pktinfo'David S. Miller4-7/+21
2016-01-29ipv6/udp: use sticky pktinfo egress ifindex on connect()Paolo Abeni1-0/+3
2016-01-29ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()Paolo Abeni3-7/+18
2016-01-29Merge tag 'wireless-drivers-for-davem-2016-01-29' of git://git.kernel.org/pub...David S. Miller22-80/+136
2016-01-29netlink: not trim skb for mmaped socket when dumpKen-ichirou MATSUZAWA1-1/+2
2016-01-29vxlan: fix a out of bounds access in __vxlan_find_macLi RongQing1-1/+1
2016-01-29net: dsa: mv88e6xxx: fix port VLAN mapsVivien Didelot1-1/+2
2016-01-29fib_trie: Fix shift by 32 in fib_table_lookupAlexander Duyck1-3/+4
2016-01-29net: moxart: use correct accessors for DMA memoryArnd Bergmann2-18/+32
2016-01-29ipv4: ipconfig: avoid unused ic_proto_used symbolArnd Bergmann1-0/+4
2016-01-29libnvdimm, pfn: fix restoring memmap locationDan Williams1-3/+1
2016-01-29Merge branch 'bnxt_en-fixes'David S. Miller1-5/+4
2016-01-29bnxt_en: Fix crash in bnxt_free_tx_skbs() during tx timeout.Michael Chan1-2/+3
2016-01-29bnxt_en: Exclude rx_drop_pkts hw counter from the stack's rx_dropped counter.Michael Chan1-2/+0
2016-01-29bnxt_en: Ring free response from close path should use completion ringPrashant Sreedharan1-1/+1
2016-01-29net_sched: drr: check for NULL pointer in drr_dequeueBernie Harris1-0/+2
2016-01-29Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-0/+11
2016-01-29Merge tag 'powerpc-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds11-56/+35
2016-01-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds37-189/+192
2016-01-29Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-32/+113
2016-01-29Merge tag 'pm+acpi-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-45/+45