summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2022-03-07mfd: max77714: Add driver for Maxim MAX77714 PMICLuca Ceresoli1-0/+60
2022-03-07rtc: max77686: Rename day-of-month definesLuca Ceresoli1-2/+2
2022-03-07block: remove bio_devnameChristoph Hellwig1-2/+0
2022-03-07net: Fix esp GSO on inter address family tunnels.Steffen Klassert1-0/+2
2022-03-07net: Remove netif_rx_any_context() and netif_rx_ni().Sebastian Andrzej Siewior1-10/+0
2022-03-07ptp: Add generic PTP is_sync() functionKurt Kanzenbach1-0/+15
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang1-0/+18
2022-03-06net: tap: track dropped skb via kfree_skb_reason()Dongli Zhang1-0/+13
2022-03-06bpf: Reject programs that try to load __percpu memory.Hao Luo1-2/+9
2022-03-06compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))Hao Luo1-1/+6
2022-03-06compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi3-0/+10
2022-03-06compiler-clang.h: Add __diag infrastructure for clangNathan Chancellor1-0/+22
2022-03-06bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi1-1/+2
2022-03-06bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi1-0/+3
2022-03-05mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan1-4/+14
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan3-32/+67
2022-03-05PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson1-0/+1
2022-03-04efifb: Remove redundant efifb_setup_from_dmi stubMichal Suchanek1-4/+0
2022-03-04PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson1-0/+4
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu1-6/+12
2022-03-04remoteproc: Introduce sysfs_read_only flagPuranjay Mohan1-0/+2
2022-03-04iommu/vt-d: Enable ATS for the devices in SATC tableYian Chen1-1/+0
2022-03-04iommu/vt-d: Move intel_iommu_ops to header fileAndy Shevchenko1-0/+2
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu1-2/+0
2022-03-04iommu/vt-d: Remove intel_iommu::domainsLu Baolu1-1/+0
2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov1-0/+3
2022-03-04virtio: acknowledge all features before accessMichael S. Tsirkin1-1/+2
2022-03-04virtio: unexport virtio_finalize_featuresMichael S. Tsirkin1-1/+0
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong1-0/+5
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong1-0/+1
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong1-0/+1
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong1-0/+6
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong1-0/+4
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong1-1/+7
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong1-0/+1
2022-03-04i3c: remove i2c board info from i2c_dev_descJamie Iles1-1/+0
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-11/+35
2022-03-03ACPI: APEI: explicit init of HEST and GHES in apci_init()Shuai Xue1-0/+2
2022-03-03Merge tag 'net-5.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+9
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig2-10/+8
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2-20/+18
2022-03-03mm: simplify freeing of devmap managed pagesChristoph Hellwig1-24/+10
2022-03-03mm: move free_devmap_managed_page to memremap.cChristoph Hellwig1-1/+0
2022-03-03mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig1-7/+2
2022-03-03mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig1-4/+0
2022-03-03Merge branches 'v5.18/vfio/next/mlx5-migration-v10', 'v5.18/vfio/next/pm-fixe...Alex Williamson1-0/+9
2022-03-03bpf: Add __sk_buff->delivery_time_type and bpf_skb_set_skb_delivery_time()Martin KaFai Lau1-1/+2
2022-03-03bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingressMartin KaFai Lau1-6/+12
2022-03-03net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM optionMartin KaFai Lau1-0/+11
2022-03-03net: Set skb->mono_delivery_time and clear it after sch_handle_ingress()Martin KaFai Lau1-2/+1