summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-03-08net/mlx5: Add RDMA_CTRL HW capabilitiesChiara Meiohas1-1/+9
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski2-80/+90
2025-03-08ASoC: SOF: Intel: hda-mlink: Add support for mic privacy in VS SHIM registersPeter Ujfalusi1-0/+25
2025-03-08ASoC: SOF: ipc4: Add support for Intel HW managed mic privacy messagingPeter Ujfalusi1-0/+13
2025-03-08PCI: endpoint: Remove unused devm_pci_epc_destroy()Zijun Hu1-1/+0
2025-03-08PCI: endpoint: Add pci_epc_bar_size_to_rebar_cap()Niklas Cassel1-0/+1
2025-03-08PCI: endpoint: Allow EPF drivers to configure the size of Resizable BARsNiklas Cassel1-0/+4
2025-03-08vdso: Rework struct vdso_time_data and introduce struct vdso_clockAnna-Maria Behnsen3-26/+35
2025-03-08vdso: Move architecture related data before basetime dataAnna-Maria Behnsen1-4/+4
2025-03-08vdso/helpers: Prepare introduction of struct vdso_clockAnna-Maria Behnsen1-8/+12
2025-03-08vdso/datapage: Define vdso_clock to prepare for multiple PTP clocksAnna-Maria Behnsen1-0/+2
2025-03-08vdso: Make vdso_time_data cacheline alignedAnna-Maria Behnsen1-1/+2
2025-03-08vdso: Introduce vdso/cache.hThomas Weißschuh2-8/+16
2025-03-08vsprintf: add simple_strntoulDavid Disseldorp1-0/+1
2025-03-08crypto: acomp - Remove acomp request flagsHerbert Xu1-4/+2
2025-03-08crypto: lzo - Fix compression buffer overrunHerbert Xu1-0/+8
2025-03-08crypto: api - Move struct crypto_type into internal.hHerbert Xu1-14/+0
2025-03-08capability: Remove unused has_capabilityDr. David Alan Gilbert1-5/+0
2025-03-08ubsan/overflow: Rework integer overflow sanitizer option to turn on everythingKees Cook1-1/+1
2025-03-08netpoll: Optimize skb refilling on critical pathBreno Leitao1-0/+1
2025-03-08tcp: ulp: diag: more info without CAP_NET_ADMINMatthieu Baerts (NGI0)1-2/+2
2025-03-08net: phylink: Remove unused phylink_init_eeeDr. David Alan Gilbert1-1/+0
2025-03-08power: supply: core: get rid of of_nodeSebastian Reichel1-1/+0
2025-03-08power: supply: Remove unused set_charged methodDr. David Alan Gilbert1-1/+0
2025-03-08power: supply: core: Remove unused power_supply_set_battery_chargedDr. David Alan Gilbert1-1/+0
2025-03-08counter: microchip-tcb-capture: Add capture extensions for registers RA/RBBence Csókás1-0/+6
2025-03-08counter: microchip-tcb-capture: Add IRQ handlingBence Csókás1-0/+34
2025-03-08Merge tag 'acpi-6.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-0/+3
2025-03-08Merge tag 'block-6.14-20250306' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-03-07drm/amdkfd: Add support for more per-process flagHarish Kasiviswanathan1-2/+6
2025-03-07elf: add remaining SHF_ flag macrosTimur Tabi1-0/+10
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-70/+38
2025-03-07PCI: Increase Resizable BAR support from 512 GB to 128 TBZhiyuan Dai1-1/+1
2025-03-07io_uring/rw: defer reg buf vec importPavel Begunkov1-0/+3
2025-03-07io_uring/rw: implement vectored registered rwPavel Begunkov1-0/+2
2025-03-07io_uring: add infra for importing vectored reg buffersPavel Begunkov1-2/+5
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov1-0/+5
2025-03-07Merge branch 'for-6.15/io_uring-epoll-wait' into for-6.15/io_uring-reg-vecJens Axboe2-0/+5
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe13-32/+163
2025-03-07Merge branch 'for-6.15/io_uring' into for-6.15/io_uring-reg-vecJens Axboe3-8/+33
2025-03-07PM: EM: Address RCU-related sparse warningsRafael J. Wysocki1-6/+6
2025-03-07bdev: add back PAGE_SIZE block size validation for sb_set_blocksize()Luis Chamberlain1-0/+1
2025-03-07fs/pipe: add simpler helpers for common casesLinus Torvalds1-0/+27
2025-03-07Merge tag 'nf-25-03-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-1/+3
2025-03-07net/mlx5: Relocate function declarations from port.h to mlx5_core.hShahar Shitrit1-84/+1
2025-03-07block: Name the RQF flags enumBreno Leitao1-1/+1
2025-03-07Merge tag 'drm-misc-next-2025-03-06' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie12-70/+286
2025-03-07inet: call inet6_ehashfn() once from inet6_hash_connect()Eric Dumazet2-2/+4
2025-03-07Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar46-77/+366
2025-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-48/+97