aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/bcm47081-buffalo-wzr-600dhp2.dts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-23net/mlx4_en: Use __skb_fill_page_desc()Eric Dumazet1-4/+4
2017-02-23net/mlx4_core: Use cq quota in SRIOV when creating completion EQsJack Morgenstein2-4/+4
2017-02-23net/mlx4_core: Fix VF overwrite of module param which disables DMFS on new probed PFsMajd Dibbiny1-2/+0
2017-02-23net/mlx4: Spoofcheck and zero MAC can't coexistEugenia Emantayev4-8/+32
2017-02-23net/mlx4: Change ENOTSUPP to EOPNOTSUPPOr Gerlitz7-9/+9
2017-02-23uapi: fix linux/rds.h userspace compilation errorsDmitry V. Levin1-5/+5
2017-02-23uapi: fix linux/seg6.h and linux/seg6_iptunnel.h userspace compilation errorsDmitry V. Levin2-0/+3
2017-02-23lib: Remove string from parman config selectionJiri Pirko1-1/+1
2017-02-23forcedeth: Remove return from a void functionZhu Yanjun1-2/+0
2017-02-23bpf: fix spelling mistake: "proccessed" -> "processed"Colin Ian King1-1/+1
2017-02-23uapi: fix linux/llc.h userspace compilation errorDmitry V. Levin1-0/+1
2017-02-23uapi: fix linux/ip6_tunnel.h userspace compilation errorsDmitry V. Levin1-0/+2
2017-02-23net/mlx5e: Fix wrong CQE decompressionTariq Toukan1-7/+6
2017-02-23net/mlx5e: Update MPWQE stride size when modifying CQE compress stateSaeed Mahameed4-1/+4
2017-02-23net/mlx5e: Fix broken CQE compression initializationTariq Toukan1-1/+3
2017-02-23net/mlx5e: Do not reduce LRO WQE size when not using build_skbTariq Toukan1-6/+5
2017-02-23net/mlx5e: Register/unregister vport representors on interface attach/detachSaeed Mahameed1-8/+15
2017-02-23net/mlx5e: s390 system compilation fixMohamad Haj Yahia2-0/+2
2017-02-23gfs2: Add missing rcu locking for glock lookupAndrew Price1-0/+5
2017-02-23crypto: xts - Add ECB dependencyMilan Broz1-0/+1
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-141/+65
2017-02-23crypto: cavium - switch to pci_alloc_irq_vectorsChristoph Hellwig2-53/+10
2017-02-23crypto: cavium - remove dead MSI-X related defineChristoph Hellwig1-2/+0
2017-02-22mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang1-3/+7
2017-02-22mm: fix <linux/pagemap.h> stray kernel-doc notationRandy Dunlap1-1/+0
2017-02-22zram: remove obsolete sysfs attrsSergey Senozhatsky4-353/+42
2017-02-22mm/memblock.c: remove unnecessary log and clean upMiles Chen1-29/+25
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov3-9/+9
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov7-10/+8
2017-02-22mm: drop zap_details::check_swap_entriesKirill A. Shutemov3-5/+3
2017-02-22mm: drop zap_details::ignore_dirtyKirill A. Shutemov3-9/+1
2017-02-22mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes1-3/+7
2017-02-22mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko1-10/+36
2017-02-22mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko2-26/+25
2017-02-22mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko1-39/+52
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko10-33/+32
2017-02-22arch, mm: remove arch specific show_memMichal Hocko5-197/+0
2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko3-8/+10
2017-02-22mm, page_alloc: do not report all nodes in show_memMichal Hocko1-0/+3
2017-02-22Revert "mm: bail out in shrink_inactive_list()"Michal Hocko1-27/+0
2017-02-22mm, vmscan: consider eligible zones in get_scan_countMichal Hocko1-2/+2
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko3-47/+46
2017-02-22mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko1-3/+1
2017-02-22mm/backing-dev.c: use rb_entry()Geliang Tang1-2/+2
2017-02-22mm, thp: add new defer+madvise defrag optionDavid Rientjes3-73/+82
2017-02-22mm/swap: skip readahead only when swap slot cache is enabledHuang Ying3-4/+13
2017-02-22mm/swap: enable swap slots cache usageTim Chen1-0/+7
2017-02-22mm/swap: add cache for swap slots allocationTim Chen6-12/+391
2017-02-22mm/swap: free swap slots in batchTim Chen2-61/+95
2017-02-22mm/swap: allocate swap slots in batchesTim Chen2-25/+113