summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-03-26Merge tag 'gpio-updates-for-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-77/+134
2025-03-26Merge tag 'hwmon-for-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2025-03-26Merge tag 'pwm/for-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2025-03-26Merge tag 'spi-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds5-17/+232
2025-03-26Merge tag 'regulator-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-120/+139
2025-03-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds6-66/+61
2025-03-26Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-10/+15
2025-03-26Merge tag 'pm-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds7-43/+63
2025-03-26Merge tag 'acpi-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-2/+2
2025-03-26Merge tag 'hyperv-next-signed-20250324' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-73/+653
2025-03-26net: phy: Introduce PHY_ID_SIZE — minimum size for PHY ID stringAndy Shevchenko1-0/+1
2025-03-26x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand1-6/+22
2025-03-26Merge tag 'for-linus-6.15-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+3
2025-03-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-12/+37
2025-03-26Merge tag 'for-net-next-2025-03-25' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski8-10/+74
2025-03-26Merge tag 'edac_updates_for_v6.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+215
2025-03-25Merge tag 'x86_cache_for_v6.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-19/+247
2025-03-25Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds6-11/+64
2025-03-25thermal: core: Remove duplicate struct declarationxueqin Luo1-2/+0
2025-03-25Merge branch 'for-next/smt-control' into for-next/coreCatalin Marinas1-0/+23
2025-03-25Merge branches 'for-next/amuv1-avg-freq', 'for-next/pkey_unrestricted', 'for-...Catalin Marinas4-5/+34
2025-03-25Bluetooth: MGMT: Add LL Privacy SettingLuiz Augusto von Dentz1-0/+1
2025-03-25Merge tag 'timers-vdso-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-70/+200
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+5
2025-03-25tcp/dccp: remove icsk->icsk_ack.timeoutEric Dumazet1-4/+8
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet1-4/+8
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-19/+50
2025-03-25net: designate queue -> napi linking as "ops protected"Jakub Kicinski3-3/+12
2025-03-25net: designate queue counts as "double ops protected" by instance lockJakub Kicinski1-0/+3
2025-03-25net: explain "protection types" for the instance lockJakub Kicinski2-6/+25
2025-03-25net: constify dev pointer in misc instance lock helpersJakub Kicinski1-4/+5
2025-03-25net: remove netif_set_real_num_rx_queues() helper for when SYSFS=nJakub Kicinski1-10/+0
2025-03-25Merge tag 'irq-drivers-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-27/+16
2025-03-25rwonce: handle KCSAN like KASAN in read_word_at_a_time()Jann Horn1-2/+5
2025-03-25Bluetooth: L2CAP: add TX timestampingPauli Virtanen1-1/+2
2025-03-25Bluetooth: ISO: add TX timestampingPauli Virtanen1-0/+1
2025-03-25Bluetooth: add support for skb TX SND/COMPLETION timestampingPauli Virtanen1-0/+20
2025-03-25net-timestamp: COMPLETION timestamp on packet tx completionPauli Virtanen3-5/+9
2025-03-25Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancelWentao Guan1-0/+5
2025-03-25Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz2-0/+14
2025-03-25Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPEPedro Nishiyama1-0/+8
2025-03-25Bluetooth: Add quirk for broken READ_VOICE_SETTINGPedro Nishiyama2-0/+12
2025-03-25Bluetooth: L2CAP: convert timeouts to secs_to_jiffies()Easwar Hariharan1-2/+2
2025-03-25Bluetooth: MGMT: Remove unused mgmt_*_discovery_completeDr. David Alan Gilbert1-2/+0
2025-03-25virtio_net: Split struct virtio_net_rss_configAkihiko Odaki1-0/+13
2025-03-25Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+24
2025-03-25Revert "udp_tunnel: GRO optimizations"Jakub Kicinski4-50/+0
2025-03-25Merge tag 'irq-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-69/+68
2025-03-25Merge tag 'ipsec-next-2025-03-24' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-2/+19
2025-03-25Merge tag 'nf-next-25-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+21