summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-03-07tick/rcu: Stop allowing RCU_SOFTIRQ in idleFrederic Weisbecker
2022-03-07tick/rcu: Remove obsolete rcu_needs_cpu() parametersFrederic Weisbecker
2022-03-07nvme: add support for enhanced metadataKeith Busch
2022-03-07block: add pi for extended integrityKeith Busch
2022-03-07crypto: add rocksoft 64b crc guard tag frameworkKeith Busch
2022-03-07lib: add rocksoft model crc64Keith Busch
2022-03-07linux/kernel: introduce lower_48_bits functionKeith Busch
2022-03-07block: support pi with extended metadataKeith Busch
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/drivers' into for-5.18/write-streamsJens Axboe
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-03-07Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-03-07swiotlb: rework "fix info leak with DMA_FROM_DEVICE"Halil Pasic
2022-03-07mfd: Add support for the MediaTek MT6366 PMICJohnson Wang
2022-03-07mfd: max77714: Add driver for Maxim MAX77714 PMICLuca Ceresoli
2022-03-07rtc: max77686: Rename day-of-month definesLuca Ceresoli
2022-03-07block: remove bio_devnameChristoph Hellwig
2022-03-07net: Fix esp GSO on inter address family tunnels.Steffen Klassert
2022-03-07net: Remove netif_rx_any_context() and netif_rx_ni().Sebastian Andrzej Siewior
2022-03-07ptp: Add generic PTP is_sync() functionKurt Kanzenbach
2022-03-06net: tun: track dropped skb via kfree_skb_reason()Dongli Zhang
2022-03-06net: tap: track dropped skb via kfree_skb_reason()Dongli Zhang
2022-03-05bpf: Reject programs that try to load __percpu memory.Hao Luo
2022-03-05compiler_types: Define __percpu as __attribute__((btf_type_tag("percpu")))Hao Luo
2022-03-05compiler_types.h: Add unified __diag_ignore_all for GCC/LLVMKumar Kartikeya Dwivedi
2022-03-05compiler-clang.h: Add __diag infrastructure for clangNathan Chancellor
2022-03-05bpf: Harden register offset checks for release helpers and kfuncsKumar Kartikeya Dwivedi
2022-03-05bpf: Add check_func_arg_reg_off functionKumar Kartikeya Dwivedi
2022-03-05mm: prevent vm_area_struct::anon_name refcount saturationSuren Baghdasaryan
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan
2022-03-04PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson
2022-03-04PM: runtime: Have devm_pm_runtime_enable() handle pm_runtime_dont_use_autosus...Douglas Anderson
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu
2022-03-04remoteproc: Introduce sysfs_read_only flagPuranjay Mohan
2022-03-04iommu/vt-d: Enable ATS for the devices in SATC tableYian Chen
2022-03-04iommu/vt-d: Move intel_iommu_ops to header fileAndy Shevchenko
2022-03-04iommu/vt-d: Remove DEFER_DEVICE_DOMAIN_INFOLu Baolu
2022-03-04iommu/vt-d: Remove intel_iommu::domainsLu Baolu
2022-03-04signal, x86: Delay calling signals in atomic on RT enabled kernelsOleg Nesterov
2022-03-04virtio: acknowledge all features before accessMichael S. Tsirkin
2022-03-04virtio: unexport virtio_finalize_featuresMichael S. Tsirkin
2022-03-04net: dev: use kfree_skb_reason() for __netif_receive_skb_core()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_ingress()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for do_xdp_generic()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for enqueue_to_backlog()Menglong Dong
2022-03-04net: dev: add skb drop reasons to __dev_xmit_skb()Menglong Dong
2022-03-04net: skb: introduce the function kfree_skb_list_reason()Menglong Dong
2022-03-04net: dev: use kfree_skb_reason() for sch_handle_egress()Menglong Dong
2022-03-04i3c: remove i2c board info from i2c_dev_descJamie Iles
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski