summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: create skb_gso_validate_mac_len()Daniel Axtens2018-02-011-0/+16
* Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-02-012-2/+2
|\
| * errseq: Add to documentation treeMatthew Wilcox2018-01-011-1/+1
| * docs: refcount_t documentationElena Reshetova2017-12-111-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-02-0115-238/+280
|\ \
| * | mm: remove PG_highmem descriptionMiles Chen2018-02-011-5/+0
| * | hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko2018-02-011-2/+3
| * | hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko2018-02-011-3/+2
| * | mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko2018-02-011-0/+3
| * | include/linux/mmzone.h: fix explanation of lower bits in the SPARSEMEM mem_ma...Petr Tesarik2018-02-011-2/+10
| * | zswap: only save zswap header when necessaryYu Zhao2018-02-011-0/+2
| * | hugetlb: implement memfd sealingMarc-André Lureau2018-02-011-0/+1
| * | hugetlb: expose hugetlbfs_inode_info in headerMarc-André Lureau2018-02-011-0/+10
| * | shmem: rename functions that are memfd-relatedMarc-André Lureau2018-02-011-2/+2
| * | shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau2018-02-011-2/+0
| * | mm: remove reference to PG_buddyMatthew Wilcox2018-02-011-7/+7
| * | mm: document how to use struct pageMatthew Wilcox2018-02-011-1/+23
| * | mm: store compound_dtor / compound_order as bytesMatthew Wilcox2018-02-011-13/+3
| * | mm: introduce _slub_counter_tMatthew Wilcox2018-02-011-13/+8
| * | mm: improve comment on page->mappingMatthew Wilcox2018-02-011-9/+3
| * | mm: remove misleading alignment claimsMatthew Wilcox2018-02-011-8/+5
| * | mm: de-indent struct pageMatthew Wilcox2018-02-011-21/+19
| * | mm: align struct page more aestheticallyMatthew Wilcox2018-02-011-9/+7
| * | mm, mmu_notifier: annotate mmu notifiers with blockable invalidate callbacksDavid Rientjes2018-02-011-3/+27
| * | mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-02-011-8/+0
| * | mm: do not lose dirty and accessed bits in pmdp_invalidate()Kirill A. Shutemov2018-02-011-1/+1
| * | asm-generic: provide generic_pmdp_establish()Kirill A. Shutemov2018-02-011-0/+15
| * | mm: get 7% more pages in a pagevecMatthew Wilcox2018-02-011-3/+3
| * | mm: add unmap_mapping_pages()Matthew Wilcox2018-02-011-10/+16
| * | mm, hugetlb: remove hugepages_treat_as_movable sysctlMichal Hocko2018-02-011-1/+0
| * | mm: remove unused pgdat_reclaimable_pages()Jan Kara2018-02-012-18/+0
| * | mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner2018-02-011-34/+62
| * | mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner2018-02-011-22/+22
| * | mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner2018-02-011-11/+20
| * | mm: use sc->priority for slab shrink targetsJosef Bacik2018-02-011-13/+10
| * | mm: drop hotplug lock from lru_add_drain_all()Michal Hocko2018-02-011-1/+0
| * | include/linux/sched/mm.h: uninline mmdrop_async(), etcAndrew Morton2018-02-011-22/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-01-31157-2817/+6803
|\ \ \
| * | | tls: Add support for encryption using async offload acceleratorVakul Garg2018-01-311-0/+2
| * | | net_sched: plug in qdisc ops change_tx_queue_lenCong Wang2018-01-291-0/+2
| * | | net: introduce helper dev_change_tx_queue_len()Cong Wang2018-01-291-0/+1
| * | | dev: advertise the new ifindex when the netns iface changesNicolas Dichtel2018-01-292-2/+4
| * | | ptr_ring: prevent queue load/store tearingMichael S. Tsirkin2018-01-291-2/+2
| * | | skb_array: use __ptr_ring_emptyMichael S. Tsirkin2018-01-291-1/+1
| * | | Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds"Michael S. Tsirkin2018-01-291-6/+1
| * | | ptr_ring: disallow lockless __ptr_ring_fullMichael S. Tsirkin2018-01-291-3/+4
| * | | ptr_ring: READ/WRITE_ONCE for __ptr_ring_emptyMichael S. Tsirkin2018-01-291-3/+8
| * | | ptr_ring: clean up documentationMichael S. Tsirkin2018-01-291-16/+18
| * | | ptr_ring: keep consumer_head valid at all timesMichael S. Tsirkin2018-01-291-9/+16
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-292-0/+18
| |\ \ \