summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2023-04-21Revert "ACPICA: Events: Support fixed PCIe wake event"Linus Torvalds-2/+1
2023-04-20Merge tag 'net-6.3-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-7/+7
2023-04-19Revert "net/mlx5: Enable management PF initialization"Jakub Kicinski-5/+0
2023-04-19Merge tag 'mm-hotfixes-stable-2023-04-19-16-36' of git://git.kernel.org/pub/s...Linus Torvalds-18/+21
2023-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-2/+7
2023-04-18mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko-9/+10
2023-04-18mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko-9/+11
2023-04-18netfilter: nf_tables: validate catch-all set elementsPablo Neira Ayuso-0/+4
2023-04-17netfilter: nf_tables: fix ifdef to also consider nf_tables=mFlorian Westphal-2/+2
2023-04-13Merge tag 'net-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-6/+70
2023-04-13mlx5: bpf_xdp_metadata_rx_hash add xdp rss hash typeJesper Dangaard Brouer-2/+14
2023-04-13xdp: rss hash types representationJesper Dangaard Brouer-1/+47
2023-04-12rtnetlink: Restore RTM_NEW/DELLINK notification behaviorMartin Willi-1/+2
2023-04-11Merge tag 'pci-v6.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+2
2023-04-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-9/+9
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz-0/+1
2023-04-09Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+6
2023-04-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-1/+0
2023-04-08Merge tag 'mm-hotfixes-stable-2023-04-07-16-23' of git://git.kernel.org/pub/s...Linus Torvalds-1/+2
2023-04-07Merge tag 'acpi-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds-2/+13
2023-04-07bonding: fix ns validation on backup slavesHangbin Liu-2/+6
2023-04-06PCI/MSI: Provide missing stub for pci_msix_can_alloc_dyn()Reinette Chatre-0/+2
2023-04-06Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-2/+3
2023-04-06Merge tag 'asm-generic-fixes-6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-19/+19
2023-04-06netfilter: br_netfilter: fix recent physdev match breakageFlorian Westphal-0/+1
2023-04-05mm: enable maple tree RCU mode by defaultLiam R. Howlett-1/+2
2023-04-05ACPI: video: Add auto_detect arg to __acpi_video_get_backlight_type()Hans de Goede-2/+13
2023-04-05Merge tag 'trace-v6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-5/+18
2023-04-04raw: Fix NULL deref in raw_get_next().Kuniyuki Iwashima-2/+2
2023-04-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+12
2023-04-04asm-generic: avoid __generic_cmpxchg_local warningsArnd Bergmann-11/+11
2023-04-04asm-generic/io.h: suppress endianness warnings for relaxed accessorsVladimir Oltean-6/+6
2023-04-04asm-generic/io.h: suppress endianness warnings for readq() and writeq()Vladimir Oltean-2/+2
2023-04-04virtio-blk: fix to match virtio specDmitry Fomichev-9/+9
2023-04-03tracing: Error if a trace event has an array for a __field()Steven Rostedt (Google)-4/+17
2023-04-03ftrace: Mark get_lock_parent_ip() __always_inlineJohn Keeping-1/+1
2023-04-02scsi: Revert "scsi: ufs: core: Initialize devfreq synchronously"Adrien Thierry-1/+0
2023-04-01Merge tag 'iommu-fixes-6.3-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+0
2023-03-31Merge tag 'kvm-s390-master-6.3-1' of https://git.kernel.org/pub/scm/linux/ker...Paolo Bonzini-45/+185
2023-03-31net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong-0/+1
2023-03-31iommu/vt-d: Fix an IOMMU perfmon warning when CPU hotplugKan Liang-1/+0
2023-03-30Merge tag 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-3/+4
2023-03-30Merge tag 'drm-fixes-2023-03-30' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-7/+0
2023-03-30Merge branch 'etnaviv/fixes' of https://git.pengutronix.de/git/lst/linux into...Daniel Vetter-7/+0
2023-03-30Revert "drm/scheduler: track GPU active time per entity"Lucas Stach-7/+0
2023-03-29Merge tag 'f2fs-fix-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2023-03-28Merge tag 'urgent-rcu.2023.03.28a' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2023-03-27KVM: x86/ioapic: Resample the pending state of an IRQ when unmaskingDmytro Maluka-0/+10
2023-03-27KVM: irqfd: Make resampler_list an RCU listDmytro Maluka-1/+2
2023-03-27net: phy: constify fwnode_get_phy_node() fwnode argumentRussell King (Oracle)-1/+1