summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | x86/boot: Fail the boot if !M486 and CPUID is missingAndy Lutomirski2016-11-211-0/+6
| * | | | | | | | x86/traps: Ignore high word of regs->cs in early_fixup_exception()Andy Lutomirski2016-11-211-1/+6
| * | | | | | | | x86/dumpstack: Prevent KASAN false positive warningsJosh Poimboeuf2016-11-181-1/+1
| * | | | | | | | x86/unwind: Prevent KASAN false positive warnings in guess unwinderJosh Poimboeuf2016-11-181-2/+6
| * | | | | | | | x86/boot: Avoid warning for zero-filling .bssArnd Bergmann2016-11-171-3/+6
| * | | | | | | | x86/sysfb: Fix lfb_size calculationDavid Herrmann2016-11-161-8/+17
| * | | | | | | | x86/sysfb: Add support for 64bit EFI lfb_baseDavid Herrmann2016-11-161-2/+16
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2016-11-211-2/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | apparmor: fix change_hat not finding hat after policy replacementJohn Johansen2016-11-211-2/+4
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2016-11-2117-83/+948
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | sparc: drop duplicate header scatterlist.hGeliang Tang2016-11-191-1/+0
| * | | | | | | | | | Merge branch 'sparc-lockdep-small'David S. Miller2016-11-183-3/+21
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | lockdep: Limit static allocations if PROVE_LOCKING_SMALL is definedBabu Moger2016-11-181-3/+17
| | * | | | | | | | | | config: Adding the new config parameter CONFIG_PROVE_LOCKING_SMALL for sparcBabu Moger2016-11-182-0/+4
| |/ / / / / / / / / /
| * | | | | | | | | | sunbmac: Fix compiler warningTushar Dave2016-11-182-3/+4
| * | | | | | | | | | sunqe: Fix compiler warningsTushar Dave2016-11-182-7/+8
| * | | | | | | | | | Merge branch 'sun4v-64bit-DMA'David S. Miller2016-11-188-60/+849
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | sparc64: Enable 64-bit DMATushar Dave2016-11-182-2/+10
| | * | | | | | | | | | sparc64: Enable sun4v dma ops to use IOMMU v2 APIsTushar Dave2016-11-184-58/+211
| | * | | | | | | | | | sparc64: Bind PCIe devices to use IOMMU v2 serviceTushar Dave2016-11-183-0/+60
| | * | | | | | | | | | sparc64: Initialize iommu_map_table and iommu_poolTushar Dave2016-11-182-0/+21
| | * | | | | | | | | | sparc64: Add ATU (new IOMMU) supportTushar Dave2016-11-186-0/+529
| | * | | | | | | | | | sparc64: Add FORCE_MAX_ZONEORDER and default to 13Dave Kleikamp2016-11-181-0/+18
| |/ / / / / / / / / /
| * | | | | | | | | | sparc64: fix compile warning section mismatch in find_node()Thomas Tai2016-11-141-3/+3
| * | | | | | | | | | sparc32: Fix inverted invalid_frame_pointer checks on sigreturnsAndreas Larsson2016-11-101-2/+2
| * | | | | | | | | | sparc64: Fix find_node warning if numa node cannot be foundThomas Tai2016-11-101-4/+61
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-11-2163-560/+1020
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-211-1/+3
| * | | | | | | | | | net: l2tp: Treat NET_XMIT_CN as success in l2tp_eth_dev_xmitGao Feng2016-11-211-1/+1
| * | | | | | | | | | ethernet: stmmac: make DWMAC_STM32 depend on it's associated SoCPeter Robinson2016-11-211-1/+1
| * | | | | | | | | | tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-191-47/+1
| * | | | | | | | | | rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju2016-11-191-1/+1
| * | | | | | | | | | l2tp: fix racy SOCK_ZAPPED flag check in l2tp_ip{,6}_bind()Guillaume Nault2016-11-192-4/+6
| * | | | | | | | | | Merge tag 'batadv-net-for-davem-20161119' of git://git.open-mesh.org/linux-mergeDavid S. Miller2016-11-192-0/+2
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | batman-adv: Detect missing primaryif during tp_send as errorSven Eckelmann2016-11-041-0/+1
| | * | | | | | | | | | batman-adv: Revert "fix splat on disabling an interface"Sven Eckelmann2016-11-041-0/+1
| * | | | | | | | | | | net: macb: add check for dma mapping error in start_xmit()Alexey Khoroshilov2016-11-191-0/+6
| * | | | | | | | | | | rtnetlink: fix FDB size computationSabrina Dubroca2016-11-181-1/+4
| * | | | | | | | | | | netns: fix get_net_ns_by_fd(int pid) typoStefan Hajnoczi2016-11-181-1/+1
| * | | | | | | | | | | Merge tag 'mac80211-for-davem-2016-11-18' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-11-187-7/+100
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | cfg80211: limit scan results cache sizeJohannes Berg2016-11-182-0/+70
| | * | | | | | | | | | | mac80211_hwsim: fix beacon delta calculationBenjamin Beichler2016-11-151-1/+1
| | * | | | | | | | | | | mac80211: fix A-MSDU aggregation with fast-xmit + txqFelix Fietkau2016-11-151-1/+5
| | * | | | | | | | | | | mac80211: remove bogus skb vif assignmentFelix Fietkau2016-11-151-3/+0
| | * | | | | | | | | | | mac80211: update A-MPDU flag on tx dequeueFelix Fietkau2016-11-151-0/+5
| | * | | | | | | | | | | cfg80211: add bitrate for 20MHz MCS 9Pedersen, Thomas2016-11-151-1/+2
| | * | | | | | | | | | | Revert "mac80211: allow using AP_LINK_PS with mac80211-generated TIM IE"Felix Fietkau2016-11-151-1/+1
| | * | | | | | | | | | | mac80211: Ignore VHT IE from peer with wrong rx_mcs_mapFilip Matusiak2016-11-151-0/+16
| * | | | | | | | | | | | af_unix: conditionally use freezable blocking calls in readWANG Cong2016-11-181-6/+11
| * | | | | | | | | | | | Merge branch 'cpsw-fixes'David S. Miller2016-11-181-21/+74
| |\ \ \ \ \ \ \ \ \ \ \ \