aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-02-06net: Introduce {netdev,napi}_alloc_frag_align()Kevin Hao1-2/+34
2021-02-06mm: page_frag: Introduce page_frag_alloc_align()Kevin Hao1-2/+10
2021-02-05net/mlx5e: Match recirculated packet miss in slow table using reg_c1Vlad Buslov1-1/+9
2021-02-05net/mlx5e: Refactor reg_c1 usageVlad Buslov1-0/+19
2021-02-05net/mlx5e: VF tunnel TX traffic offloadingVlad Buslov1-0/+2
2021-02-06entry: Ensure trap after single-step on system call returnGabriel Krisman Bertazi2-0/+3
2021-02-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-7/+11
2021-02-05genirq: Prevent [devm_]irq_alloc_desc from returning irq 0Hans de Goede1-2/+2
2021-02-05kasan: add explicit preconditions to kasan_report()Vincenzo Frascino1-0/+7
2021-02-05mm/vmalloc: separate put pages and flush VM flagsRick Edgecombe1-7/+2
2021-02-05mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB pageMuchun Song1-0/+2
2021-02-05Merge tag 'iommu-fixes-v5.11-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+4
2021-02-04udp: fix skb_copy_and_csum_datagram with odd segment sizesWillem de Bruijn1-1/+7
2021-02-04ipv6: silence compilation warning for non-IPV6 buildsLeon Romanovsky1-1/+1
2021-02-04net: introduce common dev_page_is_reusable()Alexander Lobakin1-0/+16
2021-02-04skbuff: constify skb_propagate_pfmemalloc() "page" argumentAlexander Lobakin1-2/+2
2021-02-04mm: constify page_is_pfmemalloc() argumentAlexander Lobakin1-1/+1
2021-02-04net: add EXPORT_INDIRECT_CALLABLE wrapperBrian Vazquez1-0/+2
2021-02-04netlink: add tracepoint at NL_SET_ERR_MSGMarcelo Ricardo Leitner1-0/+6
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson1-0/+1
2021-02-03ethtool: Extend link modes settings uAPI with lanesDanielle Ratson1-0/+4
2021-02-03net: usb: cdc_ncm: use new API for bh taskletEmil Renner Berthing1-0/+2
2021-02-03Merge tag 'trace-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+8
2021-02-03Merge tag 'tee-housekeeping-for-v5.12' of git://git.linaro.org:/people/jens.w...Arnd Bergmann1-1/+1
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+6
2021-02-02Merge tag 'v5.11-next-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Arnd Bergmann2-12/+8
2021-02-02Merge tag 'arm-soc/for-5.12/drivers' of https://github.com/Broadcom/stblinux ...Arnd Bergmann1-0/+16
2021-02-02Merge tag 'memory-controller-drv-tegra-5.12' of git://git.kernel.org/pub/scm/...Arnd Bergmann1-0/+8
2021-02-02Merge tag 'sunxi-drivers-for-5.12' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2-2/+2
2021-02-02iommu: Check dev->iommu in dev_iommu_priv_get() before dereferencing itJoerg Roedel1-1/+4
2021-02-02tracepoint: Fix race between tracing and removing tracepointAlexey Kardashevskiy1-5/+7
2021-02-02tee: fix some comment typos in header filesElvira Khabirova1-1/+1
2021-01-31Merge tag 'x86_entry_for_v5.11_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+5
2021-01-31Merge tag 'nfs-for-5.11-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-2/+1
2021-01-31soc: mediatek: cmdq: Remove cmdq_pkt_flush()Chun-Kuang Hu1-12/+0
2021-01-31soc: mediatek: pm-domains: Add support for mt8167Fabien Parent1-0/+8
2021-01-30Merge tag 'reset-for-v5.12' of git://git.pengutronix.de/pza/linux into arm/dr...Arnd Bergmann1-0/+19
2021-01-29net: dsa: tag_8021q: add helpers to deduce whether a VLAN ID is RX or TX VLANVladimir Oltean1-0/+14
2021-01-29Merge branch 'mhi-net-immutable' of https://git.kernel.org/pub/scm/linux/kern...Jakub Kicinski1-0/+9
2021-01-30genirq/msi: Activate Multi-MSI early when MSI_FLAG_ACTIVATE_EARLY is setMarc Zyngier1-0/+6
2021-01-29tracing/kprobe: Fix to support kretprobe events on unloaded modulesMasami Hiramatsu1-1/+1
2021-01-28linux/qed: fix spelling typo in qed_chain.hdingsenjie1-1/+1
2021-01-28net: adjust net_device layout for cacheline usageJesper Dangaard Brouer1-26/+27
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-33/+52
2021-01-28Merge tag 'mlx5-updates-2021-01-13' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski1-1/+15
2021-01-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-18/+0
2021-01-27net/mlx5e: Add trap entity to ETH driverAya Levin1-0/+5
2021-01-27net/mlx5: Notify on trap action by blocking eventAya Levin2-0/+19
2021-01-27net/mlx5: Add support for devlink traps in mlx5 core driverAya Levin1-0/+1
2021-01-27Merge tag 'linux-can-next-for-5.12-20210127' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-0/+1