summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-01-315-9/+15
* fs/dcache: Track & report number of negative dentriesWaiman Long2019-01-303-13/+52
* fs: Don't need to put list_lru into its own cachelineWaiman Long2019-01-301-4/+5
* fs/dcache: Fix incorrect nr_dentry_unused accounting in shrink_dcache_sb()Waiman Long2019-01-301-5/+1Star
* Merge tag 'iommu-fixes-v5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-01-303-7/+18
|\
| * iommu/amd: Fix IOMMU page flush when detach device from a domainSuravee Suthikulpanit2019-01-241-4/+11
| * iommu/mediatek: Use correct fwspec in mtk_iommu_add_device()Joerg Roedel2019-01-231-0/+4
| * iommu/vt-d: Fix memory leak in intel_iommu_put_resv_regions()Gerald Schaefer2019-01-221-1/+1
| * iommu/amd: Unmap all mapped pages in error path of map_sgJerry Snitselaar2019-01-221-1/+1
| * iommu/amd: Call free_iova_fast with pfn in map_sgJerry Snitselaar2019-01-221-1/+1
* | Merge tag 'gpio-v5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-01-305-17/+41
|\ \
| * | gpio: vf610: Mask all GPIO interruptsAndrew Lunn2019-01-281-0/+5
| * | Merge tag 'gpio-5.0-rc4-fixes-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Walleij2019-01-244-17/+36
| |\ \
| | * | gpio: altera-a10sr: Set proper output level for direction_outputAxel Lin2019-01-231-1/+3
| | * | gpio: sprd: Fix incorrect irq type setting for the async EICNeo Hou2019-01-231-0/+1
| | * | gpio: sprd: Fix the incorrect data registerNeo Hou2019-01-231-1/+12
| | * | gpiolib: fix line event timestamps for nested irqsBartosz Golaszewski2019-01-231-1/+8
| | * | gpio: pcf857x: Fix interrupts on multiple instancesRoger Quadros2019-01-231-14/+12Star
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-3050-195/+605
|\ \ \
| * | | MAINTAINERS: Add entry for XDP (eXpress Data Path)Jesper Dangaard Brouer2019-01-291-0/+18
| * | | net: set default network namespace in init_dummy_netdev()Josh Elsasser2019-01-291-0/+3
| * | | net: b44: replace dev_kfree_skb_xxx by dev_consume_skb_xxx for drop profilesYang Wei2019-01-291-2/+2
| * | | net: caif: call dev_consume_skb_any when skb xmit doneYang Wei2019-01-291-4/+1Star
| * | | net: 8139cp: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | | net: macb: Apply RXUBR workaround only to versions with errataHarini Katakam2019-01-292-11/+20
| * | | net: ti: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | | net: apple: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-291-1/+1
| * | | net: amd8111e: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| * | | net: alteon: replace dev_kfree_skb_irq by dev_consume_skb_irqYang Wei2019-01-291-1/+1
| * | | net: tls: Fix deadlock in free_resources txDave Watson2019-01-291-0/+2
| * | | net: tls: Save iv in tls_rec for async crypto requestsDave Watson2019-01-292-1/+5
| * | | vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-295-7/+11
| * | | Merge branch 'qed-Bug-fixes'David S. Miller2019-01-286-12/+51
| |\ \ \
| | * | | qed: Fix stack out of bounds bugManish Chopra2019-01-281-4/+4
| | * | | qed: Fix system crash in ll2 xmitManish Chopra2019-01-281-5/+15
| | * | | qed: Fix VF probe failure while FLRManish Chopra2019-01-281-0/+10
| | * | | qed: Fix LACP pdu drops for VFsManish Chopra2019-01-283-2/+16
| | * | | qed: Fix bug in tx promiscuous mode settingsManish Chopra2019-01-281-1/+6
| |/ / /
| * | | net: i825xx: replace dev_kfree_skb_irq by dev_consume_skb_irq for drop profilesYang Wei2019-01-281-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-01-285-51/+165
| |\ \ \
| | * | | netfilter: ipt_CLUSTERIP: fix warning unused variable cnAnders Roxell2019-01-281-1/+1
| | * | | netfilter: nfnetlink_osf: add missing fmatch checkFernando Fernandez Mancera2019-01-281-0/+4
| | * | | netfilter: ebtables: compat: un-break 32bit setsockopt when no rules are presentFlorian Westphal2019-01-281-3/+6
| | * | | ipvs: Fix signed integer overflow when setsockopt timeoutZhangXiaoxu2019-01-241-0/+12
| | * | | netfilter: nft_compat: destroy function must not have side effectsFlorian Westphal2019-01-181-1/+47
| | * | | netfilter: nft_compat: make lists per netnsFlorian Westphal2019-01-181-40/+89
| | * | | netfilter: nft_compat: use refcnt_t type for nft_xt reference countFlorian Westphal2019-01-181-8/+8
| * | | | net: dsa: mv88e6xxx: Fix serdes irq setup going recursiveAndrew Lunn2019-01-281-1/+1
| * | | | ip6mr: Fix notifiers call on mroute_clean_tables()Nir Dotan2019-01-281-4/+3Star
| * | | | decnet: fix DN_IFREQ_SIZEJohannes Berg2019-01-281-1/+1